2017-11-27 |
Pedro F. Giffuni | various: general adoption of SPDX licensing ID tags. |
blob | commitdiff | raw |
2016-12-10 |
Baptiste Daroussin | Fix pkg groupshow <gid> |
blob | commitdiff | raw | diff to current |
2016-06-04 |
Baptiste Daroussin | Fix typo preventing pw {user,group}next -C from working... |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Glen Barber | Fix svn:mergeinfo, and MFH a commit that was previously... |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Glen Barber | MFH r289384-r293170 |
blob | commitdiff | raw | diff to current |
2015-12-28 |
Baptiste Daroussin | Restore dryrun support for pw groupmod |
blob | commitdiff | raw | diff to current |
2015-10-19 |
Enji Cooper | Initialize `quiet` to false so `pw groupnext` again... |
blob | commitdiff | raw | diff to current |
2015-09-12 |
Baptiste Daroussin | Finish merging from head, messed up in previous attempt |
blob | commitdiff | raw | diff to current |
2015-09-12 |
Baptiste Daroussin | Merge from head |
blob | commitdiff | raw | diff to current |
2015-08-11 |
Alexander V. Chernikov | MFP r276712. |
blob | commitdiff | raw | diff to current |
2015-08-08 |
Alexander V. Chernikov | MFP r274553: |
blob | commitdiff | raw | diff to current |
2015-08-03 |
Ed Schouten | Avoid calling strlen() where we can use the strspn... |
blob | commitdiff | raw | diff to current |
2015-08-02 |
Baptiste Daroussin | Split some extra long lines |
blob | commitdiff | raw | diff to current |
2015-08-02 |
Baptiste Daroussin | Cleanup a bit includes |
blob | commitdiff | raw | diff to current |
2015-08-02 |
Baptiste Daroussin | Fix regression: report if a group already exists when... |
blob | commitdiff | raw | diff to current |
2015-08-02 |
Baptiste Daroussin | Rewrite parsing subcommands arguments of pw(8) |
blob | commitdiff | raw | diff to current |
2015-08-01 |
Baptiste Daroussin | Cast uid/git to uintmax_t when using printf-like functi... |
blob | commitdiff | raw | diff to current |
2015-07-11 |
Baptiste Daroussin | Remove now unused variable |
blob | commitdiff | raw | diff to current |
2015-07-11 |
Baptiste Daroussin | Rework groupmod modification: |
blob | commitdiff | raw | diff to current |
2015-07-11 |
Baptiste Daroussin | Make a separate groupdel/userdel from the main function |
blob | commitdiff | raw | diff to current |
2015-07-11 |
Baptiste Daroussin | Make separate functions to show users and groups |
blob | commitdiff | raw | diff to current |
2015-07-11 |
Baptiste Daroussin | Move the quiet flag into the configuration structure |
blob | commitdiff | raw | diff to current |
2015-07-11 |
Baptiste Daroussin | Separate usernext/groupnext from the main functions |
blob | commitdiff | raw | diff to current |
2015-07-09 |
Baptiste Daroussin | Do not try to set password on group if the group is... |
blob | commitdiff | raw | diff to current |
2015-07-04 |
Baptiste Daroussin | Also validate inputs of pw groupmod -h and groupmod -H |
blob | commitdiff | raw | diff to current |
2015-06-15 |
Baptiste Daroussin | Merge from head |
blob | commitdiff | raw | diff to current |
2015-06-13 |
Simon J. Gerraty | Add META_MODE support. |
blob | commitdiff | raw | diff to current |
2015-06-08 |
Baptiste Daroussin | backout remove of -q option for pw [user|group] next |
blob | commitdiff | raw | diff to current |
2015-06-08 |
Baptiste Daroussin | Fix typo |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Remove '-q' support for pw [user|group] next |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Fix duplicate checking |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | In case of rename validate the length of the new name |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Refactor input validation |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Handle pretty print (-P) via global pwconf |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Handle dryrun (-N) via global pwconf |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Add a new global struct pwconf to store etcpath, rootdi... |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Instead of always casting the pw_checkname input to... |
blob | commitdiff | raw | diff to current |
2015-05-31 |
Baptiste Daroussin | Cast to gid_t for groups not uid_t |
blob | commitdiff | raw | diff to current |
2015-05-31 |
Baptiste Daroussin | Remove useless cast in printf and printf-like functions: |
blob | commitdiff | raw | diff to current |
2015-05-31 |
Baptiste Daroussin | Cast -1 to uid_t and bump WARNING level to 3 |
blob | commitdiff | raw | diff to current |
2015-05-31 |
Baptiste Daroussin | Make pw_user()/pw_group() more consitent about errors |
blob | commitdiff | raw | diff to current |
2015-01-26 |
Baptiste Daroussin | Revert r277652 |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Baptiste Daroussin | Allow negative numbers in -u and -g options |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Simon J. Gerraty | Merge from head@274682 |
blob | commitdiff | raw | diff to current |
2014-11-04 |
Alexander V. Chernikov | Sync to HEAD@r274095. |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Baptiste Daroussin | Do not delete the group wheel when bad argument is... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Baptiste Daroussin | When a group is renamed then the group has been invalid... |
blob | commitdiff | raw | diff to current |
2014-04-28 |
Simon J. Gerraty | Merge head |
blob | commitdiff | raw | diff to current |
2014-04-27 |
Simon J. Gerraty | Merge head |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Alan Somers | IFC @264767 |
blob | commitdiff | raw | diff to current |
2014-03-06 |
Julian Elischer | Stop pw(8) from segfaulting when given certain input |
blob | commitdiff | raw | diff to current |
2013-02-26 |
Xin LI | IFC @247348. |
blob | commitdiff | raw | diff to current |
2013-02-08 |
David E. O'Brien | Sync with HEAD. |
blob | commitdiff | raw | diff to current |
2013-01-04 |
Neel Natu | IFC @ r244983. |
blob | commitdiff | raw | diff to current |
2012-12-27 |
Baptiste Daroussin | Fix a regression in "pw group show" introduced r242349: |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Eitan Adler | Remove useless check for NULL prior to free. |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Alexander Motin | MFC |
blob | commitdiff | raw | diff to current |
2012-11-11 |
Neel Natu | IFC @ r242684 |
blob | commitdiff | raw | diff to current |
2012-11-04 |
Simon J. Gerraty | Sync from head |
blob | commitdiff | raw | diff to current |
2012-10-30 |
Baptiste Daroussin | Teach pw(8) about how to use pw/gr API to reduce code... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
John Baldwin | First cut to port bhyve, vmmctl, and libvmmapi to HEAD. |
blob | commitdiff | raw |
2011-05-14 |
John Baldwin | First cut at porting the kernel portions of 221828... |
blob | commitdiff | raw |
2011-03-12 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@219553 |
blob | commitdiff | raw |
2011-02-18 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@218816 |
blob | commitdiff | raw |
2010-10-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@214309 |
blob | commitdiff | raw |
2010-10-19 |
Jamie Gritton | A new jail(8) with a configuration file, to replace... |
blob | commitdiff | raw |
2010-08-15 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@211344 |
blob | commitdiff | raw |
2010-05-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@208557 |
blob | commitdiff | raw |
2010-05-08 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@207793 |
blob | commitdiff | raw |
2010-03-22 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@205454 |
blob | commitdiff | raw |
2010-03-10 |
Marcel Moolenaar | Create the altix project branch. The altix project... |
blob | commitdiff | raw |
2009-01-05 |
Ulf Lilleengen | Merge support for CVSMode (aka. mirror mode) into csup... |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Ulf Lilleengen | - Import the Makefile from HEAD for building csup. |
blob | commitdiff | raw |
2008-10-19 |
Ulf Lilleengen | - Import the HEAD csup code which is the basis for... |
blob | commitdiff | raw |
2008-02-23 |
Sean Farley | Add the groupmod '-d' option to pw to allow the deletio... |
blob | commitdiff | raw | diff to current |
2008-02-23 |
Sean Farley | style(9) (verified no object changes) |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Ian Dowse | Add a `-H <fd>' option that is like `-h <fd>', but... |
blob | commitdiff | raw | diff to current |
2000-06-22 |
Andrey A. Chernov | Localize time/date. |
blob | commitdiff | raw | diff to current |
2000-01-15 |
David Nugent | Portability fixes for other bsd4.4 derivatives. |
blob | commitdiff | raw | diff to current |
1999-10-26 |
David Nugent | Add new functionality "lock" and "unlock" to provide... |
blob | commitdiff | raw | diff to current |
1999-10-26 |
David Nugent | Clean up error handling in fileupdate(), which now... |
blob | commitdiff | raw | diff to current |
1999-08-28 |
Peter Wemm | $Id$ -> $FreeBSD$ |
blob | commitdiff | raw | diff to current |
1999-02-23 |
David Nugent | 1) Do not blindly ignore file update errors which may... |
blob | commitdiff | raw | diff to current |
1997-10-10 |
Philippe Charnier | Use err(3) instead of local redefinition. Add rcsid... |
blob | commitdiff | raw | diff to current |
1997-02-22 |
Peter Wemm | Revert $FreeBSD$ to $Id$ |
blob | commitdiff | raw | diff to current |
1997-02-07 |
David Nugent | Yet another formatting consistency check. |
blob | commitdiff | raw | diff to current |
1997-01-14 |
Jordan K. Hubbard | Make the long-awaited change from $Id$ to $FreeBSD$ |
blob | commitdiff | raw | diff to current |
1996-12-21 |
David Nugent | 1) 200 users per group limitation removed and pw |
blob | commitdiff | raw | diff to current |
1996-12-19 |
David Nugent | Allow 8-bit characters in the passwd gecos field, and... |
blob | commitdiff | raw | diff to current |
1996-12-10 |
Joerg Wunsch | Copyright update by the author, to be more in line... |
blob | commitdiff | raw | diff to current |
1996-12-09 |
Joerg Wunsch | Upgrade from the author, reflecting all my wishes resul... |
blob | commitdiff | raw | diff to current |
1996-12-09 |
Joerg Wunsch | pw(8) -- a backend utility to manage the user and group... |
blob | commitdiff | raw | diff to current |
|