Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-06 | rlogind and rexecd go away | Theo de Raadt | |
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-16 | Deal with snprintf returning >= sizeof(buf) and simplify some | Todd C. Miller | |
of the arithmetic. deraadt@ OK | |||
2002-02-15 | slight snprintf paranoia | Theo de Raadt | |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller | |
which now has a different meaning. | |||
2001-12-07 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
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-07-08 | -Wall | Theo de Raadt | |
2001-06-23 | Small nits from pjanzen. | Hans Insulander | |
2001-06-23 | Don't lie about Kerberos and encryption. | Hans Insulander | |
Result of a conversation with pjanzen@ ok deraadt@ | |||
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-19 | do _exit() in exit handler, if it is a signal | Theo de Raadt | |
2000-11-10 | tiny fix on getaddrinfo error handling | Jun-ichiro itojun Hagino | |
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-03-09 | -Wall cleanup | Theo de Raadt | |
2000-01-27 | make rshd and rlogind IPv6-ready. | Jun-ichiro itojun Hagino | |
1999-11-15 | logging getpeername() failures is a waste of time | Theo de Raadt | |
1999-07-20 | bad arguments? usage() should syslog() | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1997-06-29 | new location of des.h | Niels Provos | |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-02-13 | if i find one more little problem, and have to make one more little | Theo de Raadt | |
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active! | |||
1997-02-13 | option handling is a bitch | Theo de Raadt | |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt | |
1997-02-05 | do not warn about valid options; invalid options correctly quit | Theo de Raadt | |
1997-02-05 | need not clear options since bad ones cause exit; ↵ | Theo de Raadt | |
provos@ws1.physnet.uni-hamburg.de | |||
1997-02-05 | IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out by | Theo de Raadt | |
provos@wserver.physnet.uni-hamburg.de. also another 1-char buffer overflow. | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-04 | Take advantage of new "-u" flag in login(1). | Todd C. Miller | |
1996-11-11 | correct type cast | Michael Shalayeff | |
1996-08-27 | strncpy correctly | Theo de Raadt | |
1996-08-02 | local_domain/topdomain unneeded | Theo de Raadt | |
1996-07-31 | do not gethostbyname() of #.#.#.# | Theo de Raadt | |
1996-07-31 | ah heck, impliment -a flag and turn it on by default. kills netbsd pr#1295 | Theo de Raadt | |
1996-07-31 | -a is dead; normal sized host buffer, de-constipate | Theo de Raadt | |
1996-04-17 | Make encrypted remote logins work again | Thorsten Lockert | |
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Make sure that the user name cannot ever be interpreted as an option to login(8). Note: This does *not* fix any security holes. | |||
1995-12-16 | Make it possible to build without SKEY support | Thorsten Lockert | |
Add support for building with kerberosIV | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |