]> git.cameronkatri.com Git - pw-darwin.git/history - pw/pw_conf.c
Merge ^/head r305687 through r305890.
[pw-darwin.git] / pw / pw_conf.c
2016-07-13 Alan Somerspw should sanitize the argument of -w.
2016-01-04 Glen BarberFix svn:mergeinfo, and MFH a commit that was previously...
2016-01-04 Glen BarberMFH r289384-r293170
2015-12-29 Baptiste DaroussinSimplify code for parsing extra groups
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 DaroussinUse intmax_t rather than long long
2015-08-02 Baptiste DaroussinFix build on 32bits
2015-08-02 Baptiste DaroussinCleanup a bit includes
2015-08-02 Baptiste DaroussinRewrite parsing subcommands arguments of pw(8)
2015-08-01 Baptiste DaroussinRemove things that crept in after badly checked revert
2015-08-01 Baptiste DaroussinPartial revert of r286152
2015-08-01 Baptiste DaroussinFix build
2015-08-01 Baptiste DaroussinFix formatting of new code
2015-08-01 Baptiste DaroussinValidate expiration days and password days from commman...
2015-08-01 Baptiste DaroussinValidate the max_uid/max_gid boundaries and entry type...
2015-08-01 Baptiste DaroussinCast uid/git to uintmax_t when using printf-like functi...
2015-07-11 Baptiste DaroussinReplace custom string array with stringlist(3)
2015-06-15 Baptiste DaroussinMerge from head
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-05-31 Baptiste DaroussinRemove useless cast in printf and printf-like functions:
2015-05-31 Baptiste DaroussinMove cleanup functions to the right place
2015-05-31 Baptiste DaroussinRemove useless test before free()
2015-05-31 Baptiste DaroussinReturn early in case we cannot read the configuration...
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 DaroussinUse calloc(3) instead of malloc(3) + memset(3)
2015-05-10 Baptiste DaroussinThe initial logic for allocating the new string was...
2015-05-10 Baptiste DaroussinUse strndup(3) instead of malloc(3) + memcpy(3)
2015-05-10 Baptiste DaroussinRemove useless call to extendarray
2015-05-09 Baptiste DaroussinRemove now unused LNBUFSZ buffer size
2015-05-09 Baptiste DaroussinReturn from the function as early as possible
2015-05-09 Baptiste DaroussinUse sbuf(9) instead of homebrewed buffered string
2014-05-21 Alan SomersIFC @266473
2014-04-28 Simon J. GerratyMerge head
2014-04-27 Simon J. GerratyMerge head
2014-04-22 Baptiste DaroussinSimplify reading pw.conf(5) by using getline(3)
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-03-08 Jung-uk KimStop hard-coding default directory mode as 0777.
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...
2007-03-30 Lukas ErtlAdd home directory creation mode to pw.conf(5) and...
2001-08-20 Brian SomersHandle snprintf() returning < 0 (not just -1)
2001-08-20 Brian SomersHandle snprintf() returning -1.
2000-12-18 Doug BartonMake the comment generated in /etc/pw.conf match reality
2000-07-16 David NugentCatch up to the fact that we now have tcsh in the tree.
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-07-28 David NugentRemove some more warnings.
1999-02-23 David Nugent1) Do not blindly ignore file update errors which may...
1997-10-10 Philippe CharnierUse err(3) instead of local redefinition. Add rcsid...
1997-09-01 David NugentUnquote default group in pw.conf.
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 NugentAdds optional NIS passwd file updating and optionally...
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 Wunschpw(8) -- a backend utility to manage the user and group...