History log of /netbsd/usr.sbin/sliplogin/sliplogin.c (Results 1 – 24 of 24)
Revision Date Author Comments
# 2dbb216c 19-Oct-2013 christos <christos@NetBSD.org>

fix unused variable warnings.


# 681deda1 30-Aug-2011 joerg <joerg@NetBSD.org>

static + ANSIfy + __dead


# 9c194566 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# 9122339b 30-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


# cddedd60 21-Oct-2003 fvdl <fvdl@NetBSD.org>

Don't compare an int to NULL.


# 326b2259 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.


# 881cb512 16-Nov-2002 itojun <itojun@NetBSD.org>

strncpy -> strlcpy to ensure string termination


# f0ccfb9a 11-Jan-2001 lukem <lukem@NetBSD.org>

skip past / if we found one in argv[0]


# 5a91a662 04-Jul-1998 mrg <mrg@NetBSD.org>

KNF + check for fork failure.


# 9bc65afc 12-Jan-1998 hubertf <hubertf@NetBSD.org>

Check length of given user name to (slip)login. Fixed the exploit in
http://www.rootshell.com/archive-Rbf4ahcmxzw5qn2S/199801/sliplogin.c.


# 745600d8 17-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify


# 18b882a9 17-Oct-1997 mrg <mrg@NetBSD.org>

merge lite-2


# a9437d11 13-Apr-1997 mrg <mrg@NetBSD.org>

be safe with buffers.


# 1847eaed 19-Jun-1995 jtc <jtc@NetBSD.org>

sys/termios.h -> termios.h


# 5952d4f8 14-May-1994 cgd <cgd@NetBSD.org>

pull in signal.h, rather than sys/signal.h


# 0099f993 24-Apr-1994 cgd <cgd@NetBSD.org>

more cleanup -- names instead of numbers, err/warn


# ddd4b762 06-Apr-1994 cgd <cgd@NetBSD.org>

DTRT on one error exit -- more necessary, much more...


# 532d2bb3 10-Feb-1994 cgd <cgd@NetBSD.org>

get SLIOCGUNIT from the right place


# 9fa00062 10-Dec-1993 cgd <cgd@NetBSD.org>

deal with change in setting of slip params


# ffa63f58 07-Dec-1993 mycroft <mycroft@NetBSD.org>

Eliminate a compiler warning.


# 1676bc34 06-Aug-1993 mycroft <mycroft@NetBSD.org>

Use sys_signame[].


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 3558cc99 10-May-1993 mycroft <mycroft@NetBSD.org>

Correct checking of setsid() return value (from bvs@bitblocks.com).


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources