| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 287442,287537,288944: | John Baldwin | 2016-02-10 | 2 | -0/+8 |
| * | MFC r290440: | Steven Hartland | 2015-11-13 | 1 | -2/+2 |
| * | MFC 283624,283630: | John Baldwin | 2015-10-01 | 4 | -2/+174 |
| * | MFC 283622: | John Baldwin | 2015-09-03 | 4 | -4/+8 |
| * | MFC r285050, r285053, r285059: | Renato Botelho | 2015-07-06 | 3 | -5/+24 |
| * | MFC, r284192: | Kenneth D. Merry | 2015-06-16 | 1 | -2/+17 |
| * | MFC: 272445,272578,273772,273779,273782,273786,273787,273791 | Baptiste Daroussin | 2014-11-04 | 1 | -5/+12 |
| * | MFC r273837: | Dimitry Andric | 2014-11-01 | 1 | -5/+5 |
| * | MFC r270180: | Enji Cooper | 2014-08-27 | 8 | -0/+1406 |
| * | MFC r269015: | Pedro F. Giffuni | 2014-08-16 | 1 | -5/+11 |
| * | MFC r265276: | Mark Johnston | 2014-07-29 | 1 | -1/+1 |
| * | MFC r261824: | Eitan Adler | 2014-02-16 | 1 | -2/+2 |
| * | don't assert on bad args, instead return an error.. | John-Mark Gurney | 2013-10-07 | 2 | -37/+54 |
| * | The round of expand_number() cleanups. | Sergey Kandaurov | 2013-08-30 | 1 | -29/+10 |
| * | libutil: Use O_CLOEXEC for internal file descriptors from open(). | Jilles Tjoelker | 2013-08-28 | 5 | -9/+12 |
| * | Reset errno before strtoumax() call to properly detect ERANGE. | Sergey Kandaurov | 2013-08-21 | 1 | -0/+7 |
| * | Check strtoumax(3) for ERANGE in case of non-prefixed string. | Sergey Kandaurov | 2013-08-21 | 1 | -0/+4 |
| * | Fix -Wunsequenced warning | Tim Kientzle | 2013-06-29 | 1 | -1/+1 |
| * | When pidptr was passed as NULL to pidfile_open(3), we were returning | Pawel Jakub Dawidek | 2013-03-14 | 1 | -13/+18 |
| * | commit correct tested fix for gr_util.c | Diane Bruce | 2013-03-09 | 1 | -46/+58 |
| * | Cleanup gr_add() so it does not leak mem | Diane Bruce | 2013-03-07 | 2 | -53/+86 |
| * | Fixed documented prototype of kinfo_getproc(3). | Ruslan Ermilov | 2013-03-01 | 1 | -2/+2 |
| * | libutil: fix typo in comment for gr_fini. | Mateusz Guzik | 2013-01-13 | 1 | -1/+1 |
| * | libutil: utilize strsep instead of strcat in a loop in gr_make | Mateusz Guzik | 2013-01-13 | 1 | -6/+10 |
| * | libutil: move group_line_format into the scop of its only user. | Mateusz Guzik | 2013-01-13 | 1 | -2/+1 |
| * | libutil: eliminate 'found' variable in gr_equal | Mateusz Guzik | 2013-01-13 | 1 | -8/+5 |
| * | Simplify pointing dst after the end of all the gr_mem pointers in newgr | Baptiste Daroussin | 2012-12-28 | 1 | -2/+1 |
| * | errno = ENOMEM was supposed to be removed not return (NULL); | Baptiste Daroussin | 2012-12-28 | 1 | -1/+1 |
| * | malloc() sets errno to ENOMEM already. | Baptiste Daroussin | 2012-12-28 | 1 | -5/+1 |
| * | Do not leave parts of the new group uninitialized in gr_dup(). | Baptiste Daroussin | 2012-12-28 | 1 | -0/+4 |
| * | avoid arithmetic on uintptr_t | Baptiste Daroussin | 2012-12-27 | 1 | -1/+1 |
| * | cast to uintptr_t to properly calculate offset | Baptiste Daroussin | 2012-12-27 | 1 | -1/+1 |
| * | Add O_CLOEXEC to flopen | Baptiste Daroussin | 2012-12-27 | 2 | -2/+2 |
| * | gr_dup: simplify duplication of group | Baptiste Daroussin | 2012-12-27 | 1 | -21/+20 |
| * | - Clean up previous gr_add use malloc instead of calloc | Baptiste Daroussin | 2012-12-27 | 2 | -5/+4 |
| * | New gr_add function to provide a clean and safe method to append a new member | Baptiste Daroussin | 2012-12-27 | 2 | -0/+42 |
| * | Use flopen(3) instead of open(2) + flock(2) | Baptiste Daroussin | 2012-12-27 | 2 | -9/+4 |
| * | only rename(2) after chmod(2) has succeed | Baptiste Daroussin | 2012-11-20 | 1 | -7/+3 |
| * | change mode the group file to 0644 after a successfull rename(2) | Baptiste Daroussin | 2012-11-20 | 1 | -1/+8 |
| * | Fix typo | Baptiste Daroussin | 2012-11-03 | 1 | -1/+1 |
| * | Correct attribution. | Dag-Erling Smørgrav | 2012-10-31 | 1 | -3/+8 |
| * | Minor mdoc and language fixes. | Joel Dahl | 2012-10-30 | 1 | -3/+2 |
| * | Removed unnecessary bits in the header that shows where I stole the template | Baptiste Daroussin | 2012-10-30 | 1 | -3/+0 |
| * | Document the pw_util(3) functions | Baptiste Daroussin | 2012-10-30 | 2 | -1/+299 |
| * | backout r242319, racy and not done in the right place | Baptiste Daroussin | 2012-10-29 | 2 | -18/+0 |
| * | make pw_init and gr_init fail if the specified master password or group file is | Baptiste Daroussin | 2012-10-29 | 2 | -0/+20 |
| * | Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3) | Baptiste Daroussin | 2012-09-12 | 1 | -1/+1 |
| * | Switch the default password hash from md5 to sha512. | Dag-Erling Smørgrav | 2012-06-19 | 1 | -1/+1 |
| * | Revert user comparison back to user names as some user can share uids (root/toor | Baptiste Daroussin | 2012-06-19 | 1 | -6/+13 |
| * | Finally nuke auth.conf, nine years after it was deprecated. The only | Dag-Erling Smørgrav | 2012-06-12 | 5 | -127/+7 |