summaryrefslogtreecommitdiff
path: root/libexec/telnetd
AgeCommit message (Expand)Author
2003-02-26start new sentence on a new lineDavid Krause
2003-02-14typos;Jason McIntyre
2003-01-28fix fd_set overflowVincent Labrecque
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
2002-11-22Correct string termination in jobend() for saved_path and saved_user.Chad Loder
2002-07-25Check snprintf() rval for < 0; OK deraadt@Todd C. Miller
2002-06-28When gettytab doesn't exist, IM contains a #defined string so don'tTodd C. Miller
2002-06-09Sort .Xr'sHans Insulander
2002-06-09no more \n to syslog()Hans Insulander
2002-06-09no \n for syslog()Hans Insulander
2002-04-29wierd -> weirdPeter Valchev
2002-03-05add -ldes linkingTheo de Raadt
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-10spellingTheo de Raadt
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
2001-11-02_exit() in signal handlerTheo de Raadt
2001-09-11krb5 before krb4 to please the linkerJason Wright
2001-07-19vsnprintf() can return a value larger than the buffer size. from assarJun-ichiro itojun Hagino
2001-07-19well, with the most recent reorganization, it now turns out that anyTheo de Raadt
2001-07-18HIN: DO NOT LOSE OUR LOCAL CHANGESTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-04symmetrical, not symetricalPeter Valchev
2001-07-02Allows building w/o kerb supportTodd C. Miller
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-29We need telnet_net_write() even when AUTHENTICATION is not defined.Todd C. Miller
2001-06-29o We have uname(2)Todd C. Miller
2001-06-27Document the -y flag:Hans Insulander
2001-06-26-Wall -Werror cleanupHans Insulander
2001-06-23Update to reflect reality.Hans Insulander
2001-06-23Replace our telnetd with the one from heimdal-0.3f, with the following changes:Hans Insulander
2001-06-23Update for heimdal-0.3fHans Insulander
2001-06-22Fix krb5 linking.Hans Insulander
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-01-17signal handler should finish using _exit()Theo de Raadt
2000-12-08Oops.Hans Insulander
2000-12-08Bring recent kerberos fix into -stable.Hans Insulander
2000-12-06Be more paranoid about passed KRB environment variables.Hans Insulander
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesTodd C. Miller
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
2000-10-10Link with curses, not ocurses and use setupterm(). For now, telnet(1)Todd C. Miller
2000-10-10Prune the following environment variables:Todd C. Miller
2000-10-06Remove the unimplemented -edebug flag from usage and manpage.Hans Insulander
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-18add support to telnetd -debug -6 (listens to AF_INET6).Jun-ichiro itojun Hagino
2000-06-29.Nm -> .Xr; from deraadt@Aaron Campbell