summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind
Commit message (Collapse)AuthorAgeFilesLines
* Sort #includes. Add rcsid. Add man page section in .Xrefs.charnier1997-11-252-13/+15
|
* Changes for the new KTH Kerberos.markm1997-09-282-12/+26
| | | | Also make -Wall a bit quieter.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | posix standard on the topic.
* Fix various buffer overflows that may or may not be exploitable.imp1997-03-241-5/+7
| | | | | | | Fixes PR 2588 Reviewed by: Dan Cross? Submitted by: Julian Assange
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Some patches for source routed packets from OpenBSD.imp1997-02-091-14/+14
| | | | | | | | | | | | | | | Rev 1.16 deraadt: do not warn about valid options; invalid options correctly quit Rev 1.15 deraadt: need not clear options since bad ones cause exit; provos@ws1.physnet.uni-hamburg.de Rev 1.14 deraadt: IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out by provos@wserver.physnet.uni-hamburg.de. also another 1-char buffer overflow. Reviewed by: Peter Wemm Obtained from: OpenSBD
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-4/+2
|
* Document the -k, -v and -x options.mpp1996-12-161-1/+15
| | | | Closes PR# 801.
* add forgotten $Id$wosch1996-09-223-0/+4
|
* Fix some compilation warnings.pst1996-09-211-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
|
* Section FILES and SEE ALSO completedwosch1996-01-281-1/+13
|
* Fix typo.nate1995-12-021-1/+1
|
* It is not necessary to check if a '-' is in lusername., Checking ifguido1995-12-011-1/+1
| | | | | lusername starts with a '-' is enough. Otherwise, no users with a '-' in there name can use rlogin.
* Stop rlogind from bogusly ignoring an explicit .rhosts file for root.peter1995-11-201-3/+2
| | | | It still correctly ignores hosts.equiv. This is now consistant with rshd.
* Added a -D option to set the TCP_NODELAY socket option. This improvesdg1995-10-152-5/+17
| | | | responsiveness at the expense of some additional network traffic.
* 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>
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Add distribution=krb for P-HKwollman1994-11-201-0/+1
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-5/+10
| | | | | | | | - 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.
* Plug security hole that was already fixed in 1.1. It preventsguido1994-08-151-0/+5
| | | | | | | | user from specifying their hostname when rlogin()-ing in (using rlogin -f-h<host>) Reviewed by: Submitted by:
* Update to new make macros and disable Kerberos because we haven't got itwollman1994-08-051-5/+5
| | | | set up right yet.
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-274-0/+976
OpenPOWER on IntegriCloud