Imported Upstream version 1.40
[platform/upstream/connman.git] / gdhcp /
2022-02-15 Niraj Kumar GoitImported Upstream version 1.40 64/271064/1 upstream/1.40
2020-10-14 Nishant ChapranaImported Upstream version 1.38 91/245691/1 upstream/1.38
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-06-12 Jukka Rissanendhcpv6: Send domain list option to server
2013-05-15 Justin Maggardgdhcp: Handle dhcp_client->type == G_DHCP_IPV4LL
2013-05-06 Jukka Rissanendhcpv6: Implement CONFIRM message support
2013-05-06 Jukka Rissanengdhcp: Initialize message status code early
2013-04-30 Jukka Rissanendhcpv6: Add elapsed time option to sent messages
2013-04-26 Jukka Rissanengdhcp: The last option in a message was not parsed...
2013-04-26 Jukka Rissanengdhcp: Do not change the transaction id if retransmitting
2013-04-26 Jukka Rissanengdhcp: Add helper functions for message retransmission
2013-04-26 Jukka Rissanengdhcp: Add debug print for transaction id
2013-02-11 Patrik Flyktgdhcp: DHCP server IP address is stored in host order
2012-12-20 Daniel Wagnergdhcp: Use glib memory functions
2012-12-04 Jukka Rissanendhcpv6: Memory leak when sending Option Request Option
2012-11-13 Danny Jeongseok Seogdhcp: Fix resource leak
2012-10-15 Jukka Rissanengdhcp: Returned IP address is already in host byte...
2012-10-11 Jukka Rissanengdhcp: Use data size specific option setting function
2012-10-11 Jukka Rissanengdhcp: Use host byte order internally
2012-10-11 Jukka Rissanengdhcp: Add unalignment macros
2012-10-11 Jukka Rissanengdhcp: Remove obsolete load lease function
2012-07-17 Forest Bondgdhcp: Set client state to INIT_SELECTING on restart
2012-07-15 Marcel Holtmanngdhcp: Avoid shadowing address string variable
2012-05-11 Jukka Rissanengdhcp: Make sure we have the message before accessing it
2012-05-11 Jukka Rissanengdhcp: Message type is required in DHCPv4
2012-05-09 Henrique Dante de... gdhcp: Remove dead assignment
2012-05-09 Henrique Dante de... gdhcp: Remove assignment that's never used
2012-05-04 Patrik Flyktgdhcp: Add option and length checks
2012-05-04 Patrik Flyktgdhcp: Fix packet length checking
2012-04-28 Marcel Holtmanngdhcp: Update copyright information
2012-04-20 Lucas De Marchigdhcp: fix strict-aliasing warning
2012-03-01 Grant Ericksondhcpv4-client: Change coding style for passing NULL...
2012-03-01 Grant Ericksongdhcp: set secs in a RFC 951- and 2131-compliant manner
2012-02-13 Grant Ericksongdhcp: Add RFC 1533- and 2132-compliant client-id option
2012-02-13 Grant Ericksongdhcp: Refactor alloc_dhcp_option to accept string...
2012-01-13 Samuel Ortizgdhcp: Fix build failure
2012-01-05 Jukka Rissanendhcpv6: Release message implemented.
2012-01-05 Jukka Rissanendhcpv6: Handle address expiration by restarting the...
2012-01-05 Jukka Rissanendhcpv6: Rebind message implemented.
2012-01-05 Jukka Rissanendhcpv6: Renew message implemented.
2012-01-05 Jukka Rissanendhcpv6: Request message implemented.
2012-01-05 Jukka Rissanendhcpv6: Initial stateful DHCPv6 support.
2012-01-05 Jukka Rissanendhcpv6: Support stateless DHCPv6
2012-01-05 Jukka Rissanengdhcp: Generic stateless DHCPv6 support.
2011-12-16 Yu A Wanggdhcp: Check listerner_watch before remove it
2011-11-10 Daniel Wagnergdhcp: Use gcc atomics instead glib's ones
2011-10-28 Jukka Rissanengdhcp: Possible file descriptor leak
2011-10-25 Daniel Wagnergdhcp: Add SOCK_CLOEXEC to socket()
2011-08-09 Jukka Rissanendhcp: Try to reuse the IP address we had last time.
2011-06-14 Grant Ericksondhcp: Cancel old renewal timeout prior to adding a...
2011-05-27 Marcel Holtmanngdhcp: Remove unused variable
2010-12-29 Yang RuiruiBuilding fix about implicit declaration of strnlen
2010-12-21 Julien Massotgdhcp: Add netmask getter
2010-12-14 Julien Massotgdhcp: Add IPv4 Link-Local support
2010-12-10 Samuel Ortizgdhcp: Fix server listener watch events list
2010-12-10 Julien Massotgdhcp: Fix client listener watch events list
2010-12-10 Julien Massotgdhcp: Fix spelling mistake
2010-12-09 David Woodhousedhcp: Handle proxy PAC option correctly
2010-11-29 Samuel Ortizgdhcp: Initialise socket structure before binding
2010-11-25 Martin Xugdhcp: Support hostname with space characters
2010-11-24 Marcel HoltmannIncrease number of DHCP discover attempts for interoper...
2010-11-13 Samuel Ortizgdhcp: Fix server function name typo
2010-11-13 Samuel Ortizgdhcp: Send DHCPNAK when receiving a REQUEST before...
2010-11-13 Martin Xugdhcp: Initial DHCP server implementation
2010-11-13 Martin Xugdhcp: Move get_interface_name and interface_is_up...
2010-09-11 Marcel HoltmannRemove two pointless whitespaces
2010-09-11 Marcel HoltmannHandle potential NULL pointer with DHCP options
2010-08-17 Marcel HoltmannRemove some pointless spaces violating the coding style
2010-08-17 Marcel HoltmannAdd more debug statements to DHCP library
2010-08-03 Marcel HoltmannUse five retries for DHCP discover and select requests
2010-08-03 Marcel HoltmannIf hostname is not provided then don't request one...
2010-08-03 Samuel OrtizAdd server ID option support to dhcp-lib
2010-07-29 Marcel HoltmannAdd DHCP library constant for requesting domain name
2010-07-29 Marcel HoltmannAdd some debug handling for received packets in DHCP...
2010-07-29 Marcel HoltmannRemove unused timer code from DHCP library
2010-07-29 Marcel HoltmannAdd minimal debug support for DHCP client library
2010-07-25 Marcel HoltmannFix wrong prototype for DHCP client library reference...
2010-07-22 Samuel OrtizFix floating point error for unhandled dhcp options
2010-07-22 Samuel Ortizgdhcp hostname option support
2010-07-22 Samuel OrtizFix GDHCPClientError typo
2010-07-22 Martin XuAdd initial support for DHCP client library