aboutsummaryrefslogtreecommitdiff
path: root/inet
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-04inet: Actually build and run tst-deadlineFlorian Weimer1-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-30/+30
2017-10-01Hide internal idna functions [BZ #18822]H.J. Lu1-3/+1
2017-09-28hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault2-2/+4
2017-08-31inet: Remove internal_function attributeFlorian Weimer6-13/+6
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer3-17/+3
2017-08-13NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer2-9/+3
2017-08-10__inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer2-3/+2
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers5-11/+11
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer3-6/+5
2017-06-22inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657]Benjamin Cama2-1/+2
2017-06-21inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.cFlorian Weimer1-10/+109
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-6/+10
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg2-2/+6
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-1/+1
2017-05-03Correct misplaced comments in struct ip_mreq_sourcePhil Blundell1-2/+2
2017-04-19rcmd/rexec: Fix typo in commentFlorian Weimer2-2/+2
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2-0/+2
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2-2/+2
2017-02-28sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer4-2/+405
2017-01-11Make endian-conversion macros always return correct types (bug 16458).Joseph Myers3-5/+45
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers79-79/+79
2016-12-09inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]Florian Weimer4-27/+49
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2-0/+3
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg4-20/+21
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2-10/+10
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer5-2/+231