| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch of broken cross-references | Chris Costello | 1999-08-18 | 1 | -2/+2 |
* | Various man page cleanup: | Mike Pritchard | 1999-08-15 | 2 | -6/+6 |
* | Bad reference of termios(3) changed to termios(4). | Chris Costello | 1999-08-14 | 1 | -2/+2 |
* | Bad reference to lstat(3) changed to lstat(2) | Chris Costello | 1999-08-14 | 1 | -2/+2 |
* | Axe LOGIN_CAP_AUTH. | Sheldon Hearn | 1999-08-13 | 3 | -571/+2 |
* | Correct some grammar and style problems with this page. | Nik Clayton | 1999-07-20 | 1 | -16/+16 |
* | Be a little clearer about login_getpwclass(3), and its penchant for | Nik Clayton | 1999-07-14 | 1 | -1/+7 |
* | Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing | Sheldon Hearn | 1999-07-12 | 1 | -1/+1 |
* | Move call to umask(0) back into pw_util(), because the latter | Pierre Beyssac | 1999-06-29 | 1 | -1/+4 |
* | Force umask to 077 (instead of 000) during the edit phase, to get | Pierre Beyssac | 1999-06-26 | 1 | -4/+1 |
* | Add -d option to vipw(8) to allow selection of an alternative directory | Sheldon Hearn | 1999-06-26 | 1 | -8/+14 |
* | Remove the static declaration from the line[] variable to allow | John Birrell | 1999-05-24 | 1 | -2/+2 |
* | Chflags was clearing all flags supplied on the command line after a | Jean-Marc Zucconi | 1999-05-21 | 1 | -2/+2 |
* | fix potential memory overwrite in escape parsing | Andrey A. Chernov | 1999-05-13 | 1 | -2/+2 |
* | Change references from "passwordperiod" to "passwordtime", since | Tim Vanderhoek | 1999-04-30 | 1 | -3/+5 |
* | 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 MLINKS for two functions used from login_auth.c | Andrey A. Chernov | 1999-04-24 | 2 | -19/+20 |
* | If given host.domain:nn[.nn], trimdomain() now reduces it to | Brian Somers | 1999-04-09 | 2 | -10/+54 |
* | bcopy -> memmove | Brian Somers | 1999-04-08 | 1 | -2/+2 |
* | Tidy up trimdomain() and document it. | Brian Somers | 1999-04-07 | 3 | -12/+76 |
* | Handle hostnames up to MAXHOSTNAMELEN-1 in length. | Brian Somers | 1999-04-07 | 1 | -10/+9 |
* | Put parenthesis around sizeof args. | Brian Somers | 1999-04-07 | 1 | -6/+6 |
* | Add realhostname() - a function to correctly lookup | Brian Somers | 1999-04-06 | 4 | -3/+190 |
* | Get the pid right if a stale lock file exists. | Brian Somers | 1999-03-11 | 1 | -4/+4 |
* | Fixed bitrot in synopsis (some const poisoning had not reached here). | Bruce Evans | 1999-03-05 | 2 | -4/+4 |
* | Removed occurrences of consecutive repeated words (such as "the the"). | Alexander Langer | 1999-02-12 | 1 | -2/+2 |
* | Declare setproctitle() as printf0-like. | Bruce Evans | 1998-12-16 | 1 | -2/+2 |
* | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is | Bruce Evans | 1998-12-16 | 1 | -8/+7 |
* | oops. Fix indentation of the 'for' loop I just added. | Matthew Dillon | 1998-12-13 | 1 | -18/+18 |
* | Handle the race condition where vipw may lock a password file which has | Matthew Dillon | 1998-12-13 | 1 | -6/+22 |
* | Better document the file format, add in support for nested {}'s in multi-line | Jordan K. Hubbard | 1998-11-22 | 2 | -8/+28 |
* | Since vfork() was changed to fork(), we have to pass errno back from the | Dag-Erling Smørgrav | 1998-10-20 | 1 | -3/+6 |
* | correct prototype. | Jordan K. Hubbard | 1998-10-14 | 1 | -2/+2 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | Dag-Erling Smørgrav | 1998-10-13 | 1 | -3/+3 |
* | Now take stdio.h out of files that don't require it. | Jordan K. Hubbard | 1998-10-09 | 9 | -17/+10 |
* | Update docs to match interface change. | Jordan K. Hubbard | 1998-10-09 | 1 | -4/+4 |
* | o move path in libutil.h to paths.h | Jordan K. Hubbard | 1998-10-09 | 3 | -10/+11 |
* | Take the path spec back out. | Jordan K. Hubbard | 1998-10-09 | 1 | -4/+1 |
* | All these have to include stdio.h now. | Jordan K. Hubbard | 1998-10-09 | 4 | -4/+8 |
* | remove stdio.h include; I forgot Bruce's cardinal rule that header files | Jordan K. Hubbard | 1998-10-08 | 1 | -2/+1 |
* | Add some rudimentary documentation for my new functions. | Jordan K. Hubbard | 1998-10-08 | 4 | -2/+182 |
* | Correct a build error that got past my build test somehow. | Jordan K. Hubbard | 1998-10-08 | 2 | -0/+3 |
* | Add a simple mechanism for reading property lists from files (which | Jordan K. Hubbard | 1998-10-07 | 4 | -2/+300 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 1 | -2/+2 |
* | Print uid/gid as u_long per bde suggestion | Andrey A. Chernov | 1998-07-29 | 1 | -5/+5 |
* | cast arg to (long) to match format | Andrey A. Chernov | 1998-07-28 | 1 | -3/+3 |
* | Cast pid_t to int for sprintf. | Brian Somers | 1998-06-10 | 1 | -2/+2 |
* | Spelling corrections. | Joseph Koshy | 1998-06-06 | 3 | -10/+10 |
* | Add missing uu_lock_txfr() prototype | Andrey A. Chernov | 1998-06-05 | 1 | -1/+2 |