summaryrefslogtreecommitdiff
path: root/lib/libutil/login_class.c
AgeCommit message (Expand)Author
2025-10-28libutil: defer setting the MAC label until after the login classKyle Evans
2024-09-20libutil: support RLIMIT_PIPEBUFKonstantin Belousov
2024-01-29login_cap.h: Remove LOGIN_DEFPRIOlivier Certner
2024-01-29setusercontext(): Set priority from '~/.login_conf' as wellOlivier Certner
2024-01-29setclasspriority(): New possible value 'inherit'Olivier Certner
2024-01-29setusercontext(): Move priority setting in new setclasspriority()Olivier Certner
2024-01-29setusercontext(): Better error messages when priority is not set correctlyOlivier Certner
2024-01-29setlogincontext(): Comply to style(9)Olivier Certner
2024-01-29setclassumask(): Accept 'inherit' as a valueOlivier Certner
2024-01-29setusercontext(): Set umask in a separate function, setclassumask()Olivier Certner
2024-01-29setusercontext(): umask: Set it only once (in the common case)Olivier Certner
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-09setusercontext(): Apply personal settings only on matching effective UIDOlivier Certner
2023-10-02setusercontext(): Fix gap when setting a realtime-class priorityOlivier Certner
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-04-12setclassenvironment: trim leading spaces in variable namesYuri Pankov
2020-02-05login.conf(5): split MAIL env var out into a "mail" capabilityKyle Evans
2019-09-02libutil: remove SIGSYS handling from setusercontextMateusz Guzik
2016-03-12Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov
2014-10-29Fix a clang 3.5 warning about abs(3) being given an argument of typeDimitry Andric
2013-10-21Add a resource limit for the total number of kqueues available to theKonstantin Belousov
2012-02-09Fix NULL ptr dereference in setusercontext if pwd is null,Eitan Adler
2011-03-05Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala
2010-08-16In setusercontext(), do not apply user settings unless running as theDag-Erling Smørgrav
2009-06-23Usermode portion of the support for swap allocation accounting:Konstantin Belousov
2008-11-04Avoid assigning a const char * to a char *.Dag-Erling Smørgrav
2008-10-20Parenthesize return values.Dag-Erling Smørgrav
2008-10-20include and whitespace cleanup.Dag-Erling Smørgrav
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-07-25Add support for a new login capability, cpumask which allows loginBrooks Davis
2007-05-01Fix one kind of style(9) bug and a typo in a comment.Yaroslav Tykhiy
2003-10-29Remove __NETBSD_SYSCALLS.Tim J. Robbins
2003-10-18ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray
2003-06-14Tidy up. Sort headers.Mark Murray
2002-11-12Add LOGIN_SETMAC to the list of flags that can't be set without classRobert Watson
2002-10-23If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seeRobert Watson
2002-06-28Add additional field 'overwrite' to login_vars. It mainly needed to handleAndrey A. Chernov
2002-06-26Make libutil aware of vmemoryuse in its login.conf cap processing (akaMatthew Dillon
2002-04-08Const poisoning.Ruslan Ermilov
2001-09-30Add __FBSDID()s to libutilMatthew Dillon
2000-07-14Make sbsize a size instead of a number. This allows the usual suffixesSheldon Hearn
2000-01-19Do not set the default terminal type to "su", leave it empty.Ruslan Ermilov
1999-10-09This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-05-13fix potential memory overwrite in escape parsingAndrey A. Chernov
1998-07-29Print uid/gid as u_long per bde suggestionAndrey A. Chernov
1998-07-28cast arg to (long) to match formatAndrey A. Chernov
1998-06-03If using NetBSD syscalls the rtprio syscall doesn't exist, so justJohn Birrell
1998-05-25Allow setting of idle or realtime processing priorities perSteve Price
1997-05-10Summary of login.conf support changes:David Nugent