| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove __NETBSD_SYSCALLS. | tjr | 2003-10-29 | 1 | -6/+0 |
* | (mostly) Clean up some const warnings here. The code takes some liberties | peter | 2003-10-26 | 1 | -8/+9 |
* | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | markm | 2003-10-18 | 17 | -137/+120 |
* | Remove a GCC specifig CFLAG. We should be using WARNS=? for this. | markm | 2003-10-18 | 1 | -1/+1 |
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 2 | -2/+2 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | Tidy up. Sort headers. | markm | 2003-06-14 | 13 | -56/+53 |
* | Backout last commit. It is redundant in -CURRENT. | murray | 2003-05-05 | 1 | -5/+1 |
* | Note that the idletime setting is not enforced. | murray | 2003-05-04 | 1 | -1/+5 |
* | Document the login-backoff and login-retries capabilities. | murray | 2003-05-04 | 1 | -0/+5 |
* | Add vmemoryuse to the list. | trhodes | 2003-04-26 | 1 | -0/+1 |
* | Brucify. | des | 2003-04-10 | 1 | -4/+8 |
* | Correctly detect the case where a password entry was changed while we were | des | 2003-04-09 | 1 | -2/+7 |
* | Apply the correct fix for bin/50679: don't mess around with process groups | des | 2003-04-09 | 1 | -13/+19 |
* | Band-aid for the "^C kills the editor" problem. I haven't yet found the | des | 2003-04-08 | 1 | -10/+6 |
* | The .Fn function | charnier | 2003-03-24 | 12 | -31/+53 |
* | Make pw_edit() use /bin/sh to interpret the EDITOR environment | das | 2003-03-17 | 1 | -2/+12 |
* | Re-document unimplemented capabilities that were removed in the last | das | 2003-03-05 | 1 | -0/+57 |
* | - Document the fact that we now use pam_passwdqc(8) to check | das | 2003-03-03 | 1 | -58/+16 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 1 | -1/+3 |
* | Now return NULLified struct in case of empty config file | ache | 2003-01-27 | 1 | -6/+9 |
* | Handle read errors | ache | 2003-01-27 | 1 | -3/+6 |
* | Add (unsigned char) cast to ctype macros | ache | 2003-01-19 | 1 | -13/+31 |
* | 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 |