about summary refs log tree commit diff
path: root/inet
Commit message (Expand)AuthorAgeFilesLines
* resolv/tst-idna_name_classify: Isolate from system librariesFlorian Weimer10 days1-0/+4
* inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer2018-12-122-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
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-2/+6
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+1
* Correct misplaced comments in struct ip_mreq_sourcePhil Blundell2017-05-031-2/+2
* rcmd/rexec: Fix typo in commentFlorian Weimer2017-04-192-2/+2
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-192-0/+2
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-132-2/+2
* sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer2017-02-284-2/+405
* Make endian-conversion macros always return correct types (bug 16458).Joseph Myers2017-01-113-5/+45
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0179-79/+79
* inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]Florian Weimer2016-12-094-27/+49
* Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2016-09-232-0/+3
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-234-20/+21
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-232-10/+10
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-155-2/+231
* Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell2016-06-021-7/+7
* 2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-05-302-84/+0
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-232-1/+128
* getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer2016-05-041-52/+51
* getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer2016-05-041-7/+6
* getnameinfo: Reduce line length and add missing commentsFlorian Weimer2016-05-041-21/+18
* getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer2016-04-291-240/+347
* getnameinfo: Do not preserve errnoFlorian Weimer2016-04-281-10/+2
* inet: Remove SCCS keywordsFlorian Weimer2016-04-287-29/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0473-73/+73
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-23/+7
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-204-61/+26
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-164-11/+5
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-083-3/+3
* Add netinet/in.h values from Linux 4.2.Joseph Myers2015-09-011-0/+2
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* Fix ruserok scalability with large ~/.rhosts file.Carlos O'Donell2015-07-081-19/+31
* Fix gethostbyaddr in6addr_any, in6addr_loopback namespace (bug 18532).Joseph Myers2015-06-172-5/+9