index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
login
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove __P
imp
2002-03-22
3
-9
/
+9
*
Simple fix so the 'LOGIN FAILURE' message send to syslog will include
gad
2002-03-12
1
-1
/
+0
*
Switch to OpenPAM. Bump library version. Modules are now versioned, so
des
2002-03-05
1
-3
/
+3
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-2
/
+0
*
Still with asbestos longjohns on, completely PAMify login(1) and remove
des
2002-01-30
4
-552
/
+392
*
Back out rev 1.78, which is incorrect now that the PAM modules have been
des
2002-01-29
1
-3
/
+2
*
When running on a local terminal, set PAM_RHOST to the local hostname.
des
2002-01-21
1
-2
/
+10
*
Back out PAM_CRED_ERR addition
ache
2002-01-19
1
-1
/
+0
*
Add PAM_CRED_ERR as valid failure case
ache
2002-01-19
1
-0
/
+1
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
3
-11
/
+12
*
Use __FBSDID(). Also do a bit of cosmetic #if and header-order
markm
2001-12-02
3
-13
/
+13
*
Sort includes.
markm
2001-12-02
2
-7
/
+7
*
Style fixups.
markm
2001-12-01
3
-37
/
+38
*
Work around world breakage in previous commit. The bug is in
bde
2001-12-01
1
-2
/
+2
*
WARNS=2 fixes.
markm
2001-12-01
5
-63
/
+107
*
o Add support for a 'nocheckmail' capability, which (if true) prevents
rwatson
2001-11-16
1
-9
/
+12
*
o Restore previous inconsistent style to login_fbtab.c, following its
rwatson
2001-10-28
1
-22
/
+22
*
o Modify format of /etc/fbtab to accept glob matching patterns for
rwatson
2001-10-25
1
-35
/
+23
*
o Modify NFS rights comment to note that the early credential changes
rwatson
2001-09-15
1
-1
/
+7
*
Set BINOWN=root explicitly for setuid root binaries.
ru
2001-09-13
1
-0
/
+1
*
mdoc(7) police: tighten label width.
ru
2001-09-04
1
-1
/
+1
*
Like su(1), make PAM use mandatory. Remove parts of the authentication
markm
2001-08-30
5
-82
/
+7
*
Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previous
mike
2001-08-13
1
-6
/
+6
*
o Replace occurrences of strncpy(3) with strlcpy(3); most of
mike
2001-08-12
1
-23
/
+47
*
Fix the environment handling:
markm
2001-07-28
1
-12
/
+11
*
Remove whitespace at EOL.
dd
2001-07-15
2
-4
/
+4
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
2
-2
/
+2
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+1
*
Remove an accidentaly added extra blank line.
eric
2001-05-22
1
-1
/
+0
*
Disable SIGHUP while getting the login name.
guido
2001-05-21
1
-0
/
+2
*
Missed a few things.
obrien
2001-05-18
1
-3
/
+4
*
In a word -- style(9).
obrien
2001-05-18
1
-43
/
+51
*
Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,
obrien
2001-05-18
1
-3
/
+8
*
Check for the expiration of an account and its password in the proper
eric
2001-05-17
1
-12
/
+13
*
Clean out some cruft that has been put in a better (central) place.
markm
2001-05-01
1
-5
/
+0
*
Enable (optional) static linking.
markm
2001-04-28
1
-0
/
+5
*
Add full PAM support for account management and sessions.
markm
2001-03-27
3
-32
/
+102
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-2
/
+1
*
Fix login so that it exports environmental variables that are set by PAM
nectar
2001-02-09
1
-0
/
+58
*
Call pam_setcred.
nectar
2001-01-23
1
-0
/
+4
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+2
*
Add braces to avoid ambiguity in a nested conditional (silences a gcc
sheldonh
2000-04-26
1
-1
/
+2
*
Fix excessive use of parenthesis in previous commit.
sheldonh
2000-04-25
2
-2
/
+2
*
Do not issue a warning when chflags() fails with EOPNOTSUPP.
sheldonh
2000-04-13
2
-2
/
+3
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-2
/
+4
*
Fix diagnostic printing test condition (was always true)
ache
2000-02-28
1
-1
/
+1
*
Remove option's description that has gone with PAM.
ru
2000-02-27
1
-9
/
+1
*
Added IPv6 name resolving support for utmp logging.
shin
2000-02-19
1
-15
/
+42
*
Remove the version information from `.Os FreeBSD' here. Not only
chris
2000-02-14
1
-1
/
+1
*
Revert the libcrypt/libmd stuff back to how it was. This should not have
peter
1999-12-18
1
-2
/
+2
[next]