about summary refs log tree commit diff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). rsa/stdint_noheadersRyan S. Arnold2013-05-016-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
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0254-56/+54
* Update copyright years.David S. Miller2013-01-012-4/+4
* Fix hashtable size calculation when database has exactly one recordSiddhesh Poyarekar2012-11-281-3/+6
* Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar2012-11-191-1/+6
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-092-6/+9
* Suppress incorrect link warnings for NSS symbolsChris Metcalf2012-10-305-6/+14
* Quiet make warning under --disable-shared.Roland McGrath2012-09-281-0/+2
* Avoid more warnings in nsswitch.cRoland McGrath2012-09-281-0/+4
* Avoid unused static function warning in nsswitch.c.Roland McGrath2012-09-281-0/+2
* BZ#13696: Add --disable-nscd configure option.Roland McGrath2012-08-223-4/+16
* getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/Jim Meyering2012-08-041-1/+1
* Conditionalize use of PTR_MANGLE.Roland McGrath2012-07-311-2/+10
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-305-2/+11
* Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel2012-07-121-2/+5
* For [BZ#14122], plug memory leaks in nsswitch.c.Paul Pluzhnikov2012-05-221-24/+70
* Hurd: mmap deficienciesThomas Schwinge2012-05-101-0/+4
* Hurd: Add missing includesThomas Schwinge2012-05-102-1/+5
* 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2012-04-063-9/+26
* Add missing include fileAndreas Jaeger2012-04-061-1/+2
* 2012-03-23 Jeff Law <law@redhat.com>Jeff Law2012-03-231-2/+2
* 2012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov2012-03-231-12/+4
* Add missing string.h include for strcpy calls.David S. Miller2012-03-131-2/+2
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-8/+1
* Add missing gshadow handling in __nss_configure_lookupUlrich Drepper2012-03-061-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0955-165/+110
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-081-2/+4
* Remove pre-ISO C supportUlrich Drepper2012-01-071-3/+3
* Also update new programsUlrich Drepper2012-01-011-2/+2
* Update copyright yearUlrich Drepper2012-01-011-2/+2
* Clean up internal fopen usesUlrich Drepper2011-11-156-8/+8
* Fix db makefile rule for group.dbAndreas Schwab2011-11-111-1/+1
* Fix buffer allocation in files initgroups handlerAndreas Schwab2011-11-071-1/+1
* Don't fail in makedb if SELinux is disabledAndreas Schwab2011-11-031-1/+1
* Unify getent output for initgroups databaseUlrich Drepper2011-10-311-0/+6
* Fix some nit warnings.Roland McGrath2011-10-081-1/+0
* Implement caching of nscdUlrich Drepper2011-10-075-6/+22
* Stop crash in OOM handling in NSSUlrich Drepper2011-10-061-5/+3
* More fallout from OOM in NSSJiri Olsa2011-10-061-1/+1
* Handle OOM in NSSJiri Olsa2011-10-061-1/+4
* Optimize libnss_files initializationUlrich Drepper2011-09-281-35/+18
* Correctly reparse group line after enlarging the bufferAndreas Schwab2011-09-271-4/+8
* More optimizations of nss_filesUlrich Drepper2011-08-202-7/+5
* Minor optimizatin in alias lookup in files NSS moduleUlrich Drepper2011-08-201-3/+3
* Avoid executable stack in makedbAndreas Schwab2011-08-171-5/+7