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