2002-05-08 |
Dag-Erling Smørgrav | Add passwd manipulation code based on parts of vipw... |
tree | commitdiff |
2002-04-17 |
Dag-Erling Smørgrav | Make mppath and masterpasswd pointers instead of arrays... |
tree | commitdiff |
2002-04-15 |
Dag-Erling Smørgrav | Remove bogus reference to _use_yp. |
tree | commitdiff |
2002-04-08 |
Ruslan Ermilov | Const poisoning. |
tree | commitdiff |
2002-03-22 |
David E. O'Brien | Remove multi-line __P() usage. |
tree | commitdiff |
2002-03-21 |
David E. O'Brien | Remove __P() usage. |
tree | commitdiff |
2002-03-06 |
Dag-Erling Smørgrav | Remove a bogus cast. |
tree | commitdiff |
2002-02-25 |
Bruce Evans | #include <stddef.h> for the definition of NULL instead... |
tree | commitdiff |
2002-02-05 |
Dag-Erling Smørgrav | ANSIfy and constify. |
tree | commitdiff |
2001-09-30 |
Matthew Dillon | Add __FBSDID()s to libutil |
tree | commitdiff |
2001-09-25 |
Andrey A. Chernov | 1) Back out ~/.login_conf disable |
tree | commitdiff |
2001-09-16 |
Robert Watson | Disable per-user .login_conf support due to incorrect... |
tree | commitdiff |
2001-09-15 |
Robert Watson | o Add a comment noting that the early setting of privil... |
tree | commitdiff |
2001-07-23 |
Assar Westerlund | remove emalloc,ecalloc,erealloc,estrdup |
tree | commitdiff |
2001-07-22 |
Assar Westerlund | add ecalloc, emalloc, erealloc, estrdup - versions... |
tree | commitdiff |
2001-07-09 |
Brian Somers | Fix the type of the NULL arg to execl() |
tree | commitdiff |
2001-04-22 |
Dima Dorfman | Don't pass NULL to the %s format. |
tree | commitdiff |
2001-03-22 |
Robert Watson | o Slap some "_"'s in front of variable names relating... |
tree | commitdiff |
2001-03-19 |
Robert Watson | o Rename "namespace" argument to "attrnamespace" as... |
tree | commitdiff |
2001-03-15 |
Robert Watson | o To support new EA interface with explicit namespaces... |
tree | commitdiff |
2001-02-06 |
Jeroen Ruigrok van... | Fix typo: seperate -> separate. |
tree | commitdiff |
2000-11-08 |
Murray Stokely | Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME define... |
tree | commitdiff |
2000-10-27 |
Brian Feldman | Fix problems people were having with large -O levels... |
tree | commitdiff |
2000-09-04 |
Peter Wemm | Constify the arg to logout(3). It is const-safe. |
tree | commitdiff |
2000-09-02 |
Brian Somers | Move setproctitle() from libutil to libc (after a repo... |
tree | commitdiff |
2000-08-23 |
Jeroen Ruigrok van... | Add weak symbol pragma for crypt_set_format(). |
tree | commitdiff |
2000-08-23 |
Brian Feldman | Stick login_setcryptfmt() in its own file to make pulli... |
tree | commitdiff |
2000-08-22 |
Brian Feldman | Add working and easy crypt(3)-switching. Yes, we need... |
tree | commitdiff |
2000-07-12 |
Kris Kennaway | Don't call warn() without a format string. |
tree | commitdiff |
2000-05-21 |
Tim Vanderhoek | Fix a memory leak with lc->lc_cap in login_close(). |
tree | commitdiff |
2000-01-26 |
Peter Wemm | Use a more conventional copyright message. |
tree | commitdiff |
2000-01-25 |
Yoshinobu Inoue | several tcp apps IPv6 update |
tree | commitdiff |
1999-12-29 |
Peter Wemm | Connect fparseln(3) for mailwrapper(8) |
tree | commitdiff |
1999-08-28 |
Peter Wemm | $Id$ -> $FreeBSD$ |
tree | commitdiff |
1999-08-28 |
Peter Wemm | $Id$ -> $FreeBSD$ |
tree | commitdiff |
1999-06-29 |
Pierre Beyssac | Move call to umask(0) back into pw_util(), because... |
tree | commitdiff |
1999-06-26 |
Pierre Beyssac | Force umask to 077 (instead of 000) during the edit... |
tree | commitdiff |
1999-06-26 |
Sheldon Hearn | Add -d option to vipw(8) to allow selection of an alter... |
tree | commitdiff |
1999-04-24 |
Andrey A. Chernov | oops, add pwd!=NULL check to previous fix |
tree | commitdiff |
1999-04-24 |
Andrey A. Chernov | Switch to user UID/GID before checking/reading its... |
tree | commitdiff |
1999-04-06 |
Brian Somers | Add realhostname() - a function to correctly lookup |
tree | commitdiff |
1998-12-16 |
Bruce Evans | Declare setproctitle() as printf0-like. |
tree | commitdiff |
1998-12-13 |
Matthew Dillon | oops. Fix indentation of the 'for' loop I just... |
tree | commitdiff |
1998-12-13 |
Matthew Dillon | Handle the race condition where vipw may lock a... |
tree | commitdiff |
1998-10-20 |
Dag-Erling Smørgrav | Since vfork() was changed to fork(), we have to pass... |
tree | commitdiff |
1998-10-13 |
Dag-Erling Smørgrav | Calls one or more of malloc(), warn(), err(), syslog... |
tree | commitdiff |
1998-10-09 |
Jordan K. Hubbard | Now take stdio.h out of files that don't require it. |
tree | commitdiff |
1998-10-09 |
Jordan K. Hubbard | o move path in libutil.h to paths.h |
tree | commitdiff |
1998-10-09 |
Jordan K. Hubbard | Take the path spec back out. |
tree | commitdiff |
1998-10-09 |
Jordan K. Hubbard | All these have to include stdio.h now. |
tree | commitdiff |
1998-10-08 |
Jordan K. Hubbard | remove stdio.h include; I forgot Bruce's cardinal rule... |
tree | commitdiff |
1998-10-07 |
Jordan K. Hubbard | Add a simple mechanism for reading property lists from... |
tree | commitdiff |
1998-06-05 |
Andrey A. Chernov | Add missing uu_lock_txfr() prototype |
tree | commitdiff |
1998-06-01 |
Atsushi Murai | Trim a domain part for wtmp as same as showed by "netst... |
tree | commitdiff |
1998-05-28 |
Brian Somers | Add uu_lock_txfr() to transfer ownership of a successful |
tree | commitdiff |
1997-10-27 |
Philippe Charnier | Statisize usage(). |
tree | commitdiff |
1997-10-05 |
Jordan K. Hubbard | Changes to support full make parallelism (-j<n>) in... |
tree | commitdiff |
1997-09-29 |
Wolfram Schneider | Endless loop. |
tree | commitdiff |
1997-09-04 |
Paul Traina | The parameters to logwtmp should be const char's |
tree | commitdiff |
1997-08-31 |
Brian Somers | Remove login_progok() |
tree | commitdiff |
1997-08-27 |
Brian Somers | Add full support for determining if a user |
tree | commitdiff |
1997-08-24 |
Joerg Wunsch | Cosmetic: distinguish in diag message between rebuildin... |
tree | commitdiff |
1997-08-10 |
Andrey A. Chernov | Implement canonical locking protocol |
tree | commitdiff |
1997-06-13 |
David Nugent | Add "break" inadvertently removed in previous update. |
tree | commitdiff |
1997-05-19 |
Peter Wemm | Now I really understand the reason for the style.9... |
tree | commitdiff |
1997-05-15 |
David Nugent | For non-root uids, consider root-owned files also ... |
tree | commitdiff |
1997-05-12 |
Brian Somers | Make uu_* const correct. |
tree | commitdiff |
1997-05-11 |
David Nugent | MF2.2: bugfix in arrayize(). |
tree | commitdiff |
1997-05-10 |
David Nugent | Summary of login.conf support changes: |
tree | commitdiff |
1997-05-10 |
David Nugent | Move login_cap.h from src/include for easier maintenanc... |
tree | commitdiff |
1997-03-31 |
Brian Somers | Remove the syslog stuff, and allow various return values |
tree | commitdiff |
1997-03-30 |
Brian Somers | Move uucplock into libutil and create a manual page. |
tree | commitdiff |
1997-02-27 |
Andrey A. Chernov | "infinity" check was missed from login_getcapsize(... |
tree | commitdiff |
1997-02-22 |
Peter Wemm | Revert $FreeBSD$ to $Id$ |
tree | commitdiff |
1997-01-30 |
David Nugent | Fix free()ing block twice, remove unused function. |
tree | commitdiff |
1997-01-29 |
David Nugent | Fix typo .->, for default separators in login_getcaplist(). |
tree | commitdiff |
1997-01-29 |
David Nugent | Completed fixes with login_getcapsize(). |
tree | commitdiff |
1997-01-29 |
David Nugent | 1) Fixed bug in free()ing internal string/array where |
tree | commitdiff |
1997-01-14 |
Jordan K. Hubbard | Make the long-awaited change from $Id$ to $FreeBSD$ |
tree | commitdiff |
1997-01-07 |
David Nugent | Various bugfixes. |
tree | commitdiff |
1997-01-07 |
David Nugent | Commit the right version this time. :-) |
tree | commitdiff |
1997-01-07 |
David Nugent | Fix for login_getclass(NULL) case. |
tree | commitdiff |
1997-01-04 |
David Nugent | Library functions relating to the login class capabilit... |
tree | commitdiff |
1996-12-29 |
Joerg Wunsch | Finally document the interfaces found in libutil. ... |
tree | commitdiff |
1996-07-01 |
Guido van Rooij | Implement incremental passwd database updates. This... |
tree | commitdiff |
1996-01-01 |
Peter Wemm | Bump libutil revision after recent addition of setproct... |
tree | commitdiff |
1995-08-13 |
Bill Paul | Small NIS tweak: frob pw_error() a little so that it... |
tree | commitdiff |
1995-05-30 |
Rodney W. Grimes | Remove trailing whitespace. |
tree | commitdiff |
1995-03-09 |
Andrey A. Chernov | Fix suspended vipw hangs |
tree | commitdiff |
1994-05-26 |
Rodney W. Grimes | BSD 4.4 Lite usr.sbin Sources |
tree | commitdiff |
|