summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/rlogin.c
Commit message (Expand)AuthorAgeFilesLines
* Removed Kerberos remnants.ru2005-01-211-1/+1
* Use the POSIX tty interface instead of the old interface. This makestjr2003-09-281-95/+57
* Remove remnants of Kerberos -Kkx options.tjr2003-09-281-2/+2
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-161-162/+24
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',charnier2002-10-161-7/+11
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-4/+4
* Really include <paths.h> (it seems it was brought in indirectly)des2002-05-081-0/+1
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.des2002-05-081-2/+8
* Easy warns fixes; use const, mark unused function parameters. Removemarkm2002-04-281-14/+13
* o unifdef -D__STDC__imp2002-03-231-77/+19
* remove __Pimp2002-03-221-19/+19
* Use SIGUSR1 to propogate SIGURG to the child; security measures preventfenner2002-02-271-2/+3
* [rlogin.1] Document the `-4' and `-6' options. Correct a typo.jkoshy2000-11-241-1/+1
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+0
* Use libcrypto in place of libdes.markm2000-02-241-1/+1
* Add -4 and -6 options.shin2000-02-151-5/+14
* several tcp apps IPv6 updateshin2000-01-251-4/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed usage message to almost match the man page. The old -d option andbde1999-05-271-12/+9
* Add a -i localname switch (restricted to root) to specify a differentpeter1999-05-251-5/+15
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.markm1998-10-091-1/+8
* Quite a while back KTH (who are the good folks who wrote our KerberosIV)markm1998-03-261-15/+17
* Changes for KTH KerberosIV.markm1997-09-281-49/+17
* Use err(3). Document -l flag.charnier1997-08-051-33/+22
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-5/+5
* Add Bruce's improvement to security patchpst1996-07-251-1/+6
* Do a bounds check on the strcpy of environment variables onto the stack.pst1996-07-151-1/+1
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
* Rename des_set_key -> des_set_key_krb. (libdes conflict)markm1996-02-031-1/+1
* Kerberos can now deal with multi-homed clients.gibbs1995-10-051-1/+1
* Back out speed reducing to 38400 for old remote rlogind.ache1995-08-031-3/+1
* Reduce passed speed to 38400, like telnet does too.ache1995-08-011-1/+3
* Added "D" option to usage clause.dg1995-05-031-3/+3
* Added a "-D" option to set the TCP_NODELAY socket option.dg1995-05-031-4/+12
* Move the call to des_set_key to after the kerberos initialisation, removingdfr1994-09-261-3/+3
* Reviewed by:ats1994-09-061-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+941
OpenPOWER on IntegriCloud