]> git.cameronkatri.com Git - pw-darwin.git/history - pw/pw.c
backout remove of -q option for pw [user|group] next
[pw-darwin.git] / pw / pw.c
2015-06-08 Baptiste Daroussinbackout remove of -q option for pw [user|group] next
2015-06-07 Baptiste DaroussinFix mistakes than came along with r284139
2015-06-07 Baptiste DaroussinRemove '-q' support for pw [user|group] next
2015-06-07 Baptiste DaroussinFix setting uid/gid min/max via pw
2015-06-07 Baptiste DaroussinFix generating configuration file
2015-06-07 Baptiste DaroussinFix duplicate checking
2015-06-07 Baptiste DaroussinIn case of rename validate the length of the new name
2015-06-07 Baptiste DaroussinRefactor input validation
2015-06-07 Baptiste DaroussinHandle -7 via gloval pwconf
2015-06-07 Baptiste DaroussinInitialize conf using menset(3)
2015-06-07 Baptiste DaroussinHandle pretty print (-P) via global pwconf
2015-06-07 Baptiste DaroussinHandle dryrun (-N) via global pwconf
2015-06-07 Baptiste DaroussinHandle -C and -Y locally and stop adding them to arglist
2015-06-07 Baptiste DaroussinAdd a new global struct pwconf to store etcpath, rootdi...
2015-06-03 Baptiste DaroussinNew pw -R rootdir option
2015-05-31 Baptiste DaroussinUse asprintf instead of malloc + snprintf and test...
2014-11-12 Baptiste DaroussinFix wrong message when using pw -V with a non existent...
2012-11-27 Alexander MotinMFC
2012-11-11 Neel NatuIFC @ r242684
2012-10-30 Baptiste DaroussinTeach pw(8) about how to use pw/gr API to reduce code...
2011-05-15 John BaldwinFirst cut to port bhyve, vmmctl, and libvmmapi to HEAD.
2011-05-14 John BaldwinFirst cut at porting the kernel portions of 221828...
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2010-10-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@214309
2010-10-19 Jamie GrittonA new jail(8) with a configuration file, to replace...
2010-08-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@211344
2010-05-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@208557
2010-05-08 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@207793
2010-03-22 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@205454
2010-03-10 Marcel MoolenaarCreate the altix project branch. The altix project...
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-02-23 Sean FarleyAdd the groupmod '-d' option to pw to allow the deletio...
2008-02-23 Sean Farleystyle(9) (verified no object changes)
2007-03-30 Lukas ErtlAdd home directory creation mode to pw.conf(5) and...
2007-03-30 Lukas ErtlAdd -M argument to usage() output.
2007-03-26 Lukas ErtlIntroduce the new option -M to allow to set the permiss...
2006-09-18 Maxim Konovalovo Fix groupadd getopt line and make 'pw groupadd -o...
2004-01-11 Ian DowseAdd a `-H <fd>' option that is like `-h <fd>', but...
2001-07-09 Brian SomersFix the type of the NULL arg to execl()
2001-07-05 Kris KennawayFix a harmless format string bogon and mark a function...
2001-03-14 Dima DorfmanDocument the lock and unlock commands. This fixes...
2000-12-29 Ben SmithurstConvert to use the <sys/queue.h> macros rather than...
2000-12-09 David E. O'BrienAdd `_PATH_DEVZERO'.
2000-06-24 Andrey A. ChernovLocalize ctype too.
2000-06-22 Andrey A. ChernovLocalize time/date.
2000-06-18 David NugentBe a little more strict about handling command line...
2000-01-15 David NugentPortability fixes for other bsd4.4 derivatives.
1999-10-26 David NugentAdd new functionality "lock" and "unlock" to provide...
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-03-02 David NugentAdd the ability to print user records in unix version...
1999-02-23 David NugentFix minor nit with command line parsing for pw -V DIR...
1999-02-23 David NugentFix tpyo (sic) and missing 'else' (bad cut n' paste).
1999-02-23 David Nugent1) Do not blindly ignore file update errors which may...
1999-01-08 David NugentRemove bogus file locking in main().
1998-08-04 Nate Williams- On second thought, attempt to get the read-only lock...
1998-08-04 Nate Williams- Removed read-only lock from 'pw'. This removes porti...
1998-07-16 Nate WilliamsFix race condition in pw caused by multiple instances...
1997-10-10 Philippe CharnierUse err(3) instead of local redefinition. Add rcsid...
1997-07-17 David Nugentgetuid() -> geteuid().
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-02-07 David NugentFix useage of MAXLOGNAME to include terminating NUL...
1997-01-14 Jordan K. HubbardMake the long-awaited change from $Id$ to $FreeBSD$
1997-01-05 David NugentAdds optional NIS passwd file updating and optionally...
1996-12-10 Joerg WunschCopyright update by the author, to be more in line...
1996-12-09 Joerg WunschUpgrade from the author, reflecting all my wishes resul...
1996-12-09 Joerg Wunschpw(8) -- a backend utility to manage the user and group...