aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/login_class.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a clang 3.5 warning about abs(3) being given an argument of typeDimitry Andric2014-10-291-5/+5
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-0/+1
* Fix NULL ptr dereference in setusercontext if pwd is null,Eitan Adler2012-02-091-3/+6
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+23
* In setusercontext(), do not apply user settings unless running as theDag-Erling Smørgrav2010-08-161-1/+1
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-0/+1
* Avoid assigning a const char * to a char *.Dag-Erling Smørgrav2008-11-041-6/+5
* Parenthesize return values.Dag-Erling Smørgrav2008-10-201-11/+11
* include and whitespace cleanup.Dag-Erling Smørgrav2008-10-201-7/+8
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-12/+13
* Add support for a new login capability, cpumask which allows loginBrooks Davis2008-07-251-0/+107
* Fix one kind of style(9) bug and a typo in a comment.Yaroslav Tykhiy2007-05-011-5/+5
* Remove __NETBSD_SYSCALLS.Tim J. Robbins2003-10-291-6/+0
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-181-1/+1
* Tidy up. Sort headers.Mark Murray2003-06-141-9/+9
* Add LOGIN_SETMAC to the list of flags that can't be set without classRobert Watson2002-11-121-1/+1
* If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seeRobert Watson2002-10-231-0/+27
* Add additional field 'overwrite' to login_vars. It mainly needed to handleAndrey A. Chernov2002-06-281-10/+11
* Make libutil aware of vmemoryuse in its login.conf cap processing (akaMatthew Dillon2002-06-261-0/+1
* Const poisoning.Ruslan Ermilov2002-04-081-7/+5
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-2/+3
* Make sbsize a size instead of a number. This allows the usual suffixesSheldon Hearn2000-07-141-1/+1
* Do not set the default terminal type to "su", leave it empty.Ruslan Ermilov2000-01-191-5/+1
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-091-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* fix potential memory overwrite in escape parsingAndrey A. Chernov1999-05-131-2/+2
* Print uid/gid as u_long per bde suggestionAndrey A. Chernov1998-07-291-5/+5
* cast arg to (long) to match formatAndrey A. Chernov1998-07-281-3/+3
* If using NetBSD syscalls the rtprio syscall doesn't exist, so justJohn Birrell1998-06-031-1/+7
* Allow setting of idle or realtime processing priorities perSteve Price1998-05-251-5/+22
* Summary of login.conf support changes:David Nugent1997-05-101-244/+255
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* #include <sys/stat.h> for umask() prototype.David Nugent1997-01-291-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Various bugfixes.David Nugent1997-01-071-27/+31
* Library functions relating to the login class capabilities database,David Nugent1997-01-041-0/+371