index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
resolv
/
nss_dns
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
3
-3
/
+3
*
CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
Florian Weimer
2023-09-13
1
-1
/
+1
*
resolv/nss_dns/dns-host: Get rid of alloca.
Joe Simmons-Talbott
2023-08-14
1
-2
/
+2
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
1
-3
/
+3
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
3
-3
/
+3
*
nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces
Florian Weimer
2022-08-30
1
-281
/
+162
*
nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)
Florian Weimer
2022-08-30
1
-4
/
+4
*
nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)
Florian Weimer
2022-08-30
1
-298
/
+180
*
nss_dns: Remove remnants of IPv6 address mapping
Florian Weimer
2022-08-30
1
-45
/
+9
*
nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr
Florian Weimer
2022-08-30
1
-303
/
+102
*
nss_dns: Split getanswer_ptr from getanswer_r
Florian Weimer
2022-08-30
1
-52
/
+268
*
resolv: Implement no-aaaa stub resolver option
Florian Weimer
2022-06-24
1
-6
/
+46
*
Replace {u}int_fast{16|32} with {u}int32_t
Noah Goldstein
2022-04-13
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
3
-3
/
+3
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
3
-3
/
+0
*
resolv: Move nss_dns into libc
Florian Weimer
2021-07-19
3
-36
/
+31
*
resolv: Move dn_skipname to its own file and into libc
Florian Weimer
2021-07-19
2
-3
/
+3
*
resolv: Move dn_expand to its own file and into libc
Florian Weimer
2021-07-19
1
-2
/
+2
*
nss_dns: Do not use deprecated packet parsing functions
Florian Weimer
2021-07-15
2
-21
/
+20
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
3
-3
/
+3
*
nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS
Florian Weimer
2020-02-13
3
-0
/
+6
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
3
-3
/
+3
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
3
-3
/
+3
*
nss_dns: Check for proper A/AAAA address alignment
Florian Weimer
2019-05-24
1
-2
/
+13
*
nss_dns: Do not replace root domain with empty string
Florian Weimer
2019-04-11
2
-6
/
+0
*
resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]
Florian Weimer
2019-01-21
1
-2
/
+22
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
3
-3
/
+3
*
resolv/nss_dns/dns-host.c: Fix typo in comment
Florian Weimer
2017-09-26
1
-1
/
+2
*
nss_dns: Remove dead PTR IPv4-to-IPv6 mapping code
Florian Weimer
2017-09-06
1
-13
/
+0
*
Consistently use uintN_t not u_intN_t everywhere.
Joseph Myers
2017-08-07
1
-2
/
+2
*
resolv: Mirror the entire resolver configuration in struct resolv_conf
Florian Weimer
2017-07-03
1
-15
/
+22
*
resolv: Introduce struct resolv_context [BZ #21668]
Florian Weimer
2017-07-03
3
-49
/
+95
*
resolv: Report allocation errors in __res_vinit
Florian Weimer
2017-06-19
2
-5
/
+25
*
nss_dns: Correct parentheses for the __glibc_unlikely argument
Florian Weimer
2017-04-19
1
-1
/
+1
*
resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely
Florian Weimer
2017-04-19
1
-16
/
+27
*
nss_dns: Replace local declarations with declarations from a header file
Florian Weimer
2017-04-04
2
-14
/
+2
*
nss_dns: Remove superfluous dn_expand call from network handling
Florian Weimer
2017-04-04
1
-5
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
3
-3
/
+3
*
CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
Florian Weimer
2016-12-31
1
-1
/
+1
*
resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
Florian Weimer
2016-12-31
1
-14
/
+4
*
resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]
Florian Weimer
2016-10-07
1
-14
/
+0
*
resolv: Remove RES_NOIP6DOTINT and its implementation
Florian Weimer
2016-10-07
1
-8
/
+0
*
resolv: Remove SUNSECURITY preprocessor conditionals
Florian Weimer
2016-04-28
1
-5
/
+0
*
resolv: Remove RESOLVSORT preprocess conditionals
Florian Weimer
2016-04-28
1
-4
/
+0
*
nss_dns: Skip over non-PTR records in the netent code [BZ #19868]
Florian Weimer
2016-04-27
1
-2
/
+18
*
nss_dns: Remove custom offsetof macro definition
Florian Weimer
2016-04-27
1
-3
/
+1
*
nss_dns: Check address length before creating addrinfo result [BZ #19831]
Florian Weimer
2016-04-27
1
-20
/
+39
*
resolv, nss_dns: Remove remaining syslog logging [BZ #19862]
Florian Weimer
2016-04-27
1
-22
/
+0
*
nss_dns: Validate RDATA length against packet length [BZ #19830]
Florian Weimer
2016-04-27
2
-3
/
+28
[next]