summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
* | | | | | | | | | | | IFC @ r244983.Neel Natu2013-01-0410-230/+362
|\| | | | | | | | | | |
| * | | | | | | | | | | Simplify pointing dst after the end of all the gr_mem pointers in newgrBaptiste Daroussin2012-12-281-2/+1
| * | | | | | | | | | | errno = ENOMEM was supposed to be removed not return (NULL);Baptiste Daroussin2012-12-281-1/+1
| * | | | | | | | | | | malloc() sets errno to ENOMEM already.Baptiste Daroussin2012-12-281-5/+1
| * | | | | | | | | | | Do not leave parts of the new group uninitialized in gr_dup().Baptiste Daroussin2012-12-281-0/+4
| * | | | | | | | | | | avoid arithmetic on uintptr_tBaptiste Daroussin2012-12-271-1/+1
| * | | | | | | | | | | cast to uintptr_t to properly calculate offsetBaptiste Daroussin2012-12-271-1/+1
| * | | | | | | | | | | Add O_CLOEXEC to flopenBaptiste Daroussin2012-12-272-2/+2