summaryrefslogtreecommitdiffstats
path: root/libexec/rexecd
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | getlogin() to return wrong answers (eg: "root"). Reviewed by: davidg Obtained from: James Jegers, for NetBSD, slightly reworked by me.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Don't rely on the shared library bringing in libmd, do it explicitly.nate1995-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.
* make rexecd link against skeyaccess, not authfilepst1994-09-301-2/+2
|
* Tighen up rexecd(8) security (see manual page for details).pst1994-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
* Add skey supportguido1994-08-212-2/+13
| | | | | Reviewed by: Submitted by: guido
* LDADD= -lcryptcsgr1994-08-201-0/+3
| | | | Submitted by: Geoff
* Update to new make macros and disable Kerberos because we haven't got itwollman1994-08-051-1/+1
| | | | set up right yet.
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-273-0/+413
OpenPOWER on IntegriCloud