<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc/nss, branch master</title>
<subtitle>Fork of glibc for development</subtitle>
<id>https://git.zx2c4.com/glibc/atom/nss?h=master</id>
<link rel='self' href='https://git.zx2c4.com/glibc/atom/nss?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/'/>
<updated>2024-01-02T10:10:42Z</updated>
<entry>
<title>getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)</title>
<updated>2024-01-02T10:10:42Z</updated>
<author>
<name>Andreas Schwab</name>
<email>schwab@suse.de</email>
</author>
<published>2023-12-06T13:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=5eabdb6a6ac1599d23dd5966a37417215950245f'/>
<id>urn:sha1:5eabdb6a6ac1599d23dd5966a37417215950245f</id>
<content type='text'>
When __resolv_context_get returns NULL due to out of memory, translate it
to a return value of EAI_MEMORY.
</content>
</entry>
<entry>
<title>Update copyright dates not handled by scripts/update-copyrights</title>
<updated>2024-01-01T18:53:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2024-01-01T18:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=1059defeee95e28c65b266a55eba6d47d852026b'/>
<id>urn:sha1:1059defeee95e28c65b266a55eba6d47d852026b</id>
<content type='text'>
I've updated copyright dates in glibc for 2024.  This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files.
</content>
</entry>
<entry>
<title>Update copyright dates with scripts/update-copyrights</title>
<updated>2024-01-01T18:53:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2024-01-01T18:12:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=dff8da6b3e89b986bb7f6b1ec18cf65d5972e307'/>
<id>urn:sha1:dff8da6b3e89b986bb7f6b1ec18cf65d5972e307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nss: Remove unused allocation from get_nscd_addresses in getaddrinfo</title>
<updated>2023-12-20T15:14:33Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2023-12-20T15:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=61bac1a9d2ab80ebcbc51484722e6ea43414bec7'/>
<id>urn:sha1:61bac1a9d2ab80ebcbc51484722e6ea43414bec7</id>
<content type='text'>
No bug because this is not visible if glibc is built with
optimization.  Otherwise this would be a critical resource leak.

Reviewed-by: Carlos O'Donell &lt;carlos@redhat.com&gt;
</content>
</entry>
<entry>
<title>Move getnameinfo from 'inet' to '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:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=2f1c6652d7b339526cfebc87c64c6f130cabc9ba'/>
<id>urn:sha1:2f1c6652d7b339526cfebc87c64c6f130cabc9ba</id>
<content type='text'>
getnameinfo is an entry points for nss functionality.  This commit moves
it from the 'inet' subdirectory to 'nss'.  The corresponding Versions
entry is also moved from 'posix' into 'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move getaddrinfo from 'posix' 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:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=7f602256ab5b85db1dbfb5f40bd109c4b37b68c8'/>
<id>urn:sha1:7f602256ab5b85db1dbfb5f40bd109c4b37b68c8</id>
<content type='text'>
getaddrinfo is an entry point for nss functionality.  This commit moves
it from 'sysdeps/posix' to 'nss', gets rid of the stub in 'posix', and
moves all associated tests as well.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<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.zx2c4.com/glibc/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 'rpc' 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:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=9b63a8ac404733851798680da1dc9f53ee70b64c'/>
<id>urn:sha1:9b63a8ac404733851798680da1dc9f53ee70b64c</id>
<content type='text'>
The getrpcby* and getrpcent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.  The Versions entries for these routines along with a test,
located in the 'sunrpc' subdirectory, are also moved into '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.zx2c4.com/glibc/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.zx2c4.com/glibc/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>
</feed>
