Age | Commit message (Expand) | Author | Files | Lines |
2016-01-15 | Fix build errors with -DNDEBUG. | Martin Sebor | 1 | -2/+4 |
2016-01-04 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 39 | -39/+39 |
2015-10-19 | use -fstack-protector-strong when available | Mike Frysinger | 1 | -3/+1 |
2015-10-17 | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 2 | -93/+2 |
2015-07-08 | nscd: drop selinux/flask.h include | Mike Frysinger | 1 | -1/+0 |
2015-06-30 | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 1 | -1/+1 |
2015-04-08 | nscd_getgr_r: Use struct scratch_buffer instead of extend_alloca | Florian Weimer | 1 | -9/+9 |
2015-04-08 | grp: Rewrite to use struct scratch_buffer instead of extend_alloca | Florian Weimer | 1 | -0/+1 |
2015-03-21 | Fix warnings | Samuel Thibault | 1 | -0/+1 |
2015-03-13 | Enhance nscd's inotify support (Bug 14906). | Carlos O'Donell | 3 | -108/+338 |
2015-01-29 | Initialize nscd stats data [BZ #17892] | Siddhesh Poyarekar | 1 | -0/+2 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 39 | -39/+39 |
2014-12-17 | Fix printf format error | Andreas Schwab | 1 | -2/+2 |
2014-11-27 | Add missing include of libc-internal.h. | Stefan Liebler | 1 | -0/+1 |
2014-11-26 | Avoid warnings for unused results in nscd/connections.c. | Joseph Myers | 1 | -5/+5 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_nscd | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 1 | -7/+6 |
2014-11-12 | Fix qsort_r namespace (bug 17571). | Joseph Myers | 1 | -0/+1 |
2014-10-22 | Rework some nscd code not to use variable-length struct types. | Roland McGrath | 3 | -92/+103 |
2014-10-08 | BZ#17460: Fix buffer overrun in nscd --help. | Roland McGrath | 2 | -24/+24 |
2014-06-27 | Correctly report nscd child process status (BZ #17092) | Arjun Shankar | 1 | -9/+13 |
2014-06-26 | Fix Wundef warning for SEPARATE_KEY | Siddhesh Poyarekar | 1 | -20/+1 |
2014-06-25 | Remove stray includes of kernel-features.h. | Joseph Myers | 1 | -1/+0 |
2014-06-22 | nscd: Remove unused typedef and variable. | Ludovic Courtès | 1 | -14/+0 |
2014-06-20 | Include <kernel-features.h> explicitly where required. | Joseph Myers | 1 | -0/+1 |
2014-05-26 | Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878) | Siddhesh Poyarekar | 1 | -6/+8 |
2014-05-21 | Don't mention linuxthreads in Depend files. | Joseph Myers | 1 | -1/+1 |
2014-05-07 | Fix typo in nscd/selinux.c | Ondřej Bílka | 1 | -1/+1 |
2014-05-01 | Fix implicit declaration | Andreas Schwab | 1 | -0/+1 |
2014-04-30 | Initialize all of datahead structure in nscd (BZ #16791) | Siddhesh Poyarekar | 1 | -4/+16 |
2014-04-30 | Consolidate code to initialize nscd dataset header | Siddhesh Poyarekar | 8 | -122/+91 |
2014-04-14 | nscd: Make SELinux checks dynamic. | Carlos O'Donell | 1 | -39/+68 |
2014-04-09 | Define _STRING_ARCH_unaligned unconditionally | Adhemerval Zanella | 3 | -5/+5 |
2014-03-27 | Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760) | Siddhesh Poyarekar | 1 | -6/+10 |
2014-03-27 | Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758) | Siddhesh Poyarekar | 1 | -3/+7 |
2014-03-19 | nscd: also invalidate netgroup cache on reload | Andreas Schwab | 1 | -0/+1 |
2014-03-12 | Provide correct buffer length to netgroup queries in nscd (BZ #16695) | Siddhesh Poyarekar | 1 | -1/+1 |
2014-03-10 | Mark nscd service as forking in systemd service file (BZ #16639) | Siddhesh Poyarekar | 1 | -2/+2 |
2014-03-03 | nscd: Improved support for tracking startup failure in nscd service (BZ #16639) | Siddhesh Poyarekar | 4 | -37/+139 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 20 | -72/+72 |
2014-01-27 | Avoid undefined behaviour in netgroupcache | Siddhesh Poyarekar | 1 | -5/+11 |
2014-01-24 | Adjust pointers to triplets in netgroup query data (BZ #16474) | Siddhesh Poyarekar | 1 | -1/+11 |
2014-01-16 | Don't use alloca in addgetnetgrentX (BZ #16453) | Siddhesh Poyarekar | 1 | -31/+6 |
2014-01-04 | nscd: list all tables in usage() | Sami Kerola | 1 | -3/+22 |
2014-01-02 | Fix return code from getent netgroup when the netgroup is not found (bz #16366) | Siddhesh Poyarekar | 1 | -29/+62 |
2014-01-02 | Fix infinite loop in nscd when netgroup is empty (bz #16365) | Siddhesh Poyarekar | 1 | -3/+4 |
2014-01-01 | Update remaining copyright dates | Allan McRae | 1 | -1/+1 |