summaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb
AgeCommit message (Expand)Author
2018-10-09Go back to hard-coding 4096 for the bucket size for now.Todd C. Miller
2018-09-18Account from the fact that we store ech entry three times whenTodd C. Miller
2017-09-10Assorted simple improvements:Ingo Schwarze
2016-08-16remove reference to 6th ed.Ted Unangst
2016-08-14Refer to /etc/passwd consistently as the "legacy password file" andTheo Buehler
2016-05-09remove mention of dbm(3) and surrounding cruft; ok jmc@Christian Weisgerber
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-11-05revert sys/kern/kern_pledge.c 1.103 and reenable pledge in pwd_mkdbSebastien Marie
2015-11-05quick fix for a regression introduced by sys/kern/kern_pledge.c 1.103Sebastien Marie
2015-10-16pledge "stdio rpath wpath cpath getpw fattr flock"Theo de Raadt
2015-10-12These no longer need to be static. The ramdisk's no longer reach-aroundTheo de Raadt
2015-08-27missing va_end(); OK deraadtGleydson Soares
2015-08-19add missing prototypeTheo de Raadt
2015-04-24Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file.Todd C. Miller
2015-04-15Convert error/errorx/errorc functions -> fatal/fatalx/fatalc andTodd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2012-11-02Remove 13 years old compiler bug workaround on m68k. Apparently fixed or sweptMiod Vallat
2010-01-08Don't leak the fds we open in cp() to copy one file from another.Owain Ainsworth
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-04Typo: chance -> changeAntoine Jacoutot
2008-06-25Add _PW_BUF_LEN define and use it instead of hard-coding 1024 forTodd C. Miller
2008-03-17sync the synopsis and usage; "usage:" is lowercaseIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18tidy up synopsis and options list; from Igor SobradoJason McIntyre
2006-08-27Change ``etc'' to ``/etc'' for consistency with the rest of th epage.Ray Lai
2004-10-12Actually, /etc/passwd is 6th Edition-style, not 7th. The only realTodd C. Miller
2004-08-08spacingTheo de Raadt
2004-03-09Be more clear about where the source file is coming from and what willOtto Moerbeek
2003-06-28() to (void)Theo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-08Sanity check username length and convert to ANSI function headers.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-13Clarify the -d option and allow the passwd file argument to not beTodd C. Miller
2003-03-28Check strdup() rval for NULL; noticed by mpech@Todd C. Miller
2002-11-21Rename shadow group to _shadowTodd C. Miller
2002-11-21Add a "shadow" group and make the shadow passwd db readable by thatTodd C. Miller
2002-06-27Document why it's static.Artur Grabowski
2002-06-02minor KNFTheo de Raadt
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-17skip to uid field, not gidMike Pechkin
2001-08-16Add -s flag to only update secure .db file (/etc/spwd.db). Can beTodd C. Miller
2001-06-08Section shuffling; mpech@prosoft.org.lvAaron Campbell
2001-06-07Close PR 1854; mpech@prosoft.org.lvTodd C. Miller
2001-06-05Remove leading '+' from the -u arg description; mbing@nfr.netTodd C. Miller
2000-11-26*** empty log message ***Todd C. Miller