summaryrefslogtreecommitdiff
path: root/libexec/rexecd/rexecd.c
AgeCommit message (Expand)Author
2005-06-10Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine
2005-04-17s/int/size_t/ as appropriate.David Schultz
2005-04-08Revert parts of previous commits and use a temporary variable to avoidDag-Erling Smørgrav
2005-04-07An array was mistaken for a pointer in the previous commit.Jacques Vidrine
2005-04-05Correct type mismatch introduced in last commit.Jacques Vidrine
2005-04-05DES pointed out that the PAM layer may change the target user nameJacques Vidrine
2005-03-27When PAM support was added to rexecd in revision 1.29 (just prior toJacques Vidrine
2005-03-21Use sysconf(_SC_ARG_MAX) instead of NCARGS.David Schultz
2005-03-01correct WARNS=6 fix to use cast to (void *).Hajimu UMEMOTO
2005-02-23If what we have is a struct sockaddr_storage * and what we want is aDag-Erling Smørgrav
2005-02-23Make WARNS=6-clean.Dag-Erling Smørgrav
2005-02-14Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder
2004-05-24Include <stdlib.h> for exit() and abort() prototypes.Stefan Farfeleder
2002-05-03Unbreak static build and remove usage() that isn't usage().Dag-Erling Smørgrav
2002-05-02PAMify rexecd(8).Dag-Erling Smørgrav
2002-04-16When opieverify() is fail, fallback to try unix password.Hajimu UMEMOTO
2002-04-16Add an IPv6 support.Hajimu UMEMOTO
2002-04-16Make this compilable without -DOPIE.Jun Kuriyama
2002-02-07o __P removalWarner Losh
2001-07-26Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn
2001-07-09Goodbye S/Key, Hello OPIE.Mark Murray
2001-07-09Fix the type of the NULL arg to execl()Brian Somers
2001-05-01Avoid a warning by making a variable a const char *.David Malone
2000-11-28Remove unused #include. Use getopt(3). Add usage() with syslog(3) cap.Philippe Charnier
2000-05-13Add -i (insecure) flag to rexecd, which allows uid == 0 loginsNick Sayer
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-04-07Ensure that things returned by gethostname() andBrian Somers
1999-04-06Use realhostname() rather than various combinations ofBrian Somers
1997-11-26Use err(3). -Wall cleaning. Use Pa for file names and add section in Xrefs.Philippe Charnier
1997-03-24Julian A's fix. Do chdir as user rather than as root. Fixes a minor NFSWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-02-09Buffer Overflow from OpenBSDWarner Losh
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-11-22Back out recent security patch for rexecd. After more careful analysis,Paul Traina
1996-11-19Do not attempt to open reverse channel until authentication phase hasPaul Traina
1996-09-22add forgotten $Id$Wolfram Schneider
1995-08-28Check for expired passwords before allowing access to the system.Mike Pritchard
1995-07-29rexecd was not calling "setlogin()" when it should have. This was causingPeter Wemm
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-09-30make rexecd link against skeyaccess, not authfilePaul Traina
1994-09-29Tighen up rexecd(8) security (see manual page for details).Paul Traina
1994-08-21Add skey supportGuido van Rooij
1994-05-27BSD 4.4 Lite Libexec SourcesRodney W. Grimes