summaryrefslogtreecommitdiff
path: root/gdhcp/gdhcp.h
Commit message (Expand)AuthorAgeFilesLines
* gdhcp: Add an helper function to get the dhcp server addressTomasz Bursztyka2015-01-261-0/+1
* gdhcp: Call a function to tell about the given IP for a MACTomasz Bursztyka2015-01-131-0/+5
* gdhcp: Add a function to fetch random valuesPatrik Flykt2014-11-241-0/+4
* gdhcp: Update copyright year(s)Patrik Flykt2014-03-111-1/+1
* gdhcp: Add DHCPv6 DECLINE message checksJukka Rissanen2013-08-191-0/+1
* gdhcp: Add function that adds addresses to IA_NA or IA_TA optionsJukka Rissanen2013-08-191-0/+3
* gdhcp: Add function to remove DHCPv6 options that should not be sent to serverJukka Rissanen2013-08-191-0/+1
* gdhcp: Remove obsolete dhcpv6 support functionsJukka Rissanen2013-08-061-2/+0
* gdhcp: Remove function to set the dhcpv6 expire timeJukka Rissanen2013-08-061-1/+0
* dhcpv6: Fixing the renew and rebind logicJukka Rissanen2013-08-061-2/+2
* gdhcp: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-1/+1
* gdhcp: Included stdbool.hDaniel Wagner2013-07-231-0/+1
* gdhcp: IPv6 prefix delegation supportJukka Rissanen2013-06-201-0/+22
* dhcpv6: Send domain list option to serverJukka Rissanen2013-06-121-0/+1
* dhcpv6: Implement CONFIRM message supportJukka Rissanen2013-05-061-1/+3
* dhcpv6: Add elapsed time option to sent messagesJukka Rissanen2013-04-301-0/+1
* gdhcp: Add helper functions for message retransmissionJukka Rissanen2013-04-261-0/+2
* gdhcp: Remove obsolete load lease functionJukka Rissanen2012-10-111-2/+0
* gdhcp: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* gdhcp: Add RFC 1533- and 2132-compliant client-id optionGrant Erickson2012-02-131-0/+2
* dhcpv6: Release message implemented.Jukka Rissanen2012-01-051-0/+1
* dhcpv6: Handle address expiration by restarting the stack.Jukka Rissanen2012-01-051-1/+3
* dhcpv6: Rebind message implemented.Jukka Rissanen2012-01-051-1/+3
* dhcpv6: Renew message implemented.Jukka Rissanen2012-01-051-1/+4
* dhcpv6: Request message implemented.Jukka Rissanen2012-01-051-0/+8
* dhcpv6: Initial stateful DHCPv6 support.Jukka Rissanen2012-01-051-0/+15
* dhcpv6: Support stateless DHCPv6Jukka Rissanen2012-01-051-0/+2
* gdhcp: Generic stateless DHCPv6 support.Jukka Rissanen2012-01-051-1/+23
* dhcp: Try to reuse the IP address we had last time.Jukka Rissanen2011-08-091-1/+1
* gdhcp: Add netmask getterJulien Massot2010-12-211-0/+1
* gdhcp: Add IPv4 Link-Local supportJulien Massot2010-12-141-0/+3
* gdhcp: Initial DHCP server implementationMartin Xu2010-11-131-1/+40
* Add DHCP library constant for requesting domain nameMarcel Holtmann2010-07-291-0/+1
* Add minimal debug support for DHCP client libraryMarcel Holtmann2010-07-291-1/+1
* Fix wrong prototype for DHCP client library reference countingMarcel Holtmann2010-07-251-1/+1
* Fix GDHCPClientError typoSamuel Ortiz2010-07-221-1/+1
* Add initial support for DHCP client libraryMartin Xu2010-07-211-0/+100