aboutsummaryrefslogtreecommitdiff
path: root/libexec/rlogind
Commit message (Collapse)AuthorAgeFilesLines
* Replace eBones with kerberosIV (Actually KTH-eBones from current)Mark Murray1998-02-183-15/+25
| | | | Notes: svn path=/stable/2.2/; revision=33558
* MFc: Sort #includes. Add rcsid. Add man page section in .Xrefs.Philippe Charnier1997-12-162-13/+17
| | | | Notes: svn path=/stable/2.2/; revision=31766
* MFC: EOF -> -1 for getoptWarner Losh1997-12-041-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=31528
* YAMFC: 1.16 bound strcpy of DNS dataWarner Losh1997-03-241-5/+7
| | | | Notes: svn path=/stable/2.2/; revision=24192
* Backport IP option parsing from -currentWarner Losh1997-02-091-15/+15
| | | | Notes: svn path=/stable/2.2/; revision=22456
* YAMFC:Mike Pritchard1996-12-221-1/+15
| | | | | | | | | | | | - Correct various man page xrefs - Fix some spelling errors - Add misssing documentation bits in some man pages - mount_std.8 now documents mount_{devfs,fdesc,kernfs,procfs} - New man pages for moused(8), devfs(5), fdesc(5), kernfs(5), procfs(5) were tagged onto the 2.2 branch. Notes: svn path=/stable/2.2/; revision=20819
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+4
| | | | Notes: svn path=/head/; revision=18471
* Fix some compilation warnings.Paul Traina1996-09-211-1/+1
| | | | Notes: svn path=/head/; revision=18449
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-1/+1
| | | | Notes: svn path=/head/; revision=14024
* Rename des_set_key -> des_set_key_krb. (libdes conflict)Mark Murray1996-02-031-1/+1
| | | | Notes: svn path=/head/; revision=13881
* Section FILES and SEE ALSO completedWolfram Schneider1996-01-281-1/+13
| | | | Notes: svn path=/head/; revision=13680
* Fix typo.Nate Williams1995-12-021-1/+1
| | | | Notes: svn path=/head/; revision=12575
* It is not necessary to check if a '-' is in lusername., Checking ifGuido van Rooij1995-12-011-1/+1
| | | | | | | | lusername starts with a '-' is enough. Otherwise, no users with a '-' in there name can use rlogin. Notes: svn path=/head/; revision=12561
* Stop rlogind from bogusly ignoring an explicit .rhosts file for root.Peter Wemm1995-11-201-3/+2
| | | | | | | It still correctly ignores hosts.equiv. This is now consistant with rshd. Notes: svn path=/head/; revision=12434
* Added a -D option to set the TCP_NODELAY socket option. This improvesDavid Greenman1995-10-152-5/+17
| | | | | | | responsiveness at the expense of some additional network traffic. Notes: svn path=/head/; revision=11486
* Kerberos can now deal with multi-homed clients.Justin T. 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> Notes: svn path=/head/; revision=11233
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* Add distribution=krb for P-HKGarrett Wollman1994-11-201-0/+1
| | | | Notes: svn path=/head/; revision=4715
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-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. Notes: svn path=/head/; revision=3197
* Plug security hole that was already fixed in 1.1. It preventsGuido van Rooij1994-08-151-0/+5
| | | | | | | | | | | user from specifying their hostname when rlogin()-ing in (using rlogin -f-h<host>) Reviewed by: Submitted by: Notes: svn path=/head/; revision=2076
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-5/+5
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-274-0/+976
Notes: svn path=/vendor/CSRG/dist/; revision=1592