summaryrefslogtreecommitdiff
path: root/libexec/telnetd
AgeCommit message (Collapse)Author
2005-05-25bye byeTheo de Raadt
2005-04-22oops, forgot a va_end; spotted by andrushock@korovino.netTheo de Raadt
2005-04-21bail out early, skip snprintf, if buflen is 0; ok cloderTheo de Raadt
2004-11-24Enable krb5 authentication (from Gabriel Kihlman) and encryptionBjorn Sandell
"go for it" deraadt@
2004-09-08after openpty() do not close() slave and reopen it. that is just crazyTheo de Raadt
talk. instead, save the descriptor and reuse it. millert ok
2004-04-24Use openpty; OK deraadt@Todd C. Miller
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
Bruno Saverio Delbono <bdelbono@leviathan.lucifer.at>
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
- sync SYNOPSIS and DESCRIPTION a little
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02- kill whitespace at EOLJason McIntyre
- removed empty ENVIRONMENT section
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@
2003-05-08squish a strcopy, ok krw@Bob Beck
2003-04-14Change terminalname from a pointer to an array. Why people hideTodd C. Miller
the actual storage array as a static inside a function is beyond me. By exposing the real array we can use sizeof on it for strlcpy. deraadt@ OK
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@
2003-02-26start new sentence on a new lineDavid Krause
ok mpech@
2003-02-14typos;Jason McIntyre
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@
2003-01-28fix fd_set overflowVincent Labrecque
ok hin@
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-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
try to free() it in that case.
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
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok;
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
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works.
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
o Include stdarg.h since we do varags stuff
2001-06-27Document the -y flag:Hans Insulander
Makes telnetd not warn when a user is trying to login with cleartext passwords. (patch sent to heimdal developers)