summary refs log tree commit diff
path: root/nscd
Commit message (Expand)AuthorAgeFilesLines
* Add a few more alloca size checksUlrich Drepper2011-05-221-6/+53
* Add support for generated PIE link rulesAndreas Schwab2011-05-131-7/+3
* Remove doubled words.Jim Meyering2011-04-221-1/+1
* Fix a comment.Justin P. Mattock2011-04-171-1/+1
* Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper2011-02-0510-99/+152
* Update copyright year.Ulrich Drepper2011-01-171-2/+2
* Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper2011-01-151-4/+23
* Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-04-091-4/+6
* Print reload count in nscd statistics.Ulrich Drepper2010-04-081-3/+6
* Update copyright year.Ulrich Drepper2010-03-151-4/+4
* Try harder to re-exec nscd in paranoia mode.Ulrich Drepper2009-11-221-4/+3
* Fix a few asserts and IO calls in nscd.Anders Johansson2009-10-295-13/+13
* Print timestamp in nscd debug messages.Ulrich Drepper2009-10-291-4/+13
* Revert "Fix lock handling in memory hander of nscd."Ulrich Drepper2009-07-177-5/+27
* Fix lock handling in memory hander of nscd.Petr Baudis2009-07-167-27/+5
* Use correct release semantic in list update.Andreas Schwab2009-07-161-1/+1
* Consolidate PIE linking Makefile rules.H.J. Lu2009-06-161-9/+2
* Fix forced loop termination in nscd database lookup.Jakub Jelinek2009-05-181-3/+13
* Move BLOCK_ALIGN* macros back.Ulrich Drepper2009-05-162-5/+5
* Fix exit condition.Ulrich Drepper2009-05-161-1/+1
* Further robustify nscd database lookup.Ulrich Drepper2009-05-153-7/+8
* Robustify libc-side nscd database reader.Jakub Jelinek2009-05-158-22/+41
* Don't try to cleanup libselinux and libaudit.Jakub Jelinek2009-05-153-20/+2
* * nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper2009-04-261-1/+3
* * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-261-3/+4
* * nscd/connections.c (restart): Try to preserve the process nameUlrich Drepper2009-03-161-1/+16
* [BZ #5381]Ulrich Drepper2009-02-1310-236/+57
* * debug/xtrace.sh: Unify translatable messages.Ulrich Drepper2009-02-061-1/+21
* [BZ #9750]Ulrich Drepper2009-01-291-13/+8
* * nscd/connections.c (nscd_init): If database file access beUlrich Drepper2009-01-281-1/+4
* [BZ #9741]Ulrich Drepper2009-01-281-2/+2
* 2009-01-10 Roland McGrath <roland@redhat.com>Roland McGrath2009-01-111-1/+4
* * posix/getconf.c: Update copyright year.Ulrich Drepper2009-01-021-2/+2
* * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd ifUlrich Drepper2008-12-292-2/+29
* [BZ #7067]Ulrich Drepper2008-12-092-2/+13
* * socket/sys/socket.h: Declare accept4.Ulrich Drepper2008-12-031-19/+36
* * elf/Makefile: Add rules to build and run tst-tls17. cvs/fedora-glibc-20081019T1815Ulrich Drepper2008-10-171-0/+2
* * nscd/connections.c: Disable use of paccept for now.Ulrich Drepper2008-09-301-1/+1
* (main_loop_poll): Pass a buffer which is guaranteed to be large enough to rea...Ulrich Drepper2008-08-031-6/+13
* * nscd/connections.c (nscd_init): Type if preprocessor directive.Ulrich Drepper2008-07-301-1/+1
* * Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper2008-07-261-1/+1
* * nscd/connections.c (nscd_init): Clean up fcntl call.Ulrich Drepper2008-07-251-1/+1
* * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC andUlrich Drepper2008-07-251-3/+28
* * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2008-07-251-22/+77
* * nscd/connections.c (main_loop_poll): Fix handling of read errorsUlrich Drepper2008-07-121-29/+83
* * nscd/connections.c (main_loop_poll): Fix test for read error.Ulrich Drepper2008-06-181-2/+2
* * nscd/connections.c: Also recognize and handle changes to theUlrich Drepper2008-06-131-3/+25
* * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cacheUlrich Drepper2008-06-123-15/+132
* * nscd/grpcache.c (cache_addgr): Correctly compute size of cvs/fedora-glibc-20080612T1619Ulrich Drepper2008-06-124-6/+27
* * nscd/mem.c (gc): Initialize obstack earlier so that if we jumpUlrich Drepper2008-06-122-20/+31