summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add source address to RA packet dumps.Simon Kelley2022-09-061-1/+7
* Fix DHCPv6 relay to use a more sensble source address.Simon Kelley2022-09-062-15/+10
* Free sockets awaiting upstream DNS replies ASAP.Simon Kelley2022-09-061-0/+7
* Tweak packet dump code to make port numbers more accurate.Simon Kelley2022-09-058-84/+120
* Simplify realloc use in poll.cSimon Kelley2022-08-111-12/+4
* Introduce whine_reallocPetr Menšík2022-08-116-24/+24
* CHANGELOG typo.v2.87test9Simon Kelley2022-08-081-1/+1
* Fix bad interaction between --address=/#/<ip> and --server=/some.domain/#Simon Kelley2022-08-082-6/+17
* Bound the value of UDP packet size in the EDNS0 header ofBertie, Taylor2022-07-312-2/+12
* Update man page on DHCP data provided to scripts. Provide requested options f...Simon Kelley2022-07-314-15/+27
* Fix bit-rotted data handling code for LUA scripts.Simon Kelley2022-07-313-15/+14
* Tidy last two commits.Simon Kelley2022-07-312-25/+14
* Pass MUD URLs (RFC 8520) supplied via DHCPv4 to DHCP scriptsKevin Yeich2022-07-293-0/+11
* Pass MUD URLs (RFC 8520) supplied via DHCPv6 to DHCP scriptsHugo Hakim Damer2022-07-293-2/+15
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2022-07-1912-34/+73
|\
| * Fix comment typo.Simon Kelley2022-07-191-1/+1
| * Fix parsing of IPv6 addresses with peer from netlink.Beniamino Galvani2022-05-271-1/+10
| * Add the ability to specify destination port in DHCP-relay mode.Simon Kelley2022-05-267-7/+36
| * Fix outdated comment.Simon Kelley2022-05-261-1/+1
| * Update GNU GPL file.Petr Menšík2022-05-131-22/+21
| * Also log upstream port for dnssec-retryDominik Derigs2022-04-181-2/+2
| * Add inode compare while checking resolv file change袁建鹏2022-04-182-1/+3
* | Fix comment typo.Simon Kelley2022-07-071-1/+1
|/
* Fix write-after-free error in DHCPv6 code. CVE-2022-0934 refers.Simon Kelley2022-03-312-21/+30
* Add DNSMASQ_DATA_MISSING envvar to lease-change script.Simon Kelley2022-03-222-1/+13
* Manpage update for --localise-queries.Simon Kelley2022-03-051-1/+2
* Enhance --domain to accept, interface names for the address range.Simon Kelley2022-03-056-11/+92
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2022-03-051-58/+52
|\
| * Update German translation.Conrad Kostecki2022-03-021-58/+52
* | Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2022-02-241-2/+2
|\ \ | |/
| * Fix missing reverse-records from --dynamic-host.Simon Kelley2022-02-181-2/+2
* | Fix memory leak when DBUS connection fails.Simon Kelley2022-02-241-2/+5
* | Fix longjump() compiler warnings.Simon Kelley2022-02-241-21/+15
|/
* Add --conf-scriptv2.87test8Simon Kelley2022-02-083-12/+85
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2022-02-041-24/+23
|\
| * Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2022-02-0450-340/+520
| |\
| * | Tidy iface_check().Simon Kelley2022-01-211-24/+23
* | | Ask netlink for new address events unconditionally.Simon Kelley2022-02-041-9/+2
| |/ |/|
* | Fix FTBFS on BSD platforms.Johnny S. Lee via Dnsmasq-discuss2022-02-031-2/+5
* | Handle changing interface indexes when binding DHCP sockets.Simon Kelley2022-02-034-26/+56
* | Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqv2.87test7Simon Kelley2022-02-022-11/+11
|\ \ | |/
| * fix dnsmasq typo in man pageOlaf Hering2022-01-211-1/+1
| * Fix indentation in Umbrella option code.Simon Kelley2022-01-211-10/+10
* | Improve the performance of DHCP relay.v2.87test6Simon Kelley2022-02-025-202/+212
* | Dump.c Fix IPv6 checksum on big-endian.Simon Kelley2022-01-301-3/+3
* | Handle options other than source link-layer address in router solicitations.Simon Kelley2022-01-291-8/+16
* | Extend packet dump system to RA.Simon Kelley2022-01-294-25/+86
* | Extend packet-dump system to DHCP and TFTP.Simon Kelley2022-01-298-52/+120
* | Bump copyright to 2022.Simon Kelley2022-01-2448-49/+49
|/
* Fix crash in PXE code with bad config.Simon Kelley2022-01-182-3/+4