summaryrefslogtreecommitdiff
path: root/src/helper.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyrights to 2023.Simon Kelley2023-04-051-1/+1
* Update man page on DHCP data provided to scripts. Provide requested options f...Simon Kelley2022-07-311-3/+3
* Fix bit-rotted data handling code for LUA scripts.Simon Kelley2022-07-311-6/+6
* Pass MUD URLs (RFC 8520) supplied via DHCPv4 to DHCP scriptsKevin Yeich2022-07-291-0/+1
* Pass MUD URLs (RFC 8520) supplied via DHCPv6 to DHCP scriptsHugo Hakim Damer2022-07-291-2/+4
* Add DNSMASQ_DATA_MISSING envvar to lease-change script.Simon Kelley2022-03-221-0/+6
* Bump copyright to 2022.Simon Kelley2022-01-241-1/+1
* Add snooping of DHCPv6 prefix delegation to the DHCP-relay function.dhcpv6-snoopSimon Kelley2021-12-301-4/+53
* Fix wrong client address for dhcp-script when DHCPv4 relay in use.Simon Kelley2021-12-261-3/+3
* Remove remaining uses of deprecated inet_ntoa()Petr Menšík2021-08-101-3/+9
* Add EDE return when no matching key found.v2.86test5Dominik DL6ER2021-07-091-1/+0
* Chomp file endsGeert Stappers2021-04-091-4/+1
* Bump copyright notices for 2021. Happy New Year!Simon Kelley2021-01-241-1/+1
* Factor out closing all file descriptors for later optimisation.Simon Kelley2020-03-021-6/+2
* Update copyrights to 2020.Simon Kelley2020-01-051-1/+1
* DHCPv6 IAID should be of unsigned type. It is derived from strtoul() in lease...Dominik DL6ER2019-10-251-1/+2
* Fix memory leak in helper.cSimon Kelley2019-08-141-3/+9
* Remove nested struct/union in cache records and all_addr.Simon Kelley2019-01-021-3/+3
* Remove ability to compile without IPv6 support.Simon Kelley2018-10-231-8/+0
* Use SIGINT (instead of overloading SIGHUP) to turn on DNSSEC time validation.Simon Kelley2018-01-141-1/+2
* Update copyrights to 2018.Simon Kelley2018-01-011-1/+1
* Do not include stdio.h before dnsmasq.hChristian Hesse2017-09-251-1/+0
* Bump year in copyrights.Simon Kelley2017-06-241-1/+1
* Capture and log STDOUT and STDERR output from dhcp-script.Petr Menšík2017-04-161-3/+53
* Comprehensive spelling/typo fixes.Josh Soref2017-02-061-1/+1
* Add DNSMASQ_REQUESTED_OPTIONS env-var to lease change script.ZHAO Yu2016-12-221-0/+1
* Fix breakage in ARP code when IPV6 support not compiled in.Simon Kelley2016-02-051-1/+1
* Make names of ARP script actions consistent.Simon Kelley2016-02-011-3/+3
* Update copyright notices. Happy new year!Simon Kelley2016-01-061-1/+1
* First complete version of DNS-client-id EDNS0 and ARP tracking code.Simon Kelley2015-12-281-8/+58
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* Unset environment variables to script when we have no value for them.Simon Kelley2013-10-041-47/+46
* Further fixes to DHCP logging.v2.67rc3Simon Kelley2013-10-031-1/+3
* Fix FTBFS when NO_IPV6 defined.v2.67rc1Simon Kelley2013-10-011-3/+8
* Fix TFTP script action, broken a few commits ago.Simon Kelley2013-09-241-4/+4
* Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6.v2.67test15Simon Kelley2013-09-201-49/+49
* ->hwaddr_len must be zero always in DHCPv6 leases.Simon Kelley2013-04-101-2/+8
* Fix wrong DNSMASQ_LEASE_EXPIRES envar when luascript in use also.Simon Kelley2013-02-211-7/+2
* DHCPv4 relay-agent options exposed to DHCP-script.v2.66test15Simon Kelley2013-02-181-1/+7
* Change copyright messages to include 2013.Simon Kelley2013-01-311-1/+1
* Fix build with later Lua libraries.Simon Kelley2012-09-201-0/+5
* Send "FTP transfer complete" events to the DHCP lease script.v2.61test7Simon Kelley2012-03-201-188/+261
* tweak Lua script argument passing and add --dhcp-luascript sectino to manpage.v2.60test12Simon Kelley2012-02-161-2/+4
* bugs in IPv6 script calling - wrong DUID and lua relay_addressSimon Kelley2012-02-151-23/+20
* Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6v2.60test11Simon Kelley2012-02-141-0/+3
* DHCPv6 vendor class option includes an enterprise number. Handle that.Simon Kelley2012-02-101-5/+11
* lease script should work with IPv6 now.Simon Kelley2012-02-091-39/+135
* Updated copyright notices. Happy new year!Simon Kelley2012-01-061-1/+1
* Accumulated 2.60 changes going into gitSimon Kelley2012-01-051-52/+239