2015-01-26 |
Baptiste Daroussin | Revert r277652 |
blob | commitdiff | raw |
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 |
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 |
2001-03-21 |
Andrey A. Chernov | Use %c for expire/change dates |
blob | commitdiff | raw | diff to current |
2001-03-05 |
Kris Kennaway | Switch from using rand() or random() to a stronger... |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Ben Smithurst | Convert to use the <sys/queue.h> macros rather than... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
Brian Feldman | Add working and easy crypt(3)-switching. Yes, we need... |
blob | commitdiff | raw | diff to current |
2000-07-20 |
David Nugent | Move test for -w flag outside of the code dealing with... |
blob | commitdiff | raw | diff to current |
2000-07-20 |
David Nugent | Allow -g with an empty argument in the -D case. This... |
blob | commitdiff | raw | diff to current |
2000-07-20 |
David Nugent | Fix another missed case where usermod would not set... |
blob | commitdiff | raw | diff to current |
2000-07-03 |
David Nugent | Fix breakage introduced by bypassing update for additio... |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Andrey A. Chernov | Localize ctype too. |
blob | commitdiff | raw | diff to current |
2000-06-22 |
Andrey A. Chernov | Localize time/date. |
blob | commitdiff | raw | diff to current |
2000-06-18 |
David Nugent | Fix obvious braino in assignment statement. usermod... |
blob | commitdiff | raw | diff to current |
2000-06-18 |
David Nugent | Fix a long-standing bug in the rename case previously... |
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 | Don't try updating the passwd file if no data has chang... |
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-07-28 |
David Nugent | Remove some more warnings. |
blob | commitdiff | raw | diff to current |
1999-03-02 |
David Nugent | Add the ability to print user records in unix version... |
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 |
1999-02-08 |
Dag-Erling Smørgrav | Don't assume a_name is a number just because the first... |
blob | commitdiff | raw | diff to current |
next |