]> git.cameronkatri.com Git - pw-darwin.git/history - pw/pwupd.c
Remove an uneeded indentation introduced in r286196 to silence gcc warnging
[pw-darwin.git] / pw / pwupd.c
2017-11-27 Pedro F. Giffunivarious: general adoption of SPDX licensing ID tags.
2016-11-19 Dimitry AndricMerge ^/head r308491 through r308841.
2016-11-18 Alan SomersSpeed up pw operations that edit /etc/group or /etc...
2016-10-31 Dimitry AndricMerge ^/head r307736 through r308146.
2016-10-21 Alan SomersClose some file descriptor leaks in pw
2015-09-12 Baptiste DaroussinFinish merging from head, messed up in previous attempt
2015-09-12 Baptiste DaroussinMerge from head
2015-08-11 Alexander V. ChernikovMFP r276712.
2015-08-08 Alexander V. ChernikovMFP r274553:
2015-08-02 Baptiste DaroussinCleanup a bit includes
2015-06-15 Baptiste DaroussinMerge from head
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-07 Baptiste DaroussinAdd a new global struct pwconf to store etcpath, rootdi...
2015-05-31 Baptiste DaroussinRemove uneeded intermediate variable
2015-05-28 Glen BarberMFH: r282615-r283655
2015-05-27 Simon J. GerratyMerge sync of head
2015-05-26 Simon J. GerratyMerge from head
2015-05-10 Baptiste DaroussinThe pwdb function is only used once to check the databa...
2015-05-10 Baptiste Daroussinif the check of the pw db fails return the failed value
2015-05-10 Baptiste DaroussinSome style(9) fixes
2014-08-19 Simon J. GerratyMerge head from 7/28
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-06-20 Baptiste DaroussinFix changing the username
2014-06-20 Baptiste DaroussinRemoved compatibility with pre FreeBSD 2.2 pw_mkdb...
2013-02-26 Xin LIIFC @247348.
2013-02-08 David E. O'BrienSync with HEAD.
2013-01-04 Neel NatuIFC @ r244983.
2012-12-26 Baptiste DaroussinIn case of the deletion of a user those whole database...
2012-12-05 Eitan AdlerUse strdup instead of malloc + strcpy
2012-11-27 Alexander MotinMFC
2012-11-27 Alexander MotinMFC @ r241285
2012-11-11 Neel NatuIFC @ r242684
2012-11-04 Simon J. GerratySync from head
2012-10-30 Baptiste DaroussinTeach pw(8) about how to use pw/gr API to reduce code...
2012-09-28 Kevin LoMake sure that each va_start has one and only one match...
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-07-17 John BaldwinBefore updating the password database, the pw(8) utilit...
2004-10-03 Stefan FarfelederDon't rely on NULL being a pointer, add a cast before...
2003-01-23 Max KhonDo not expose password if it is empty and PWF_STANDARD...
2001-12-20 Jacques VidrineUse correct mode for temporary file.
2001-08-20 Brian SomersHandle snprintf() returning < 0 (not just -1)
2001-08-20 Brian SomersHandle snprintf() returning -1.
2000-06-26 David NugentDon't dereference NULL in the userdel case.
2000-06-18 David NugentSecond and hopefully final fix to .db sync when renamin...
2000-06-06 David NugentFix db syncronization when username is changed with...
1999-10-26 David NugentMissed statement in password update relating to the...
1999-10-26 David NugentClean up error handling in fileupdate(), which now...
1999-08-30 Sheldon HearnOnly do a full pwd_mkdb for deletions; other operations...
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-02-23 David Nugent1) Do not blindly ignore file update errors which may...
1998-02-11 Wolfram Schneiderpwd_mkdb option '-c' was renamed to -C some weeks ago.
1997-10-10 Philippe CharnierUse err(3) instead of local redefinition. Add rcsid...
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-01-14 Jordan K. HubbardMake the long-awaited change from $Id$ to $FreeBSD$
1997-01-05 David NugentRemove duplicated #include.
1996-12-21 David Nugent1) 200 users per group limitation removed and pw
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...