aboutsummaryrefslogtreecommitdiff
path: root/inet
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov4-4/+4
2023-04-18rcmd.c: Fix indentation in last commitSiddhesh Poyarekar1-2/+2
2023-04-18inet/rcmd.c: fix warn unused resultFrédéric Bérat1-2/+5
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto4-4/+16
2023-02-16C2x strtol binary constant handlingJoseph Myers1-1/+1
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-3/+3
2023-01-17Add IPPROTO_L2TP from Linux 6.1 to netinet/in.hJoseph Myers1-0/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers92-92/+92
2022-12-19Avoid use of atoi in some places in libcJoseph Myers1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+3
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-6/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-0/+1
2022-08-15Move ip_mreqn structure from Linux to genericSamuel Thibault1-0/+13
2022-08-10inet: Turn __ivaliduser into a compatibility symbolFlorian Weimer1-13/+6
2022-06-01inet: Use 64 bit stat for ruserpass (BZ# 29210)Adhemerval Zanella1-2/+2
2022-03-08inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memoryAdhemerval Zanella1-68/+74
2022-03-08inet: Remove strdupa from nrl_domainname()Adhemerval Zanella1-5/+5
2022-03-08inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)Adhemerval Zanella1-70/+78
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert92-92/+92
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar44-44/+0
2021-08-05Add INADDR_DUMMY from Linux 5.13 to netinet/in.hJoseph Myers1-0/+3
2021-07-19resolv: Deprecate legacy interfaces in libresolvFlorian Weimer1-1/+2
2021-07-07inet: Add hidden prototype for __inet_networkFlorian Weimer1-1/+3
2021-06-29Add RFC 8335 Definitions from Linux 5.13Andreas Roeseler1-0/+2
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-3/+3
2021-06-02Add missing symbols to Version filesFlorian Weimer1-0/+2
2021-05-13inet: Free result from getaddrinfoSiddhesh Poyarekar2-8/+9
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert92-92/+92
2020-12-12Fix spelling and grammar in several commentsJonny Grant1-4/+4
2020-12-04nsswitch: use new internal API (callers)DJ Delorie4-73/+11
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella2-3/+3
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer2-1/+76
2020-07-08Move non-deprecated RPC-related functions from sunrpc to inetFlorian Weimer9-2/+375
2020-05-11Use unsigned constants for ICMP6 filters [BZ #22489]Sergey1-4/+4
2020-05-05y2038: inet: Convert inet deadline to support 64 bit timeLukasz Majewski2-4/+5
2020-04-03Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h.Joseph Myers1-0/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers86-86/+86
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-7/+1
2019-10-30resolv/tst-idna_name_classify: Isolate from system librariesFlorian Weimer1-0/+4
2019-09-24inet/net-internal.h: Fix uninitalised clntudp_call() variableAlistair Francis1-0/+13
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert86-86/+86
2019-06-03Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.Joseph Myers1-0/+1
2019-05-28Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h.Joseph Myers1-0/+1
2019-02-25Break more lines before not after operators.Joseph Myers1-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers86-86/+86
2018-12-06inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer2-1/+62
2018-06-29manual: Revise crypt.texi.Zack Weinberg1-1/+1
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer7-37/+390