aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Make GRTE testing great again, actually run the test programsStan Shebs1-0/+4
2016-12-28Don't ignore too long lines in nss_files (BZ17079, CVE-2015-5277) Tested:Stan Shebs1-1/+3
2016-11-03Handle a not-found case in borg passwd lookupStan Shebs1-2/+5
2016-09-30Call the correct function.Michael Rothwell1-4/+4
2016-09-30Augment borg-pwd to also search through passwd.borg.base, if it exists.Michael Rothwell1-9/+20
2016-07-06Update nss_cache.c and nss_cache.h to current upstream version. This makes ge...Max Kanat-Alexander2-222/+193
2015-09-16Backport upstream fix to nss_filesStan Shebs3-2/+120
2015-08-21Describe borg-pwd better, remove dead code.Stan Shebs1-7/+2
2014-02-28Disable libnss_db and libnss_nis{,plus} libnss_compatPaul Pluzhnikov1-4/+7
2014-02-28Integrate nss_{borg,cache} local changes from glibc-2.18 to 2.19Paul Pluzhnikov6-3/+1260
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
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-1/+6
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers2-6/+9
2012-10-30Suppress incorrect link warnings for NSS symbolsChris Metcalf5-6/+14
2012-09-28Quiet make warning under --disable-shared.Roland McGrath1-0/+2
2012-09-28Avoid more warnings in nsswitch.cRoland McGrath1-0/+4
2012-09-28Avoid unused static function warning in nsswitch.c.Roland McGrath1-0/+2
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath3-4/+16
2012-08-04getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/Jim Meyering1-1/+1
2012-07-31Conditionalize use of PTR_MANGLE.Roland McGrath1-2/+10
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath5-2/+11
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel1-2/+5
2012-05-22For [BZ#14122], plug memory leaks in nsswitch.c.Paul Pluzhnikov1-24/+70
2012-05-10Hurd: mmap deficienciesThomas Schwinge1-0/+4
2012-05-10Hurd: Add missing includesThomas Schwinge2-1/+5
2012-04-062012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov3-9/+26
2012-04-06Add missing include fileAndreas Jaeger1-1/+2
2012-03-232012-03-23 Jeff Law <law@redhat.com>Jeff Law1-2/+2
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-12/+4
2012-03-13Add missing string.h include for strcpy calls.David S. Miller1-2/+2