summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpwent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use yp_order() instead of yp_first() in _havemaster() to check for thewpaul1995-03-271-7/+7
* Add calls to endgrent() and endnetgrent() to the end of _createcaches().wpaul1995-03-251-0/+2
* Yikes! Fix stupid mistake I made in last commit that made getpwent() ignorewpaul1995-03-241-9/+12
* As per Justin T. Gibbs's request, agument the +@netgroup/-@netgroupwpaul1995-03-241-36/+72
* Very important sanity checks: today I clobbered all four NIS servers onwpaul1995-03-231-6/+8
* Lots of fixes/improvements in the +user substitution handling:wpaul1995-03-231-52/+39
* Small cleanups:wpaul1995-03-231-39/+44
* Phew! Done at last: getpwent now understands +@netgroup/-@netgroup directiveswpaul1995-03-231-9/+212
* Collapsed _masterpw_breakout_yp() and _pw_breakout_yp() into awpaul1995-02-051-72/+20
* Fixed a rather serious bug that presents itself when FreeBSD is configuredwpaul1995-02-031-2/+16
* Fix for that last fix... pass the hat. :)wpaul1995-02-011-2/+1
* Small fix to _getyppass(): sometimes we can construct the wrong mapnamewpaul1995-02-011-1/+2
* Some changes for YP password map handling:wpaul1995-01-311-6/+114
* Fix unbalanced #endif introduced by yesterday's change.wollman1995-01-191-1/+1
* Prevent sites from shooting themselves in the foot while enabling/disablingwollman1995-01-171-1/+1
* Second half of YP security hole fix. Needs updated passwordwollman1994-09-201-5/+12
* Re-implement YP password file support from scratch. This implementationwollman1994-09-201-3/+215
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+201
OpenPOWER on IntegriCloud