| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Make various internal file descriptors close-on-exec. | jilles | 2012-12-10 | 1 | -4/+4 |
* | Implementing 'fallback' nsswitch source. 'fallback' source is used | bushman | 2007-12-12 | 1 | -74/+190 |
* | o Don't fseek() on closed file. | maxim | 2006-09-18 | 1 | -2/+2 |
* | o compat_group() and files_group() are more complicated than I thought | maxim | 2006-07-14 | 1 | -4/+6 |
* | o Record a file offset for a last successfully parsed group file line. | maxim | 2006-06-01 | 1 | -0/+8 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 1 | -1/+277 |
* | getgrent() and friends should set errno if there is an error. | kientzle | 2004-05-17 | 1 | -0/+3 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -2/+2 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -2/+2 |
* | When using `compat' mode, be sure to re-dispatch setpwent, endpwent, | nectar | 2003-04-25 | 1 | -0/+29 |
* | ``Strong typing is a crutch for people with weak memories.'' | nectar | 2003-04-22 | 1 | -3/+3 |
* | Repair a bug in which a faulty group entry (one with only 2 colons) | nectar | 2003-04-20 | 1 | -8/+6 |
* | The default if nsswitch.conf(5) is not present is supposed to be the | nectar | 2003-04-18 | 1 | -1/+1 |
* | = Implement thread-safe versions of the getpwent(3) and getgrent(3) | nectar | 2003-04-17 | 1 | -557/+971 |
* | If realloc(3) fails in copyline(), do not make matters worse by | robert | 2003-03-19 | 1 | -6/+11 |
* | Remove unused variable: sz. | tjr | 2003-01-04 | 1 | -2/+0 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 1 | -16/+13 |
* | Fixed world breakage due to missing include of <sys/cdefs.h> in previous | bde | 2002-01-31 | 1 | -1/+5 |
* | Fix FreeBSD IDs. | obrien | 2002-01-30 | 1 | -4/+2 |
* | Fix mostly harmless typo: | nectar | 2000-12-17 | 1 | -1/+1 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 1 | -375/+528 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -3/+3 |
* | Allow comments in group database. | wosch | 1997-03-08 | 1 | -2/+2 |
* | Small yet significant tweaks/cleanups: | wpaul | 1996-12-27 | 1 | -3/+5 |
* | Use dynamic allocated buffers instead static buffers. No member or | wosch | 1996-12-25 | 1 | -19/+91 |
* | Add a missing #ifdef YP/#endif pair so that this module will | wpaul | 1996-12-21 | 1 | -0/+2 |
* | Apply patch to fix +group YP overrides and prevent SEGV on badly | wpaul | 1996-09-05 | 1 | -8/+47 |
* | Minor cleanup, mostly unused vars and missing #includes. | phk | 1995-10-22 | 1 | -2/+4 |
* | Some NIS bug stomping: | wpaul | 1995-10-06 | 1 | -24/+41 |
* | getgrent.c: adjust _nextypgroup() slightly so that it continues processing | wpaul | 1995-09-05 | 1 | -1/+4 |
* | getpwent.c: turn the code that checks the override caches into a | wpaul | 1995-09-02 | 1 | -2/+7 |
* | Fix for a potential problem reported by a user I bumped into on IRC | wpaul | 1995-06-26 | 1 | -9/+14 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Small fix for the following problems: | wpaul | 1995-04-29 | 1 | -2/+10 |
* | getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also | wpaul | 1995-04-04 | 1 | -2/+5 |
* | Fix 'putting +: in /etc/group causes many programs to dump core' bug | wpaul | 1995-03-18 | 1 | -1/+11 |
* | My implementation of YP group file support, modeled after the | wollman | 1994-09-20 | 1 | -6/+210 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+181 |