| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strtonum() instead of strtoul() when parsing uid/gid so we get |  millert | 2015-04-24 | 1 | -49/+52 |
* | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 1 | -10/+3 |
* | Use %lld and cast to (long long) when printing time_t values and atoll() |  guenther | 2013-08-17 | 1 | -9/+10 |
* | When writing a new record in pw_copy() print the uid and gid as |  millert | 2013-08-06 | 1 | -2/+2 |
* | use FD_CLOEXEC instead of 1; from David Hill |  okan | 2013-04-29 | 1 | -2/+2 |
* | Don't use err as labels or variables, especially since we include |  ray | 2006-12-20 | 1 | -7/+7 |
* | Always write errno on pw_lock failure so it can be relied on. |  ray | 2006-12-17 | 1 | -2/+4 |
* | getting to the bottom of the issues. sprinkle a few casts that will |  deraadt | 2006-04-02 | 1 | -2/+2 |
* | scrape $Id$ tags. |  espie | 2005-08-02 | 1 | -5/+1 |
* | Treat EOF at prompt the same as 'n' instead of looping forever. |  millert | 2004-11-04 | 1 | -3/+10 |
* | passwd.conf has been deprecated since login.conf was imported. |  millert | 2004-07-13 | 1 | -145/+2 |
* | Change pw_copy(3) to take a 3rd arguement, the existing passwd entry. |  millert | 2004-04-20 | 1 | -6/+31 |
* | ansi and protos |  deraadt | 2003-06-26 | 1 | -45/+24 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | knf |  deraadt | 2003-04-02 | 1 | -3/+3 |
* | Throw an error if the username field is empty; noticed by mpech@ |  millert | 2003-04-01 | 1 | -3/+4 |
* | more asprintf; millert ok |  deraadt | 2003-03-30 | 1 | -5/+3 |
* | asprintf; millert ok |  deraadt | 2003-03-30 | 1 | -5/+4 |
* | mark pw_error() __dead since it exits |  millert | 2002-07-31 | 1 | -3/+3 |
* | %u for uid/gid; millert ok |  deraadt | 2002-06-27 | 1 | -6/+7 |
* | some -Wall and spaces cleanup, scsi.c left. |  fgsch | 2002-06-09 | 1 | -2/+2 |
* | strlcpy and KNF |  deraadt | 2002-05-24 | 1 | -29/+32 |
* | Clean up after pw_file(). |  mpech | 2002-04-10 | 1 | -3/+6 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -3/+3 |
* | Use the volatile specifier to fix warnings about variables being |  millert | 2002-01-16 | 1 | -6/+4 |
* | save errno in signal handler |  deraadt | 2001-11-14 | 1 | -2/+4 |
* | Change the second arg to pw_mkdb() from a boolean flag to a set of |  millert | 2001-08-26 | 1 | -6/+6 |
* | Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s |  millert | 2001-08-16 | 1 | -17/+29 |
* | Plug memory leak in pw_copy(); millert@ ok |  aaron | 2001-07-11 | 1 | -2/+3 |
* | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 2001-07-09 | 1 | -4/+4 |
* | Fix a problem introduced by the printf format sweep. Passing a NULL |  millert | 2001-01-02 | 1 | -4/+8 |
* | Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'. |  millert | 2000-11-26 | 1 | -6/+12 |
* | close fd for pw_lck on exec, okay deraadt@ |  provos | 2000-08-01 | 1 | -2/+6 |
* | warnx?/errx? paranoia (use "%s" not a bare string unless it is a |  millert | 2000-06-30 | 1 | -3/+3 |
* | 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 |
* | add missing endusershell() |  millert | 1998-06-22 | 1 | -3/+5 |
* | do not wait if vfork() fails |  deraadt | 1998-03-23 | 1 | -2/+4 |
* | -Wall |  millert | 1997-11-18 | 1 | -7/+11 |
* | 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 |
* | 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 | 1 | -5/+5 |
* | Add support to handle password files in directories other than /etc |  niklas | 1997-06-17 | 1 | -27/+91 |
* | give only default values when asked for. |  provos | 1997-04-10 | 1 | -39/+33 |
* | added password configuration access function, used to determine |  provos | 1997-02-16 | 1 | -1/+143 |
* | 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 |
* | vfork w/ exit botch |  deraadt | 1996-12-06 | 1 | -2/+2 |