| Commit message (Expand) | Author | Age | Files | Lines |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Backout previous delta (addition of -I${.CURDIR}/../../sys). | sobomax | 2002-06-26 | 1 | -2/+1 |
* | Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken | sobomax | 2002-06-26 | 1 | -1/+2 |
* | Add passwd manipulation code based on parts of vipw and chpass. | des | 2002-05-08 | 1 | -4/+5 |
* | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | rwatson | 2001-11-16 | 1 | -4/+1 |
* | remove emalloc,ecalloc,erealloc,estrdup | assar | 2001-07-23 | 1 | -5/+1 |
* | add ecalloc, emalloc, erealloc, estrdup - versions of the e-less | assar | 2001-07-22 | 1 | -2/+6 |
* | Add a manual page for extattr_string_to_namespace and | dd | 2001-06-24 | 1 | -0/+3 |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | o To support new EA interface with explicit namespaces, introduce two | rwatson | 2001-03-15 | 1 | -3/+3 |
* | Move trimdomain() into it's own source file and tidy things up a bit. | brian | 2001-03-14 | 1 | -4/+4 |
* | Fix problems people were having with large -O levels with GCC and | green | 2000-10-27 | 1 | -1/+1 |
* | Move setproctitle() from libutil to libc (after a repo-copy) | brian | 2000-09-02 | 1 | -2/+2 |
* | Stick login_setcryptfmt() in its own file to make pulling in of | green | 2000-08-23 | 1 | -4/+2 |
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 1 | -1/+5 |
* | Update major version. | shin | 2000-02-14 | 1 | -2/+2 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 1 | -2/+1 |
* | several tcp apps IPv6 update | shin | 2000-01-25 | 1 | -1/+2 |
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -6/+1 |
* | Moved flags_to_string and string_to_flags into libutil. It's used in | joe | 1999-12-30 | 1 | -1/+2 |
* | Connect fparseln(3) for mailwrapper(8) | peter | 1999-12-29 | 1 | -2/+2 |
* | Link manual page for login_getpwclass(3) to login_cap(3). | jkoshy | 1999-11-04 | 1 | -1/+3 |
* | Axe LOGIN_CAP_AUTH. | sheldonh | 1999-08-13 | 1 | -1/+0 |
* | Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing | sheldonh | 1999-07-12 | 1 | -1/+1 |
* | add MLINKS for two functions used from login_auth.c | ache | 1999-04-24 | 1 | -0/+1 |
* | Tidy up trimdomain() and document it. | brian | 1999-04-07 | 1 | -1/+2 |
* | Add realhostname() - a function to correctly lookup | brian | 1999-04-06 | 1 | -2/+2 |
* | Add some rudimentary documentation for my new functions. | jkh | 1998-10-08 | 1 | -2/+5 |
* | Add a simple mechanism for reading property lists from files (which | jkh | 1998-10-07 | 1 | -1/+1 |
* | Add uu_lock_txfr() to transfer ownership of a successful | brian | 1998-05-28 | 1 | -1/+2 |
* | MF22: add login_auth.3 to man page list. | jkh | 1998-02-18 | 1 | -2/+2 |
* | Remove login_progok() | brian | 1997-08-31 | 1 | -2/+2 |
* | Add full support for determining if a user | brian | 1997-08-27 | 1 | -2/+2 |
* | -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. | bde | 1997-08-26 | 1 | -1/+1 |
* | Add appropriate ${DESTDIR} in front of absolute paths. | asami | 1997-07-18 | 1 | -1/+1 |
* | Back out previous revision. Shlib version numbers are supposed to be | asami | 1997-05-13 | 1 | -1/+1 |
* | Bump shared lib version to 2.3. | davidn | 1997-05-11 | 1 | -1/+1 |
* | Summary of login.conf support changes: | davidn | 1997-05-10 | 1 | -2/+4 |
* | Move login_cap.h from src/include for easier maintenance with | davidn | 1997-05-10 | 1 | -0/+2 |
* | MLINK uu_lockerr(3). | mpp | 1997-04-01 | 1 | -1/+1 |
* | Move uucplock into libutil and create a manual page. | brian | 1997-03-30 | 1 | -2/+4 |
* | Added -Wall to CFLAGS, cleaned up (all avoidable) warnings. | davidn | 1997-01-29 | 1 | -1/+1 |
* | Bump libutil.so version (2.1 -> 2.2) since a whole heap of new functions | peter | 1997-01-13 | 1 | -1/+1 |
* | Library functions relating to the login class capabilities database, | davidn | 1997-01-04 | 1 | -2/+18 |
* | Finally document the interfaces found in libutil. While being here, | joerg | 1996-12-29 | 1 | -1/+2 |
* | Bump libutil revision after recent addition of setproctitle(). | peter | 1996-01-01 | 1 | -1/+7 |
* | Bring in an initial version of setproctitle().. This is intended to | peter | 1995-12-26 | 1 | -1/+2 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+7 |