summaryrefslogtreecommitdiff
path: root/lib/libc/net/nsdispatch.c
Commit message (Expand)AuthorAgeFilesLines
* Don't call stat(2) on nsswitch.conf(5) every time nsdispatch(3)Edward Tomasz Napierala2018-11-101-0/+11
* Don't call dlopen(3) for built-in NSS types - "cache", "compat",Edward Tomasz Napierala2018-10-151-2/+12
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Don't dlclose NSS modules from nss_atexit().Mark Johnston2017-07-111-6/+3
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-1/+1
* Fix indentation in nss_configure().Mark Johnston2017-02-141-13/+13
* Register nss_atexit() before parsing nsswitch.conf for the first time.Mark Johnston2017-02-141-2/+2
* The fallback flag in nsdispatch prevents the fallback implementation ofDag-Erling Smørgrav2014-11-251-9/+16
* Eliminate conf_lock and instead rely on the NSS write lock to protectMark Johnston2014-10-241-8/+5
* libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker2013-08-231-1/+1
* Remove clause 3 and 4 from TNF licensesEd Maste2013-05-291-7/+0
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-2/+2
* Clear errno for each method dispatch.Hajimu UMEMOTO2010-10-041-0/+2
* Fix an issue when nss fallback routines are used in a multithreaded application.Zachary Loafman2009-05-271-4/+23
* Include libc_private.h for the declaration of __isthreaded instead ofJohn Baldwin2008-05-021-0/+1
* Moved logging out of the nss_method_lookup() in order not toMichael Bushkov2007-12-171-9/+13
* Implementing 'fallback' nsswitch source. 'fallback' source is usedMichael Bushkov2007-12-121-3/+26
* fix memory leak from reading nsswitch.confJonathan Chen2007-05-171-0/+2
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-4/+91
* The previous commit changed the behavior of nsdispatch() in theJacques Vidrine2004-04-011-3/+1
* When a dynamic NSS module is built and linked against a threadJacques Vidrine2004-03-301-20/+39
* Make this compile with -O2. A proper fix would use a struct to representDag-Erling Smørgrav2004-03-151-22/+22
* Whitespace nits.Dag-Erling Smørgrav2004-03-151-4/+4
* Don't complain about missing NSS methods when built statically. It isJacques Vidrine2003-04-241-1/+3
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-171-115/+469
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-14/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+1
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-111-2/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-0/+270