dhcpv6-ia: fix static assignment check
[project/odhcpd.git] / src / dhcpv4.c
2017-01-02 Hans Dedeckerdhcpv4: coding style fixes
2016-12-28 Hans Dedeckerdhcpv4: make dhcpv4_msg_to_string static
2016-12-28 Hans Dedeckerdhcpv4: fix DHCPv4 hostname handling
2016-12-27 Hans DedeckerLimit lifetime of non-static leases in case of release...
2016-12-15 Hans DedeckerDon't print non bound assignments in the state file
2016-11-21 Hans Dedeckerdhcpv4: Adding DHCP client leasetime request support
2016-11-21 Hans Dedeckerdhcpv4: Keep DHCPv4 assignment lifetime value in sync...
2016-11-21 Hans Dedeckerconfig: Support infinite as DHCP pool leasetime value
2016-05-19 Steven BarthAdd per-host leasetime support
2015-08-20 Steven BarthMerge pull request #56 from sbyx/revert-46-master
2015-08-20 Steven BarthRevert "RFC: dhcpv4 support openwrt alias ip addr"
2015-08-20 Steven BarthMerge pull request #54 from dedeckeh/bugfixes
2015-08-20 Steven BarthMerge pull request #46 from stargieg/master
2015-06-22 Patrick Grimmdhcpv4: add ifdef ubus for dhcp4 ip
2015-06-18 Patrick Grimmdhcpv4: add in_addr dhcpv4_mask and in_addr dhcpv4_addr...
2015-06-18 Patrick Grimmdhcpv4: fix unitialization of mask
2015-06-18 Patrick Grimmdhcpv4: fix char ubus_get_address4 int ubus_get_mask4...
2015-06-15 Patrick Grimmdhcpv4: use iface-name
2015-06-14 Patrick Grimmdhcpv4: remove comment code lines
2015-06-14 Patrick Grimmdhcpv4: use ubus for ipv4 dhcp range calculation
2015-05-11 Steven Barthdhcpv4: remove invalid free()
2015-04-14 Steven BarthFix potential invalid memory access
2015-03-02 Steven BarthMerge pull request #36 from fingon/compile-fix
2015-02-23 Markus StenbergDHCPv4: Compile fix on 64bit Debian.
2015-02-19 Steven BarthMerge pull request #29 from mehlis/rework-dhcpv4_assign
2014-10-30 sbyxMerge pull request #30 from dedeckeh/bugfixes
2014-10-22 Christian Mehlisdhcpv4_assign: rework the assignment logic
2014-10-21 sbyxMerge pull request #28 from mehlis/dhcpv4_assign-clarify
2014-10-21 Christian Mehlisdhcpv4_assign: try 100 times to find a IP
2014-08-23 Steven Barthodhcpd: don't kill static lease entries
2014-08-19 Steven Barthdhcpv4: fix manual dhcp-ranges
2014-08-19 sbyxMerge pull request #23 from mehlis/nak-to-broadcast
2014-08-18 Christian Mehlisdhcpv4: log reply in a more precise way
2014-08-18 Christian Mehlisdhcpv4: send NAK to broacast address
2014-08-18 Christian Mehlisdhcpv4: added more comments
2014-08-12 sbyxMerge pull request #22 from mehlis/log-dhcp4-events
2014-08-12 sbyxMerge pull request #21 from mehlis/fix-nak-by-doing...
2014-08-12 Christian Mehlisdhcpv4: offer a valid configuration with DHCP NAK
2014-08-12 sbyxMerge pull request #20 from mehlis/implement-dhcp4...
2014-08-12 Christian Mehlisdhcpv4: implement router configuration option
2014-08-12 Christian Mehlisdhcpv4: log requests and replies to syslog
2014-08-07 Steven Barthsync hostfile more often
2014-07-02 sbyxMerge pull request #18 from dedeckeh/bugfixes
2014-07-01 Hans DedeckerDHCPv6 destination address check
2014-07-01 Steven BarthDHCPv4: send DHCPNAK if requested addr != leased addr
2014-06-30 Steven BarthFixes compile error with musl
2014-06-18 Steven BarthFix DHCPv4 static leases (thanks arnd)
2014-06-16 Steven Barthadd more consistency to host file writing
2014-06-16 Steven Barthdhcpv4: update hostfile more often
2014-06-12 Steven Barthdhcpv4: use search domain instead of domain option
2014-06-10 Steven BarthFix DHCP settings for /28
2014-06-07 Steven BarthAdd default DHCPv4 range for prefixes down to /28
2014-05-30 Steven BarthMake filtering customizable
2014-02-01 Steven BarthChange homenet detection to User-Class
2013-12-10 Steven BarthMerge branch 'master' of github.com:sbyx/odhcpd
2013-12-05 sbyxMerge pull request #3 from dedeckeh/master
2013-12-05 Hans DedeckerFix possible SEGFAULT conditions
2013-10-17 Steven Barthignore hnet internal routers
2013-10-16 Steven BarthMinor fixes
2013-10-14 Steven BarthFix IP TOS
2013-10-14 Steven BarthVarious fixes
2013-10-14 Steven BarthInitial commit