Age | Commit message (Expand) | Author | Files | Lines |
2019-10-30 | Change most internal uses of time to __clock_gettime. | Adhemerval Zanella | 2 | -3/+3 |
2019-10-30 | Change most internal uses of __gettimeofday to __clock_gettime. | Zack Weinberg | 1 | -12/+12 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 39 | -39/+39 |
2019-08-19 | nscd: Improve nscd.conf comments. | Carlos O'Donell | 1 | -0/+6 |
2019-05-15 | nss: Turn __nss_database_lookup into a compatibility symbol | Florian Weimer | 3 | -6/+6 |
2019-04-08 | resolv: Remove support for RES_USE_INET6 and the inet6 option | Florian Weimer | 2 | -12/+2 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 2 | -5/+5 |
2019-02-04 | Remove duplicate initialization of field in nscd. | Joseph Myers | 1 | -1/+0 |
2019-01-21 | CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] | Florian Weimer | 2 | -3/+0 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 39 | -39/+39 |
2018-12-19 | nscd: avoid assertion failure during persistent db check | Andreas Schwab | 1 | -1/+2 |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 1 | -1/+1 |
2018-08-28 | nscd: Fix use-after-free in addgetnetgrentX [BZ #23520] | Florian Weimer | 1 | -13/+29 |
2018-08-14 | nscd: Deallocate existing user names in file parser | Florian Weimer | 1 | -1/+5 |
2018-06-29 | manual: Revise crypt.texi. | Zack Weinberg | 1 | -2/+2 |
2018-06-25 | nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023] | Florian Weimer | 1 | -34/+45 |
2018-06-25 | nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023] | Florian Weimer | 4 | -152/+75 |
2018-06-25 | nscd restart: Use malloc instead of extend_alloca [BZ #18023] | Florian Weimer | 1 | -38/+61 |
2018-05-23 | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | Florian Weimer | 1 | -3/+0 |
2018-05-16 | Fix concurrent changes on nscd aware files (BZ #23178) | Adhemerval Zanella | 9 | -306/+21 |
2018-04-02 | hurd: Add hurd thread library | Samuel Thibault | 1 | -0/+1 |
2018-03-03 | Fix multiple definitions of __nss_*_database (bug 22918) | Andreas Schwab | 1 | -0/+3 |
2018-03-01 | [BZ #22342] Fix netgroup cache keys. | DJ Delorie | 1 | -1/+1 |
2018-02-11 | nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE... | Samuel Thibault | 1 | -5/+11 |
2018-01-28 | hurd: Fix getifaddrs / freeifaddrs exposition | Samuel Thibault | 1 | -0/+2 |
2018-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 39 | -39/+39 |
2017-12-18 | Fix nscd readlink argument aliasing (bug 22446). | Joseph Myers | 1 | -2/+3 |
2017-12-15 | Increase buffer size due to warning from ToT GCC | Steve Ellcey | 1 | -1/+1 |
2017-12-12 | Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCC | Steve Ellcey | 1 | -1/+1 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -5/+5 |
2017-11-23 | nss: Export nscd hash function as __nss_hash [BZ #22459] | Florian Weimer | 5 | -48/+7 |
2017-10-11 | nscd: remove reference to libnsl | Andreas Schwab | 5 | -15/+50 |
2017-10-05 | nscd: Eliminate compilation time dependency in the build output | Florian Weimer | 1 | -6/+21 |
2017-10-01 | Hide internal __nis_hash function [BZ #18822] | H.J. Lu | 1 | -0/+5 |
2017-10-01 | Mark internal nscd functions with attribute_hidden [BZ #18822] | H.J. Lu | 2 | -17/+29 |
2017-09-25 | nscd: Release read lock after resetting timeout. | DJ Delorie | 1 | -0/+2 |
2017-09-12 | Remove compat from DEFAULT_CONFIG lookup strings | Steve Ellcey | 1 | -2/+7 |
2017-08-31 | NSS: Remove internal_function function attribute | Florian Weimer | 3 | -8/+3 |
2017-08-21 | Mark internal nss symbols with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -3/+0 |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella | 8 | -10/+10 |
2017-07-03 | resolv: Introduce struct resolv_context [BZ #21668] | Florian Weimer | 1 | -10/+11 |
2017-06-27 | resolv: Call _res_hconf_init from __res_vinit | Florian Weimer | 3 | -4/+1 |
2017-05-09 | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg | 1 | -1/+1 |
2017-04-19 | Assume that accept4 is always available and works | Florian Weimer | 1 | -48/+2 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 1 | -31/+6 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+1 |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 39 | -39/+39 |