about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/check_pf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer2023-08-111-16/+1
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-04-281-0/+15
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-3/+3
* Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra2022-09-091-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Linux: Create Netlink socket with SOCK_CLOEXEC in __check_pf [BZ #15722]Florian Weimer2018-06-181-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella2016-05-251-4/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer2015-11-091-1/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Clean up check_pf allocation pattern. addressesOndřej Bílka2015-01-061-84/+39
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove IS_IN_nscdSiddhesh Poyarekar2014-11-241-2/+2
* Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar2014-10-141-1/+1
* Fix crash when system has no ipv6 address [BZ #17125]Siddhesh Poyarekar2014-07-101-1/+7
* Remove stray includes of kernel-features.h.Joseph Myers2014-06-251-1/+0
* Fix use of uninitialized variableAndreas Schwab2014-03-251-5/+6
* Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab2014-03-241-4/+28
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* BZ#13696: Add --disable-nscd configure option.Roland McGrath2012-08-221-13/+25
* Remove pre-2.4.21 Linux kernel support.Joseph Myers2012-07-251-85/+42
* Free memory at exit in check_pf.cH.J. Lu2012-05-141-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Pretty printingUlrich Drepper2011-11-151-1/+1
* Fix reference counting in network interface information cacheAndreas Schwab2011-11-151-1/+2
* Cache network interface informationUlrich Drepper2011-10-311-32/+143
* Fix potential double close in __check_fd if OOMUlrich Drepper2011-10-301-15/+18
* Remove doubled words.Jim Meyering2011-04-221-2/+2
* Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper2010-10-111-5/+8
* * sysdeps/unix/sysv/linux/check_pf.c (make_request): FixUlrich Drepper2008-01-031-2/+2
* * include/ifaddrs.h: Remove in6ai_temporary.Ulrich Drepper2007-11-141-6/+1
* * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.Ulrich Drepper2007-11-121-73/+50
* * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define toUlrich Drepper2007-08-291-2/+8
* (make_request): When determining whether there are IPv4/IPv6 addresses, ignor...Ulrich Drepper2007-06-161-24/+56
* * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead Jakub Jelinek2007-04-251-1/+1
* [BZ #4181]Ulrich Drepper2007-03-151-7/+35