| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | Make vipw error message less cryptic | Piotr Pawel Stefaniak | 2020-06-20 | 1 | -5/+8 |
* | libutil: remove extraneous ": " from error messages | Piotr Pawel Stefaniak | 2020-06-20 | 1 | -2/+2 |
* | Make pw_scan(3) more compatible with getpwent(3) et. al. when processing | Ian Lepore | 2018-07-26 | 1 | -1/+10 |
* | Use __SCCSID() for SCCS IDs. | John Baldwin | 2018-05-23 | 1 | -7/+3 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | lib: initial use of reallocarray(3). | Pedro F. Giffuni | 2017-04-21 | 1 | -1/+1 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Use malloc()ed buffers instead of stack buffers in gr_copy() and pw_copy(). | Dag-Erling Smørgrav | 2016-11-28 | 1 | -13/+24 |
* | Speed up pw operations that edit /etc/group or /etc/passwd | Alan Somers | 2016-11-18 | 1 | -1/+1 |
* | Remove useless calls to basename(). | Ed Schouten | 2016-05-01 | 1 | -2/+1 |
* | When passwd or group information is changed (by pw, vipw, chpass, ...) | Renato Botelho | 2015-07-02 | 1 | -1/+1 |
* | revert r283969,283970 not needed anymore after r283981 | Baptiste Daroussin | 2015-06-04 | 1 | -25/+3 |
* | Add a pw_mkdb2(3) function which does the same thing as pw_mkdb(3) except | Baptiste Daroussin | 2015-06-03 | 1 | -3/+25 |
* | Add O_CLOEXEC to flopen | Baptiste Daroussin | 2012-12-27 | 1 | -1/+1 |
* | Use flopen(3) instead of open(2) + flock(2) | Baptiste Daroussin | 2012-12-27 | 1 | -5/+2 |
* | backout r242319, racy and not done in the right place | Baptiste Daroussin | 2012-10-29 | 1 | -9/+0 |
* | make pw_init and gr_init fail if the specified master password or group file is | Baptiste Daroussin | 2012-10-29 | 1 | -0/+9 |
* | Revert user comparison back to user names as some user can share uids (root/toor | Baptiste Daroussin | 2012-06-19 | 1 | -6/+13 |
* | Detect file modification properly by using tv_nsec. | Ed Schouten | 2012-02-10 | 1 | -1/+2 |
* | Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd | Baptiste Daroussin | 2012-01-05 | 1 | -1/+15 |
* | Modify pw_copy: | Baptiste Daroussin | 2011-12-15 | 1 | -12/+29 |
* | Old patch I had lying around: clean up and use stpcpy(3) instead of | Dag-Erling Smørgrav | 2010-08-16 | 1 | -27/+34 |
* | sigset() is the name of function specified by SUSv4. | Konstantin Belousov | 2009-11-26 | 1 | -4/+4 |
* | Remove California Regent's clause 3, per letter | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | Minor comment fix. | Thomas Quinot | 2006-09-08 | 1 | -1/+1 |
* | (pw_copy): Handle the case of a malformed line in master.passwd | Thomas Quinot | 2006-09-04 | 1 | -2/+11 |
* | Don't depend on NULL's expansion being a pointer, cast it before it is passed | Stefan Farfeleder | 2004-05-18 | 1 | -3/+4 |
* | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | Mark Murray | 2003-10-18 | 1 | -29/+36 |
* | Tidy up. Sort headers. | Mark Murray | 2003-06-14 | 1 | -1/+1 |
* | Brucify. | Dag-Erling Smørgrav | 2003-04-10 | 1 | -4/+8 |
* | Correctly detect the case where a password entry was changed while we were | Dag-Erling Smørgrav | 2003-04-09 | 1 | -2/+7 |
* | Apply the correct fix for bin/50679: don't mess around with process groups | Dag-Erling Smørgrav | 2003-04-09 | 1 | -13/+19 |
* | Band-aid for the "^C kills the editor" problem. I haven't yet found the | Dag-Erling Smørgrav | 2003-04-08 | 1 | -10/+6 |
* | Make pw_edit() use /bin/sh to interpret the EDITOR environment | David Schultz | 2003-03-17 | 1 | -2/+12 |
* | Don't forget to '\n'-terminate new entries. This unbreaks chpass -a. | Dag-Erling Smørgrav | 2002-10-29 | 1 | -1/+2 |
* | Be more clear in error messages. | Nick Hibma | 2002-06-23 | 1 | -4/+9 |
* | If no old_pw was passed to pw_copy, compare just the name. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -1/+2 |
* | Add passwd manipulation code based on parts of vipw and chpass. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -82/+404 |
* | Make mppath and masterpasswd pointers instead of arrays, and initialize | Dag-Erling Smørgrav | 2002-04-17 | 1 | -2/+4 |
* | Remove bogus reference to _use_yp. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -9/+1 |
* | ANSIfy and constify. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -17/+15 |
* | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -3/+3 |
* | Don't pass NULL to the %s format. | Dima Dorfman | 2001-04-22 | 1 | -2/+6 |
* | Don't call warn() without a format string. | Kris Kennaway | 2000-07-12 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 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 |
* | oops. Fix indentation of the 'for' loop I just added. | Matthew Dillon | 1998-12-13 | 1 | -18/+18 |