Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | bye bye | Theo de Raadt | |
2005-04-22 | oops, forgot a va_end; spotted by andrushock@korovino.net | Theo de Raadt | |
2005-04-21 | bail out early, skip snprintf, if buflen is 0; ok cloder | Theo de Raadt | |
2004-11-24 | Enable krb5 authentication (from Gabriel Kihlman) and encryption | Bjorn Sandell | |
"go for it" deraadt@ | |||
2004-09-08 | after openpty() do not close() slave and reopen it. that is just crazy | Theo de Raadt | |
talk. instead, save the descriptor and reuse it. millert ok | |||
2004-04-24 | Use openpty; OK deraadt@ | Todd C. Miller | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-09-25 | correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadt | Peter Valchev | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-07-18 | one time -h is enough | Henning Brauer | |
Bruno Saverio Delbono <bdelbono@leviathan.lucifer.at> | |||
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt | |
2003-07-08 | remove stuff nothing uses | Theo de Raadt | |
2003-07-02 | no default -Werror on these | Theo de Raadt | |
2003-06-26 | simple protos | Theo de Raadt | |
2003-06-07 | - remove invalid authentication type "otp" | Jason McIntyre | |
- sync SYNOPSIS and DESCRIPTION a little | |||
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. | |||
2003-06-02 | - kill whitespace at EOL | Jason McIntyre | |
- removed empty ENVIRONMENT section | |||
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans 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-08 | squish a strcopy, ok krw@ | Bob Beck | |
2003-04-14 | Change terminalname from a pointer to an array. Why people hide | Todd 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-13 | try 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-26 | start new sentence on a new line | David Krause | |
ok mpech@ | |||
2003-02-14 | typos; | Jason McIntyre | |
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@ | |||
2003-01-28 | fix fd_set overflow | Vincent Labrecque | |
ok hin@ | |||
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-07-25 | Check snprintf() rval for < 0; OK deraadt@ | Todd C. Miller | |
2002-06-28 | When gettytab doesn't exist, IM contains a #defined string so don't | Todd C. Miller | |
try to free() it in that case. | |||
2002-06-09 | Sort .Xr's | Hans Insulander | |
2002-06-09 | no more \n to syslog() | Hans Insulander | |
2002-06-09 | no \n for syslog() | Hans Insulander | |
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-03-05 | add -ldes linking | Theo de Raadt | |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2002-02-10 | spelling | Theo de Raadt | |
2001-11-13 | o) 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 handler | Theo de Raadt | |
2001-09-11 | krb5 before krb4 to please the linker | Jason Wright | |
2001-07-19 | vsnprintf() can return a value larger than the buffer size. from assar | Jun-ichiro itojun Hagino | |
2001-07-19 | well, with the most recent reorganization, it now turns out that any | Theo 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-18 | HIN: DO NOT LOSE OUR LOCAL CHANGES | Theo de Raadt | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-04 | symmetrical, not symetrical | Peter Valchev | |
2001-07-02 | Allows building w/o kerb support | Todd C. Miller | |
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller | |
2001-06-29 | We need telnet_net_write() even when AUTHENTICATION is not defined. | Todd C. Miller | |
2001-06-29 | o We have uname(2) | Todd C. Miller | |
o Include stdarg.h since we do varags stuff | |||
2001-06-27 | Document the -y flag: | Hans Insulander | |
Makes telnetd not warn when a user is trying to login with cleartext passwords. (patch sent to heimdal developers) |