aboutsummaryrefslogtreecommitdiff
path: root/inet
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-24Move getnameinfo from 'inet' to 'nss'Arjun Shankar
2023-10-24Move 'services' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'protocols' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'networks' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'hosts' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'ethers' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar
2023-10-04inet: Rearrange and sort Makefile variablesArjun Shankar
2023-08-11nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-04-18rcmd.c: Fix indentation in last commitSiddhesh Poyarekar
2023-04-18inet/rcmd.c: fix warn unused resultFrédéric Bérat
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-17Add IPPROTO_L2TP from Linux 6.1 to netinet/in.hJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19Avoid use of atoi in some places in libcJoseph Myers
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-08-15Move ip_mreqn structure from Linux to genericSamuel Thibault
2022-08-10inet: Turn __ivaliduser into a compatibility symbolFlorian Weimer
2022-06-01inet: Use 64 bit stat for ruserpass (BZ# 29210)Adhemerval Zanella
2022-03-08inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memoryAdhemerval Zanella
2022-03-08inet: Remove strdupa from nrl_domainname()Adhemerval Zanella
2022-03-08inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-05Add INADDR_DUMMY from Linux 5.13 to netinet/in.hJoseph Myers
2021-07-19resolv: Deprecate legacy interfaces in libresolvFlorian Weimer
2021-07-07inet: Add hidden prototype for __inet_networkFlorian Weimer
2021-06-29Add RFC 8335 Definitions from Linux 5.13Andreas Roeseler
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-02Add missing symbols to Version filesFlorian Weimer
2021-05-13inet: Free result from getaddrinfoSiddhesh Poyarekar
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer
2020-07-08Move non-deprecated RPC-related functions from sunrpc to inetFlorian Weimer
2020-05-11Use unsigned constants for ICMP6 filters [BZ #22489]Sergey
2020-05-05y2038: inet: Convert inet deadline to support 64 bit timeLukasz Majewski
2020-04-03Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h.Joseph Myers