| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3) | bapt | 2012-09-12 | 1 | -1/+1 |
* | Switch the default password hash from md5 to sha512. | des | 2012-06-19 | 1 | -1/+1 |
* | Revert user comparison back to user names as some user can share uids (root/toor | bapt | 2012-06-19 | 1 | -6/+13 |
* | Finally nuke auth.conf, nine years after it was deprecated. The only | des | 2012-06-12 | 5 | -127/+7 |
* | Document that we also support sha256 and sha512. | des | 2012-06-08 | 1 | -1/+3 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-12 | 1 | -1/+2 |
* | mdoc: terminate quoted strings. | joel | 2012-03-30 | 1 | -53/+53 |
* | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | joel | 2012-03-29 | 1 | -1/+1 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 2 | -4/+4 |
* | mdoc: sort prologue macros. | joel | 2012-03-26 | 2 | -2/+2 |
* | This string should be quoted. | joel | 2012-03-26 | 1 | -1/+1 |
* | mdoc: terminate quoted strings. | joel | 2012-03-26 | 1 | -21/+21 |
* | Fix various typos in manual pages. | gjb | 2012-02-25 | 1 | -2/+2 |
* | Set the O_CLOEXEC flag when opening the pidfile to avoid leaking the | ghelmer | 2012-02-20 | 1 | -1/+1 |
* | Detect file modification properly by using tv_nsec. | ed | 2012-02-10 | 1 | -1/+2 |
* | Fix NULL ptr dereference in setusercontext if pwd is null, | eadler | 2012-02-09 | 1 | -3/+6 |
* | Add a comment to the example that pidfile_* functions can handle pfh being NULL. | pjd | 2012-02-08 | 1 | -0/+5 |
* | Note that calling pidfile_write(3) multiple times is fine. | pjd | 2012-02-08 | 1 | -1/+4 |
* | Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lost | ghelmer | 2012-02-06 | 1 | -1/+1 |
* | Consensus between bde and pjd seemed to be that if the function names | ghelmer | 2012-01-26 | 1 | -8/+8 |
* | Make the comments consistent (capitalization, punctuation, and | ghelmer | 2012-01-26 | 1 | -6/+10 |
* | Restore the parenthesis that are necessary around the constant values. | ghelmer | 2012-01-26 | 1 | -7/+7 |
* | Remove unnecessary includes from these libutil man pages. | ghelmer | 2012-01-16 | 3 | -4/+0 |
* | Fix more disorder in prototypes and constants. | ghelmer | 2012-01-16 | 1 | -46/+43 |
* | Move struct pidfh definition into pidfile.c, and leave a forward declaration | ghelmer | 2012-01-12 | 2 | -12/+13 |
* | Fix disorder in MAN and MLINKS lists. | ghelmer | 2012-01-12 | 1 | -37/+37 |
* | More prototype formatting fixes, struct member formatting fixes, | ghelmer | 2012-01-12 | 1 | -10/+17 |
* | pidfile_open() no longer uses fcntl() to set the close-on-exec flag. | ghelmer | 2012-01-12 | 1 | -2/+1 |
* | Fix prototype formatting (indentation, long lines, and continued lines). | ghelmer | 2012-01-11 | 1 | -23/+30 |
* | Fix namespace issues with prototype parameter names. | ghelmer | 2012-01-11 | 1 | -32/+32 |
* | Fix forward structure declaration and prototype disorder. | ghelmer | 2012-01-11 | 1 | -34/+33 |
* | jilles pointed out that O_CLOEXEC could be used in the open(2) flags | ghelmer | 2012-01-11 | 1 | -14/+1 |
* | Constify arguments. | pjd | 2012-01-11 | 2 | -3/+3 |
* | Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd! | ghelmer | 2012-01-10 | 1 | -1/+2 |
* | Style fixes courtesy of pjd. | ghelmer | 2012-01-10 | 2 | -2/+5 |
* | Document that pidfile_open() now sets the FD_CLOEXEC flag on the open | ghelmer | 2012-01-10 | 1 | -0/+4 |
* | Add pidfile_fileno() to obtain the file descriptor for an open | ghelmer | 2012-01-10 | 3 | -2/+39 |
* | Set the FD_CLOEXEC flag on the open pidfile file descriptor. | ghelmer | 2012-01-10 | 1 | -0/+14 |
* | Convert files to UTF-8 and add some copyright markers where missing. | uqs | 2012-01-07 | 2 | -2/+2 |
* | Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd | bapt | 2012-01-05 | 2 | -1/+16 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Modify pw_copy: | bapt | 2011-12-15 | 3 | -13/+332 |
* | In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet) | pjd | 2011-10-16 | 2 | -22/+27 |
* | Add missing "swapuse" resource limit. | trasz | 2011-07-09 | 1 | -1/+2 |
* | - Commit work from libprocstat project. These patches add support for runtime | stas | 2011-05-12 | 6 | -2/+325 |
* | Don't duplicate define the stdint types. | obrien | 2011-05-05 | 1 | -10/+1 |
* | Add support for IEE/IEC (and now also SI) power of two notions of | delphij | 2011-04-12 | 3 | -27/+89 |
* | Add missing resource limits: | pluknet | 2011-03-24 | 1 | -12/+14 |
* | humanize_number(3) multiply the input number by 100, which could cause an | delphij | 2011-03-23 | 1 | -16/+24 |
* | s/buffer/buf as is used in the code. | gjb | 2011-03-21 | 1 | -5/+5 |