summaryrefslogtreecommitdiff
path: root/inet
AgeCommit message (Expand)Author
2026-01-12tst-if_nameindex.c: Fix minimum buffer sizeSamuel Thibault
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-07-29inet-fortified: fix namespace violation (bug 33227)Sam James
2025-06-24inet: Implement inet_ntoa on top of inet_ntopAdhemerval Zanella
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat
2025-02-13nss: Improve network number parsers (bz 32573, 32575)Tobias Stoeckmann
2025-01-13inet: Add common IPv6 packet header macrosDan Luedtke
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22Compile tst-deadline.c with -Wno-ignored-attributes for ClangH.J. Lu
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-10-10Add IPPROTO_SMC from Linux 6.11 to netinet/in.hAdhemerval Zanella
2024-08-26inet: Avoid label at end of compound statement in tst-if_nameindexFlorian Weimer
2024-08-21Revert "inet: Avoid label at end of compound statement in tst-if_nameindex"Florian Weimer
2024-08-21inet: Avoid label at end of compound statement in tst-if_nameindexFlorian Weimer
2024-08-19inet: test if_nametoindex and if_indextonameDJ Delorie
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer
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