summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Recommit everything, add chpass, improve history (except for a few files that...Cameron Katri2021-05-021-2/+2
* pw(8): use openmemstream instead of sbuf(9)Baptiste Daroussin2021-04-271-40/+46
* pw: fix the checks in boolean_str() after r326738. Add related testYuri Pankov2018-10-211-5/+7
* pw: (file == NULL) check is always false in read_userconfig(), removeYuri Pankov2018-10-161-3/+0
* pw: respect path specified using -V when writing pw.conf, and -C is notYuri Pankov2018-10-151-2/+6
* pw(8): correct expiration period handling and command line overridesEugene Grosbein2017-12-091-4/+4
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* pw should sanitize the argument of -w.Alan Somers2016-07-131-1/+19
* Simplify code for parsing extra groupsBaptiste Daroussin2015-12-291-1/+1
* Use intmax_t rather than long longBaptiste Daroussin2015-08-021-2/+2
* Fix build on 32bitsBaptiste Daroussin2015-08-021-2/+2
* Cleanup a bit includesBaptiste Daroussin2015-08-021-4/+4
* Rewrite parsing subcommands arguments of pw(8)Baptiste Daroussin2015-08-021-31/+30
* Remove things that crept in after badly checked revertBaptiste Daroussin2015-08-011-2/+0
* Partial revert of r286152Baptiste Daroussin2015-08-011-0/+2
* Fix buildBaptiste Daroussin2015-08-011-0/+1
* Fix formatting of new codeBaptiste Daroussin2015-08-011-20/+26
* Validate expiration days and password days from commmand line and pw.confBaptiste Daroussin2015-08-011-4/+12
* Validate the max_uid/max_gid boundaries and entry type in pw.confBaptiste Daroussin2015-08-011-7/+23
* Cast uid/git to uintmax_t when using printf-like functions so the size ofBaptiste Daroussin2015-08-011-4/+5
* Replace custom string array with stringlist(3)Baptiste Daroussin2015-07-111-15/+8
* Remove useless cast in printf and printf-like functions:Baptiste Daroussin2015-05-311-4/+4
* Move cleanup functions to the right placeBaptiste Daroussin2015-05-311-2/+3
* Remove useless test before free()Baptiste Daroussin2015-05-311-2/+1
* Return early in case we cannot read the configuration fileBaptiste Daroussin2015-05-311-110/+111
* Use calloc(3) instead of malloc(3) + memset(3)Baptiste Daroussin2015-05-101-2/+4
* The initial logic for allocating the new string was wrong, the conversionBaptiste Daroussin2015-05-101-5/+2
* Use strndup(3) instead of malloc(3) + memcpy(3)Baptiste Daroussin2015-05-101-7/+11
* Remove useless call to extendarrayBaptiste Daroussin2015-05-101-1/+0
* Remove now unused LNBUFSZ buffer sizeBaptiste Daroussin2015-05-091-3/+0
* Return from the function as early as possibleBaptiste Daroussin2015-05-091-117/+116
* Use sbuf(9) instead of homebrewed buffered stringBaptiste Daroussin2015-05-091-48/+46
* Simplify reading pw.conf(5) by using getline(3)Baptiste Daroussin2014-04-221-0/+503
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-516/+0
* Add home directory creation mode to pw.conf(5) and be a bitLukas Ertl2007-03-301-0/+15
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-2/+2
* Handle snprintf() returning -1.Brian Somers2001-08-201-0/+4
* Make the comment generated in /etc/pw.conf match realityDoug Barton2000-12-181-1/+1
* Catch up to the fact that we now have tcsh in the tree.David Nugent2000-07-161-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove some more warnings.David Nugent1999-07-281-2/+3
* 1) Do not blindly ignore file update errors which may occur due to concurrentDavid Nugent1999-02-231-3/+2
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-101-2/+5
* Unquote default group in pw.conf.David Nugent1997-09-011-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Adds optional NIS passwd file updating and optionally rebuildingDavid Nugent1997-01-051-1/+13
* 1) 200 users per group limitation removed and pwDavid Nugent1996-12-211-114/+142
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-101-12/+6
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-091-0/+458