| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document the `label' capability. | Chris Costello | 2002-11-22 | 1 | -0/+2 |
| * | Oops. Some ut_time stuff slipped through the cracks. These turned out | Peter Wemm | 2002-11-17 | 2 | -2/+4 |
| * | Add LOGIN_SETMAC to the list of flags that can't be set without class | Robert Watson | 2002-11-12 | 1 | -1/+1 |
| * | Use "deprecated" instead of "depreciated" where appropriate. | Sheldon Hearn | 2002-10-30 | 1 | -1/+1 |
| * | Don't forget to '\n'-terminate new entries. This unbreaks chpass -a. | Dag-Erling Smørgrav | 2002-10-29 | 1 | -1/+2 |
| * | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see | Robert Watson | 2002-10-23 | 1 | -0/+27 |
| * | Zap now-unused SHLIB_MINOR | Peter Wemm | 2002-09-28 | 1 | -1/+0 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 2 | -2/+2 |
| * | Add LOGIN_SETMAC, which will indicate to the user context management code | Robert Watson | 2002-08-16 | 1 | -1/+2 |
| * | Whitespace cleanup--it's not style(9), but it is consistent. Prep | Robert Watson | 2002-08-11 | 1 | -3/+3 |
| * | mdoc(7) police: spelling. | Ruslan Ermilov | 2002-08-09 | 1 | -1/+1 |
| * | Add additional field 'overwrite' to login_vars. It mainly needed to handle | Andrey A. Chernov | 2002-06-28 | 1 | -10/+11 |
| * | Backout previous delta (addition of -I${.CURDIR}/../../sys). | Maxim Sobolev | 2002-06-26 | 1 | -2/+1 |
| * | Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken | Maxim Sobolev | 2002-06-26 | 1 | -1/+2 |
| * | Add documentation for vmemoryuse | Matthew Dillon | 2002-06-26 | 1 | -0/+1 |
| * | Make libutil aware of vmemoryuse in its login.conf cap processing (aka | Matthew Dillon | 2002-06-26 | 1 | -0/+1 |
| * | Be more clear in error messages. | Nick Hibma | 2002-06-23 | 1 | -4/+9 |
| * | Return HOSTNAME_INVALIDADDR when reverse lookup is fail. | Hajimu UMEMOTO | 2002-06-07 | 1 | -1/+1 |
| * | Add used include of <string.h>. | Garrett Wollman | 2002-05-30 | 1 | -0/+1 |
| * | If no old_pw was passed to pw_copy, compare just the name. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -1/+2 |
| * | Add passwd manipulation code based on parts of vipw and chpass. | Dag-Erling Smørgrav | 2002-05-08 | 3 | -85/+437 |
| * | login(3) doesn't care about the controlling terminal any more. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -1/+1 |
| * | Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the tty | Dag-Erling Smørgrav | 2002-04-20 | 1 | -3/+9 |
| * | Make mppath and masterpasswd pointers instead of arrays, and initialize | Dag-Erling Smørgrav | 2002-04-17 | 1 | -2/+4 |
| * | Add a missing cross-ref. | Ceri Davies | 2002-04-16 | 1 | -1/+2 |
| * | Remove bogus reference to _use_yp. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -9/+1 |
| * | Const poisoning. | Ruslan Ermilov | 2002-04-08 | 6 | -28/+26 |
| * | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 1 | -8/+7 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 3 | -62/+62 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 2 | -3/+3 |
| * | Remove a bogus cast. | Dag-Erling Smørgrav | 2002-03-06 | 1 | -1/+1 |
| * | Correct a typo. | Dima Dorfman | 2002-03-03 | 1 | -1/+1 |
| * | #include <time.h> for the definition of time functions instead of | Bruce Evans | 2002-02-25 | 1 | -1/+2 |
| * | #include <stddef.h> for the definition of NULL instead of depending on | Bruce Evans | 2002-02-25 | 1 | -1/+3 |
| * | ANSIfy and constify. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -17/+15 |
| * | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | Robert Watson | 2001-11-16 | 3 | -181/+1 |
| * | o Document 'nocheckmail' login capability. | Robert Watson | 2001-11-16 | 1 | -0/+1 |
| * | Although the 'bool' type is referenced in the list of capabilities, it | Robert Watson | 2001-11-16 | 1 | -0/+3 |
| * | Fix the phrase about "both files", which must be left | Yaroslav Tykhiy | 2001-10-11 | 1 | -1/+3 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 19 | -44/+44 |
| * | Add __FBSDID()s to libutil | Matthew Dillon | 2001-09-30 | 20 | -52/+58 |
| * | 1) Back out ~/.login_conf disable | Andrey A. Chernov | 2001-09-25 | 2 | -8/+5 |
| * | Disable per-user .login_conf support due to incorrect merging of local | Robert Watson | 2001-09-16 | 2 | -0/+5 |
| * | o Add a comment noting that the early setting of privileges for the purpose | Robert Watson | 2001-09-15 | 1 | -2/+6 |
| * | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 1 | -1/+0 |
| * | mdoc(7) police: protect trailing full stops of abbreviations | Ruslan Ermilov | 2001-08-10 | 1 | -1/+1 |
| * | Simplify IPv4 mapped IPv6 address handling. | Hajimu UMEMOTO | 2001-07-23 | 1 | -66/+39 |
| * | remove emalloc,ecalloc,erealloc,estrdup | Assar Westerlund | 2001-07-23 | 7 | -270/+1 |
| * | add ecalloc, emalloc, erealloc, estrdup - versions of the e-less | Assar Westerlund | 2001-07-22 | 7 | -2/+271 |
| * | Hint getaddrinfo() correctly if we're looking up a name that we got from | Brian Somers | 2001-07-21 | 1 | -2/+9 |