| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recommit everything, add chpass, improve history (except for a few files that... | Cameron Katri | 2021-05-02 | 1 | -0/+4 |
| * | lib: initial use of reallocarray(3). | Pedro F. Giffuni | 2017-04-21 | 1 | -1/+1 |
| * | libutil: minor spelling fixes. | Pedro F. Giffuni | 2016-05-18 | 1 | -1/+1 |
| * | libutil: Use O_CLOEXEC for internal file descriptors from open(). | Jilles Tjoelker | 2013-08-28 | 1 | -0/+819 |
| * | Create the altix project branch. The altix project will add support | Marcel Moolenaar | 2010-03-10 | 1 | -819/+0 |
| * | Avoid assigning a const char * to a char *. | Dag-Erling Smørgrav | 2008-11-04 | 1 | -4/+5 |
| * | Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf. | Yaroslav Tykhiy | 2007-06-14 | 1 | -8/+18 |
| * | Properly spell default in a comment. | Tom Rhodes | 2005-04-22 | 1 | -1/+1 |
| * | Bring the description for login_getclassbyname in sync with the function's | Diomidis Spinellis | 2004-05-11 | 1 | -3/+4 |
| * | (mostly) Clean up some const warnings here. The code takes some liberties | Peter Wemm | 2003-10-26 | 1 | -8/+9 |
| * | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | Mark Murray | 2003-10-18 | 1 | -34/+34 |
| * | Tidy up. Sort headers. | Mark Murray | 2003-06-14 | 1 | -9/+8 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | Const poisoning. | Ruslan Ermilov | 2002-04-08 | 1 | -10/+10 |
| * | Remove a bogus cast. | Dag-Erling Smørgrav | 2002-03-06 | 1 | -1/+1 |
| * | Add __FBSDID()s to libutil | Matthew Dillon | 2001-09-30 | 1 | -2/+3 |
| * | 1) Back out ~/.login_conf disable | Andrey A. Chernov | 2001-09-25 | 1 | -6/+5 |
| * | Disable per-user .login_conf support due to incorrect merging of local | Robert Watson | 2001-09-16 | 1 | -0/+3 |
| * | o Add a comment noting that the early setting of privileges for the purpose | Robert Watson | 2001-09-15 | 1 | -2/+6 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -2/+2 |
| * | Stick login_setcryptfmt() in its own file to make pulling in of | Brian Feldman | 2000-08-23 | 1 | -13/+0 |
| * | Add working and easy crypt(3)-switching. Yes, we need a whole new API | Brian Feldman | 2000-08-22 | 1 | -0/+13 |
| * | Fix a memory leak with lc->lc_cap in login_close(). | Tim Vanderhoek | 2000-05-21 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | oops, add pwd!=NULL check to previous fix | Andrey A. Chernov | 1999-04-24 | 1 | -11/+17 |
| * | Switch to user UID/GID before checking/reading its ~/.login_conf | Andrey A. Chernov | 1999-04-24 | 1 | -1/+14 |
| * | Add "break" inadvertently removed in previous update. | David Nugent | 1997-06-13 | 1 | -1/+3 |
| * | MF2.2: bugfix in arrayize(). | David Nugent | 1997-05-11 | 1 | -2/+2 |
| * | Summary of login.conf support changes: | David Nugent | 1997-05-10 | 1 | -311/+517 |
| * | "infinity" check was missed from login_getcapsize(), add it | Andrey A. Chernov | 1997-02-27 | 1 | -1/+7 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Fix free()ing block twice, remove unused function. | David Nugent | 1997-01-30 | 1 | -15/+1 |
| * | Fix typo .->, for default separators in login_getcaplist(). | David Nugent | 1997-01-29 | 1 | -1/+2 |
| * | Completed fixes with login_getcapsize(). | David Nugent | 1997-01-29 | 1 | -1/+2 |
| * | 1) Fixed bug in free()ing internal string/array where | David Nugent | 1997-01-29 | 1 | -24/+32 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Various bugfixes. | David Nugent | 1997-01-07 | 1 | -7/+11 |
| * | Commit the right version this time. :-) | David Nugent | 1997-01-07 | 1 | -2/+2 |
| * | Fix for login_getclass(NULL) case. | David Nugent | 1997-01-07 | 1 | -4/+6 |
| * | Library functions relating to the login class capabilities database, | David Nugent | 1997-01-04 | 1 | -0/+564 |