summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin
Commit message (Collapse)AuthorAgeFilesLines
* 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-113-3/+3
|
* Rename des_set_key -> des_set_key_krb. (libdes conflict)markm1996-02-031-1/+1
|
* Section FILES and SEE ALSO completewosch1996-01-291-1/+18
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-203/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Kerberos can now deal with multi-homed clients.gibbs1995-10-052-4/+7
| | | | | | | | | | | | | | 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>
* Updating /usr/include/kerberosIV/des.h so eBones will build breaksmarkm1995-09-102-14/+1
| | | | | | | rcp and rlogin. (patch supplied) Submitted by: John Capo <jc@irbs.com>
* 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.
* Remove trailing whitespace.rgrimes1995-05-302-3/+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-032-5/+18
|
* Add distribution=krb for P-HKwollman1994-11-201-0/+1
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-4/+9
| | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* 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.
* Removed des_rw.c from rlogin - this is now in libkrb.csgr1994-08-071-1/+1
| | | | | I hope there will be no problems at the moment with programs depending on this - I think Garrett has commented kerberos out of everything though
* Don't use Kerberos yet, we aren't ready for it.wollman1994-08-051-4/+5
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-277-0/+1855
OpenPOWER on IntegriCloud