summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpwent.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-4/+1
* Fix bug that causes passwd and friends to fail when the user has a '+' indes2002-05-071-0/+3
* Missed a spot in previous commit.des2002-04-151-1/+3
* (ab)use unused bits in the pw_fields member of struct passwd to recorddes2002-04-141-2/+12
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-23/+19
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousbde2002-01-311-0/+4
* Fix FreeBSD IDs.obrien2002-01-301-3/+2
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,peter2001-10-271-2/+5
* If the username we are trying to look up in the db files won't fit intodwmalone2001-06-181-1/+3
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Fix bug introduced in previous commit: users obtained via compat modenectar2000-11-131-3/+8
* Fix passwd entry `prototypes' in compat mode. I broke this in revisionnectar2000-11-101-34/+16
* Explicitly initialize _pw_passwd.nectar2000-10-271-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-675/+990
* sprintf -> snprintf paranoiakris2000-08-041-3/+3
* YP/NIS code: remove unnecessary endgrent() calls which can cause fail onache1999-10-161-5/+3
* Fix longstanding bug "unused stayopen" introduced in rev1.11ache1999-10-161-2/+6
* Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bugdes1999-09-061-0/+1
* Apply patch for PR #12008: remember to reset _yp_enabled flag inwpaul1999-06-041-0/+2
* Partial fix for the forking problem: if we can't access the master maps,des1999-03-271-4/+11
* Restore old semantics (broken in rev 1.47's buffer overflow fix).eivind1998-12-171-1/+3
* Prevent buffer overflow in getpwnam()msmith1998-10-291-2/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+1
* Don't initialize NIS until it is really necessary. Now, in case of networkdt1998-09-151-55/+71
* XOpen says the void setpwent(void) is correct. Also call setpassent(0)steve1998-02-011-7/+2
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Fix yet a minor stylistic nit from Bruce.wosch1997-09-151-4/+4
* Potential bufferflow in getpwent(), getpwnam() and getpwuid()wosch1997-09-141-2/+7
* Remove minor warning (for -Wall -Wshadow); clarifies code.davidn1997-03-261-3/+3
* Merge from Lite2:peter1997-03-111-14/+13
* Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) badwpaul1997-03-101-1/+1
* Small yet significant tweaks/cleanups:wpaul1996-12-271-5/+7
* Add support for detecting and hopefully using the passwd.adjunct.bynamewpaul1996-12-031-13/+65
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+7
* Grrrr... yet another variation on Murphy's Law: the best way to findwpaul1996-05-071-1/+0
* Very minor tweak:wpaul1996-04-291-1/+1
* NIS cleanups and fixes, the next generation.wpaul1996-04-161-259/+259
* Getpwent() and getservent() can wind up calling free() withmpp1996-01-291-1/+0
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-1/+1
* Another tweak/speedup pass:wpaul1995-10-111-62/+80
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingwpaul1995-09-051-3/+6
* getpwent.c: turn the code that checks the override caches into awpaul1995-09-021-70/+65
* Do the same sanity checking in _pw_breakout_yp() that we do inwpaul1995-06-261-16/+19
* Make _havemaster() use yp_first() (again) instead of yp_order() towpaul1995-06-171-2/+6
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-0/+9
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* in _freecaches(): strdup() allocates us memory -- remember to free it.wpaul1995-04-221-10/+18
* Head off potential core dump in _havemaster() (we don't need to free anywpaul1995-04-151-4/+1
* Better conformance to SunOS behavior: if we can't match a user to onewpaul1995-04-141-2/+8
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. Alsowpaul1995-04-041-16/+20
OpenPOWER on IntegriCloud