summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
Commit message (Expand)AuthorAgeFilesLines
* pw: (file == NULL) check is always false in read_userconfig(), removeYuri Pankov2018-10-161-1/+0
* pw: respect path specified using -V when writing pw.conf, and -C is notYuri Pankov2018-10-151-0/+1
* pw(8): correct expiration period handling and command line overridesEugene Grosbein2017-12-091-0/+8
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove usage of _WITH_GETLINE from usr.sbinBaptiste Daroussin2016-07-301-1/+0
* pw should sanitize the argument of -w.Alan Somers2016-07-131-0/+1
* Cleanup a bit includesBaptiste Daroussin2015-08-021-13/+3
* Remove dead codeBaptiste Daroussin2015-08-021-11/+0
* Rewrite parsing subcommands arguments of pw(8)Baptiste Daroussin2015-08-021-4/+24
* Improve strtounumBaptiste Daroussin2015-07-301-2/+2
* Create a strtounum function using the same API as strtonumBaptiste Daroussin2015-07-291-0/+4
* Separate usernext/groupnext from the main functionsBaptiste Daroussin2015-07-111-0/+2
* Refactor input validationBaptiste Daroussin2015-06-071-2/+2
* Add a new global struct pwconf to store etcpath, rootdir and struct userconfBaptiste Daroussin2015-06-071-26/+2
* Instead of always casting the pw_checkname input to u_char * and casting it backBaptiste Daroussin2015-06-071-1/+1
* Simplify reading pw.conf(5) by using getline(3)Baptiste Daroussin2014-04-221-0/+1
* Teach pw(8) about how to use pw/gr API to reduce code duplicationBaptiste Daroussin2012-10-301-0/+124
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-132/+0
* Add home directory creation mode to pw.conf(5) and be a bitLukas Ertl2007-03-301-0/+1
* The variable `arglist' has internal linkage in pw.c, don't declare it as externStefan Farfeleder2005-02-101-1/+1
* Fix a harmless format string bogon and mark a function as __printflike().Kris Kennaway2001-07-051-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Add new functionality "lock" and "unlock" to provide a simple passwordDavid Nugent1999-10-261-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 1) Do not blindly ignore file update errors which may occur due to concurrentDavid Nugent1999-02-231-1/+3
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-101-2/+1
* 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/+6
* 1) 200 users per group limitation removed and pwDavid Nugent1996-12-211-3/+2
* Allow 8-bit characters in the passwd gecos field, and adds a paragraphDavid Nugent1996-12-191-1/+2
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-101-12/+6
* Upgrade from the author, reflecting all my wishes resulting out of theJoerg Wunsch1996-12-091-15/+2
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-091-0/+142