summaryrefslogtreecommitdiff
path: root/libexec/telnetd
AgeCommit message (Expand)Author
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-09-25correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadtPeter Valchev
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-07-18one time -h is enoughHenning Brauer
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-07-08remove stuff nothing usesTheo de Raadt
2003-07-02no default -Werror on theseTheo de Raadt
2003-06-26simple protosTheo de Raadt
2003-06-07- remove invalid authentication type "otp"Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02- kill whitespace at EOLJason McIntyre
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
2003-05-08squish a strcopy, ok krw@Bob Beck
2003-04-14Change terminalname from a pointer to an array. Why people hideTodd C. Miller
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
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