Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-11-08 | Document that rsh and ssh will take their invocation name as a hostname to | Aaron Campbell | |
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions. | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
2000-01-27 | enable IPv6 support. | Jun-ichiro itojun Hagino | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-03-25 | fix a bug, use fd_set for select() and cleanup a bit. | Artur Grabowski | |
1997-08-06 | save errno in mangly handlers | Theo de Raadt | |
1997-07-27 | Xr rcmd 3 | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-23 | sigblock mask is int, not long | Theo de Raadt | |
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-03-26 | calculate width for select() more carefully | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-09-02 | unset $RSH so we don't loop de loop in rcmd(). | Todd C. Miller | |
1996-08-30 | bail if euid != 0; keeps us from fork-bombing with rcmd that calls rsh(1). | Todd C. Miller | |
1996-08-11 | Be silent about Kerberos failure if local systel is not configured for | Thorsten Lockert | |
Kerberos | |||
1996-07-24 | normal uid before execv | Theo de Raadt | |
1996-07-22 | rcsid cleanup | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-04-17 | Make encrypted remote shell work again. Note that this is not a supported | Thorsten Lockert | |
configuration, and no port number is defined for it. | |||
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 | |