summaryrefslogtreecommitdiff
path: root/lib/libutil/login_cap.c
AgeCommit message (Expand)Author
2024-01-29New login_getcapenum(): Allows to read named enum valuesOlivier Certner
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-02login_cap.c: Don't set errno to ERANGE on memory allocation failureOlivier Certner
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-23login_getclassbyname(3): use calloc.Xin LI
2023-01-14Allow a comma-separated list in login class capabilities,Sean Eric Fagan
2017-04-21lib: initial use of reallocarray(3).Pedro F. Giffuni
2016-05-18libutil: minor spelling fixes.Pedro F. Giffuni
2013-08-28libutil: Use O_CLOEXEC for internal file descriptors from open().Jilles Tjoelker
2008-11-04Avoid assigning a const char * to a char *.Dag-Erling Smørgrav
2007-06-14Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.Yaroslav Tykhiy
2005-04-22Properly spell default in a comment.Tom Rhodes
2004-05-11Bring the description for login_getclassbyname in sync with the function'sDiomidis Spinellis
2003-10-26(mostly) Clean up some const warnings here. The code takes some libertiesPeter Wemm
2003-10-18ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray
2003-06-14Tidy up. Sort headers.Mark Murray
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-04-08Const poisoning.Ruslan Ermilov
2002-03-06Remove a bogus cast.Dag-Erling Smørgrav
2001-09-30Add __FBSDID()s to libutilMatthew Dillon
2001-09-251) Back out ~/.login_conf disableAndrey A. Chernov
2001-09-16Disable per-user .login_conf support due to incorrect merging of localRobert Watson
2001-09-15o Add a comment noting that the early setting of privileges for the purposeRobert Watson
2001-02-06Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven
2000-08-23Stick login_setcryptfmt() in its own file to make pulling in ofBrian Feldman
2000-08-22Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman
2000-05-21Fix a memory leak with lc->lc_cap in login_close().Tim Vanderhoek
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-04-24oops, add pwd!=NULL check to previous fixAndrey A. Chernov
1999-04-24Switch to user UID/GID before checking/reading its ~/.login_confAndrey A. Chernov
1997-06-13Add "break" inadvertently removed in previous update.David Nugent
1997-05-11MF2.2: bugfix in arrayize().David Nugent
1997-05-10Summary of login.conf support changes:David Nugent
1997-02-27"infinity" check was missed from login_getcapsize(), add itAndrey A. Chernov
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-30Fix free()ing block twice, remove unused function.David Nugent
1997-01-29Fix typo .->, for default separators in login_getcaplist().David Nugent
1997-01-29Completed fixes with login_getcapsize().David Nugent
1997-01-291) Fixed bug in free()ing internal string/array whereDavid Nugent
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1997-01-07Various bugfixes.David Nugent
1997-01-07Commit the right version this time. :-)David Nugent
1997-01-07Fix for login_getclass(NULL) case.David Nugent
1997-01-04Library functions relating to the login class capabilities database,David Nugent