summaryrefslogtreecommitdiff
path: root/lib/libc/net/nsdispatch.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2021-12-29libc: Fix build with -DNS_REREAD_CONF.Alexander Motin
2021-04-19Revert "lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotat...Alex Richardson
2021-03-25lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotationsAlex Richardson
2018-11-10Don't call stat(2) on nsswitch.conf(5) every time nsdispatch(3)Edward Tomasz Napierala
2018-10-15Don't call dlopen(3) for built-in NSS types - "cache", "compat",Edward Tomasz Napierala
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-11Don't dlclose NSS modules from nss_atexit().Mark Johnston
2017-03-12libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni
2017-02-14Fix indentation in nss_configure().Mark Johnston
2017-02-14Register nss_atexit() before parsing nsswitch.conf for the first time.Mark Johnston
2014-11-25The fallback flag in nsdispatch prevents the fallback implementation ofDag-Erling Smørgrav
2014-10-24Eliminate conf_lock and instead rely on the NSS write lock to protectMark Johnston
2013-08-23libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker
2013-05-29Remove clause 3 and 4 from TNF licensesEd Maste
2011-12-23Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival
2010-10-04Clear errno for each method dispatch.Hajimu UMEMOTO
2009-05-27Fix an issue when nss fallback routines are used in a multithreaded application.Zachary Loafman
2008-05-02Include libc_private.h for the declaration of __isthreaded instead ofJohn Baldwin
2007-12-17Moved logging out of the nss_method_lookup() in order not toMichael Bushkov
2007-12-12Implementing 'fallback' nsswitch source. 'fallback' source is usedMichael Bushkov
2007-05-17fix memory leak from reading nsswitch.confJonathan Chen
2006-04-28- Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO
2004-04-01The previous commit changed the behavior of nsdispatch() in theJacques Vidrine
2004-03-30When a dynamic NSS module is built and linked against a threadJacques Vidrine
2004-03-15Make this compile with -O2. A proper fix would use a struct to representDag-Erling Smørgrav
2004-03-15Whitespace nits.Dag-Erling Smørgrav
2003-04-24Don't complain about missing NSS methods when built statically. It isJacques Vidrine
2003-04-17= Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine
2003-02-27Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine
2002-05-28Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2001-11-11Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans
2000-09-06Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine