]> git.cameronkatri.com Git - pw-darwin.git/history - pw/pw_conf.c
Refactor input validation
[pw-darwin.git] / pw / pw_conf.c
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-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-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...