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_class.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove __NETBSD_SYSCALLS.
tjr
2003-10-29
1
-6
/
+0
*
ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
markm
2003-10-18
1
-1
/
+1
*
Tidy up. Sort headers.
markm
2003-06-14
1
-9
/
+9
*
Add LOGIN_SETMAC to the list of flags that can't be set without class
rwatson
2002-11-12
1
-1
/
+1
*
If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see
rwatson
2002-10-23
1
-0
/
+27
*
Add additional field 'overwrite' to login_vars. It mainly needed to handle
ache
2002-06-28
1
-10
/
+11
*
Make libutil aware of vmemoryuse in its login.conf cap processing (aka
dillon
2002-06-26
1
-0
/
+1
*
Const poisoning.
ru
2002-04-08
1
-7
/
+5
*
Add __FBSDID()s to libutil
dillon
2001-09-30
1
-2
/
+3
*
Make sbsize a size instead of a number. This allows the usual suffixes
sheldonh
2000-07-14
1
-1
/
+1
*
Do not set the default terminal type to "su", leave it empty.
ru
2000-01-19
1
-5
/
+1
*
This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
green
1999-10-09
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
fix potential memory overwrite in escape parsing
ache
1999-05-13
1
-2
/
+2
*
Print uid/gid as u_long per bde suggestion
ache
1998-07-29
1
-5
/
+5
*
cast arg to (long) to match format
ache
1998-07-28
1
-3
/
+3
*
If using NetBSD syscalls the rtprio syscall doesn't exist, so just
jb
1998-06-03
1
-1
/
+7
*
Allow setting of idle or realtime processing priorities per
steve
1998-05-25
1
-5
/
+22
*
Summary of login.conf support changes:
davidn
1997-05-10
1
-244
/
+255
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
#include <sys/stat.h> for umask() prototype.
davidn
1997-01-29
1
-0
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Various bugfixes.
davidn
1997-01-07
1
-27
/
+31
*
Library functions relating to the login class capabilities database,
davidn
1997-01-04
1
-0
/
+371