Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-24 | more files needed | Theo de Raadt | |
2005-05-24 | copy files from telnetd that were accessed via .PATH; now we have them | Theo de Raadt | |
here, and these programs are independent of each other ... and telnetd can go away for real sometime (just tree-delinked for now) | |||
2005-02-27 | - only send exported vars (based on a diff from Solar Designer) | Otto Moerbeek | |
- fix some buffer overflows (also some Solar Designer input) ok deraadt@ cloder@ | |||
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino | |
2004-01-03 | missing proto; ok hin | Peter Valchev | |
2003-12-28 | Introduce -4 and -6: options to force usage of IPv4 or IPv6 only. | Otto Moerbeek | |
From PR 1974. ok henning@ jose@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-04 | negotation -> negotiation; | Jason McIntyre | |
from Marc Balmer | |||
2003-09-07 | escape `.' to avoid a double space; | Jason McIntyre | |
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-07-25 | remove some obsolete kerberosIV references; | Jason McIntyre | |
ok hin@ | |||
2003-07-16 | some minor DPADD changes | Theo de Raadt | |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt | |
2003-06-11 | de-register | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | Removed 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-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev | |
to be NULL in such case; ok millert | |||
2003-04-03 | strcpy -> strlcpy | Hans Insulander | |
strcat -> strlcat ok millert@ | |||
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-07 | Treat EPIPE writing to the terminal the same as SIGQUIT from the user. | Todd C. Miller | |
Closes PR 3016. | |||
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-03-25 | Todd Miller pointed this out to me: | Hans Insulander | |
You really want to use 'volatile sig_atomic_t' not just sig_atomic_t for flags set in signal handlers. Without the volatile gcc may stick the value in a register but update the on-stack copy in the signal handler. | |||
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander | |
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release. | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-10 | spelling | Theo de Raadt | |
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-03 | Telnet client shouldn't say it does Kerberos unless there actually exists | Hans Insulander | |
a krb4 or krb5 ticket file. ok art@ | |||
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 | |
POSIX counterparts. | |||
2001-09-03 | repair a bug in 1.23, where "telnetport" was incorrectly set. | Jun-ichiro itojun Hagino | |
From: Pekka Savola <pekkas@netcore.fi> | |||
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-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 | |
Result of a conversation with pjanzen@ ok deraadt@ | |||
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-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 | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. |