summaryrefslogtreecommitdiff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2016-06-111-1/+7
* NSS: Implement group merging support.Stephen Gallagher2016-04-294-6/+137
* Register extra test objectsAndreas Schwab2016-04-131-0/+1
* nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer2016-03-291-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0462-62/+62
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+1
* Fix i386 build after put*ent hardening changes.Joseph Myers2015-10-023-0/+3
* Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer2015-10-026-71/+231
* Fix inconsistent passwd compensation in nss/bug17079.cFlorian Weimer2015-09-251-1/+9
* Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer2015-09-222-2/+3
* Add test case for bug 18287Florian Weimer2015-09-222-1/+237
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-089-9/+9
* fix non-portable `echo -n` usageMike Frysinger2015-08-091-9/+9
* Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab2015-05-113-167/+67
* CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer2015-04-293-2/+120
* Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2015-03-132-44/+30
* Split rpcent tests out of tst-netdb.Roland McGrath2015-03-041-41/+0
* Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath2015-02-062-2/+14
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-022-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0256-56/+56
* Fix nss/tst-nss-test1.c format warning.Joseph Myers2014-11-271-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+0
* Remove IS_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva2014-11-212-5/+11
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-1/+2
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-051-2/+5
* Remove stray includes of kernel-features.h.Joseph Myers2014-06-251-1/+0
* Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab2014-06-231-1/+3
* Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar2014-05-261-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Fix invalid memory access when parsing netgroup files with blank lines (BZ #1...Siddhesh Poyarekar2014-01-271-1/+2
* Update remaining copyright datesAllan McRae2014-01-012-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0156-56/+56
* Use herrnop directlySiddhesh Poyarekar2013-12-021-2/+2
* Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar2013-11-282-250/+258
* Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374Ondřej Bílka2013-11-071-2/+6
* Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar2013-10-301-8/+51
* Use proper #include for xdecrypt declarations.Roland McGrath2013-08-261-3/+1
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-7/+5
* Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar2013-05-211-4/+4
* Fix parsing of numeric hosts in gethostbyname_rAndreas Schwab2013-05-214-55/+63
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-166-0/+6
* Remove non-standard initialisation of flexible array memberAndreas Schwab2013-04-231-1/+8
* Fix getent to call endspent rather than endpwent for shadow database.Jan-Benedict Glaw2013-04-221-1/+1
* BZ#14812: Add missing translation marker on some argp option argument names i...Roland McGrath2013-03-181-1/+1
* unify xmalloc prototypes & friendsMike Frysinger2013-02-181-4/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-5/+5