aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rlogin/rlogin.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-5/+5
* Add Bruce's improvement to security patchPaul Traina1996-07-251-1/+6
* Do a bounds check on the strcpy of environment variables onto the stack.Paul Traina1996-07-151-1/+1
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-1/+1
* Rename des_set_key -> des_set_key_krb. (libdes conflict)Mark Murray1996-02-031-1/+1
* Kerberos can now deal with multi-homed clients.Justin T. Gibbs1995-10-051-1/+1
* Back out speed reducing to 38400 for old remote rlogind.Andrey A. Chernov1995-08-031-3/+1
* Reduce passed speed to 38400, like telnet does too.Andrey A. Chernov1995-08-011-1/+3
* Added "D" option to usage clause.David Greenman1995-05-031-3/+3
* Added a "-D" option to set the TCP_NODELAY socket option.David Greenman1995-05-031-4/+12
* Move the call to des_set_key to after the kerberos initialisation, removingDoug Rabson1994-09-261-3/+3
* Reviewed by:Andreas Schulz1994-09-061-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+941