| Commit message (Expand) | Author | Age | Files | Lines |
| * | POSIX prohibits any library function from setting errno to 0. | Tim Kientzle | 2004-05-17 | 1 | -1/+1 |
| * | If getpwent/getpwuid/getpwnam return NULL, they must also set errno. | Tim Kientzle | 2004-05-17 | 1 | -0/+3 |
| * | Fix a bug that could result in getpw*() incorrectly returning NULL when NIS | Jonathan Chen | 2004-04-21 | 1 | -0/+1 |
| * | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -1/+1 |
| * | Kill whitespace at end of lines. | Jacques Vidrine | 2004-01-12 | 1 | -9/+9 |
| * | Fix a bug that could result in a null pointer dereference in | Jacques Vidrine | 2004-01-12 | 1 | -1/+1 |
| * | Revert to using yp_order() to probe for master.paswd.by* maps and | Bill Paul | 2003-07-18 | 1 | -7/+14 |
| * | fix NIS+ YP compat mode | John W. De Boskey | 2003-06-27 | 1 | -3/+4 |
| * | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 1 | -5/+5 |
| * | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | Jacques Vidrine | 2003-04-29 | 1 | -5/+5 |
| * | When using `compat' mode, be sure to re-dispatch setpwent, endpwent, | Jacques Vidrine | 2003-04-25 | 1 | -0/+29 |
| * | In compat mode, we `redispatch' the lookup. It is probably a good | Jacques Vidrine | 2003-04-24 | 1 | -0/+1 |
| * | Don't try to access the NIS `master' maps unless we have superuser | Jacques Vidrine | 2003-04-21 | 1 | -7/+9 |
| * | Follow-up to revision 1.74: Using the result buffer to store our empty | Jacques Vidrine | 2003-04-18 | 1 | -22/+16 |
| * | Follow-up to revision 1.73: set _PWF_FILES when `compat' source is used | Jacques Vidrine | 2003-04-18 | 1 | -4/+13 |
| * | Don't use `memset' to initialize a struct passwd. A module | Jacques Vidrine | 2003-04-18 | 1 | -6/+31 |
| * | Correctly set _PWF_FILES in pw_fields when appropriate. | Jacques Vidrine | 2003-04-18 | 1 | -2/+6 |
| * | Revert the definitions of _PW_KEY* to their previous values. There is | Jacques Vidrine | 2003-04-18 | 1 | -2/+2 |
| * | The default if nsswitch.conf(5) is not present is supposed to be the | Jacques Vidrine | 2003-04-18 | 1 | -1/+1 |
| * | = Implement thread-safe versions of the getpwent(3) and getgrent(3) | Jacques Vidrine | 2003-04-17 | 1 | -954/+1429 |
| * | Eliminate 19 warnings in libc (at level WARNS=2) of the | Jacques Vidrine | 2003-02-27 | 1 | -0/+1 |
| * | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | Jacques Vidrine | 2003-02-16 | 1 | -4/+1 |
| * | Fix bug that causes passwd and friends to fail when the user has a '+' in | Dag-Erling Smørgrav | 2002-05-07 | 1 | -0/+3 |
| * | Missed a spot in previous commit. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -1/+3 |
| * | (ab)use unused bits in the pw_fields member of struct passwd to record | Dag-Erling Smørgrav | 2002-04-14 | 1 | -2/+12 |
| * | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 1 | -23/+19 |
| * | Fixed world breakage due to missing include of <sys/cdefs.h> in previous | Bruce Evans | 2002-01-31 | 1 | -0/+4 |
| * | Fix FreeBSD IDs. | David E. O'Brien | 2002-01-30 | 1 | -3/+2 |
| * | Explicitly use int32_t for on-disk records for pw_change and pw_expire, | Peter Wemm | 2001-10-27 | 1 | -2/+5 |
| * | If the username we are trying to look up in the db files won't fit into | David Malone | 2001-06-18 | 1 | -1/+3 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 |
| * | Fix bug introduced in previous commit: users obtained via compat mode | Jacques Vidrine | 2000-11-13 | 1 | -3/+8 |
| * | Fix passwd entry `prototypes' in compat mode. I broke this in revision | Jacques Vidrine | 2000-11-10 | 1 | -34/+16 |
| * | Explicitly initialize _pw_passwd. | Jacques Vidrine | 2000-10-27 | 1 | -1/+1 |
| * | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | Jacques Vidrine | 2000-09-06 | 1 | -662/+977 |
| * | sprintf -> snprintf paranoia | Kris Kennaway | 2000-08-04 | 1 | -3/+3 |
| * | YP/NIS code: remove unnecessary endgrent() calls which can cause fail on | Andrey A. Chernov | 1999-10-16 | 1 | -5/+3 |
| * | Fix longstanding bug "unused stayopen" introduced in rev1.11 | Andrey A. Chernov | 1999-10-16 | 1 | -2/+6 |
| * | Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug | Dag-Erling Smørgrav | 1999-09-06 | 1 | -0/+1 |
| * | Apply patch for PR #12008: remember to reset _yp_enabled flag in | Bill Paul | 1999-06-04 | 1 | -0/+2 |
| * | Partial fix for the forking problem: if we can't access the master maps, | Dag-Erling Smørgrav | 1999-03-27 | 1 | -4/+11 |
| * | Restore old semantics (broken in rev 1.47's buffer overflow fix). | Eivind Eklund | 1998-12-17 | 1 | -1/+3 |
| * | Prevent buffer overflow in getpwnam() | Mike Smith | 1998-10-29 | 1 | -2/+2 |
| * | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 1 | -1/+1 |
| * | Don't initialize NIS until it is really necessary. Now, in case of network | Dmitrij Tejblum | 1998-09-15 | 1 | -55/+71 |
| * | XOpen says the void setpwent(void) is correct. Also call setpassent(0) | Steve Price | 1998-02-01 | 1 | -7/+2 |
| * | Many places in the code NULL is used in integer context, where | Poul-Henning Kamp | 1997-09-18 | 1 | -2/+2 |
| * | Fix yet a minor stylistic nit from Bruce. | Wolfram Schneider | 1997-09-15 | 1 | -4/+4 |
| * | Potential bufferflow in getpwent(), getpwnam() and getpwuid() | Wolfram Schneider | 1997-09-14 | 1 | -2/+7 |
| * | Remove minor warning (for -Wall -Wshadow); clarifies code. | David Nugent | 1997-03-26 | 1 | -3/+3 |