summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw_conf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r302778asomers2016-09-121-1/+19
* Simplify code for parsing extra groupsbapt2015-12-291-1/+1
* Use intmax_t rather than long longbapt2015-08-021-2/+2
* Fix build on 32bitsbapt2015-08-021-2/+2
* Cleanup a bit includesbapt2015-08-021-4/+4
* Rewrite parsing subcommands arguments of pw(8)bapt2015-08-021-31/+30
* Remove things that crept in after badly checked revertbapt2015-08-011-2/+0
* Partial revert of r286152bapt2015-08-011-0/+2
* Fix buildbapt2015-08-011-0/+1
* Fix formatting of new codebapt2015-08-011-20/+26
* Validate expiration days and password days from commmand line and pw.confbapt2015-08-011-4/+12
* Validate the max_uid/max_gid boundaries and entry type in pw.confbapt2015-08-011-7/+23
* Cast uid/git to uintmax_t when using printf-like functions so the size ofbapt2015-08-011-4/+5
* Replace custom string array with stringlist(3)bapt2015-07-111-15/+8
* Remove useless cast in printf and printf-like functions:bapt2015-05-311-4/+4
* Move cleanup functions to the right placebapt2015-05-311-2/+3
* Remove useless test before free()bapt2015-05-311-2/+1
* Return early in case we cannot read the configuration filebapt2015-05-311-110/+111
* Use calloc(3) instead of malloc(3) + memset(3)bapt2015-05-101-2/+4
* The initial logic for allocating the new string was wrong, the conversionbapt2015-05-101-5/+2
* Use strndup(3) instead of malloc(3) + memcpy(3)bapt2015-05-101-7/+11
* Remove useless call to extendarraybapt2015-05-101-1/+0
* Remove now unused LNBUFSZ buffer sizebapt2015-05-091-3/+0
* Return from the function as early as possiblebapt2015-05-091-117/+116
* Use sbuf(9) instead of homebrewed buffered stringbapt2015-05-091-48/+46
* Simplify reading pw.conf(5) by using getline(3)bapt2014-04-221-24/+11
* Stop hard-coding default directory mode as 0777.jkim2011-03-081-2/+2
* Add home directory creation mode to pw.conf(5) and be a bitle2007-03-301-0/+15
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-2/+2
* Handle snprintf() returning -1.brian2001-08-201-0/+4
* Make the comment generated in /etc/pw.conf match realitydougb2000-12-181-1/+1
* Catch up to the fact that we now have tcsh in the tree.davidn2000-07-161-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove some more warnings.davidn1999-07-281-2/+3
* 1) Do not blindly ignore file update errors which may occur due to concurrentdavidn1999-02-231-3/+2
* Use err(3) instead of local redefinition. Add rcsid string.charnier1997-10-101-2/+5
* Unquote default group in pw.conf.davidn1997-09-011-1/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Adds optional NIS passwd file updating and optionally rebuildingdavidn1997-01-051-1/+13
* 1) 200 users per group limitation removed and pwdavidn1996-12-211-114/+142
* Copyright update by the author, to be more in line with our samplejoerg1996-12-101-12/+6
* pw(8) -- a backend utility to manage the user and group databases.joerg1996-12-091-0/+458
OpenPOWER on IntegriCloud