| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `intmax_t' instead of plain `int' for pid_t casts. | keramida | 2006-03-04 | 1 | -3/+3 |
* | Add utility functions for checking if a given kernel module is loaded, | des | 2006-02-18 | 4 | -2/+180 |
* | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | pjd | 2006-01-28 | 1 | -3/+13 |
* | Teach openpty() how to deal with pts. | cognet | 2006-01-26 | 1 | -0/+45 |
* | Restore use of strncpy(), as there is later unconditional termination | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Replace strncpy() with strlcpy() when parsing login time limit strings | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Fix typo in comment. | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop | csjp | 2005-12-30 | 1 | -0/+5 |
* | Restore the previous state after a FILL operation in properties_read() | jhb | 2005-11-28 | 1 | -8/+15 |
* | Fix prototype. | ru | 2005-11-24 | 1 | -1/+1 |
* | Fix markup, grammar and spelling. | ru | 2005-11-18 | 1 | -32/+44 |
* | When removing the local domain, only do so when the result will be a | brooks | 2005-10-05 | 1 | -3/+1 |
* | Pidfiles should be created with permission preventing users from opening | pjd | 2005-09-16 | 1 | -1/+1 |
* | Add a family of functions for reliable pidfiles handling. | pjd | 2005-08-24 | 4 | -3/+498 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 2 | -13/+3 |
* | Properly spell default in a comment. | trhodes | 2005-04-22 | 1 | -1/+1 |
* | Remove duplicated "bytes". | delphij | 2005-04-10 | 1 | -1/+1 |
* | Fix grammatical issue. | trhodes | 2005-02-27 | 1 | -4/+4 |
* | Use ~/.login_conf when discussing a user's local file. | trhodes | 2005-02-26 | 1 | -1/+1 |
* | Reword previous commit to be a bit more correct and provide more information. | trhodes | 2005-02-25 | 1 | -5/+13 |
* | Make it more obvious that cap_mkdb(1) is required to rebuild the database. | trhodes | 2005-02-23 | 1 | -0/+7 |
* | Expand *n't contractions. | ru | 2005-02-13 | 3 | -4/+4 |
* | Reflect the reality; only crypt(3) uses /etc/auth.conf | ru | 2005-01-21 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-20 | 3 | -10/+10 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -2/+2 |
* | Various markup and spelling fixes. | trhodes | 2004-12-29 | 1 | -2/+2 |
* | Grammar in a comment. | ru | 2004-12-18 | 1 | -1/+1 |
* | Backout manual page updates. | pjd | 2004-09-26 | 1 | -19/+27 |
* | Take the lastest fixes from NetBSD. | pjd | 2004-09-25 | 2 | -90/+70 |
* | There is no such manual page in FreeBSD. | pjd | 2004-09-16 | 1 | -2/+0 |
* | Document when this function came into FreeBSD. | obrien | 2004-08-21 | 1 | -1/+3 |
* | Spell FTP correctly - in this case, it is used as the name of the protocol, | roam | 2004-08-06 | 1 | -2/+2 |
* | Add Giorgos's description of the ftp-chroot login.conf option. | roam | 2004-08-06 | 1 | -0/+10 |
* | Markup fixes. | ru | 2004-07-07 | 1 | -16/+24 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 14 | -29/+52 |
* | Humanize_number(3) is a part of libutil. | pjd | 2004-05-25 | 1 | -0/+2 |
* | You want to include libutil.h, not util.h. | trhodes | 2004-05-25 | 1 | -4/+7 |
* | Add humanize_number(3) to libutil for formating numbers into a human | pjd | 2004-05-24 | 4 | -4/+312 |
* | Don't depend on NULL's expansion being a pointer, cast it before it is passed | stefanf | 2004-05-18 | 1 | -3/+4 |
* | Fix and clarify unparsable sentence. | dds | 2004-05-11 | 1 | -3/+3 |
* | Bring the description for login_getclassbyname in sync with the function's | dds | 2004-05-11 | 2 | -8/+28 |
* | Back out the "clean_environment()" function from libutil. | kientzle | 2004-02-29 | 3 | -211/+4 |
* | Add the clean_environment call to libutil.h also. | kientzle | 2004-02-26 | 1 | -0/+2 |
* | Add a clean_environment call to libutil. | kientzle | 2004-02-26 | 3 | -4/+211 |
* | Bump the major version on libtuil. libutil now relies on the mac_* | rwatson | 2003-11-12 | 1 | -1/+1 |
* | Remove __NETBSD_SYSCALLS. | tjr | 2003-10-29 | 1 | -6/+0 |
* | (mostly) Clean up some const warnings here. The code takes some liberties | peter | 2003-10-26 | 1 | -8/+9 |
* | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | markm | 2003-10-18 | 17 | -137/+120 |