Age | Commit message (Expand) | Author |
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin |
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 |
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 |
2001-06-27 | Document the -y flag: | Hans Insulander |
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 |
2001-06-23 | Update for heimdal-0.3f | Hans Insulander |
2001-06-22 | Fix krb5 linking. | Hans Insulander |
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff |
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 |
2000-11-16 | Don't use sizeof() a pointer as a length parameter. This change makes | Todd C. Miller |
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 |
2000-10-10 | Link with curses, not ocurses and use setupterm(). For now, telnet(1) | Todd C. Miller |
2000-10-10 | Prune the following environment variables: | Todd C. Miller |
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 |
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 |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
1999-12-20 | perform setsockopt(IP_TOS) only when IPv4 connection comes. | Jun-ichiro itojun Hagino |
1999-12-11 | set "host" properly when getnameinfo() is successful. | Jun-ichiro itojun Hagino |
1999-12-10 | v6 friendly; KAME | Theo de Raadt |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-07-20 | bad arguments? usage() should syslog() | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-05-28 | more .El madness | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-12-19 | less cryptic message on pty allocation failure | Theo de Raadt |
1998-12-16 | even more .Nm fixes | Aaron Campbell |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |
1998-08-21 | decrypt the input _before_ checking if it is \n, not _after_. | Artur Grabowski |
1998-07-28 | change getent/getstr to gtgettent/gtgetstr, the names now used | Marco S Hyman |