summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-2219-43/+46
* Add $Id$ since this version of the file has diverged from the BSD base apeter1995-10-211-1/+5
* Another tweak/speedup pass:wpaul1995-10-111-62/+80
* Some NIS bug stomping:wpaul1995-10-061-24/+41
* Fix the problem that I aroused with the last commit..peter1995-10-051-4/+10
* Make ttyname() use posix-style tcgetattr() to check to see that it'speter1995-09-221-3/+3
* Fix security bugs with a "new approach", using stdio's powerful bufferpeter1995-09-151-18/+86
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingwpaul1995-09-052-4/+10
* getpwent.c: turn the code that checks the override caches into awpaul1995-09-023-74/+79
* National date/time representation in syslog logfiles looks ugly,ache1995-08-291-2/+1
* Fix _listmatch() so that it doesn't fall off the end of the list string.wpaul1995-08-081-6/+5
* Just when you thought it was safe...wpaul1995-08-071-13/+188
* Don't depend on bogusly-installed <tzfile.h>.wollman1995-08-051-1/+1
* Null terminate all strings returned by the dummy uname() routine,mpp1995-07-312-18/+26
* Fix the synopsis of signal() again. Now it is uglier but correct.bde1995-07-161-2/+2
* Do the same sanity checking in _pw_breakout_yp() that we do inwpaul1995-06-261-16/+19
* Fix for a potential problem reported by a user I bumped into on IRCwpaul1995-06-261-9/+14
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andwpaul1995-06-231-7/+43
* Don't cast void functions to void.hsu1995-06-204-7/+7
* 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-3025-124/+124
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Parse ^? now, our termcap use it and some termcaps from otherache1995-05-141-1/+5
* Fix bracket error for LogMaskache1995-05-021-1/+1
* Added function and man page for ftok(3), used in conjunction withjoerg1995-05-012-0/+135
* Small fix for the following problems:wpaul1995-04-291-2/+10
* in _freecaches(): strdup() allocates us memory -- remember to free it.wpaul1995-04-221-10/+18
* Fix bugs in opendir():bde1995-04-211-9/+23
* 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
* Add err_set_file() and err_set_exit() functions to make it possible forwollman1995-04-132-18/+64
* Add missing header referenceache1995-04-091-0/+1
* The man page setmode(3) declares `void setmode' when it should bejoerg1995-04-051-1/+1
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. Alsowpaul1995-04-043-21/+34
* Clear IGNPAR in cfmakeraw() instead of set it.ache1995-03-291-2/+2
* Use yp_order() instead of yp_first() in _havemaster() to check for thewpaul1995-03-271-7/+7
* scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.phk1995-03-251-1/+2
* Add calls to endgrent() and endnetgrent() to the end of _createcaches().wpaul1995-03-251-0/+2
* Make sanity checks saner: don't let setnetgrent() or innetgr() swallowwpaul1995-03-241-2/+8
* Change strtok() to strsep(), using strtok() can cause memory corruptionache1995-03-241-16/+29
* 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
* Don't let setnetgrent() operate on a null or empty group name: it canwpaul1995-03-231-0/+4
* 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
* Use better/stronger/faster NIS lookup code: by using yp_match() instead ofwpaul1995-03-211-44/+14
* Whoops: expanding netgroups that reference multiple netgroups doesn'twpaul1995-03-191-1/+1
OpenPOWER on IntegriCloud