Gitiles
Code Review
Sign In
gerrit.nordix.org
/
thekelleys
/
dnsmasq
/
6ec5f5c4279c887ea4b464839e8cc3a2160599b3
/
src
6ec5f5c
Extend --ra-param mtu: field to allow an interface name.
by Vladislav Grishenko
· 8 years ago
5a7212c
Make --rev-server work in the presence of --bogus-priv.
by Vladislav Grishenko
· 8 years ago
3a8b0f6
Improve error handling with shcp-script "init" mode.
by Petr Menšík
· 8 years ago
a93b02e
Compile option string: show script-support independent of DHCP.
by Simon Kelley
· 8 years ago
c77fb9d
Capture and log STDOUT and STDERR output from dhcp-script.
by Petr Menšík
· 8 years ago
7bfa263
FreeBSD compilation tweak.
by Simon Kelley
· 8 years ago
005c46d
Add mtu facility to --ra-param.
by David Flamand
· 8 years ago
503c609
--dhcp-reply-delay option to workaround PXE client bugs.
by Floris Bos
· 8 years ago
60704f5
Add support for unique TFTP root per MAC.
by Floris Bos
· 8 years ago
4e7694d
Allow binding to both source address and interface in server specs.
by Kristian Evensen
· 8 years ago
e33b487
When forwarding a query to a non-DNSSEC nameserver, don't verify the lack of DNSSEC.
by James Bottomley
· 8 years ago
ad59f27
Fix man page re interface labels and add warning when used badly.
by Petr Menšík
· 8 years ago
dc99058
Improve error checking for --rev-server.
by Olivier Gayot
· 8 years ago
916959c
Fix rev-server with /32 prefix.
by Olivier Gayot
· 8 years ago
13dee6f
Compilation warning fixes.
by Simon Kelley
· 8 years ago
62f9c0d
Fix CNAME wildcard in auth-mode.
by Simon Kelley
· 8 years ago
fca008d
Make --bogus-priv apply to IPv6.
by Simon Kelley
· 8 years ago
43517fc
Spelling fixes.
by klemens
· 8 years ago
88a77a7
Implement RFC-6842 (Client-ids in DHCP replies.)
by Simon Kelley
· 8 years ago
3e2496f
Decrease the number of individual sites listed in log.
by Hannu Nyman
· 8 years ago
361dfe5
Improve connection handling when talking to TCP upsteam servers.
by Simon Kelley
· 8 years ago
68f6312
Stop treating SERVFAIL as a successful response from upstream servers.
by Baptiste Jonglez
· 8 years ago
730c674
Comprehensive spelling/typo fixes.
by Josh Soref
· 8 years ago
d42d470
Make --localise-queries apply to names from --interface-name.
by Simon Kelley
· 8 years ago
0740e43
Fix rrfilter bug leading to malformed replies.
by Simon Kelley
· 8 years ago
903df07
Detect and error loops in --cname configuration.
by Simon Kelley
· 8 years ago
0ef1334
Tweak start-up logging
by Simon Kelley
· 8 years ago
5eb9dde
Fix getsockname error return check.
by Reiter Wolfgang
· 8 years ago
ae3154a
Additional syntax check on MAC wildcards.
by Simon Kelley
· 8 years ago
3ebe62d
Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq
by Simon Kelley
· 8 years ago
f89cae3
Add DNSMASQ_REQUESTED_OPTIONS env-var to lease change script.
by ZHAO Yu
· 8 years ago
09b768e
Bump TCP connection backlog from 5 to 32.
by Simon Kelley
· 8 years ago
a1d973f
Allow multiple CNAMEs in a single --cname= option.
by Simon Kelley
· 8 years ago
b637d78
Allow wildcard CNAME records in authoritative zones.
by Simon Kelley
· 8 years ago
7ac9ae1
Compile time option NO_ID
by Kevin Darbyshire-Bryant
· 8 years ago
16800ea
Fix crash introduced in 2675f2061525bc954be14988d64384b74aa7bf8b
by Simon Kelley
· 8 years ago
b5e33ae
Log ipset errors.
by Simon Kelley
· 8 years ago
3c0c111
Improve --address and --ipset docs, fix --help output
by Peter Wu
· 8 years ago
2675f20
Handle binding upstream servers to an interface
by Beniamino Galvani
· 8 years ago
e94ad0f
Suppress useless warning about DHCP packets of interfaces without addresses.
by Simon Kelley
· 8 years ago
396750c
Refactor openBSD pftables code to remove blatant copyright violation.
by Simon Kelley
· 8 years ago
6d95099
Handle v4-mapped IPv6 addresses sanely for --synth-domain.
by Simon Kelley
· 8 years ago
c8328ec
Bump auth zone serial when reloading /etc/hosts and friends.
by Simon Kelley
· 8 years ago
094bfae
auth-zone: allow to exclude ip addresses from answer.
by Mathias Kresin
· 8 years ago
bf4e62c
Compile-time check on buffer sizes for leasefile parsing code.
by Simon Kelley
· 8 years ago
6b1c464
Don't reset packet length on transmission, in case of retransmission.
by Simon Kelley
· 8 years ago
fa78573
Zero packet buffers before building output, to reduce risk of information leakage.
by Simon Kelley
· 8 years ago
d6dce53
malloc(); memset() -> calloc() for efficiency.
by Simon Kelley
· 8 years ago
06093a9
Fix problem with --dnssec-timestamp
by Kevin Darbyshire-Bryant
· 8 years ago
1d07667
Fix logic error in Linux netlink code.
by Ivan Kokshaysky
· 8 years ago
591ed1e
Fix bad behaviour with some DHCP option arrangements.
by Simon Kelley
· 8 years ago
ce7845b
Check return of expand() always.
by Simon Kelley
· 8 years ago
d55f81f
Zero newly malloc'ed memory.
by Simon Kelley
· 8 years ago
294d36d
Calculate length of TFTP error reply correctly.
by Simon Kelley
· 8 years ago
0a4a049
Final PXE tweak, and release-note to reflect changes.
by Simon Kelley
· 9 years ago
fe71bba
Tweak UEFI workaround code.
by Simon Kelley
· 9 years ago
cbc100f
Tweak CSAs affected by UEFI PXE workaround code.
by Simon Kelley
· 9 years ago
68bea10
Fix error in PXE arch names and add ARM32 and ARM64.
by Simon Kelley
· 9 years ago
8628cd6
Workaround for UEFI PXE boot problems.
by Simon Kelley
· 9 years ago
ff32564
Fix for DHCP in transmission interface when --bridge-interface in use.
by Neil Jerram
· 9 years ago
b970260
Limit number of upstream nameservers when logging configuration.
by Simon Kelley
· 9 years ago
09217a1
Add --help to manpage .
by Simon Kelley
· 9 years ago
2c0c36f
Fix problem with IPv6 in new ARP-search code.
by Simon Kelley
· 9 years ago
d6b749a
Fix typo in SDBM hash function.
by Simon Kelley
· 9 years ago
14ffa07
Fix init of per server EDNS UDP packet size.
by Simon Kelley
· 9 years ago
8798585
Remove pre-existing EDNS0_OPTION_NOMDEVICEID if MAC address unknown.
by Simon Kelley
· 9 years ago
a2bc254
Check return-code of inet_pton when parsing DHCPv4 options.
by Simon Kelley
· 9 years ago
a7b27e8
NULL pointer check.
by Simon Kelley
· 9 years ago
529b030
Tidy code.
by Simon Kelley
· 9 years ago
4caa86d
Tidy.
by Simon Kelley
· 9 years ago
e1abeee
Fix memory leak in inotify code.
by Simon Kelley
· 9 years ago
40205a0
Bound hash-iterations in DNSSEC NSEC3 checking.
by Simon Kelley
· 9 years ago
b8ac466
Tidy code.
by Simon Kelley
· 9 years ago
d1377fa
Account for TFTP packet headers in IPv6 correctly.
by Simon Kelley
· 9 years ago
fa79466
Tighten syntax checking for dhcp-range and clarify man page.
by Simon Kelley
· 9 years ago
a93bd4b
Fix broken DNSMASQ_USER<x> envvars in script with more than one class.
by Simon Kelley
· 9 years ago
407a1f3
Tidy parsing code.
by Simon Kelley
· 9 years ago
4b6af5d
Fix pointer declaration botch.
by Simon Kelley
· 9 years ago
7aa3f9a
format fix.
by Simon Kelley
· 9 years ago
f7cf749
Check return code from open()
by Simon Kelley
· 9 years ago
aa300f7
Fix typo in last commit.
by Simon Kelley
· 9 years ago
c7f3bd2
Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options.
by Simon Kelley
· 9 years ago
22fe2fd
Fix --add-subnet when returning empty or default subnet.
by Simon Kelley
· 9 years ago
7480aef
Apply ceiling of lease length to TTL when --dhcp-ttl in use.
by Simon Kelley
· 9 years ago
bec366b
Add --tftp-mtu option.
by Simon Kelley
· 9 years ago
832e47b
Add --dhcp-ttl option.
by Simon Kelley
· 9 years ago
df3d54f
Add TTL parameter to --host-record and --cname.
by Simon Kelley
· 9 years ago
22c0f4f
Fix previous commit.
by Simon Kelley
· 9 years ago
9e4cf47
Add --add-mac=text option.
by Simon Kelley
· 9 years ago
fdc97e1
Avoid divide-by-zero when dhcp-range is a whole /64
by Simon Kelley
· 9 years ago
a18bf31
Avoid losing timer when deleting a RA context.
by S L
· 9 years ago
1566bac
Fix breakage in ARP code when IPV6 support not compiled in.
by Simon Kelley
· 9 years ago
e6e751b
Make names of ARP script actions consistent.
by Simon Kelley
· 9 years ago
8de875f
Fix FTBFS on illumos
by Andy Stormont
· 9 years ago
4ace25c
Treat REFUSED (not SERVFAIL) as an unsuccessful upstream response
by Chris Novakovic
· 9 years ago
1e50512
Final form of configuration for EDNS0 MAC-address code.
by Simon Kelley
· 9 years ago
926332a
Add --max-port config option.
by Hans Dedecker
· 9 years ago
d05dd58
Fix wrong reply to simple name when --domain-needed set and no servers configured.
by Simon Kelley
· 9 years ago
f7443d7
Fix problems in last commit when DNSSEC not enabled.
by Simon Kelley
· 9 years ago
f344dbc
Complete DNSSEC server-selection code and set conntrack on DNSSEC queries.
by Simon Kelley
· 9 years ago
Next »