| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r317265: | pfg | 2017-05-09 | 1 | -1/+1 |
* | MFH (r309269): use malloc()ed buffers instead of stack buffers | des | 2016-12-23 | 1 | -13/+24 |
* | MFC r308806 | asomers | 2016-12-16 | 1 | -1/+1 |
* | Remove useless calls to basename(). | ed | 2016-05-01 | 1 | -2/+1 |
* | When passwd or group information is changed (by pw, vipw, chpass, ...) | garga | 2015-07-02 | 1 | -1/+1 |
* | revert r283969,283970 not needed anymore after r283981 | bapt | 2015-06-04 | 1 | -25/+3 |
* | Add a pw_mkdb2(3) function which does the same thing as pw_mkdb(3) except | bapt | 2015-06-03 | 1 | -3/+25 |
* | Add O_CLOEXEC to flopen | bapt | 2012-12-27 | 1 | -1/+1 |
* | Use flopen(3) instead of open(2) + flock(2) | bapt | 2012-12-27 | 1 | -5/+2 |
* | backout r242319, racy and not done in the right place | bapt | 2012-10-29 | 1 | -9/+0 |
* | make pw_init and gr_init fail if the specified master password or group file is | bapt | 2012-10-29 | 1 | -0/+9 |
* | Revert user comparison back to user names as some user can share uids (root/toor | bapt | 2012-06-19 | 1 | -6/+13 |
* | Detect file modification properly by using tv_nsec. | ed | 2012-02-10 | 1 | -1/+2 |
* | Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd | bapt | 2012-01-05 | 1 | -1/+15 |
* | Modify pw_copy: | bapt | 2011-12-15 | 1 | -12/+29 |
* | Old patch I had lying around: clean up and use stpcpy(3) instead of | des | 2010-08-16 | 1 | -27/+34 |
* | sigset() is the name of function specified by SUSv4. | kib | 2009-11-26 | 1 | -4/+4 |
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 1 | -4/+0 |
* | Minor comment fix. | thomas | 2006-09-08 | 1 | -1/+1 |
* | (pw_copy): Handle the case of a malformed line in master.passwd | thomas | 2006-09-04 | 1 | -2/+11 |
* | Don't depend on NULL's expansion being a pointer, cast it before it is passed | stefanf | 2004-05-18 | 1 | -3/+4 |
* | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | markm | 2003-10-18 | 1 | -29/+36 |
* | Tidy up. Sort headers. | markm | 2003-06-14 | 1 | -1/+1 |
* | Brucify. | des | 2003-04-10 | 1 | -4/+8 |
* | Correctly detect the case where a password entry was changed while we were | des | 2003-04-09 | 1 | -2/+7 |
* | Apply the correct fix for bin/50679: don't mess around with process groups | des | 2003-04-09 | 1 | -13/+19 |
* | Band-aid for the "^C kills the editor" problem. I haven't yet found the | des | 2003-04-08 | 1 | -10/+6 |
* | Make pw_edit() use /bin/sh to interpret the EDITOR environment | das | 2003-03-17 | 1 | -2/+12 |
* | Don't forget to '\n'-terminate new entries. This unbreaks chpass -a. | des | 2002-10-29 | 1 | -1/+2 |
* | Be more clear in error messages. | n_hibma | 2002-06-23 | 1 | -4/+9 |
* | If no old_pw was passed to pw_copy, compare just the name. | des | 2002-05-08 | 1 | -1/+2 |
* | Add passwd manipulation code based on parts of vipw and chpass. | des | 2002-05-08 | 1 | -82/+404 |
* | Make mppath and masterpasswd pointers instead of arrays, and initialize | des | 2002-04-17 | 1 | -2/+4 |
* | Remove bogus reference to _use_yp. | des | 2002-04-15 | 1 | -9/+1 |
* | ANSIfy and constify. | des | 2002-02-05 | 1 | -17/+15 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -3/+3 |
* | Don't pass NULL to the %s format. | dd | 2001-04-22 | 1 | -2/+6 |
* | Don't call warn() without a format string. | kris | 2000-07-12 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move call to umask(0) back into pw_util(), because the latter | pb | 1999-06-29 | 1 | -1/+4 |
* | Force umask to 077 (instead of 000) during the edit phase, to get | pb | 1999-06-26 | 1 | -4/+1 |
* | Add -d option to vipw(8) to allow selection of an alternative directory | sheldonh | 1999-06-26 | 1 | -8/+14 |
* | oops. Fix indentation of the 'for' loop I just added. | dillon | 1998-12-13 | 1 | -18/+18 |
* | Handle the race condition where vipw may lock a password file which has | dillon | 1998-12-13 | 1 | -6/+22 |
* | Since vfork() was changed to fork(), we have to pass errno back from the | des | 1998-10-20 | 1 | -3/+6 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -3/+3 |
* | Statisize usage(). | charnier | 1997-10-27 | 1 | -1/+4 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -3/+3 |
* | Endless loop. | wosch | 1997-09-29 | 1 | -5/+5 |
* | Cosmetic: distinguish in diag message between rebuilding and updating | joerg | 1997-08-24 | 1 | -1/+2 |