aboutsummaryrefslogtreecommitdiff
path: root/libexec/rexecd
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-213-3/+3
| | | | | | | 'RELENG_2_2_8_RELEASE'. This commit was manufactured to restore the state of the 2.2.8-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: Use err(3). -Wall cleaning. Use Pa for file names and add section in Xrefs.Philippe Charnier1997-12-162-23/+29
| | | | Notes: svn path=/stable/2.2/; revision=31765
* YAMFC: 1.14 chdir as userWarner Losh1997-03-241-8/+8
| | | | Notes: svn path=/stable/2.2/; revision=24190
* buffer overflow merge from -current 1.12Warner Losh1997-02-091-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=22458
* YAMFCPoul-Henning Kamp1996-11-232-30/+17
| | | | Notes: svn path=/stable/2.2/; revision=19934
* YAMFCPoul-Henning Kamp1996-11-212-17/+30
| | | | Notes: svn path=/stable/2.2/; revision=19913
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+4
| | | | Notes: svn path=/head/; revision=18471
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-1/+2
| | | | Notes: svn path=/head/; revision=10401
* rexecd was not calling "setlogin()" when it should have. This was causingPeter Wemm1995-07-291-0/+2
| | | | | | | | | getlogin() to return wrong answers (eg: "root"). Reviewed by: davidg Obtained from: James Jegers, for NetBSD, slightly reworked by me. Notes: svn path=/head/; revision=9765
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* Don't rely on the shared library bringing in libmd, do it explicitly.Nate Williams1995-03-181-2/+2
| | | | | | | | | | Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically. Notes: svn path=/head/; revision=7128
* make rexecd link against skeyaccess, not authfilePaul Traina1994-09-301-2/+2
| | | | Notes: svn path=/head/; revision=3234
* Tighen up rexecd(8) security (see manual page for details).Paul Traina1994-09-292-16/+58
| | | | | | | | | | Rexecd is a crock, it never should have been written, however make it so that people who have a need to run it don't hurt themselves so badly. Obtained from: Ideas obtained from logdaemon 4.3 from Wietse Venema Notes: svn path=/head/; revision=3191
* Add skey supportGuido van Rooij1994-08-212-2/+13
| | | | | | | | Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2195
* LDADD= -lcryptGeoff Rehmet1994-08-201-0/+3
| | | | | | | Submitted by: Geoff Notes: svn path=/head/; revision=2158
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-1/+1
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-273-0/+413
Notes: svn path=/vendor/CSRG/dist/; revision=1592