| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 | -675/+990 |
| * | 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 |
| * | Merge from Lite2: | Peter Wemm | 1997-03-11 | 1 | -14/+13 |
| * | Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad | Bill Paul | 1997-03-10 | 1 | -1/+1 |
| * | Small yet significant tweaks/cleanups: | Bill Paul | 1996-12-27 | 1 | -5/+7 |
| * | Add support for detecting and hopefully using the passwd.adjunct.byname | Bill Paul | 1996-12-03 | 1 | -13/+65 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -3/+7 |
| * | Grrrr... yet another variation on Murphy's Law: the best way to find | Bill Paul | 1996-05-07 | 1 | -1/+0 |
| * | Very minor tweak: | Bill Paul | 1996-04-29 | 1 | -1/+1 |
| * | NIS cleanups and fixes, the next generation. | Bill Paul | 1996-04-16 | 1 | -259/+259 |
| * | Getpwent() and getservent() can wind up calling free() with | Mike Pritchard | 1996-01-29 | 1 | -1/+0 |
| * | Minor cleanup, mostly unused vars and missing #includes. | Poul-Henning Kamp | 1995-10-22 | 1 | -1/+1 |
| * | Another tweak/speedup pass: | Bill Paul | 1995-10-11 | 1 | -62/+80 |
| * | getgrent.c: adjust _nextypgroup() slightly so that it continues processing | Bill Paul | 1995-09-05 | 1 | -3/+6 |
| * | getpwent.c: turn the code that checks the override caches into a | Bill Paul | 1995-09-02 | 1 | -70/+65 |
| * | Do the same sanity checking in _pw_breakout_yp() that we do in | Bill Paul | 1995-06-26 | 1 | -16/+19 |
| * | Make _havemaster() use yp_first() (again) instead of yp_order() to | Bill Paul | 1995-06-17 | 1 | -2/+6 |
| * | Merge RELENG_2_0_5 into HEAD | Rodney W. Grimes | 1995-06-11 | 1 | -0/+9 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -4/+4 |
| * | in _freecaches(): strdup() allocates us memory -- remember to free it. | Bill Paul | 1995-04-22 | 1 | -10/+18 |
| * | Head off potential core dump in _havemaster() (we don't need to free any | Bill Paul | 1995-04-15 | 1 | -4/+1 |
| * | Better conformance to SunOS behavior: if we can't match a user to one | Bill Paul | 1995-04-14 | 1 | -2/+8 |
| * | getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also | Bill Paul | 1995-04-04 | 1 | -16/+20 |
| * | Use yp_order() instead of yp_first() in _havemaster() to check for the | Bill Paul | 1995-03-27 | 1 | -7/+7 |
| * | Add calls to endgrent() and endnetgrent() to the end of _createcaches(). | Bill Paul | 1995-03-25 | 1 | -0/+2 |
| * | Yikes! Fix stupid mistake I made in last commit that made getpwent() ignore | Bill Paul | 1995-03-24 | 1 | -9/+12 |
| * | As per Justin T. Gibbs's request, agument the +@netgroup/-@netgroup | Bill Paul | 1995-03-24 | 1 | -36/+72 |