aboutsummaryrefslogtreecommitdiff
path: root/libexec/rexecd
Commit message (Expand)AuthorAgeFilesLines
* Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine2005-06-103-507/+0
* s/int/size_t/ as appropriate.David Schultz2005-04-171-4/+4
* Revert parts of previous commits and use a temporary variable to avoidDag-Erling Smørgrav2005-04-081-37/+8
* An array was mistaken for a pointer in the previous commit.Jacques Vidrine2005-04-071-3/+4
* Correct type mismatch introduced in last commit.Jacques Vidrine2005-04-051-1/+1
* DES pointed out that the PAM layer may change the target user nameJacques Vidrine2005-04-051-15/+32
* When PAM support was added to rexecd in revision 1.29 (just prior toJacques Vidrine2005-03-271-2/+17
* Use sysconf(_SC_ARG_MAX) instead of NCARGS.David Schultz2005-03-211-2/+7
* correct WARNS=6 fix to use cast to (void *).Hajimu UMEMOTO2005-03-011-10/+10
* If what we have is a struct sockaddr_storage * and what we want is aDag-Erling Smørgrav2005-02-231-8/+8
* Make WARNS=6-clean.Dag-Erling Smørgrav2005-02-232-12/+13
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Include <stdlib.h> for exit() and abort() prototypes.Stefan Farfeleder2004-05-241-0/+1
* Add section number to .XrPhilippe Charnier2003-06-081-1/+1
* The .Nm utilityPhilippe Charnier2002-07-061-11/+16
* Unbreak static build and remove usage() that isn't usage().Dag-Erling Smørgrav2002-05-031-15/+8
* PAMify rexecd(8).Dag-Erling Smørgrav2002-05-022-116/+89
* When opieverify() is fail, fallback to try unix password.Hajimu UMEMOTO2002-04-161-4/+9
* Add an IPv6 support.Hajimu UMEMOTO2002-04-161-10/+23
* Make this compilable without -DOPIE.Jun Kuriyama2002-04-161-1/+1
* o __P removalWarner Losh2002-02-071-27/+20
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway2002-02-041-0/+1
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-031-1/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-3/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Goodbye S/Key, Hello OPIE.Mark Murray2001-07-092-13/+17
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Avoid a warning by making a variable a const char *.David Malone2001-05-011-1/+2
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Remove unused #include. Use getopt(3). Add usage() with syslog(3) cap.Philippe Charnier2000-11-281-8/+22
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Man page fixupsNick Sayer2000-05-151-4/+7
* Add -i (insecure) flag to rexecd, which allows uid == 0 loginsNick Sayer2000-05-132-4/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-3/+3
* Link with libutilBrian Somers1999-04-061-3/+3
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-6/+4
* Use err(3). -Wall cleaning. Use Pa for file names and add section in Xrefs.Philippe Charnier1997-11-262-23/+29
* Julian A's fix. Do chdir as user rather than as root. Fixes a minor NFSWarner Losh1997-03-241-8/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Buffer Overflow from OpenBSDWarner Losh1997-02-091-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Back out recent security patch for rexecd. After more careful analysis,Paul Traina1996-11-222-28/+15
* Do not attempt to open reverse channel until authentication phase hasPaul Traina1996-11-192-17/+30
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+4
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-1/+2