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
/
lib
/
libutil
/
login_cap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly spell default in a comment.
trhodes
2005-04-22
1
-1
/
+1
*
Bring the description for login_getclassbyname in sync with the function's
dds
2004-05-11
1
-3
/
+4
*
(mostly) Clean up some const warnings here. The code takes some liberties
peter
2003-10-26
1
-8
/
+9
*
ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
markm
2003-10-18
1
-34
/
+34
*
Tidy up. Sort headers.
markm
2003-06-14
1
-9
/
+8
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Const poisoning.
ru
2002-04-08
1
-10
/
+10
*
Remove a bogus cast.
des
2002-03-06
1
-1
/
+1
*
Add __FBSDID()s to libutil
dillon
2001-09-30
1
-2
/
+3
*
1) Back out ~/.login_conf disable
ache
2001-09-25
1
-6
/
+5
*
Disable per-user .login_conf support due to incorrect merging of local
rwatson
2001-09-16
1
-0
/
+3
*
o Add a comment noting that the early setting of privileges for the purpose
rwatson
2001-09-15
1
-2
/
+6
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-2
/
+2
*
Stick login_setcryptfmt() in its own file to make pulling in of
green
2000-08-23
1
-13
/
+0
*
Add working and easy crypt(3)-switching. Yes, we need a whole new API
green
2000-08-22
1
-0
/
+13
*
Fix a memory leak with lc->lc_cap in login_close().
hoek
2000-05-21
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
oops, add pwd!=NULL check to previous fix
ache
1999-04-24
1
-11
/
+17
*
Switch to user UID/GID before checking/reading its ~/.login_conf
ache
1999-04-24
1
-1
/
+14
*
Add "break" inadvertently removed in previous update.
davidn
1997-06-13
1
-1
/
+3
*
MF2.2: bugfix in arrayize().
davidn
1997-05-11
1
-2
/
+2
*
Summary of login.conf support changes:
davidn
1997-05-10
1
-311
/
+517
*
"infinity" check was missed from login_getcapsize(), add it
ache
1997-02-27
1
-1
/
+7
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Fix free()ing block twice, remove unused function.
davidn
1997-01-30
1
-15
/
+1
*
Fix typo .->, for default separators in login_getcaplist().
davidn
1997-01-29
1
-1
/
+2
*
Completed fixes with login_getcapsize().
davidn
1997-01-29
1
-1
/
+2
*
1) Fixed bug in free()ing internal string/array where
davidn
1997-01-29
1
-24
/
+32
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Various bugfixes.
davidn
1997-01-07
1
-7
/
+11
*
Commit the right version this time. :-)
davidn
1997-01-07
1
-2
/
+2
*
Fix for login_getclass(NULL) case.
davidn
1997-01-07
1
-4
/
+6
*
Library functions relating to the login class capabilities database,
davidn
1997-01-04
1
-0
/
+564