Age | Commit message (Expand) | Author |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-03-25 | Todd Miller pointed this out to me: | Hans Insulander |
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander |
2002-03-05 | and a -ldes | Theo de Raadt |
2002-02-17 | telnet used a P macro instead of __P -- g/c that too. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-10 | spelling | Theo de Raadt |
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-03 | Telnet client shouldn't say it does Kerberos unless there actually exists | Hans Insulander |
2001-09-10 | link k5 before k4 (new binutils is more picky than old ld) | Jason Wright |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-09-03 | repair a bug in 1.23, where "telnetport" was incorrectly set. | Jun-ichiro itojun Hagino |
2001-07-19 | well, with the most recent reorganization, it now turns out that any | Theo de Raadt |
2001-07-12 | first pass at a -Wall cleanup | 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-06-23 | Don't lie about Kerberos and encryption. | Hans Insulander |
2001-06-23 | Update for heimdal-0.3f | Hans Insulander |
2001-06-22 | Fix krb5 linking. | Hans Insulander |
2001-05-25 | KerberosV support from Heimdal. | Hans Insulander |
2001-04-30 | don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@ | Markus Friedl |
2001-01-22 | make sizeof tline doable; bad aaron. | Federico G. Schwindt |
2001-01-21 | oflow fix in rev 1.8 was wrong; mjl@netbsd.org | Aaron Campbell |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-11-08 | Fix a buf oflow, only exposed because a user happened to have a host with a | Aaron Campbell |
2000-10-24 | When calling setupterm() pass in an int* for the error code so | Todd C. Miller |
2000-10-10 | Use curses, not ocurses and thus setupterm() not tgetent(). This means | Todd C. Miller |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-08-13 | recover 1.29 -> 1.30 | Jun-ichiro itojun Hagino |
2000-08-13 | properly look at error code from getnameinfo(3) | Jun-ichiro itojun Hagino |
2000-08-13 | telnet -b broke when getaddrinfo conversion was done, | Niklas Hallqvist |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-04-30 | If getaddrinfo() fails: | Todd C. Miller |
2000-04-16 | - Remove reference to -S option; we don't have gettosbyname() and friends. | Aaron Campbell |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
2000-02-05 | show scopeid on "Trying foo...". | Jun-ichiro itojun Hagino |
2000-01-29 | remove #if 0'ed portion (not necessary due to use of getaddrinfo) | Jun-ichiro itojun Hagino |
1999-12-30 | avoid memory leak on realloc() failure. | Jun-ichiro itojun Hagino |
1999-12-20 | it looks perror("") has no effect in most cases. | Jun-ichiro itojun Hagino |
1999-12-15 | usage cleanup | Theo de Raadt |
1999-12-11 | Add a perror() in reporting failure to connect. | Angelos D. Keromytis |
1999-12-11 | IPv6/IPv4 dual stack support. uses getaddrinfo() and getnameinfo() | Jun-ichiro itojun Hagino |