summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/rlogin.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes for KTH KerberosIV.markm1997-09-281-49/+17
| | | | Also quieten -Wall a bit.
* Use err(3). Document -l flag.charnier1997-08-051-33/+22
| | | | Obtained from: OpenBSD
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-5/+5
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* 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
| | | | | | | | | | | | | | Kerberos obtains a network address for the local host from the routing tables and uses it consistently for all Kerberos transactions. This ensures that packets only leave the *authenticated* interface. Clients who open and use their own sockets for encrypted or authenticated correspondance to kerberos services should bind their sockets to the same address as that used by kerberos. krb_get_local_addr() and krb_bind_local_addr() allow clients to obtain the local address or bind a socket to the local address used by Kerberos respectively. Reviewed by: Mark Murray <markm>, Garrett Wollman <wollman> Obtained from: concept by Dieter Dworkin Muller <dworkin@village.org>
* Back out speed reducing to 38400 for old remote rlogind.ache1995-08-031-3/+1
| | | | | | | I do some digging out on this subject and found that remote rlogind may reduce big speeds to 38400 by itself and (as more often rlogind variant) speed setting ioctl fails, so speed left on 9600. In all cases it doesn't do any real harm.
* Reduce passed speed to 38400, like telnet does too.ache1995-08-011-1/+3
| | | | Remote rlogind may not understand speeds > 38400.
* 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
| | | | assumption about the implementation of des_read/des_write.
* Reviewed by:ats1994-09-061-1/+1
| | | | Add entries for the speed 57600 and 115200 to the allowed speeds.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+941
OpenPOWER on IntegriCloud