summaryrefslogtreecommitdiff
path: root/libexec/telnetd/sys_term.c
AgeCommit message (Collapse)Author
2003-09-25correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadtPeter Valchev
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-12-07Backout unrelated changes in last commitTodd C. Miller
2002-12-07Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSDTodd C. Miller
you should use login.conf(5) for this kind of thing. Closes PR 2967.
2002-11-22Correct string termination in jobend() for saved_path and saved_user.Chad Loder
OK millert@
2002-06-09no \n for syslog()Hans Insulander
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2001-11-02_exit() in signal handlerTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-26-Wall -Werror cleanupHans Insulander
2001-06-23Replace 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-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
some other related minor cleanups, and spaces. millert@ ok
2001-01-17signal handler should finish using _exit()Theo de Raadt
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesTodd 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-10Prune the following environment variables:Todd C. Miller
TERMINFO TERMINFO_DIRS TERMPATH TERMCAP (only if it starts with a '/')
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1998-07-28change getent/getstr to gtgettent/gtgetstr, the names now usedMarco S Hyman
in libtelnet; add prototypes for both functions to ext.h
1998-07-23delete SecurID hacksTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd 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-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-05-08sprintf removalsTheo de Raadt
1998-04-25Fix casts in args to mem*. Boy am I anal.Todd C. Miller
1998-04-01remove eavesdropping warning. Sorry, this is a no-wayTheo de Raadt
1998-03-25cleanup and please -WallArtur Grabowski
1998-03-12Encryption from kth-krb 0.9.8 (only for those with kerberos)Artur Grabowski
1997-07-23tabifykstailey
1997-07-14-WallTodd C. Miller
1997-02-16block $ENV too, sighTheo de Raadt
1996-12-23Fix assignment/truth-value compiler warning.robin
1996-04-23sync with netbsd 960418Theo de Raadt
1996-03-28From NetBSD: merge of 960317Niklas Hallqvist
1996-02-22From 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-18initial import of NetBSD treeTheo de Raadt