summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login_class.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r273837:dim2014-11-011-5/+5
* Fix NULL ptr dereference in setusercontext if pwd is null,eadler2012-02-091-3/+6
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+23
* In setusercontext(), do not apply user settings unless running as thedes2010-08-161-1/+1
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-0/+1
* Avoid assigning a const char * to a char *.des2008-11-041-6/+5
* Parenthesize return values.des2008-10-201-11/+11
* include and whitespace cleanup.des2008-10-201-7/+8
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-12/+13
* Add support for a new login capability, cpumask which allows loginbrooks2008-07-251-0/+107
* Fix one kind of style(9) bug and a typo in a comment.yar2007-05-011-5/+5
* Remove __NETBSD_SYSCALLS.tjr2003-10-291-6/+0
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-181-1/+1
* Tidy up. Sort headers.markm2003-06-141-9/+9
* Add LOGIN_SETMAC to the list of flags that can't be set without classrwatson2002-11-121-1/+1
* If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seerwatson2002-10-231-0/+27
* Add additional field 'overwrite' to login_vars. It mainly needed to handleache2002-06-281-10/+11
* Make libutil aware of vmemoryuse in its login.conf cap processing (akadillon2002-06-261-0/+1
* Const poisoning.ru2002-04-081-7/+5
* Add __FBSDID()s to libutildillon2001-09-301-2/+3
* Make sbsize a size instead of a number. This allows the usual suffixessheldonh2000-07-141-1/+1
* Do not set the default terminal type to "su", leave it empty.ru2000-01-191-5/+1
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forgreen1999-10-091-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* fix potential memory overwrite in escape parsingache1999-05-131-2/+2
* Print uid/gid as u_long per bde suggestionache1998-07-291-5/+5
* cast arg to (long) to match formatache1998-07-281-3/+3
* If using NetBSD syscalls the rtprio syscall doesn't exist, so justjb1998-06-031-1/+7
* Allow setting of idle or realtime processing priorities persteve1998-05-251-5/+22
* Summary of login.conf support changes:davidn1997-05-101-244/+255
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* #include <sys/stat.h> for umask() prototype.davidn1997-01-291-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Various bugfixes.davidn1997-01-071-27/+31
* Library functions relating to the login class capabilities database,davidn1997-01-041-0/+371
OpenPOWER on IntegriCloud