2015-06-07 |
Baptiste Daroussin | Refactor input validation |
blob | commitdiff | raw |
2015-06-07 |
Baptiste Daroussin | Finish converting -7 to pwconf |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Handle -7 via gloval pwconf |
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 | Fix pw userdel -r not deleting homedir |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Test explicitly the result of strcmp to be consistent... |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Improve readability by reducing indentations levels |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Remove one level of indentation |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Baptiste Daroussin | Move user deletion code into a separate function to... |
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-06-03 |
Baptiste Daroussin | New pw -R rootdir option |
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-05-09 |
Baptiste Daroussin | Replace sprintf(3) with snprintf(3) |
blob | commitdiff | raw | diff to current |
2015-05-09 |
Baptiste Daroussin | Use snprintf(3) instead of sprintf(3) |
blob | commitdiff | raw | diff to current |
2015-05-09 |
Baptiste Daroussin | Remove some uneeded headers |
blob | commitdiff | raw | diff to current |
2015-05-09 |
Baptiste Daroussin | Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3) |
blob | commitdiff | raw | diff to current |
2015-05-09 |
Baptiste Daroussin | Use snprintf(3) instead of strcpy(3) + strncat(3) |
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-10-28 |
Baptiste Daroussin | Ensure pw userdel -u <invalid> do not try to remove... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Baptiste Daroussin | Fix a regression in pw usermod -G list |
blob | commitdiff | raw | diff to current |
2014-10-09 |
Dag-Erling Smørgrav | Two more places where login_setcryptfmt() defaults... |
blob | commitdiff | raw | diff to current |
2014-08-14 |
Alan Somers | Convert devd's client socket to type SOCK_SEQPACKET. |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Mateusz Guzik | pw: fix up deletion of users from groups |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Alan Somers | IFC @264767 |
blob | commitdiff | raw | diff to current |
2014-03-13 |
Devin Teske | Fix pw(8) deletion of group "username" on userdel even... |
blob | commitdiff | raw | diff to current |
2014-03-06 |
Julian Elischer | Part 2 of bug 187310.. had to commit separately due... |
blob | commitdiff | raw | diff to current |
2013-07-17 |
Xin LI | IFC @253398 |
blob | commitdiff | raw | diff to current |
2013-07-04 |
Dag-Erling Smørgrav | Fall back to sha512 if passwd_format is not set. |
blob | commitdiff | raw | diff to current |
2013-07-03 |
Dag-Erling Smørgrav | There is no reason to disallow setting the password... |
blob | commitdiff | raw | diff to current |
2013-06-29 |
Tim Kientzle | Fix -Wunsequenced warning |
blob | commitdiff | raw | diff to current |
2013-02-26 |
Xin LI | IFC @247348. |
blob | commitdiff | raw | diff to current |
2013-02-01 |
Daniel Eischen | Prevent a null pointer dereference in pw userdel when... |
blob | commitdiff | raw | diff to current |
2013-01-09 |
Neel Natu | IFC @ r245178 |
blob | commitdiff | raw | diff to current |
2013-01-06 |
Mateusz Guzik | pw: free group returned by gr_add |
blob | commitdiff | raw | diff to current |
2013-01-04 |
Neel Natu | IFC @ r244983. |
blob | commitdiff | raw | diff to current |
2012-12-27 |
Baptiste Daroussin | Simplify the code by using the new gr_add function |
blob | commitdiff | raw | diff to current |
2012-12-26 |
Baptiste Daroussin | Simplify copying of group members by using memcpy |
blob | commitdiff | raw | diff to current |
2012-12-26 |
Baptiste Daroussin | Fix off-by-one error in memory allocation: j entries... |
blob | commitdiff | raw | diff to current |
2012-12-26 |
Baptiste Daroussin | Fix creating a user and adding it to a group |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Eitan Adler | Avoid overflow of file buffer |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Alexander Motin | MFC |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Alexander Motin | MFC @ r241285 |
blob | commitdiff | raw | diff to current |
2012-11-11 |
Neel Natu | IFC @ r242684 |
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 |
2012-10-01 |
Baptiste Daroussin | Do not treat empty name as an uid 0 |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Baptiste Daroussin | Remove useless atoi(3), previous strspn(3) makes sure... |
blob | commitdiff | raw | diff to current |
2012-05-15 |
Alexander Motin | MFC |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Jamie Gritton | A new jail(8) with a configuration file, ultimately... |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Peter Grehan | IFC @ r234692 |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Kevin Lo | Handle NULL return from crypt(3). Mostly from DragonFly |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Xin LI | IFC @230489 (pending review). |
blob | commitdiff | raw | diff to current |
2012-01-04 |
Sean Bruno | IFC to head to catch up the bhyve branch |
blob | commitdiff | raw | diff to current |
2011-12-17 |
Dimitry Andric | In usr.sbin/pw/pw_user.c, use the correct printf length... |
blob | commitdiff | raw | diff to current |
2011-09-15 |
Peter Grehan | IFC @ r225592 |
blob | commitdiff | raw | diff to current |
2011-08-15 |
Justin T. Gibbs | Integrate FreeBSD/head into projects/zfsd/head as of... |
blob | commitdiff | raw | diff to current |
2011-07-31 |
Xin LI | Backout r223115 which potentially caused a POLA violati... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Justin T. Gibbs | Integrate from Head into ZFSD feature branch as of... |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Peter Grehan | IFC @ r222830 |
blob | commitdiff | raw | diff to current |
2011-06-15 |
Xin LI | Don't attempt to create the base directory when -d... |
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-03-08 |
Jung-uk Kim | Stop hard-coding default directory mode as 0777. |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@218816 |
blob | commitdiff | raw |
2011-02-04 |
Jung-uk Kim | Do not let pw.conf(5) or -M option affect creation... |
blob | commitdiff | raw | diff to current |
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-10-05 |
Jung-uk Kim | Revert the unrelated patch crept in the previous commit. |
blob | commitdiff | raw | diff to current |
2010-10-05 |
Jung-uk Kim | Prefer pmap_unmapbios() over pmap_unmapdev(). The... |
blob | commitdiff | raw | diff to current |
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 |
2010-03-04 |
Dag-Erling Smørgrav | IFH@204581 |
blob | commitdiff | raw | diff to current |
2009-12-06 |
Ed Schouten | Make pw(8) build without <utmp.h>. |
blob | commitdiff | raw | diff to current |
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-08-16 |
Andrey A. Chernov | Use arc4random_uniform() to avoid "modulo bias" |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Antoine Brodin | - Increase the size of the salt in pw(8) from 8 to... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Lukas Ertl | Accept passwords which contain whitespace. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Lukas Ertl | Add home directory creation mode to pw.conf(5) and... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Lukas Ertl | Introduce the new option -M to allow to set the permiss... |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Pawel Jakub Dawidek | Change /home symbolic link, so it will point to usr... |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Robert Drehmel | Use strlcpy(3) to replace the idiomatic |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Robert Drehmel | Fix a bug which occurred when the home directory given... |
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 |
2003-02-11 |
Andrey A. Chernov | There is no sense to use random random() and arc4random... |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Garance A Drosehn | Changes so the 'pw' command will allow '$' as the last... |
blob | commitdiff | raw | diff to current |
2002-06-24 |
David Malone | Print a long with %ld not %d. (We possibly should be... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Andrey A. Chernov | Change rmskey() to rmopie() - we don't have skey anymore |
blob | commitdiff | raw | diff to current |
2001-09-03 |
Dima Dorfman | For new users, create the home directory before sending... |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Joerg Wunsch | Properly initialize the random number generator in... |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Joerg Wunsch | Fix a typo in a variable name that made pw(8) coredump... |
blob | commitdiff | raw | diff to current |
next |