Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2001-06-26 | -Wall -Werror cleanup | Hans Insulander | |
2001-06-23 | Update to reflect reality. | Hans Insulander | |
2001-06-23 | Replace 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-23 | Update for heimdal-0.3f | Hans Insulander | |
2001-06-22 | Fix krb5 linking. | Hans Insulander | |
My machine can now build statically with krb5 enabled. | |||
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-05-25 | KerberosV support from Heimdal. | Hans Insulander | |
2001-01-17 | signal handler should finish using _exit() | Theo de Raadt | |
2000-12-08 | Oops. | Hans Insulander | |
2000-12-08 | Bring recent kerberos fix into -stable. | Hans Insulander | |
2000-12-06 | Be more paranoid about passed KRB environment variables. | Hans Insulander | |
(ok art) | |||
2000-11-16 | Don't use sizeof() a pointer as a length parameter. This change makes | Todd 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-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell | |
2000-10-24 | When calling setupterm() pass in an int* for the error code so | Todd C. Miller | |
it doesn't spew to stderr if the terminal type can't be found. Fix a logic thinko wrt terminaltypeok() -- it should return 0 on failure, not success. | |||
2000-10-10 | Link with curses, not ocurses and use setupterm(). For now, telnet(1) | Todd C. Miller | |
still needs ocurses but that will change. | |||
2000-10-10 | Prune the following environment variables: | Todd C. Miller | |
TERMINFO TERMINFO_DIRS TERMPATH TERMCAP (only if it starts with a '/') | |||
2000-10-06 | Remove the unimplemented -edebug flag from usage and manpage. | Hans Insulander | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-18 | add support to telnetd -debug -6 (listens to AF_INET6). | Jun-ichiro itojun Hagino | |
2000-06-29 | .Nm -> .Xr; from deraadt@ | Aaron Campbell | |
2000-06-29 | I felt that telnetd(8) deserves the following BUGS entry: | Aaron Campbell | |
WONT CRYPT. telnetd talks over insecure, unencrypted communications channels. Please use sshd instead. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
1999-12-20 | perform setsockopt(IP_TOS) only when IPv4 connection comes. | Jun-ichiro itojun Hagino | |