Gitiles
Code Review
Sign In
gerrit.nordix.org
/
thekelleys
/
dnsmasq
/
0852d76b5812f05722b75d578a927c0dd7c537c2
0852d76
Start implementing canonicalization of RDATA wire formats.
by Giovanni Bajo
· 13 years ago
a55ce08
Silence a few warnings.
by Giovanni Bajo
· 13 years ago
dd09056
Convert to C-style comments.
by Giovanni Bajo
· 13 years ago
28f04fd
Remove unused variable.
by Giovanni Bajo
· 13 years ago
50a96b6
Fix a validation bug when owner != signer.
by Giovanni Bajo
· 13 years ago
00b963a
Improve logging message.
by Giovanni Bajo
· 13 years ago
79333a2
Fix a bug in extract_name_no_compression.
by Giovanni Bajo
· 13 years ago
32f82c6
Export skip_name function.
by Giovanni Bajo
· 13 years ago
4e076d7
Debug function.
by Giovanni Bajo
· 13 years ago
13e435e
Bugfix: domain names must go through hash function in DNS format (but uncompressed!)
by Giovanni Bajo
· 13 years ago
4b0eecb
Bugfix: rdata flags must go through hash function in network byte order.
by Giovanni Bajo
· 13 years ago
0360a52
Implement RSA verification.
by Giovanni Bajo
· 13 years ago
262ac85
verify() function must take a keydata chained buffer for input key.
by Giovanni Bajo
· 13 years ago
4c70046
Move helper functions to common header file.
by Giovanni Bajo
· 13 years ago
458824d
Helper function to walk through keydata chained blocks.
by Giovanni Bajo
· 13 years ago
a733864
Add a FIXME for missing logic.
by Giovanni Bajo
· 13 years ago
776fd04
Add cast to silence warning.
by Giovanni Bajo
· 13 years ago
20bccd4
Rework the loop a little (no functionality changes)
by Giovanni Bajo
· 13 years ago
708bcd2
Call valg verify functions (unimplemented for now)
by Giovanni Bajo
· 13 years ago
d0edff7
Insert all DNSKEY/DS records into cache in one transaction.
by Giovanni Bajo
· 13 years ago
ccca70c
Change some logging messages.
by Giovanni Bajo
· 13 years ago
0d829eb
Skip non-signing keys
by Giovanni Bajo
· 13 years ago
4137b84
Postpone RRSIG processing after all DNSKEY/DS have been parsed.
by Giovanni Bajo
· 13 years ago
e6c2a67
Before using a key for validation, also verify that algorithm matches.
by Giovanni Bajo
· 13 years ago
47f99dd
Fix argument in dnssec_parsekey() call.
by Giovanni Bajo
· 13 years ago
6759b99
Add function to extract algorithm number from context.
by Giovanni Bajo
· 13 years ago
3471f18
Start parsing DNSKEY records and insert them into cache.
by Giovanni Bajo
· 13 years ago
2ef843d
extract_name_no_compression: strip trailing dot.
by Giovanni Bajo
· 13 years ago
ce2a0f5
Macros to simplify tentative parsing.
by Giovanni Bajo
· 13 years ago
adca3e9
Refactor to use new VerifyAlg context, and start implementing logic for querying DNSKEYs.
by Giovanni Bajo
· 13 years ago
366dfcb
Explicitize the context of verification algorithm.
by Giovanni Bajo
· 13 years ago
28c6255
Move general macros in dnsmasq.h
by Giovanni Bajo
· 13 years ago
02f9b76
Rename key cache field.
by Giovanni Bajo
· 13 years ago
ba8badd
Fix bug in keydata_alloc()
by Giovanni Bajo
· 13 years ago
0decc86
Fix rrset qsort comparison function.
by Giovanni Bajo
· 13 years ago
b573aeb
Add skeleton for RSASHA256.
by Giovanni Bajo
· 13 years ago
d31d057
Remove useless endian-conversion after GETLONG().
by Giovanni Bajo
· 13 years ago
6445c8e
Fix off-by-one in iteration.
by Giovanni Bajo
· 13 years ago
382e38f
Specify the correct place where to canonicalize RR within RRset.
by Giovanni Bajo
· 13 years ago
9940aba
Initial openssl RSASHA1 implementation (only SHA1 for now).
by Giovanni Bajo
· 13 years ago
7e846b9
Add openssl support to build machinery.
by Giovanni Bajo
· 13 years ago
d322de0
Further abstract API of verify crypto.
by Giovanni Bajo
· 13 years ago
b98f771
Filter out invalid characters in domain names.
by Giovanni Bajo
· 13 years ago
c7a93f6
Skip trailing \0 in domain name.
by Giovanni Bajo
· 13 years ago
970ce22
Augment verify algorithm table.
by Giovanni Bajo
· 13 years ago
e292e93
Initial dnssec structure.
by Giovanni Bajo
· 13 years ago
fa164d4
DNSSEC validation require EDNS0, force larger packet size.
by Giovanni Bajo
· 13 years ago
f53c79c
Externalize dns parsing functions.
by Giovanni Bajo
· 13 years ago
7dbe193
Add run-time options to activate dnssec validation.
by Giovanni Bajo
· 13 years ago
a669f01
Add dnssec RR types
by Giovanni Bajo
· 13 years ago
237724c
Rename existing DNSSEC macros into DNSSEC_PROXY.
by Giovanni Bajo
· 13 years ago
53f84c7
Add compile-time macro for DNSSEC support.
by Giovanni Bajo
· 13 years ago
6692a1a
Fix dhcp-range sanity checking.
by Simon Kelley
· 11 years ago
a37cd7a
Use tags from pxe-proxy dhcp-range statements.
by Simon Kelley
· 11 years ago
e4cdbbf
Allow prefix :: in constructed dhcp-range.
by Vladislav Grishenko
· 11 years ago
4568a6f
IFACE_PERMANENT interface flag in enumeration.
by Vladislav Grishenko
· 11 years ago
5c72bb9
Silence compiler warning.
by Simon Kelley
· 11 years ago
8c3bdb4
Add code to get IPv6 address lifetimes and flags for *BSD.
by Vladislav Grishenko
· 11 years ago
ffbad34
Set SOREUSEADDR as well as SOREUSEPORT on DHCP sockets when both available.
by Simon Kelley
· 11 years ago
f086d39
Debian package change: update resolvconf script.
by Simon Kelley
· 11 years ago
cc4baaa
Fix DHCPv6 lease time calculation when client sends VL==0 or PL==0
by Simon Kelley
· 11 years ago
6640919
Sanity check for dhcp-range template.
by Simon Kelley
· 11 years ago
2937f8a
Provide independent control over which interfaces get TFTP.
by Simon Kelley
· 11 years ago
edf0bde
Make --listen-address higher priority than --except-interface.
by Simon Kelley
· 11 years ago
8d03046
Add --force-fast-ra option.
by Simon Kelley
· 11 years ago
9f48ffa
Apply ceiling of configured dhcp-range leasetime to deprecated prefix adverts.
by Simon Kelley
· 11 years ago
871d456
Support RFC-4242 information-refresh-time.
by Simon Kelley
· 11 years ago
0f371f9
Remove dead code.
by Simon Kelley
· 11 years ago
6bd109a
Better job with domain for DHCPv6 information-request.
by Simon Kelley
· 11 years ago
f7a40ec
Tweak when old prefix returns.
by Simon Kelley
· 11 years ago
ff1b41d
Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq
by Simon Kelley
· 11 years ago
fc4c4fd
Fix MAC address enumeration on *BSD.
by Simon Kelley
· 11 years ago
ef1a94a
Advertise lost prefixes with pref_time == 0 for 2 hours.
by Simon Kelley
· 11 years ago
d9fb0be
Make --clear-on-reload apply to DBus API too.
by Simon Kelley
· 11 years ago
3f3adae
DHCP FQDN option tweaks.
by Roy Marples
· 11 years ago
1ecbaaa
Tweak parameter lifetimes in Router advertisements.
by Simon Kelley
· 11 years ago
d859ca2
Allow hostnames to start with a number.
by Kyle Mestery
· 11 years ago
3953dcc
Typo in name in CHANGELOG.
by Simon Kelley
· 12 years ago
625ac28
Fix crash with empty DHCP string options.
by Simon Kelley
· 12 years ago
b4b9308
Increase timeout/number of retries in TFTP.
by Simon Kelley
· 12 years ago
e2ba0df
Don't BIND DHCP socket if more interfaces may come along later.
by Simon Kelley
· 12 years ago
921360c
Add constructor-noauth: keyword
by Simon Kelley
· 12 years ago
429805d
Allow constructed ranges from interface address at end of range.
by Simon Kelley
· 12 years ago
0da5e89
Log forwarding table overflows.
by Marcelo Salhab Brogliato
· 12 years ago
baa80ae
Remove limit in prefix length in --auth-zone.
by Simon Kelley
· 12 years ago
3e8ed78
Fix option parsing for --dhcp-host.
by Simon Kelley
· 12 years ago
4849332
Update Debian resolvconf script for dnscrypt-proxy integration.
by Simon Kelley
· 12 years ago
76dd75d
Fix hang from new interface-name code, when using TCP.
by Simon Kelley
· 12 years ago
63fd27e
Debian changelog update.
by Simon Kelley
· 12 years ago
115ac3e
Generalise --interface-name to cope with IPv6 addresses.
by Simon Kelley
· 12 years ago
cfcad42
Fix failure to start with ENOTSOCK
by Simon Kelley
· 12 years ago
3f2873d
Handle IPv4 interface-address labels in Linux.
by Simon Kelley
· 12 years ago
ab915f8
Only use ourselves as default DNS server for RA if we're doing DNS.
by Simon Kelley
· 12 years ago
ddd9a6b
replace inet_addr with inet_pton() in src/option.c
by Simon Kelley
· 12 years ago
7abb69b
Tighten checks in legal_hostname().
by Simon Kelley
· 12 years ago
d5052fb
Fix FTBFS in ipset.c with old kernel headers.
by Simon Kelley
· 12 years ago
b5a7ff4
Check length of synth-domain prefix.
by Simon Kelley
· 12 years ago
48fd1c4
Allow option prefix in --synth-domain.
by Simon Kelley
· 12 years ago
2bb73af
Add --synth-domain
by Simon Kelley
· 12 years ago
86e92f9
--dhcp-match et al now work with BOOTP as well as DHCP.
by Simon Kelley
· 12 years ago
Next »