aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)AuthorFilesLines
2016-03-29nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer1-2/+2
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers62-62/+62
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-5/+1
2015-10-02Fix i386 build after put*ent hardening changes.Joseph Myers3-0/+3
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer6-71/+231
2015-09-25Fix inconsistent passwd compensation in nss/bug17079.cFlorian Weimer1-1/+9
2015-09-22Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer2-2/+3
2015-09-22Add test case for bug 18287Florian Weimer2-1/+237
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers9-9/+9
2015-08-09fix non-portable `echo -n` usageMike Frysinger1-9/+9
2015-05-11Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab3-167/+67
2015-04-29CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer3-2/+120
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2-44/+30
2015-03-04Split rpcent tests out of tst-netdb.Roland McGrath1-41/+0
2015-02-06Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath2-2/+14
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers56-56/+56
2014-11-27Fix nss/tst-nss-test1.c format warning.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+0
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-21BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva2-5/+11
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-1/+2
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers1-1/+0
2014-06-23Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab1-1/+3
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-27Fix invalid memory access when parsing netgroup files with blank lines (BZ #1...Siddhesh Poyarekar1-1/+2
2014-01-01Update remaining copyright datesAllan McRae2-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae56-56/+56
2013-12-02Use herrnop directlySiddhesh Poyarekar1-2/+2
2013-11-28Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar2-250/+258
2013-11-07Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374Ondřej Bílka1-2/+6
2013-10-30Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar1-8/+51
2013-08-26Use proper #include for xdecrypt declarations.Roland McGrath1-3/+1
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-7/+5
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar1-4/+4
2013-05-21Fix parsing of numeric hosts in gethostbyname_rAndreas Schwab4-55/+63
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold6-0/+6
2013-04-23Remove non-standard initialisation of flexible array memberAndreas Schwab1-1/+8
2013-04-22Fix getent to call endspent rather than endpwent for shadow database.Jan-Benedict Glaw1-1/+1
2013-03-18BZ#14812: Add missing translation marker on some argp option argument names i...Roland McGrath1-1/+1
2013-02-18unify xmalloc prototypes & friendsMike Frysinger1-4/+1
2013-02-07Remove lots of inline keywords.Roland McGrath1-5/+5
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers54-56/+54
2013-01-01Update copyright years.David S. Miller2-4/+4
2012-11-28Fix hashtable size calculation when database has exactly one recordSiddhesh Poyarekar1-3/+6