summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/nsdispatch.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Make various internal file descriptors from fopen() close-on-exec.jilles2013-08-231-1/+1
* Remove clause 3 and 4 from TNF licensesemaste2013-05-291-7/+0
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-2/+2
* Clear errno for each method dispatch.ume2010-10-041-0/+2
* Fix an issue when nss fallback routines are used in a multithreaded application.zml2009-05-271-4/+23
* Include libc_private.h for the declaration of __isthreaded instead ofjhb2008-05-021-0/+1
* Moved logging out of the nss_method_lookup() in order not tobushman2007-12-171-9/+13
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-121-3/+26
* fix memory leak from reading nsswitch.confjon2007-05-171-0/+2
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-4/+91
* The previous commit changed the behavior of nsdispatch() in thenectar2004-04-011-3/+1
* When a dynamic NSS module is built and linked against a threadnectar2004-03-301-20/+39
* Make this compile with -O2. A proper fix would use a struct to representdes2004-03-151-22/+22
* Whitespace nits.des2004-03-151-4/+4
* Don't complain about missing NSS methods when built statically. It isnectar2003-04-241-1/+3
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-171-115/+469
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-0/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-14/+0
* Fix the style of the SCM ID's.obrien2002-03-221-4/+1
* Remove __P() usage.obrien2002-03-211-2/+2
* Fixed namespace pollution related to `err' in libc in the same way as forbde2001-11-111-2/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-0/+270
OpenPOWER on IntegriCloud