GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resolv
/
res_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolv: Implement no-aaaa stub resolver option
Florian Weimer
2022-06-24
1
-4
/
+20
*
resolv: Fix unaligned accesses to fields in HEADER struct
John David Anglin
2022-03-22
1
-5
/
+5
*
resolv: Avoid GCC 12 false positive warning [BZ #28439].
Martin Sebor
2021-10-11
1
-1
/
+3
*
resolv: Move res_query functions into libc
Florian Weimer
2021-07-19
1
-32
/
+56
*
resolv: Move res_hostalias into its own file, along with hostalias
Florian Weimer
2021-07-19
1
-30
/
+0
*
resolv: Move __res_context_hostalias into its own file and into libc
Florian Weimer
2021-07-19
1
-40
/
+0
*
resolv: Move ns_samename into its own file, and into libc
Florian Weimer
2021-07-19
1
-1
/
+1
*
resolv: Lift domain search list limits [BZ #19569] [BZ #21475]
Florian Weimer
2017-07-03
1
-5
/
+6
*
resolv: Introduce struct resolv_context [BZ #21668]
Florian Weimer
2017-07-03
1
-126
/
+172
*
resolv: Remove DEBUG from resolv/res_query.c
Florian Weimer
2017-06-30
1
-36
/
+0
*
resolv: Move res_query, res_search res_querydomain, hostalias
Florian Weimer
2017-06-30
1
-1
/
+56
*
resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely
Florian Weimer
2017-04-19
1
-1
/
+1
*
resolv: Remove EDNS fallback [BZ #21369]
Florian Weimer
2017-04-13
1
-15
/
+1
*
resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]
Florian Weimer
2017-04-13
1
-4
/
+19
*
resolv: Remove internal and unused definitions from <resolv.h>
Florian Weimer
2017-04-13
1
-0
/
+1
*
CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
Florian Weimer
2016-12-31
1
-3
/
+3
*
resolv: Remove SCCS and RCS keywords
Florian Weimer
2016-04-28
1
-5
/
+0
*
CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).
Carlos O'Donell
2016-02-16
1
-0
/
+3
*
BZ#16469: resolv: skip leading dot in domain to search
Alexandre Oliva
2014-11-21
1
-3
/
+14
*
BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)
Alexandre Oliva
2014-11-21
1
-11
/
+2
*
Check value at resplen2 if it is not NULL
Siddhesh Poyarekar
2014-07-08
1
-4
/
+5
*
Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)
Siddhesh Poyarekar
2014-04-30
1
-2
/
+5
*
Fix typo in comment in res_query.c
Joseph Anthony Pasquale Holsten
2014-04-11
1
-1
/
+1
*
Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer
Andreas Schwab
2014-02-19
1
-19
/
+26
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-1
/
+1
*
Fix assertion failures in resolver (BZ #13013).
Aurelien Jarno
2012-11-30
1
-15
/
+15
*
[network] Avoid out ouf bounds read in __libc_res_nquerydomain
Jeff Law
2012-02-29
1
-3
/
+7
*
Clean up internal fopen uses
Ulrich Drepper
2011-11-15
1
-1
/
+1
*
Use size_t for strlen results
Andreas Schwab
2011-07-20
1
-1
/
+1
*
Backport BIND code to query name as TLD.
Ulrich Drepper
2011-05-07
1
-6
/
+8
*
Define and implement RES_USE_DNSSEC option in resolver.
Adam Tkac
2009-07-27
1
-4
/
+4
*
[BZ #10128]
Ulrich Drepper
2009-05-09
1
-0
/
+7
*
Fix tests for existence of second reply.
Ulrich Drepper
2008-10-24
1
-3
/
+3
*
* resolv/res_query.c (__libc_res_nquery): Add a few casts.
Ulrich Drepper
2008-10-24
1
-4
/
+4
*
* resolv/res_send.c (__libc_res_nsend): Take additional parameter.
cvs/fedora-glibc-20080728T2320
Ulrich Drepper
2008-07-28
1
-13
/
+19
*
* resolv/res_query.c (__libc_res_nquery): Issue debug message only
Ulrich Drepper
2008-07-09
1
-2
/
+4
*
* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
Ulrich Drepper
2008-07-09
1
-4
/
+20
*
* resolv/res_query.c (__libc_res_nquery): In case one of two
Ulrich Drepper
2008-05-19
1
-0
/
+15
*
* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
Ulrich Drepper
2008-05-10
1
-35
/
+114
*
* resolv/res_init.c (res_setoptions): Recognize edns0 option.
Ulrich Drepper
2007-02-09
1
-7
/
+22
*
[BZ #2499]
Ulrich Drepper
2006-05-06
1
-0
/
+6
*
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper
2004-12-22
1
-6
/
+0
*
2.5-18.1
Jakub Jelinek
2007-07-12
1
-0
/
+6
*
Update.
Ulrich Drepper
2004-10-18
1
-0
/
+6
*
Update.
Ulrich Drepper
2004-08-12
1
-2
/
+5
*
[BZ #116]
Ulrich Drepper
2004-08-09
1
-6
/
+1
*
[BZ #95]
Ulrich Drepper
2004-08-09
1
-3
/
+11
*
Update.
Ulrich Drepper
2002-10-17
1
-31
/
+88
*
Update.
Ulrich Drepper
2002-10-09
1
-3
/
+17
*
(MAXPACKET): Increase minimum value from 1024 to 65536, to avoid buffer overrun.
Ulrich Drepper
2002-08-24
1
-2
/
+2
[next]