| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add include for libutil.h and string.h for prototype. | Xin LI | 2006-05-25 | 1 | -1/+3 |
* | Bump library majro version for gethostbyaddr(3). | Hajimu UMEMOTO | 2006-05-21 | 1 | -1/+1 |
* | Document how the backoff delay is calculated. | Christian Brueffer | 2006-04-19 | 1 | -1/+4 |
* | use pwrite to always write at the begining of the file.. If multiple calls | John-Mark Gurney | 2006-04-11 | 1 | -1/+1 |
* | Use `intmax_t' instead of plain `int' for pid_t casts. | Giorgos Keramidas | 2006-03-04 | 1 | -3/+3 |
* | Add utility functions for checking if a given kernel module is loaded, | Dag-Erling Smørgrav | 2006-02-18 | 4 | -2/+180 |
* | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | Pawel Jakub Dawidek | 2006-01-28 | 1 | -3/+13 |
* | Teach openpty() how to deal with pts. | Olivier Houchard | 2006-01-26 | 1 | -0/+45 |
* | Restore use of strncpy(), as there is later unconditional termination | Robert Watson | 2006-01-16 | 1 | -1/+1 |
* | Replace strncpy() with strlcpy() when parsing login time limit strings | Robert Watson | 2006-01-16 | 1 | -1/+1 |
* | Fix typo in comment. | Robert Watson | 2006-01-16 | 1 | -1/+1 |
* | Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop | Christian S.J. Peron | 2005-12-30 | 1 | -0/+5 |
* | Restore the previous state after a FILL operation in properties_read() | John Baldwin | 2005-11-28 | 1 | -8/+15 |
* | Fix prototype. | Ruslan Ermilov | 2005-11-24 | 1 | -1/+1 |
* | Fix markup, grammar and spelling. | Ruslan Ermilov | 2005-11-18 | 1 | -32/+44 |
* | When removing the local domain, only do so when the result will be a | Brooks Davis | 2005-10-05 | 1 | -3/+1 |
* | Pidfiles should be created with permission preventing users from opening | Pawel Jakub Dawidek | 2005-09-16 | 1 | -1/+1 |
* | Add a family of functions for reliable pidfiles handling. | Pawel Jakub Dawidek | 2005-08-24 | 4 | -3/+498 |
* | Bump the shared library version number of all libraries that have not | Ken Smith | 2005-07-22 | 1 | -1/+1 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | Hajimu UMEMOTO | 2005-05-13 | 2 | -13/+3 |
* | Properly spell default in a comment. | Tom Rhodes | 2005-04-22 | 1 | -1/+1 |
* | Remove duplicated "bytes". | Xin LI | 2005-04-10 | 1 | -1/+1 |
* | Fix grammatical issue. | Tom Rhodes | 2005-02-27 | 1 | -4/+4 |
* | Use ~/.login_conf when discussing a user's local file. | Tom Rhodes | 2005-02-26 | 1 | -1/+1 |
* | Reword previous commit to be a bit more correct and provide more information. | Tom Rhodes | 2005-02-25 | 1 | -5/+13 |
* | Make it more obvious that cap_mkdb(1) is required to rebuild the database. | Tom Rhodes | 2005-02-23 | 1 | -0/+7 |
* | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 3 | -4/+4 |
* | Reflect the reality; only crypt(3) uses /etc/auth.conf | Ruslan Ermilov | 2005-01-21 | 1 | -1/+1 |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 3 | -10/+10 |
* | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -2/+2 |
* | Various markup and spelling fixes. | Tom Rhodes | 2004-12-29 | 1 | -2/+2 |
* | Grammar in a comment. | Ruslan Ermilov | 2004-12-18 | 1 | -1/+1 |
* | Backout manual page updates. | Pawel Jakub Dawidek | 2004-09-26 | 1 | -19/+27 |
* | Take the lastest fixes from NetBSD. | Pawel Jakub Dawidek | 2004-09-25 | 2 | -90/+70 |
* | There is no such manual page in FreeBSD. | Pawel Jakub Dawidek | 2004-09-16 | 1 | -2/+0 |
* | Document when this function came into FreeBSD. | David E. O'Brien | 2004-08-21 | 1 | -1/+3 |
* | Spell FTP correctly - in this case, it is used as the name of the protocol, | Peter Pentchev | 2004-08-06 | 1 | -2/+2 |
* | Add Giorgos's description of the ftp-chroot login.conf option. | Peter Pentchev | 2004-08-06 | 1 | -0/+10 |
* | Markup fixes. | Ruslan Ermilov | 2004-07-07 | 1 | -16/+24 |
* | Eliminate double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 14 | -29/+52 |
* | Humanize_number(3) is a part of libutil. | Pawel Jakub Dawidek | 2004-05-25 | 1 | -0/+2 |
* | You want to include libutil.h, not util.h. | Tom Rhodes | 2004-05-25 | 1 | -4/+7 |
* | Add humanize_number(3) to libutil for formating numbers into a human | Pawel Jakub Dawidek | 2004-05-24 | 4 | -4/+312 |
* | Don't depend on NULL's expansion being a pointer, cast it before it is passed | Stefan Farfeleder | 2004-05-18 | 1 | -3/+4 |
* | Fix and clarify unparsable sentence. | Diomidis Spinellis | 2004-05-11 | 1 | -3/+3 |
* | Bring the description for login_getclassbyname in sync with the function's | Diomidis Spinellis | 2004-05-11 | 2 | -8/+28 |
* | Back out the "clean_environment()" function from libutil. | Tim Kientzle | 2004-02-29 | 3 | -211/+4 |
* | Add the clean_environment call to libutil.h also. | Tim Kientzle | 2004-02-26 | 1 | -0/+2 |
* | Add a clean_environment call to libutil. | Tim Kientzle | 2004-02-26 | 3 | -4/+211 |