<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/glibc.git/inet/Versions, branch master</title>
<subtitle>GNU C Library
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/glibc.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/'/>
<updated>2023-10-24T10:31:00Z</updated>
<entry>
<title>Move 'services' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:31:00Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=1d74d2f042a405982661267394e16126db70dc5f'/>
<id>urn:sha1:1d74d2f042a405982661267394e16126db70dc5f</id>
<content type='text'>
The getservby* and getservent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'protocols' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:30:59Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=a25a060c358358d61d683dc8e9aa9df91e877a35'/>
<id>urn:sha1:a25a060c358358d61d683dc8e9aa9df91e877a35</id>
<content type='text'>
The getprotoby* and getprotoent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'networks' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:30:59Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=5a6e784e64c9e3d9b16b257f73cc6332771d9e18'/>
<id>urn:sha1:5a6e784e64c9e3d9b16b257f73cc6332771d9e18</id>
<content type='text'>
The getnetby* and getnetent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'netgroup' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:30:59Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87'/>
<id>urn:sha1:3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87</id>
<content type='text'>
These netgroup routines are entry points for nss functionality.
This commit moves them along with netgroup.h from the 'inet'
subdirectory to 'nss', and adjusts any references accordingly.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'hosts' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:30:59Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=a7e8d0b90bc400b4d57afb01c1a54236a5c4754c'/>
<id>urn:sha1:a7e8d0b90bc400b4d57afb01c1a54236a5c4754c</id>
<content type='text'>
The gethostby* and gethostent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'ethers' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:30:59Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=1c40266328babd3613d0fc7928449a7b53d87c73'/>
<id>urn:sha1:1c40266328babd3613d0fc7928449a7b53d87c73</id>
<content type='text'>
ether_hostton and ether_ntohost are entry points for nss functionality.
This commit moves them from the 'inet' subdirectory to 'nss', and
adjusts any references accordingly.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'aliases' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:30:59Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=4298586619e4a8cf4ba0a5a9da31ae80efac173c'/>
<id>urn:sha1:4298586619e4a8cf4ba0a5a9da31ae80efac173c</id>
<content type='text'>
The aliases routines are entry points for nss functionality.  This
commit moves aliases.h and the aliases routines from the 'inet'
subdirectory to 'nss', and adjusts any external references.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Add missing symbols to Version files</title>
<updated>2021-06-02T05:32:19Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2021-06-02T05:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=186cd80b1eb0c28f42c052bbaa9b37a7f66ee662'/>
<id>urn:sha1:186cd80b1eb0c28f42c052bbaa9b37a7f66ee662</id>
<content type='text'>
Some symbols have explicit versioned_symbol or compat_symbol markers
in the sources, but no corresponding entry in the Versions files.
This presently works because the local: * directive is only applied
to the base version.

Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]</title>
<updated>2018-05-23T13:27:24Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2018-05-23T13:26:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=7f9f1ecb710eac4d65bb02785ddf288cac098323'/>
<id>urn:sha1:7f9f1ecb710eac4d65bb02785ddf288cac098323</id>
<content type='text'>
This provides an implementation of the IDNA2008 standard and fixes
CVE-2016-6261, CVE-2016-6263, CVE-2017-14062.
</content>
</entry>
<entry>
<title>inet: Add __inet6_scopeid_pton function [BZ #20611]</title>
<updated>2016-09-15T13:46:30Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2016-09-15T13:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/glibc.git/commit/?id=80d8cb91dee8bdcc4e430b3e2620d95f89b1ee0b'/>
<id>urn:sha1:80d8cb91dee8bdcc4e430b3e2620d95f89b1ee0b</id>
<content type='text'>
__inet6_scopeid_pton implements strict validation of numeric scope IDs.
Use it in getaddrinfo and __res_vinit.
</content>
</entry>
</feed>
