aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
...
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+6
* Remove unused #define.Dag-Erling Smørgrav2002-04-161-5/+0
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-6/+7
* remove __PWarner Losh2002-03-223-9/+9
* Simple fix so the 'LOGIN FAILURE' message send to syslog will includeGarance A Drosehn2002-03-121-1/+0
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-051-3/+3
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-2/+0
* Still with asbestos longjohns on, completely PAMify login(1) and removeDag-Erling Smørgrav2002-01-304-552/+392
* Back out rev 1.78, which is incorrect now that the PAM modules have beenDag-Erling Smørgrav2002-01-291-3/+2
* When running on a local terminal, set PAM_RHOST to the local hostname.Dag-Erling Smørgrav2002-01-211-2/+10
* Back out PAM_CRED_ERR additionAndrey A. Chernov2002-01-191-1/+0
* Add PAM_CRED_ERR as valid failure caseAndrey A. Chernov2002-01-191-0/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-103-11/+12
* Use __FBSDID(). Also do a bit of cosmetic #if and header-orderMark Murray2001-12-023-13/+13
* Sort includes.Mark Murray2001-12-022-7/+7
* Style fixups.Mark Murray2001-12-013-37/+38
* Work around world breakage in previous commit. The bug is inBruce Evans2001-12-011-2/+2
* WARNS=2 fixes.Mark Murray2001-12-015-63/+107
* o Add support for a 'nocheckmail' capability, which (if true) preventsRobert Watson2001-11-161-9/+12
* o Restore previous inconsistent style to login_fbtab.c, following itsRobert Watson2001-10-281-22/+22
* o Modify format of /etc/fbtab to accept glob matching patterns forRobert Watson2001-10-251-35/+23
* o Modify NFS rights comment to note that the early credential changesRobert Watson2001-09-151-1/+7
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* mdoc(7) police: tighten label width.Ruslan Ermilov2001-09-041-1/+1
* Like su(1), make PAM use mandatory. Remove parts of the authenticationMark Murray2001-08-305-82/+7
* Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previousMike Barcroft2001-08-131-6/+6
* o Replace occurrences of strncpy(3) with strlcpy(3); most ofMike Barcroft2001-08-121-23/+47
* Fix the environment handling:Mark Murray2001-07-281-12/+11
* Remove whitespace at EOL.Dima Dorfman2001-07-152-4/+4
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Remove an accidentaly added extra blank line.Eric Melville2001-05-221-1/+0
* Disable SIGHUP while getting the login name.Guido van Rooij2001-05-211-0/+2
* Missed a few things.David E. O'Brien2001-05-181-3/+4
* In a word -- style(9).David E. O'Brien2001-05-181-43/+51
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,David E. O'Brien2001-05-181-3/+8
* Check for the expiration of an account and its password in the properEric Melville2001-05-171-12/+13
* Clean out some cruft that has been put in a better (central) place.Mark Murray2001-05-011-5/+0
* Enable (optional) static linking.Mark Murray2001-04-281-0/+5
* Add full PAM support for account management and sessions.Mark Murray2001-03-273-32/+102
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* Fix login so that it exports environmental variables that are set by PAMJacques Vidrine2001-02-091-0/+58
* Call pam_setcred.Jacques Vidrine2001-01-231-0/+4
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Add braces to avoid ambiguity in a nested conditional (silences a gccSheldon Hearn2000-04-261-1/+2
* Fix excessive use of parenthesis in previous commit.Sheldon Hearn2000-04-252-2/+2
* Do not issue a warning when chflags() fails with EOPNOTSUPP.Sheldon Hearn2000-04-132-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Fix diagnostic printing test condition (was always true)Andrey A. Chernov2000-02-281-1/+1
* Remove option's description that has gone with PAM.Ruslan Ermilov2000-02-271-9/+1