Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 49 | -49/+49 |
2023-10-24 | Move getnameinfo from 'inet' to 'nss' | Arjun Shankar | 2 | -562/+0 |
2023-10-24 | Move 'services' routines from 'inet' into 'nss' | Arjun Shankar | 8 | -177/+1 |
2023-10-24 | Move 'rpc' routines from 'inet' into 'nss' | Arjun Shankar | 7 | -190/+0 |
2023-10-24 | Move 'protocols' routines from 'inet' into 'nss' | Arjun Shankar | 8 | -194/+1 |
2023-10-24 | Move 'networks' routines from 'inet' into 'nss' | Arjun Shankar | 8 | -207/+1 |
2023-10-24 | Move 'netgroup' routines from 'inet' into 'nss' | Arjun Shankar | 5 | -645/+4 |
2023-10-24 | Move 'hosts' routines from 'inet' into 'nss' | Arjun Shankar | 11 | -386/+1 |
2023-10-24 | Move 'ethers' routines from 'inet' into 'nss' | Arjun Shankar | 4 | -123/+2 |
2023-10-24 | Move 'aliases' routines from 'inet' into 'nss' | Arjun Shankar | 7 | -190/+0 |
2023-10-04 | inet: Rearrange and sort Makefile variables | Arjun Shankar | 1 | -30/+112 |
2023-08-11 | nscd: Do not rebuild getaddrinfo (bug 30709) | Florian Weimer | 1 | -9/+0 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 4 | -4/+4 |
2023-04-18 | rcmd.c: Fix indentation in last commit | Siddhesh Poyarekar | 1 | -2/+2 |
2023-04-18 | inet/rcmd.c: fix warn unused result | Frédéric Bérat | 1 | -2/+5 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 4 | -4/+16 |
2023-02-16 | C2x strtol binary constant handling | Joseph Myers | 1 | -1/+1 |
2023-02-06 | Replace rawmemchr (s, '\0') with strchr | Wilco Dijkstra | 1 | -3/+3 |
2023-01-17 | Add IPPROTO_L2TP from Linux 6.1 to netinet/in.h | Joseph Myers | 1 | -0/+2 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 92 | -92/+92 |
2022-12-19 | Avoid use of atoi in some places in libc | Joseph Myers | 1 | -1/+1 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -0/+3 |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 1 | -6/+0 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 1 | -0/+1 |
2022-08-15 | Move ip_mreqn structure from Linux to generic | Samuel Thibault | 1 | -0/+13 |
2022-08-10 | inet: Turn __ivaliduser into a compatibility symbol | Florian Weimer | 1 | -13/+6 |
2022-06-01 | inet: Use 64 bit stat for ruserpass (BZ# 29210) | Adhemerval Zanella | 1 | -2/+2 |
2022-03-08 | inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory | Adhemerval Zanella | 1 | -68/+74 |
2022-03-08 | inet: Remove strdupa from nrl_domainname() | Adhemerval Zanella | 1 | -5/+5 |
2022-03-08 | inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566) | Adhemerval Zanella | 1 | -70/+78 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 92 | -92/+92 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 44 | -44/+0 |
2021-08-05 | Add INADDR_DUMMY from Linux 5.13 to netinet/in.h | Joseph Myers | 1 | -0/+3 |
2021-07-19 | resolv: Deprecate legacy interfaces in libresolv | Florian Weimer | 1 | -1/+2 |
2021-07-07 | inet: Add hidden prototype for __inet_network | Florian Weimer | 1 | -1/+3 |
2021-06-29 | Add RFC 8335 Definitions from Linux 5.13 | Andreas Roeseler | 1 | -0/+2 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 1 | -3/+3 |
2021-06-02 | Add missing symbols to Version files | Florian Weimer | 1 | -0/+2 |
2021-05-13 | inet: Free result from getaddrinfo | Siddhesh Poyarekar | 2 | -8/+9 |
2021-05-06 | Annotate additional APIs with GCC attribute access. | Martin Sebor | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 92 | -92/+92 |
2020-12-12 | Fix spelling and grammar in several comments | Jonny Grant | 1 | -4/+4 |
2020-12-04 | nsswitch: use new internal API (callers) | DJ Delorie | 4 | -73/+11 |
2020-11-16 | Add {,sysdep-}ld-library-path make variable | Samuel Thibault | 1 | -1/+1 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2 | -3/+3 |
2020-07-17 | Move <rpc/netdb.h> from sunrpc to inet | Florian Weimer | 2 | -1/+76 |
2020-07-08 | Move non-deprecated RPC-related functions from sunrpc to inet | Florian Weimer | 9 | -2/+375 |
2020-05-11 | Use unsigned constants for ICMP6 filters [BZ #22489] | Sergey | 1 | -4/+4 |
2020-05-05 | y2038: inet: Convert inet deadline to support 64 bit time | Lukasz Majewski | 2 | -4/+5 |
2020-04-03 | Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h. | Joseph Myers | 1 | -0/+4 |