| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get the pid right if a stale lock file exists. |  brian | 1999-03-16 | 1 | -4/+4 |
* | fix comma splices involving 'however' |  pjanzen | 1999-03-10 | 1 | -2/+2 |
* | make function names the correct case |  deraadt | 1999-02-27 | 2 | -4/+4 |
* | preserve errno; christos |  deraadt | 1998-11-16 | 1 | -3/+6 |
* | Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace() since it trims from both ends, not just the rear. |  millert | 1998-08-03 | 1 | -16/+18 |
* | ftpd: sleep for an indeterminate amount for non-existant logins |  millert | 1998-07-13 | 2 | -7/+7 |
* | Prevent luser from zero'ing out ut_host. If the new ut_line is |  millert | 1998-07-10 | 1 | -7/+20 |
* | add missing endusershell() |  millert | 1998-06-22 | 1 | -3/+5 |
* | Cast pid_t to int for sprintf. |  brian | 1998-06-10 | 1 | -2/+2 |
* | Add uu_lock_txfr() for donating locks to another process. |  brian | 1998-06-08 | 5 | -6/+55 |
* | Use _PATH_DEV, not "/dev/" |  millert | 1998-04-13 | 1 | -2/+3 |
* | do not wait if vfork() fails |  deraadt | 1998-03-23 | 1 | -2/+4 |
* | use .Ox |  millert | 1998-03-10 | 2 | -4/+6 |
* | -Wall |  millert | 1997-11-18 | 3 | -9/+16 |
* | Go back to old file locking method, O_EXLOCK method has too many problems |  millert | 1997-11-17 | 1 | -9/+6 |
* | pw_mkdb() now returns -1 if ptmp is size 0. |  millert | 1997-11-17 | 1 | -2/+11 |
* | Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK. |  millert | 1997-11-17 | 1 | -4/+7 |
* | Correct the ftruncate() call. |  bri | 1997-11-09 | 1 | -2/+8 |
* | Introduce uu_lock(), uu_unlock() and uu_lockerr() |  bri | 1997-11-09 | 5 | -5/+392 |
* | fix yes/no prompt code for EOF case; wosch@freebsd |  deraadt | 1997-09-29 | 1 | -7/+7 |
* | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive |  millert | 1997-06-22 | 2 | -7/+10 |
* | Add support to handle password files in directories other than /etc |  niklas | 1997-06-17 | 4 | -29/+117 |
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP |  millert | 1997-04-27 | 1 | -2/+2 |
* | give only default values when asked for. |  provos | 1997-04-10 | 2 | -41/+42 |
* | some cleanup |  deraadt | 1997-02-17 | 1 | -3/+4 |
* | added password configuration access function, used to determine |  provos | 1997-02-16 | 4 | -4/+205 |
* | when using strsep you should be aware that the delimiter will be replaced |  provos | 1997-02-15 | 1 | -3/+3 |
* | permit 32-bit uid/gid, help from millert |  deraadt | 1997-02-13 | 1 | -11/+21 |
* | add readlabelfs.3 |  downsj | 1996-12-23 | 2 | -2/+61 |
* | readlabelfs() takes two arguments now, update prototype, inc major number. |  downsj | 1996-12-23 | 3 | -12/+19 |
* | install -> ${INSTALL}, -c -> ${COPY} |  downsj | 1996-12-08 | 1 | -2/+2 |
* | vfork w/ exit botch |  deraadt | 1996-12-06 | 1 | -2/+2 |
* | sanitize return value. NULL on failure, always. |  downsj | 1996-12-04 | 1 | -3/+4 |
* | inc |  downsj | 1996-12-03 | 1 | -1/+1 |
* | Add readlabelfs(). |  downsj | 1996-12-03 | 3 | -8/+124 |
* | Update from NetBSD. |  millert | 1996-11-24 | 1 | -5/+14 |
* | Attempt at cleanup. |  michaels | 1996-10-08 | 2 | -2/+4 |
* | Bring prototypes into scope |  tholo | 1996-09-16 | 2 | -1/+3 |
* | openpty() returns int. |  downsj | 1996-09-07 | 1 | -1/+2 |
* | pty from p to z, P to T. includes v |  deraadt | 1996-08-09 | 1 | -7/+2 |
* | duh, theo |  deraadt | 1996-07-31 | 1 | -1/+1 |
* | someone want to write login_fbtab.3? |  deraadt | 1996-07-31 | 1 | -1/+2 |
* | login_fbtab() in libutil |  deraadt | 1996-07-31 | 3 | -3/+158 |
* | Make typesafe and remove non-portable va_list tricks. |  niklas | 1996-07-31 | 1 | -8/+8 |
* | Use getrawpartition(). |  downsj | 1996-07-02 | 1 | -3/+3 |
* | fix multiple invocations; from tlb@viaweb.com |  deraadt | 1996-06-29 | 1 | -3/+3 |
* | only write to realpath if non-NULL |  deraadt | 1996-06-20 | 2 | -7/+11 |
* | do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanly |  deraadt | 1996-06-19 | 2 | -9/+18 |
* | oops, still missed a typo |  downsj | 1996-06-18 | 1 | -2/+2 |
* | slight cleaning |  downsj | 1996-06-18 | 1 | -4/+7 |