summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pwupd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r285133,r285136,r285137,r285156,r285157,r285158,r285256,r285318,r285395,bapt2015-08-231-8/+6
* MFC: r274011,r274022,r274453,r274542,r274632,r274727,r275653,r275656,r275657,bapt2015-07-031-73/+53
* MFH: r264781, r267669, r267670bapt2014-07-061-14/+3
* In case of the deletion of a user those whole database has to be regenerated,bapt2012-12-261-1/+5
* Use strdup instead of malloc + strcpyeadler2012-12-051-6/+4
* Teach pw(8) about how to use pw/gr API to reduce code duplicationbapt2012-10-301-74/+40
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-0/+1
* Before updating the password database, the pw(8) utility first performs ajhb2008-07-171-1/+2
* Don't rely on NULL being a pointer, add a cast before passing it to a variadicstefanf2004-10-031-2/+2
* Do not expose password if it is empty and PWF_STANDARD format is requestedfjoe2003-01-231-1/+2
* Use correct mode for temporary file.nectar2001-12-201-1/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-1/+1
* Handle snprintf() returning -1.brian2001-08-201-0/+2
* Don't dereference NULL in the userdel case.davidn2000-06-261-1/+1
* Second and hopefully final fix to .db sync when renaming a user; we must rundavidn2000-06-181-4/+12
* Fix db syncronization when username is changed with -l under usermod.davidn2000-06-061-1/+1
* Missed statement in password update relating to the previous changedavidn1999-10-261-1/+1
* Clean up error handling in fileupdate(), which now returns 0 on successdavidn1999-10-261-7/+10
* Only do a full pwd_mkdb for deletions; other operations may use the -usheldonh1999-08-301-2/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 1) Do not blindly ignore file update errors which may occur due to concurrentdavidn1999-02-231-7/+38
* pwd_mkdb option '-c' was renamed to -C some weeks ago.wosch1998-02-111-4/+4
* Use err(3) instead of local redefinition. Add rcsid string.charnier1997-10-101-2/+5
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove duplicated #include.davidn1997-01-051-2/+1
* 1) 200 users per group limitation removed and pwdavidn1996-12-211-2/+2
* Copyright update by the author, to be more in line with our samplejoerg1996-12-101-12/+6
* Upgrade from the author, reflecting all my wishes resulting out of thejoerg1996-12-091-0/+7
* pw(8) -- a backend utility to manage the user and group databases.joerg1996-12-091-0/+160
OpenPOWER on IntegriCloud