summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
* Convert to LIBADD.Brad Davis2014-11-241-2/+1
* Fix wrong message when using pw -V with a non existent directoryBaptiste Daroussin2014-11-121-0/+8
* Fix renaming a group via the gr_copy functionBaptiste Daroussin2014-10-281-5/+12
* Ensure pw userdel -u <invalid> do not try to remove rootBaptiste Daroussin2014-10-281-0/+3
* Do not delete the group wheel when bad argument is passed to pw groupdel -gBaptiste Daroussin2014-10-281-0/+5
* Fix a regression in pw usermod -G listBaptiste Daroussin2014-10-281-1/+19
* When a group is renamed then the group has been invalidated for sure.Baptiste Daroussin2014-10-281-3/+6
* Two more places where login_setcryptfmt() defaults to MD5 were missedDag-Erling Smørgrav2014-10-091-2/+2
* - Add a test for bug 191427 where pw(8) will go into an infinite loopBrad Davis2014-10-021-0/+6
* Convert devd's client socket to type SOCK_SEQPACKET.Alan Somers2014-08-140-0/+0
|\
| * IFC @266473Alan Somers2014-05-213-0/+555
| |\
| * \ IFC @264767Alan Somers2014-04-233-21/+527
| |\ \
| * \ \ IFC @256277Alan Somers2013-10-101-0/+819
| |\ \ \
| * \ \ \ IFC @253398Xin LI2013-07-174-81/+440
| |\ \ \ \
| * \ \ \ \ IFC @247348.Xin LI2013-02-2611-250/+381
| |\ \ \ \ \
| * \ \ \ \ \ MFCAlexander Motin2012-11-2715-88/+2200
| |\ \ \ \ \ \
| * \ \ \ \ \ \ MFC @ r241285Alexander Motin2012-11-273-1/+694
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ IFC @238412.Xin LI2012-07-132-6/+223
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ MFCAlexander Motin2012-05-157-24/+437
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ IFC @230489 (pending review).Xin LI2012-01-239-103/+3650
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Integrate FreeBSD/head into projects/zfsd/head as of SVN revision 224870.Justin T. Gibbs2011-08-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Integrate from Head into ZFSD feature branch as of revision r224141.Justin T. Gibbs2011-07-171-0/+1272
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Minor style tweaks.Pedro F. Giffuni2014-08-131-0/+68
* | | | | | | | | | | | | | pw: fix up deletion of users from groupsMateusz Guzik2014-06-271-4/+3
* | | | | | | | | | | | | | Fix changing the usernameBaptiste Daroussin2014-06-201-1/+1
* | | | | | | | | | | | | | Removed compatibility with pre FreeBSD 2.2 pw_mkdb commandBaptiste Daroussin2014-06-201-13/+2
* | | | | | | | | | | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-202-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-0/+51
* | | | | | | | | | | | | Simplify reading pw.conf(5) by using getline(3)Baptiste Daroussin2014-04-222-0/+504
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix pw(8) deletion of group "username" on userdel even if group "username"Devin Teske2014-03-131-1/+9
* | | | | | | | | | | | Part 2 of bug 187310.. had to commit separately due to local confusion.Julian Elischer2014-03-061-15/+21
* | | | | | | | | | | | Stop pw(8) from segfaulting when given certain inputJulian Elischer2014-03-061-6/+13
* | | | | | | | | | | | mdoc: minor paragraph fixes.Joel Dahl2014-02-081-0/+485
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | libutil: Use O_CLOEXEC for internal file descriptors from open().Jilles Tjoelker2013-08-281-0/+819
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fall back to sha512 if passwd_format is not set.Dag-Erling Smørgrav2013-07-041-1/+1
* | | | | | | | | | There is no reason to disallow setting the password or account expiryDag-Erling Smørgrav2013-07-031-4/+0
* | | | | | | | | | Fix -Wunsequenced warningTim Kientzle2013-06-291-1/+1
* | | | | | | | | | mdoc sweepJoel Dahl2013-05-131-0/+318
* | | | | | | | | | commit correct tested fix for gr_util.cDiane Bruce2013-03-091-46/+58
* | | | | | | | | | Cleanup gr_add() so it does not leak memDiane Bruce2013-03-072-53/+86
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Prevent a null pointer dereference in pw userdel when deletingDaniel Eischen2013-02-011-1/+1
* | | | | | | | | IFC @ r245509Neel Natu2013-01-172-19/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unused variablesEitan Adler2013-01-161-2/+0
| * | | | | | | | | libutil: fix typo in comment for gr_fini.Mateusz Guzik2013-01-131-1/+1
| * | | | | | | | | libutil: utilize strsep instead of strcat in a loop in gr_makeMateusz Guzik2013-01-131-6/+10
| * | | | | | | | | libutil: move group_line_format into the scop of its only user.Mateusz Guzik2013-01-131-2/+1
| * | | | | | | | | libutil: eliminate 'found' variable in gr_equalMateusz Guzik2013-01-131-8/+5
* | | | | | | | | | IFC @ r245178Neel Natu2013-01-091-0/+1
|\| | | | | | | | |
| * | | | | | | | | pw: free group returned by gr_addMateusz Guzik2013-01-061-0/+1