summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vipw/vipw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* unveiling _PATH_MASTERPASSWD_LOCK requires an "r" permissionrobert2019-03-251-2/+2
* add unveil(2) to vipw(8)mestre2018-09-271-1/+10
* Useless includejca2017-07-121-2/+1
* Move <fcntl.h> to its alphabetic spot and add __dead attribute to usage()tb2017-06-291-5/+5
* - Remove -? since parameters don't make sense for this command (but still keepmestre2016-11-071-3/+3
* pledge "stdio rpath wpath cpath fattr proc exec"deraadt2015-10-161-1/+4
* Repair the termination condition of a write(2) loop.schwarze2014-05-071-2/+2
* Use futimens() instead of futimes() to avoid converting to/frommillert2011-08-191-9/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-11/+1
* Deal with timespec vs. timeval precision issues. Fixes a problemmillert2007-11-171-1/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Instead of stashing the timestamp on the pw temp file before eachmillert2003-01-241-10/+7
* ansideraadt2003-01-241-8/+5
* minor KNFderaadt2002-05-301-1/+1
* 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.millert2002-02-161-2/+2
* Better file change detection:millert2001-08-191-3/+12
* extra arg to pw_mkdbmillert2001-08-161-1/+1
* Update for pw_mkdb(3) interface change. All but vipw and userdel canmillert2000-11-261-1/+1
* Check size as well as mtime when deciding whether or not the filemillert1999-05-291-1/+2
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-1/+1
* better error messagederaadt1996-09-011-1/+1
* libutilderaadt1996-05-221-14/+16
* initial import of NetBSD treederaadt1995-10-181-0/+129