summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* If locale not available, fallback to strcasecmp, not to strcmpache1995-04-161-2/+2
* 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 an ethers(3) man page.wpaul1995-04-122-3/+190
* More of the same: we also need to handle multiple domains properlywpaul1995-04-091-6/+33
* Fix behavior of YP library routines in environments with multiple domains,wpaul1995-04-091-6/+24
* Add missing header referenceache1995-04-091-0/+1
* Reviewed by: ache and wollman (long ago)bde1995-04-072-52/+11
* Obtained from: 1.1.5 (originally by jtc)bde1995-04-061-1/+2
* The man page setmode(3) declares `void setmode' when it should bejoerg1995-04-051-1/+1
* Add "before inclusion of any header which ... "ache1995-04-041-1/+1
* 'Fix' for esoteric misfeature discovered while searching for another bug:wpaul1995-04-041-1/+16
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. Alsowpaul1995-04-043-21/+34
* Properly describe how to expand default limit of handled descriptorsache1995-04-041-1/+6
* Submitted by: Sebastian Strollowwpaul1995-04-021-4/+14
* Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername()wpaul1995-04-021-4/+4
* Fix manpage ruleache1995-04-021-1/+1
* Add ether_addr functions to libc. This seems to be the logical placewpaul1995-04-022-1/+235
* Add some missing xdr functions needed for server-side implementations.wpaul1995-04-021-1/+116
* Add the nls code for XPG3-style message catalogs to libc.jkh1995-03-309-0/+854
* Add nls include to Makefile.jkh1995-03-301-0/+1
* Clear IGNPAR in cfmakeraw() instead of set it.ache1995-03-291-2/+2
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.jkh1995-03-281-5/+7
* Use yp_order() instead of yp_first() in _havemaster() to check for thewpaul1995-03-271-7/+7
* Bump the shared library minor # because of the additions of thenate1995-03-271-0/+2
* Hash 8bit chars without sign extensionache1995-03-261-3/+8
* Update info about LC_COLLATE implementationache1995-03-261-3/+1
* Add the strhash family of routines. They provide a number of featuresjkh1995-03-262-2/+416
* Updated manual page to indicate flags argument; added return value anddg1995-03-251-6/+24
* 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
* Add more sanity checks. *Lots* of sanity checks. Huge tracts of sanity checks.wpaul1995-03-241-8/+40
* 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
* Sicnce this code shares the same fragment as gethostnamaddr:ache1995-03-241-10/+16
* Change strtok() to strsep(), cause memory corruption for allache1995-03-241-10/+16
* 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 yp_match() or yp_next() operate on null or empty keys: askingwpaul1995-03-231-1/+11
* 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
* Reviewed by: Bill Paul <wpaul@freebsd.org>wpaul1995-03-211-2/+2
* At last! Modified __ivaliduser() to do the same kind of user/host validationwpaul1995-03-201-3/+69
* Whoops: expanding netgroups that reference multiple netgroups doesn'twpaul1995-03-191-1/+1
* Two major changes:wpaul1995-03-191-4/+71
OpenPOWER on IntegriCloud