summaryrefslogtreecommitdiffstats
path: root/libexec/rexecd/rexecd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove rexecd(8), a server that implements a particularly insecurenectar2005-06-101-326/+0
* s/int/size_t/ as appropriate.das2005-04-171-4/+4
* Revert parts of previous commits and use a temporary variable to avoiddes2005-04-081-37/+8
* An array was mistaken for a pointer in the previous commit.nectar2005-04-071-3/+4
* Correct type mismatch introduced in last commit.nectar2005-04-051-1/+1
* DES pointed out that the PAM layer may change the target user namenectar2005-04-051-15/+32
* When PAM support was added to rexecd in revision 1.29 (just prior tonectar2005-03-271-2/+17
* Use sysconf(_SC_ARG_MAX) instead of NCARGS.das2005-03-211-2/+7
* correct WARNS=6 fix to use cast to (void *).ume2005-03-011-10/+10
* If what we have is a struct sockaddr_storage * and what we want is ades2005-02-231-8/+8
* Make WARNS=6-clean.des2005-02-231-11/+12
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
* Include <stdlib.h> for exit() and abort() prototypes.stefanf2004-05-241-0/+1
* Unbreak static build and remove usage() that isn't usage().des2002-05-031-15/+8
* PAMify rexecd(8).des2002-05-021-112/+86
* When opieverify() is fail, fallback to try unix password.ume2002-04-161-4/+9
* Add an IPv6 support.ume2002-04-161-10/+23
* Make this compilable without -DOPIE.kuriyama2002-04-161-1/+1
* o __P removalimp2002-02-071-27/+20
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-3/+3
* Goodbye S/Key, Hello OPIE.markm2001-07-091-10/+13
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Avoid a warning by making a variable a const char *.dwmalone2001-05-011-1/+2
* Remove unused #include. Use getopt(3). Add usage() with syslog(3) cap.charnier2000-11-281-8/+22
* Add -i (insecure) flag to rexecd, which allows uid == 0 loginsnsayer2000-05-131-1/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Ensure that things returned by gethostname() andbrian1999-04-071-3/+3
* Use realhostname() rather than various combinations ofbrian1999-04-061-6/+4
* Use err(3). -Wall cleaning. Use Pa for file names and add section in Xrefs.charnier1997-11-261-18/+22
* Julian A's fix. Do chdir as user rather than as root. Fixes a minor NFSimp1997-03-241-8/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Buffer Overflow from OpenBSDimp1997-02-091-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Back out recent security patch for rexecd. After more careful analysis,pst1996-11-221-23/+13
* Do not attempt to open reverse channel until authentication phase haspst1996-11-191-14/+24
* add forgotten $Id$wosch1996-09-221-0/+2
* Check for expired passwords before allowing access to the system.mpp1995-08-281-1/+2
* rexecd was not calling "setlogin()" when it should have. This was causingpeter1995-07-291-0/+2
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* make rexecd link against skeyaccess, not authfilepst1994-09-301-2/+2
* Tighen up rexecd(8) security (see manual page for details).pst1994-09-291-11/+49
* Add skey supportguido1994-08-211-0/+10
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+259
OpenPOWER on IntegriCloud