]> git.cameronkatri.com Git - pw-darwin.git/history - pw/pw_group.c
Partially revert r367756 (chpass(1) synopsis changes)
[pw-darwin.git] / pw / pw_group.c
2020-09-01 Mark Johnstonpw: Fix terminal handling when setting a group password.
2017-11-27 Pedro F. Giffunivarious: general adoption of SPDX licensing ID tags.
2016-12-10 Baptiste DaroussinFix pkg groupshow <gid>
2016-06-04 Baptiste DaroussinFix typo preventing pw {user,group}next -C from working...
2016-01-04 Glen BarberFix svn:mergeinfo, and MFH a commit that was previously...
2016-01-04 Glen BarberMFH r289384-r293170
2015-12-28 Baptiste DaroussinRestore dryrun support for pw groupmod
2015-10-19 Enji CooperInitialize `quiet` to false so `pw groupnext` again...
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-03 Ed SchoutenAvoid calling strlen() where we can use the strspn...
2015-08-02 Baptiste DaroussinSplit some extra long lines
2015-08-02 Baptiste DaroussinCleanup a bit includes
2015-08-02 Baptiste DaroussinFix regression: report if a group already exists when...
2015-08-02 Baptiste DaroussinRewrite parsing subcommands arguments of pw(8)
2015-08-01 Baptiste DaroussinCast uid/git to uintmax_t when using printf-like functi...
2015-07-11 Baptiste DaroussinRemove now unused variable
2015-07-11 Baptiste DaroussinRework groupmod modification:
2015-07-11 Baptiste DaroussinMake a separate groupdel/userdel from the main function
2015-07-11 Baptiste DaroussinMake separate functions to show users and groups
2015-07-11 Baptiste DaroussinMove the quiet flag into the configuration structure
2015-07-11 Baptiste DaroussinSeparate usernext/groupnext from the main functions
2015-07-09 Baptiste DaroussinDo not try to set password on group if the group is...
2015-07-04 Baptiste DaroussinAlso validate inputs of pw groupmod -h and groupmod -H
2015-06-15 Baptiste DaroussinMerge from head
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-08 Baptiste Daroussinbackout remove of -q option for pw [user|group] next
2015-06-08 Baptiste DaroussinFix typo
2015-06-07 Baptiste DaroussinRemove '-q' support for pw [user|group] next
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 pretty print (-P) via global pwconf
2015-06-07 Baptiste DaroussinHandle dryrun (-N) via global pwconf
2015-06-07 Baptiste DaroussinAdd a new global struct pwconf to store etcpath, rootdi...
2015-06-07 Baptiste DaroussinInstead of always casting the pw_checkname input to...
2015-05-31 Baptiste DaroussinCast to gid_t for groups not uid_t
2015-05-31 Baptiste DaroussinRemove useless cast in printf and printf-like functions:
2015-05-31 Baptiste DaroussinCast -1 to uid_t and bump WARNING level to 3
2015-05-31 Baptiste DaroussinMake pw_user()/pw_group() more consitent about errors
2015-01-26 Baptiste DaroussinRevert r277652
2015-01-24 Baptiste DaroussinAllow negative numbers in -u and -g options
2014-11-19 Simon J. GerratyMerge from head@274682
2014-11-04 Alexander V. ChernikovSync to HEAD@r274095.
2014-10-28 Baptiste DaroussinDo not delete the group wheel when bad argument is...
2014-10-28 Baptiste DaroussinWhen a group is renamed then the group has been invalid...
2014-04-28 Simon J. GerratyMerge head
2014-04-27 Simon J. GerratyMerge head
2014-04-23 Alan SomersIFC @264767
2014-03-06 Julian ElischerStop pw(8) from segfaulting when given certain input
2013-02-26 Xin LIIFC @247348.
2013-02-08 David E. O'BrienSync with HEAD.
2013-01-04 Neel NatuIFC @ r244983.
2012-12-27 Baptiste DaroussinFix a regression in "pw group show" introduced r242349:
2012-12-05 Eitan AdlerRemove useless check for NULL prior to free.
2012-11-27 Alexander MotinMFC
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...
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)
2004-01-11 Ian DowseAdd a `-H <fd>' option that is like `-h <fd>', but...
2000-06-22 Andrey A. ChernovLocalize time/date.
2000-01-15 David NugentPortability fixes for other bsd4.4 derivatives.
1999-10-26 David NugentAdd new functionality "lock" and "unlock" to provide...
1999-10-26 David NugentClean up error handling in fileupdate(), which now...
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
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-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-02-07 David NugentYet another formatting consistency check.
1997-01-14 Jordan K. HubbardMake the long-awaited change from $Id$ to $FreeBSD$
1996-12-21 David Nugent1) 200 users per group limitation removed and pw
1996-12-19 David NugentAllow 8-bit characters in the passwd gecos field, and...
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...