summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix error in IPv6 prefix calculation.v2.81rc3Petr Menšík2020-03-082-2/+2
* Add DHCPv6 ntp-server (56) option handling.Vladislav Grishenko2020-03-084-8/+41
* rfc3315: fix incorrect logical '&&' warningKevin Darbyshire-Bryant2020-03-081-1/+1
* suppress non linux network unused var warningsKevin Darbyshire-Bryant2020-03-082-1/+6
* Diverge error handling between *BSD and Linux.Brad Smith2020-03-081-3/+6
* Fix compiler warning.v2.81rc2Simon Kelley2020-03-051-1/+1
* Compiler warning.Simon Kelley2020-03-051-1/+1
* Remove compiler warnings in IPv6 checksum code in dump.cSimon Kelley2020-03-051-2/+6
* Update decline address handling in DHCPv6 for new multi-address world.Simon Kelley2020-03-052-43/+48
* Fix parameters to setsockopt() for TCP_FASTOPEN.Matthias Andree2020-03-051-1/+1
* Merge i18n messages.Simon Kelley2020-03-0210-4940/+6719
* Trivial formatting fix.Simon Kelley2020-03-021-1/+1
* Ignore routes in non-main tablesv2.81rc1Donald Sharp2020-03-021-1/+3
* option.c: fix NO_DHCP6 build errorKevin Darbyshire-Bryant2020-03-021-0/+4
* Optimise closing file descriptors.Simon Kelley2020-03-021-0/+32
* Factor out closing all file descriptors for later optimisation.Simon Kelley2020-03-024-16/+19
* Debian filemode tweak.Simon Kelley2020-03-022-0/+0
* Debian package: support runscript init-system.Simon Kelley2020-02-296-4/+59
* Support ECC-GOST DNSSEC signature algorithm.Simon Kelley2020-02-291-2/+51
* Add support for ED448 DNSSEC signature verification.Simon Kelley2020-02-291-6/+18
* Add --script-on-renewal option.Simon Kelley2020-02-275-6/+19
* Remove DSA signature verification from DNSSEC, as specified in RFC 8624.Simon Kelley2020-02-262-53/+6
* Debian changelog update.Simon Kelley2020-02-121-0/+1
* Allow empty server spec in --rev-server, to match --server.Simon Kelley2020-02-113-2/+9
* dnssec: add hostname info to insecure DS warningKevin Darbyshire-Bryant2020-02-111-1/+1
* Use <poll.h> instead of <sys/poll.h>DDoSolitary2020-02-111-1/+5
* Restore ability to answer non-recursive requestsPetr Menšík2020-02-111-14/+14
* Debian changelog update.Simon Kelley2020-02-101-1/+2
* Fix bug with prefixed wildcard addresses in 137286e9baecf6a3ba97722ef1b49c851...Simon Kelley2020-02-101-11/+8
* Fix problem with netlink socket and TCP DNS.Simon Kelley2020-02-091-0/+24
* Add tag filtering of dhcp-host directives.Simon Kelley2020-02-078-28/+58
* Extend 79aba0f10ad0157fb4f48afbbcb03f094caff97a for multiple IPv6 addresses.Simon Kelley2020-02-066-274/+322
* Support prefixed ranges of ipv6 addresses in dhcp-host.Simon Kelley2020-02-037-42/+122
* Fix infinite-loop router advert problems.Simon Kelley2020-01-271-4/+11
* Fix RA problems with two interfaces on same IPv6 subnet.Simon Kelley2020-01-273-12/+21
* Fix the disease, not the symptom in e40d8bef3bbf2fe8e1287663b2c84817066b3434Simon Kelley2020-01-262-2/+2
* Do not try to measure length of NULL pointer. This avoids a crash for empty d...Dominik DL6ER2020-01-201-1/+1
* Enhance --conf-dir to load files in a deterministic order.Simon Kelley2020-01-103-15/+37
* Remove experimental DHCPv6 prefix-class support.Simon Kelley2020-01-074-193/+1
* Revert tftp block number overflow check. Wrapping block nos is fine.Simon Kelley2020-01-071-9/+2
* Tweaks to TFTP.Simon Kelley2020-01-062-24/+48
* Check for SERV_NO_REBIND on unqualified domainsSung Pae2020-01-051-1/+3
* Add warnings and caveats for --proxy-dnssec.Simon Kelley2020-01-051-2/+5
* Don't send RAs on interfaces without a link-local address.Simon Kelley2020-01-051-1/+4
* Update copyrights to 2020.Simon Kelley2020-01-0547-48/+48
* Add --tftp-single-port option.Simon Kelley2020-01-056-64/+113
* Avoid RA code trampling on DHCPv6 messages.Simon Kelley2019-12-201-13/+22
* Fix crash in DHCP option parsing.Simon Kelley2019-12-121-1/+1
* Fix buffer overflow checking in parse_hex().Simon Kelley2019-12-121-3/+3
* Fix dhcp-name-match to always match client-supplied name.Simon Kelley2019-12-053-67/+63