Age | Commit message (Expand) | Author |
1998-11-16 | preserve errno; christos | Theo de Raadt |
1998-08-03 | Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace... | Todd C. Miller |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-10 | Prevent luser from zero'ing out ut_host. If the new ut_line is | Todd C. Miller |
1998-06-22 | add missing endusershell() | Todd C. Miller |
1998-06-10 | Cast pid_t to int for sprintf. | brian |
1998-06-08 | Add uu_lock_txfr() for donating locks to another process. | brian |
1998-04-13 | Use _PATH_DEV, not "/dev/" | Todd C. Miller |
1998-03-23 | do not wait if vfork() fails | Theo de Raadt |
1998-03-10 | use .Ox | Todd C. Miller |
1997-11-18 | -Wall | Todd C. Miller |
1997-11-17 | Go back to old file locking method, O_EXLOCK method has too many problems | Todd C. Miller |
1997-11-17 | pw_mkdb() now returns -1 if ptmp is size 0. | Todd C. Miller |
1997-11-17 | Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK. | Todd C. Miller |
1997-11-09 | Correct the ftruncate() call. | bri |
1997-11-09 | Introduce uu_lock(), uu_unlock() and uu_lockerr() | bri |
1997-09-29 | fix yes/no prompt code for EOF case; wosch@freebsd | Theo de Raadt |
1997-06-22 | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive | Todd C. Miller |
1997-06-17 | Add support to handle password files in directories other than /etc | Niklas Hallqvist |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller |
1997-04-10 | give only default values when asked for. | Niels Provos |
1997-02-17 | some cleanup | Theo de Raadt |
1997-02-16 | added password configuration access function, used to determine | Niels Provos |
1997-02-15 | when using strsep you should be aware that the delimiter will be replaced | Niels Provos |
1997-02-13 | permit 32-bit uid/gid, help from millert | Theo de Raadt |
1996-12-23 | add readlabelfs.3 | Jason Downs |
1996-12-23 | readlabelfs() takes two arguments now, update prototype, inc major number. | Jason Downs |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs |
1996-12-06 | vfork w/ exit botch | Theo de Raadt |
1996-12-04 | sanitize return value. NULL on failure, always. | Jason Downs |
1996-12-03 | inc | Jason Downs |
1996-12-03 | Add readlabelfs(). | Jason Downs |
1996-11-24 | Update from NetBSD. | Todd C. Miller |
1996-10-08 | Attempt at cleanup. | michaels |
1996-09-16 | Bring prototypes into scope | Thorsten Lockert |
1996-09-07 | openpty() returns int. | Jason Downs |
1996-08-09 | pty from p to z, P to T. includes v | Theo de Raadt |
1996-07-31 | duh, theo | Theo de Raadt |
1996-07-31 | someone want to write login_fbtab.3? | Theo de Raadt |
1996-07-31 | login_fbtab() in libutil | Theo de Raadt |
1996-07-31 | Make typesafe and remove non-portable va_list tricks. | Niklas Hallqvist |
1996-07-02 | Use getrawpartition(). | Jason Downs |
1996-06-29 | fix multiple invocations; from tlb@viaweb.com | Theo de Raadt |
1996-06-20 | only write to realpath if non-NULL | Theo de Raadt |
1996-06-19 | do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanly | Theo de Raadt |
1996-06-18 | oops, still missed a typo | Jason Downs |
1996-06-18 | slight cleaning | Jason Downs |
1996-06-17 | opendev.3: opendev(3) man page | Jason Downs |
1996-06-17 | util.h: new resting place | Jason Downs |
1996-06-17 | Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybe | Jason Downs |