aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Minor optimizatin in alias lookup in files NSS moduleUlrich Drepper1-3/+3
2011-08-17Avoid executable stack in makedbAndreas Schwab1-5/+7
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper6-48/+259
2011-06-24nss_db: Quash read implicit declaration warningMarek Polacek1-0/+1
2011-06-21Fix crash in unsuccessful uses of nss_dbUlrich Drepper1-4/+7
2011-06-15Install db-MakefileUlrich Drepper1-0/+5
2011-06-15Cleanup of db-XXX.cUlrich Drepper1-63/+59
2011-06-15Add initgroups lookups to nss_dbUlrich Drepper5-14/+206
2011-06-15Add initgroups lookup support to getentUlrich Drepper1-0/+33
2011-06-15Fix handling of initgroups database.Ulrich Drepper1-1/+2
2011-06-15Optimize hash table generation in makedbUlrich Drepper1-23/+102
2011-06-15Reenable nss_db with a completely new implementationUlrich Drepper21-1391/+519
2011-06-15Rewrite makedb to avoid using db libraryUlrich Drepper2-95/+595
2011-05-10More configurability for secondary group lookupUlrich Drepper1-1/+1
2011-05-06Report if no record is found by initgroups in nss_files.Ulrich Drepper1-1/+3
2011-04-29Add finer grained control for initgroups lookups to NSS.Ulrich Drepper1-0/+1
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2011-04-21Fix reallocation bug in last nss_files change.Ulrich Drepper1-1/+2
2011-04-19Fix little issue with last change.Ulrich Drepper1-2/+4
2011-04-19Define initgroups callback for nss_files.Ulrich Drepper3-1/+135
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper1-2/+3
2011-01-17Update copyright year.Ulrich Drepper1-2/+2
2011-01-13Handle long lines in host lookups in the right place.Ulrich Drepper1-6/+55
2010-08-11Add self-contained test for NSS.Ulrich Drepper7-9/+268
2010-05-06Enable IDN support in getent.Ulrich Drepper1-1/+11
2010-03-15Update copyright year.Ulrich Drepper1-2/+2
2009-12-10Fix a few error cases in *name4_r lookup handling.Ulrich Drepper1-0/+5
2009-10-29Fix nss_files if /etc/hosts is missing.Steve Langasek1-1/+6
2009-07-01Fix getent networks lookup and resulting incorrect NSS change.Ulrich Drepper2-2/+2
2009-07-01Fix getnetbyaddr implementation.Ulrich Drepper2-3/+4
2009-06-16Don't treat bug reporting message as a format string.Andreas Schwab1-2/+2
2009-06-15Extend getent to handle the shadow database.Aurelien Jarno1-0/+66
2009-05-10* version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842cvs/masterUlrich Drepper2-10/+16
2009-04-26* nss/nsswitch.c (__nss_lookup_function): En/Decrypt cachedUlrich Drepper1-3/+7
2009-04-23[BZ #9955]Ulrich Drepper6-23/+139
2009-02-06* debug/xtrace.sh: Unify translatable messages.Ulrich Drepper1-3/+7
2009-01-28* nss/getent.c (print_networks): Don't print comma between aliases.Ulrich Drepper1-2/+0
2009-01-09[BZ #9705]Ulrich Drepper1-3/+17
2009-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper1-2/+2
2008-05-14* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP andUlrich Drepper1-0/+16
2008-05-10* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper3-9/+139
2008-04-09* nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.Ulrich Drepper1-1/+1
2008-03-24* nis/nis_call.c (nis_server_cache_search): Save errno around statUlrich Drepper1-1/+6
2008-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper1-2/+2
2007-12-26* nss/nsswitch.c (__nss_lookup): Actually use alternative name incvs/fedora-glibc-20071227T0908Ulrich Drepper1-2/+2
2007-10-30* nscd/Makefile (nscd-modules): Replace gethstbynm2_r withUlrich Drepper8-45/+112
2007-10-15(REENTRANT_NAME): Mangle start and start_fct pointers.Ulrich Drepper1-8/+24
2007-08-10* nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC ifUlrich Drepper4-36/+95
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper3-5/+6
2007-04-23(HOST_DB_LOOKUP): Ensure sufficient alignment of buffer and tmp_buffer.Ulrich Drepper1-2/+8