| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 2 | -2/+2 |
* | Document the `label' capability. | chris | 2002-11-22 | 1 | -0/+2 |
* | Oops. Some ut_time stuff slipped through the cracks. These turned out | peter | 2002-11-17 | 2 | -2/+4 |
* | Add LOGIN_SETMAC to the list of flags that can't be set without class | rwatson | 2002-11-12 | 1 | -1/+1 |
* | Use "deprecated" instead of "depreciated" where appropriate. | sheldonh | 2002-10-30 | 1 | -1/+1 |
* | Don't forget to '\n'-terminate new entries. This unbreaks chpass -a. | des | 2002-10-29 | 1 | -1/+2 |
* | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see | rwatson | 2002-10-23 | 1 | -0/+27 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 2 | -2/+2 |
* | Add LOGIN_SETMAC, which will indicate to the user context management code | rwatson | 2002-08-16 | 1 | -1/+2 |
* | Whitespace cleanup--it's not style(9), but it is consistent. Prep | rwatson | 2002-08-11 | 1 | -3/+3 |
* | mdoc(7) police: spelling. | ru | 2002-08-09 | 1 | -1/+1 |
* | Add additional field 'overwrite' to login_vars. It mainly needed to handle | ache | 2002-06-28 | 1 | -10/+11 |
* | Backout previous delta (addition of -I${.CURDIR}/../../sys). | sobomax | 2002-06-26 | 1 | -2/+1 |
* | Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken | sobomax | 2002-06-26 | 1 | -1/+2 |
* | Add documentation for vmemoryuse | dillon | 2002-06-26 | 1 | -0/+1 |
* | Make libutil aware of vmemoryuse in its login.conf cap processing (aka | dillon | 2002-06-26 | 1 | -0/+1 |
* | Be more clear in error messages. | n_hibma | 2002-06-23 | 1 | -4/+9 |
* | Return HOSTNAME_INVALIDADDR when reverse lookup is fail. | ume | 2002-06-07 | 1 | -1/+1 |
* | Add used include of <string.h>. | wollman | 2002-05-30 | 1 | -0/+1 |
* | If no old_pw was passed to pw_copy, compare just the name. | des | 2002-05-08 | 1 | -1/+2 |
* | Add passwd manipulation code based on parts of vipw and chpass. | des | 2002-05-08 | 3 | -86/+438 |
* | login(3) doesn't care about the controlling terminal any more. | des | 2002-04-20 | 1 | -1/+1 |
* | Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the tty | des | 2002-04-20 | 1 | -3/+9 |
* | Make mppath and masterpasswd pointers instead of arrays, and initialize | des | 2002-04-17 | 1 | -2/+4 |
* | Add a missing cross-ref. | ceri | 2002-04-16 | 1 | -1/+2 |
* | Remove bogus reference to _use_yp. | des | 2002-04-15 | 1 | -9/+1 |
* | Const poisoning. | ru | 2002-04-08 | 6 | -28/+26 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -8/+7 |
* | Remove __P() usage. | obrien | 2002-03-21 | 3 | -66/+66 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 2 | -3/+3 |
* | Remove a bogus cast. | des | 2002-03-06 | 1 | -1/+1 |
* | Correct a typo. | dd | 2002-03-03 | 1 | -1/+1 |
* | #include <time.h> for the definition of time functions instead of | bde | 2002-02-25 | 1 | -1/+2 |
* | #include <stddef.h> for the definition of NULL instead of depending on | bde | 2002-02-25 | 1 | -1/+3 |
* | ANSIfy and constify. | des | 2002-02-05 | 1 | -17/+15 |
* | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | rwatson | 2001-11-16 | 3 | -181/+1 |
* | o Document 'nocheckmail' login capability. | rwatson | 2001-11-16 | 1 | -0/+1 |
* | Although the 'bool' type is referenced in the list of capabilities, it | rwatson | 2001-11-16 | 1 | -0/+3 |
* | Fix the phrase about "both files", which must be left | yar | 2001-10-11 | 1 | -1/+3 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 19 | -44/+44 |
* | Add __FBSDID()s to libutil | dillon | 2001-09-30 | 20 | -52/+58 |
* | 1) Back out ~/.login_conf disable | ache | 2001-09-25 | 2 | -8/+5 |
* | Disable per-user .login_conf support due to incorrect merging of local | rwatson | 2001-09-16 | 2 | -0/+5 |
* | o Add a comment noting that the early setting of privileges for the purpose | rwatson | 2001-09-15 | 1 | -2/+6 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -1/+0 |
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
* | Simplify IPv4 mapped IPv6 address handling. | ume | 2001-07-23 | 1 | -66/+39 |
* | remove emalloc,ecalloc,erealloc,estrdup | assar | 2001-07-23 | 7 | -270/+1 |