summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct some unveil(2) violations due to "login.conf.db" access (the .db versionsemarie2019-09-141-2/+2
* add unveil(2):mestre2019-04-301-3/+17
* add some missing "pp." to .%P macros;schwarze2019-04-231-3/+3
* Convert snprintf+write into dprintf. It is simply easier to read, andderaadt2017-12-081-15/+3
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Delete YP password related code. As a result, these can also bederaadt2015-11-265-386/+28
* needs _shadow so it can rewrite the master.passwd filetedu2015-11-181-4/+4
* Supply DEF_WEAK() macro to suppress warnings during compilation viaguenther2015-09-141-2/+3
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-7/+5
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+5
* Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD)guenther2014-10-261-3/+3
* fix bibliographical references; from Jan Stary <hans at stare dot cz>schwarze2014-02-161-3/+8
* unsigned char casts for ctypederaadt2013-11-262-6/+7
* some Bx/Ox conversion;jmc2013-08-141-3/+5
* - use FD_CLOEXEC instead of 1okan2013-04-181-4/+4
* Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38schwarze2012-06-202-7/+5
* sync the descriptions of /etc/passwd;jmc2012-06-191-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-59/+6
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-4/+5
* fix previous, admin may again set non-standard shell; ok millert@jacekm2009-04-301-3/+4
* Call endusershell() at the end of ok_shell(), making a copy of themillert2009-03-054-19/+21
* in a secure YP context, a chpass would whack the user's password to *deraadt2009-02-151-22/+28
* strptime() never sets tm_isdst, so set it to -1 before passing theguenther2008-12-161-2/+3
* remove unused variablechl2008-10-091-3/+2
* fix double "usage:"sobrado2008-07-081-4/+4
* fix compilation for !YP case; ok millert@djm2008-07-041-2/+3
* implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of thederaadt2008-06-241-2/+2
* Moved the unset of TZ environment variable out of atot into main, removingtobias2008-06-192-11/+11
* Use mtimespec instead of mtime when comparing the timestamp of the editedmillert2007-11-171-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* -a requires a separate synopsis;jmc2007-03-272-7/+11
* remove some bogus *p tests from charles longeautedu2007-03-201-3/+3
* Fix -a when given an entry with an already existing user. Also, giveotto2007-01-151-4/+7
* tiny bits of lintderaadt2006-03-312-11/+7
* cast to uid_t where needed; ok deraadt@robert2006-03-301-4/+4
* use size_t where needed; ok deraadt@robert2006-03-301-3/+4
* ARGSUSED on signal handlerderaadt2005-12-121-2/+3
* use asprintfderaadt2005-11-141-18/+8
* move two snprintf out so easier to auditderaadt2005-04-111-5/+7
* Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t.millert2004-07-051-16/+17
* unbreak chsh, ok millertwilfried2004-05-101-10/+10
* Adapt to new pw_copy() API, closes PR 3698.millert2004-04-201-5/+12
* This is ISO C, use string concatenation, instead of bogus use of __CONCAT.espie2003-11-261-3/+3
* typos from Jared Yanovich;jmc2003-10-201-2/+2
* protosderaadt2003-07-021-2/+3
* update the table contents as well as the table widthavsm2003-07-011-2/+2
* - no need for pathnames.h, just use <paths.h> insteadavsm2003-07-015-49/+11
* put in a protoderaadt2003-06-251-2/+3
* - section reorderjmc2003-06-101-26/+26