|
|
|
@1128
|
[1128]
|
5 years |
ahu |
small clarification
|
|
|
|
@1100
|
[1100]
|
6 years |
ahu |
TSIG preparations
|
|
|
|
@1095
|
[1095]
|
6 years |
ahu |
implement 48 bit rdata in preparation of TSIG
|
|
|
|
@1029
|
[1029]
|
6 years |
ahu |
Thanks to Heinrich Ruthensteiner and Christoph Haas for debugging, the new …
|
|
|
|
@1026
|
[1026]
|
6 years |
ahu |
fix escaped dots! Plus close debian bug 406462, 'm' stands for minutes, …
|
|
|
|
@996
|
[996]
|
6 years |
ahu |
fix TXT storage and processing model. Each TXT record must now be in …
|
|
|
|
@962
|
[962]
|
6 years |
ahu |
move 'resolver.cc' to MOADNSParser, which allows us to rip out …
|
|
|
|
@930
|
[930]
|
6 years |
ahu |
whitespace, version info
|
|
|
|
@925
|
[925]
|
6 years |
ahu |
first of the speedup patches. move labelmap to an unsorted vector, and …
|
|
|
|
@803
|
[803]
|
7 years |
ahu |
centralise and fix 'packed' ugliness for EDNS0 and dnsrecordheader
fix …
|
|
|
|
@802
|
[802]
|
7 years |
ahu |
Big bag of VC++ fixes, mostly by Michel 'Wimpie' Stol
|
|
|
|
@792
|
[792]
|
7 years |
ahu |
cut our ties with arpa/nameser.h
|
|
|
|
@773
|
[773]
|
7 years |
ahu |
this fixes prio in MX and in SRV records from being zero on sun-endian …
|
|
|
|
@699
|
[699]
|
7 years |
ahu |
implement stunningly cool spoofing protection, plus spoofer in dnspbench
|
|
|
|
@690
|
[690]
|
7 years |
ahu |
prevent possible crashes (score one for valgrind)
|
|
|
|
@687
|
[687]
|
7 years |
ahu |
also compress the first answer against the question - might fix problems …
|
|
|
|
@670
|
[670]
|
7 years |
ahu |
1) make everyting intrinsically case-insensitive
2) clear up . oddness, …
|
|
|
|
@661
|
[661]
|
7 years |
ahu |
ok - this is a scary commit. It fixes TCP packets with >16384 size …
|
|
|
|
@650
|
[650]
|
7 years |
ahu |
ok, I lied - rfc 4255 has chosen In All Its Wisdom to implement SSHFP as …
|
|
|
|
@643
|
[643]
|
7 years |
ahu |
20% speedup or so in xfrLabel by implementing 'vstringtok' which only …
|
|
|
|
@639
|
[639]
|
7 years |
ahu |
very slight speedup (toLower==toLower -> strcasecmp)
some comments
|
|
|
|
@638
|
[638]
|
7 years |
ahu |
Work around a bug in gcc 3.4.something, reported by Jorn Ekkelenkamp and …
|
|
|
|
@622
|
[622]
|
7 years |
ahu |
several speedups that do little to make the code more readable
|
|
|
|
@559
|
[559]
|
7 years |
ahu |
add opendbx
speedup in dnswriter (CHECK!)
add publish to auto-build
|
|
|
|
@518
|
[518]
|
8 years |
ahu |
make ./configure fail if Boost is not installed, and give out helpful tip …
|
|
|
|
@517
|
[517]
|
8 years |
ahu |
add support for properly truncating records in the pdns_recursor again …
|
|
|
|
@514
|
[514]
|
8 years |
ahu |
the gist is: move pdns_recursor over to new …
|
|
|
|
@513
|
[513]
|
8 years |
ahu |
expose dnsheader
shave off one call to random() on construction - go add …
|
|
|
|
@510
|
[510]
|
8 years |
ahu |
fix double-srv regression test error
add label compression to dnswriter, …
|
|
|
|
@508
|
[508]
|
8 years |
ahu |
add OPT pseudo-record support
teach DNSPacketWriter about differing …
|
|
|
|
@506
|
[506]
|
8 years |
ahu |
fix NSEC parsing from zone
answers got wrong qname
add 'xfrType'
|
|
|
|
@505
|
[505]
|
8 years |
ahu |
add support for blobs and 8 bit ints to the magical symmetrical transfer …
|
|
|
|
@497
|
[497]
|
8 years |
ahu |
the magic 'turn the parser into a generator' work
|