Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-25 | correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadt | Peter Valchev | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-12-07 | Backout unrelated changes in last commit | Todd C. Miller | |
2002-12-07 | Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSD | Todd C. Miller | |
you should use login.conf(5) for this kind of thing. Closes PR 2967. | |||
2002-11-22 | Correct string termination in jobend() for saved_path and saved_user. | Chad Loder | |
OK millert@ | |||
2002-06-09 | no \n for syslog() | Hans Insulander | |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2001-11-02 | _exit() in signal handler | Theo de Raadt | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller | |
2001-06-26 | -Wall -Werror cleanup | Hans Insulander | |
2001-06-23 | Replace our telnetd with the one from heimdal-0.3f, with the following changes: | Hans Insulander | |
- obvious buildsystem tweakes - our way to filter out bad environment variables | |||
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-01-17 | signal handler should finish using _exit() | Theo de Raadt | |
2000-11-16 | Don't use sizeof() a pointer as a length parameter. This change makes | Todd C. Miller | |
'line' from sys_term.c from a char * into a char array. There's no need to explicitly initialize the contents to 0 since that happens for globals anyway. | |||
2000-10-10 | Prune the following environment variables: | Todd C. Miller | |
TERMINFO TERMINFO_DIRS TERMPATH TERMCAP (only if it starts with a '/') | |||
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1998-07-28 | change getent/getstr to gtgettent/gtgetstr, the names now used | Marco S Hyman | |
in libtelnet; add prototypes for both functions to ext.h | |||
1998-07-23 | delete SecurID hacks | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-05-08 | sprintf removals | Theo de Raadt | |
1998-04-25 | Fix casts in args to mem*. Boy am I anal. | Todd C. Miller | |
1998-04-01 | remove eavesdropping warning. Sorry, this is a no-way | Theo de Raadt | |
1998-03-25 | cleanup and please -Wall | Artur Grabowski | |
1998-03-12 | Encryption from kth-krb 0.9.8 (only for those with kerberos) | Artur Grabowski | |
1997-07-23 | tabify | kstailey | |
1997-07-14 | -Wall | Todd C. Miller | |
1997-02-16 | block $ENV too, sigh | Theo de Raadt | |
1996-12-23 | Fix assignment/truth-value compiler warning. | robin | |
1996-04-23 | sync with netbsd 960418 | Theo de Raadt | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Make sure that the user name cannot ever be interpreted as an option to login(8). Note: This does *not* fix any security holes. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |