index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
/
resolved-dns-packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolved: add comment clarifying why we decompress DNS names when parsing SRV
Lennart Poettering
2023-06-07
1
-4
/
+10
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-13
/
+8
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
resolve: introduce FORMAT_DNS_RCODE() macro
Yu Watanabe
2022-07-09
1
-0
/
+9
*
resolve: fix possible integer overflow
Yu Watanabe
2022-07-08
1
-9
/
+18
*
resolve: fix heap-buffer-overflow reported by ASAN with strict_string_checks=1
Yu Watanabe
2022-07-08
1
-1
/
+1
*
resolve: mark mDNS RRs in the Additional Records section as cacheable
Vishal Chillara Srinivas
2022-06-16
1
-2
/
+6
*
resolved: add DNS_RR_REPLACE
Zbigniew Jędrzejewski-Szmek
2022-05-12
1
-2
/
+1
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-4
/
+1
*
port string_hashsum from libgcrypt to openssl^gcrypt
Zbigniew Jędrzejewski-Szmek
2021-12-01
1
-3
/
+3
*
resolved: add _unused_ annotations to appease clang
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-2
/
+2
*
resolved: inline declarations of iterator variables
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-15
/
+11
*
resolved: move packet rewinder initalization inline
Zbigniew Jędrzejewski-Szmek
2021-11-23
1
-52
/
+39
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+3
*
resolved: indent tables for readability
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-20
/
+20
*
resolved: fix mistaking QU bit for cache-flush bit
Sergey Bugaev
2021-03-31
1
-15
/
+12
*
resolved: add flags to DnsQuestion items
Sergey Bugaev
2021-03-31
1
-2
/
+2
*
resolved: don't suppress OPT if we have no OPT
Lennart Poettering
2021-03-25
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-12
/
+12
*
resolved: don't discard mDNS queries with bad flags
Sergey Bugaev
2021-02-24
1
-7
/
+4
*
Fix grammar and a small typo on a comment
Sven Mueller
2021-02-19
1
-1
/
+1
*
resolved: let's track fragment sizes of servers/retry on fragmenting
Lennart Poettering
2021-02-18
1
-0
/
+14
*
resolved: include NSID support to DNS stub
Lennart Poettering
2021-02-17
1
-6
/
+73
*
tree-wide: fix typo
Yu Watanabe
2021-02-15
1
-1
/
+1
*
Merge pull request #18588 from poettering/refuse-loops
Yu Watanabe
2021-02-15
1
-0
/
+4
|
\
|
*
resolved: refuse packets looped back to us
Lennart Poettering
2021-02-14
1
-0
/
+4
*
|
resolved: gracefully handle trailing packet garbage
Lennart Poettering
2021-02-14
1
-0
/
+6
*
|
resolved: gracefully handle with packets with too large RR count
Lennart Poettering
2021-02-14
1
-1
/
+15
|
/
*
resolved: if dns_packet_append_answer() fails count how many RRs were success...
Lennart Poettering
2021-02-09
1
-1
/
+4
*
resolved: add RRSIG field to DnsAnswerItem
Lennart Poettering
2021-02-09
1
-1
/
+1
*
resolved: add new DnsAnswerFlags indicating originating section when parsing
Lennart Poettering
2021-02-09
1
-6
/
+14
*
resolved: add logic for patching TTLs of full packets
Lennart Poettering
2021-02-09
1
-31
/
+130
*
resolved: add logic for patching OPT max udp size of existing packet
Lennart Poettering
2021-02-09
1
-1
/
+19
*
resolved: add helper dns_packet_dup() for duplicating packets
Lennart Poettering
2021-02-09
1
-0
/
+32
*
resolved-dns-packet: Use TAKE_PTR
Susant Sahani
2021-01-17
1
-1
/
+1
*
resolved-dns-packet: Use hashmap_ensure_put
Susant Sahani
2021-01-17
1
-5
/
+1
*
resolve: fix typo
Yu Watanabe
2020-12-29
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
resolved: use structured initialization everywhere
Lennart Poettering
2020-10-28
1
-6
/
+10
*
Merge pull request #17273 from mrc0mmand/coccinelle-check-for-bad-errno
Lennart Poettering
2020-10-12
1
-5
/
+4
|
\
|
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-5
/
+4
*
|
resolved: don't append RFC6975 data to stub replies
Lennart Poettering
2020-10-10
1
-3
/
+12
|
/
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
tree-wide: "unparseable" → "unparsable"
Zbigniew Jędrzejewski-Szmek
2020-07-02
1
-5
/
+5
*
Canonicalise names in DNS responses per RFC4034 requirements
Tom Hughes
2020-02-24
1
-5
/
+5
*
Drop trailing slash from assert_cc() definition
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-1
/
+1
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
[next]