summary refs log tree commit diff
path: root/inet
Commit message (Expand)AuthorAgeFilesLines
* inet: Use 64 bit stat for ruserpass (BZ# 29210)Adhemerval Zanella2022-06-011-2/+2
* inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memoryAdhemerval Zanella2022-03-081-68/+74
* inet: Remove strdupa from nrl_domainname()Adhemerval Zanella2022-03-081-5/+5
* inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)Adhemerval Zanella2022-03-081-70/+78
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0192-92/+92
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0344-44/+0
* Add INADDR_DUMMY from Linux 5.13 to netinet/in.hJoseph Myers2021-08-051-0/+3
* resolv: Deprecate legacy interfaces in libresolvFlorian Weimer2021-07-191-1/+2
* inet: Add hidden prototype for __inet_networkFlorian Weimer2021-07-071-1/+3
* Add RFC 8335 Definitions from Linux 5.13Andreas Roeseler2021-06-291-0/+2
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-3/+3
* Add missing symbols to Version filesFlorian Weimer2021-06-021-0/+2
* inet: Free result from getaddrinfoSiddhesh Poyarekar2021-05-132-8/+9
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0292-92/+92
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-4/+4
* nsswitch: use new internal API (callers)DJ Delorie2020-12-044-73/+11
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-112-3/+3
* Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer2020-07-172-1/+76
* Move non-deprecated RPC-related functions from sunrpc to inetFlorian Weimer2020-07-089-2/+375
* Use unsigned constants for ICMP6 filters [BZ #22489]Sergey2020-05-111-4/+4
* y2038: inet: Convert inet deadline to support 64 bit timeLukasz Majewski2020-05-052-4/+5
* Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h.Joseph Myers2020-04-031-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0186-86/+86
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-7/+1
* resolv/tst-idna_name_classify: Isolate from system librariesFlorian Weimer2019-10-301-0/+4
* inet/net-internal.h: Fix uninitalised clntudp_call() variableAlistair Francis2019-09-241-0/+13
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0786-86/+86
* Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.Joseph Myers2019-06-031-0/+1
* Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h.Joseph Myers2019-05-281-0/+1
* Break more lines before not after operators.Joseph Myers2019-02-251-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0186-86/+86
* inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer2018-12-062-1/+62
* manual: Revise crypt.texi.Zack Weinberg2018-06-291-1/+1
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-237-37/+390
* inet: Actually build and run tst-deadlineFlorian Weimer2018-04-041-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0182-82/+82
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-30/+30
* Hide internal idna functions [BZ #18822]H.J. Lu2017-10-011-3/+1
* hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault2017-09-282-2/+4
* inet: Remove internal_function attributeFlorian Weimer2017-08-316-13/+6
* NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer2017-08-143-17/+3
* NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer2017-08-132-9/+3
* __inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer2017-08-102-3/+2
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-075-11/+11
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-273-6/+5
* inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657]Benjamin Cama2017-06-222-1/+2
* inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.cFlorian Weimer2017-06-211-10/+109
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-6/+10