]> git.cameronkatri.com Git - pw-darwin.git/history - libutil/pw_util.c
IFC @ r244983.
[pw-darwin.git] / libutil / pw_util.c
2013-01-04 Neel NatuIFC @ r244983.
2012-12-27 Baptiste DaroussinAdd O_CLOEXEC to flopen
2012-12-27 Baptiste DaroussinUse flopen(3) instead of open(2) + flock(2)
2012-10-29 Baptiste Daroussinbackout r242319, racy and not done in the right place
2012-10-29 Baptiste Daroussinmake pw_init and gr_init fail if the specified master...
2012-07-11 Peter GrehanIFC @ r238370
2012-06-19 Baptiste DaroussinRevert user comparison back to user names as some user...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Peter GrehanIFC @ r234692
2012-02-10 Ed SchoutenDetect file modification properly by using tv_nsec.
2012-01-05 Baptiste DaroussinAdd new pw_make_v7 to make a passwd line (in v7 format...
2012-01-04 Sean BrunoIFC to head to catch up the bhyve branch
2011-12-15 Baptiste DaroussinModify pw_copy:
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-16 Dag-Erling SmørgravOld patch I had lying around: clean up and use stpcpy...
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...
2010-03-04 Dag-Erling SmørgravIFH@204581
2009-12-17 Konstantin BelousovMFC r199826:
2009-11-26 Konstantin Belousovsigset() is the name of function specified by SUSv4.
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...
2007-01-09 Warner LoshRemove California Regent's clause 3, per letter
2006-09-08 Thomas QuinotMinor comment fix.
2006-09-04 Thomas Quinot(pw_copy): Handle the case of a malformed line in maste...
2004-05-18 Stefan FarfelederDon't depend on NULL's expansion being a pointer, cast...
2003-10-18 Mark MurrayANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
2003-06-14 Mark MurrayTidy up. Sort headers.
2003-04-10 Dag-Erling SmørgravBrucify.
2003-04-09 Dag-Erling SmørgravCorrectly detect the case where a password entry was...
2003-04-09 Dag-Erling SmørgravApply the correct fix for bin/50679: don't mess around...
2003-04-08 Dag-Erling SmørgravBand-aid for the "^C kills the editor" problem. I...
2003-03-17 David SchultzMake pw_edit() use /bin/sh to interpret the EDITOR...
2002-10-29 Dag-Erling SmørgravDon't forget to '\n'-terminate new entries. This unbre...
2002-06-23 Nick HibmaBe more clear in error messages.
2002-05-08 Dag-Erling SmørgravIf no old_pw was passed to pw_copy, compare just the...
2002-05-08 Dag-Erling SmørgravAdd passwd manipulation code based on parts of vipw...
2002-04-17 Dag-Erling SmørgravMake mppath and masterpasswd pointers instead of arrays...
2002-04-15 Dag-Erling SmørgravRemove bogus reference to _use_yp.
2002-02-05 Dag-Erling SmørgravANSIfy and constify.
2001-07-09 Brian SomersFix the type of the NULL arg to execl()
2001-04-22 Dima DorfmanDon't pass NULL to the %s format.
2000-07-12 Kris KennawayDon't call warn() without a format string.
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-06-29 Pierre BeyssacMove call to umask(0) back into pw_util(), because...
1999-06-26 Pierre BeyssacForce umask to 077 (instead of 000) during the edit...
1999-06-26 Sheldon HearnAdd -d option to vipw(8) to allow selection of an alter...
1998-12-13 Matthew Dillon oops. Fix indentation of the 'for' loop I just...
1998-12-13 Matthew Dillon Handle the race condition where vipw may lock a...
1998-10-20 Dag-Erling SmørgravSince vfork() was changed to fork(), we have to pass...
1998-10-13 Dag-Erling SmørgravCalls one or more of malloc(), warn(), err(), syslog...
1997-10-27 Philippe CharnierStatisize usage().
1997-10-05 Jordan K. HubbardChanges to support full make parallelism (-j<n>) in...
1997-09-29 Wolfram SchneiderEndless loop.
1997-08-24 Joerg WunschCosmetic: distinguish in diag message between rebuildin...
1996-07-01 Guido van RooijImplement incremental passwd database updates. This...
1995-08-13 Bill PaulSmall NIS tweak: frob pw_error() a little so that it...
1995-05-30 Rodney W. GrimesRemove trailing whitespace.
1995-03-09 Andrey A. ChernovFix suspended vipw hangs
1994-05-26 Rodney W. GrimesBSD 4.4 Lite usr.sbin Sources