aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/check_pf.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-08-11nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer
2023-04-28__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-06-18Linux: Create Netlink socket with SOCK_CLOEXEC in __check_pf [BZ #15722]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-09Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-01-06Clean up check_pf allocation pattern. addressesOndřej Bílka
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove IS_IN_nscdSiddhesh Poyarekar
2014-10-14Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar
2014-07-10Fix crash when system has no ipv6 address [BZ #17125]Siddhesh Poyarekar
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers
2014-03-25Fix use of uninitialized variableAndreas Schwab
2014-03-24Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers
2012-05-14Free memory at exit in check_pf.cH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-11-15Pretty printingUlrich Drepper
2011-11-15Fix reference counting in network interface information cacheAndreas Schwab
2011-10-31Cache network interface informationUlrich Drepper
2011-10-30Fix potential double close in __check_fd if OOMUlrich Drepper
2011-04-22Remove doubled words.Jim Meyering
2010-10-11Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper
2008-01-03* sysdeps/unix/sysv/linux/check_pf.c (make_request): FixUlrich Drepper
2007-11-14* include/ifaddrs.h: Remove in6ai_temporary.Ulrich Drepper
2007-11-12* include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.Ulrich Drepper
2007-08-29* sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define toUlrich Drepper
2007-06-16(make_request): When determining whether there are IPv4/IPv6 addresses, ignor...Ulrich Drepper
2007-04-25* sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead Jakub Jelinek
2007-03-15[BZ #4181]Ulrich Drepper