summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/rshd.c
Commit message (Expand)AuthorAgeFilesLines
* Cast the terminating NULL to char * in the execl() call.mux2004-04-041-1/+1
* Gut out (by default unused) cruft, and tidy up warnings.markm2002-06-261-143/+19
* PAMify.des2002-05-081-253/+127
* YA patch I forgot to commit last night.des2002-03-061-1/+1
* o const poison a few prototypes to avoid gcc3 warningsimp2002-02-071-9/+9
* o __P removalimp2002-02-071-26/+19
* Mark a function as __printf0like(). This exposes a warning which requireskris2002-02-041-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Replacement of the old error() routine with errx(3) was premature.markm2001-04-291-17/+39
* Grrr. Fix a line that was fatfingered out during the cleanup.markm2001-04-291-0/+1
* Clean up the error handling code a bit. There is no need to "roll ourmarkm2001-04-281-89/+26
* Add full PAM support for account management and sessions.markm2001-03-271-52/+210
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Whitespace-only to sync with -stable.ru2000-12-071-2/+0
* Removed broken PAM support from rshd(8) and rlogind(8). rshd doesru2000-10-121-18/+0
* Plug the hole where rshd would bypass a proper .rhosts check if thebsd2000-07-051-3/+2
* Remove dead debug code.asmodai2000-04-291-8/+0
* sync iruserok() extension API with other BSDsshin2000-02-011-8/+2
* Fix rshd coredump when AF_INET socket is used.shin2000-01-281-1/+1
* several tcp apps IPv6 updateshin2000-01-251-24/+59
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.markm1999-09-191-148/+57
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Ensure that things returned by gethostname() andbrian1999-04-071-6/+5
* Use realhostname() rather than various combinations ofbrian1999-04-061-42/+14
* As previously threatened, clean up the rshd -a option and make it defaultpeter1998-12-161-53/+26
* Added a -D option to turn on TCP_NODELAY.dg1998-12-011-3/+11
* Replace _exit() with exit()rnordier1998-05-051-2/+2
* No \n in syslog() strings. Add man page to Xrefs. Change null byte to NUL byte.charnier1997-12-021-7/+9
* Changes for the new KTH Kerberos4.markm1997-09-281-12/+18
* Rshd print to much information if a user does not exists.wosch1997-07-181-4/+4
* login_getclass() -> login_getpwclass().davidn1997-05-101-2/+2
* Added login.conf support.davidn1997-04-231-4/+54
* Be a bit more careful about what port number we are using for thepeter1997-03-291-3/+7
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Some patches for source routed packets from OpenBSD.imp1997-02-091-13/+16
* Make even more copies of hostnames obtained by inet_ntoa(). iruserok()joerg1997-01-271-5/+18
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixes:scrappy1996-10-221-2/+2
* add forgotten $Id$wosch1996-09-221-0/+2
* 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
* Add missing & in des_set_key argumentache1995-11-191-1/+1
* Move the setlogin() call a little earlier.. It was being done in the childpeter1995-11-121-4/+5
* Check for expired passwords before allowing access to the system.mpp1995-08-281-2/+3
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+783
OpenPOWER on IntegriCloud