Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-20 | remove -K from usage(); | Jason McIntyre | |
2007-03-20 | -l requires an argument; from Igor Sobrado | Jason McIntyre | |
2005-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller | |
ok deraadt@ millert@ moritz@ | |||
2005-04-01 | move more stuff after revoke; millert ok | Theo de Raadt | |
2004-10-16 | rsh now invokes ssh, not telnet, when a commant is omitted. | Todd C. Miller | |
2004-01-17 | Add _PATH_SSH, remove the rest | Todd C. Miller | |
2004-01-17 | Exec ssh not rlogin or telnet if the user calls us as "rsh host" | Todd C. Miller | |
instead of "rsh host command". requested and OK by deraadt@ | |||
2004-01-17 | Kill kerberos4 code; OK deraadt@ | Todd C. Miller | |
2003-08-11 | Convert to use poll(2) instead of static select. | Todd C. Miller | |
Input from deraadt@ and fgsch@; Ok deraadt@ | |||
2003-08-11 | Cosmetic changes to make the code a tad more readable: | Todd C. Miller | |
o constify rcsid and copyright o use warn/err instead of doing it by hand | |||
2003-07-25 | delete obsolete kerberos sections; | Jason McIntyre | |
ok hin@ | |||
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 | Remove krb4 support. | Magnus Holmberg | |
2003-04-15 | incorrect buf size; ok itojun | Theo de Raadt | |
2003-04-08 | Replace strcpy w/ strlcpy(); deraadt@ OK | Todd C. Miller | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-09-06 | use socklen_t where needed | Theo de Raadt | |
2002-08-12 | die if FD_SET overruns. (i don't have enough motive to change it to malloc | Jun-ichiro itojun Hagino | |
fd_set, rsh should be in graveyard) | |||
2002-07-15 | ansi | Theo de Raadt | |
2002-07-15 | make the des_read/write routines take void * | Theo de Raadt | |
2002-07-15 | ansi and some bug fixes | Theo de Raadt | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-09 | Sync usage with manpage | Hans Insulander | |
2002-06-02 | missing sockaddr inits; ok itojun | Theo de Raadt | |
2002-05-06 | rlogin is gone but rsh remains (though its use is discouraged). | Todd C. Miller | |
If someone uses the 'rsh foo' form and there is no rlogin installed, use telnet instead. | |||
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-09-27 | oops | Theo de Raadt | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
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@ | |||
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 | |