dhcp: warn on invalid netmask
[framework/connectivity/connman.git] / src / dhcp.c
2012-07-05 Julien Massotdhcp: warn on invalid netmask
2012-05-09 Jukka Rissanendhcp: Use g_list_length() to calculate the list length
2012-05-09 Jukka Rissanendhcp: Check NULL pointer dereference
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-02-13 Grant Ericksondhcp: Request sending a RFC 1533- and 2132-compliant...
2012-02-04 Alok Barsodedhcp: modify connman_dhcp to add multiple timeservers
2012-01-13 Daniel Wagneripconfig: Rename previously public functions
2011-11-28 Jukka Rissanenservice: Support automatically added nameservers
2011-10-20 Jukka Rissanendhcp: Reference count network properly
2011-08-09 Jukka Rissanendhcp: Try to reuse the IP address we had last time.
2011-07-25 Daniel Wagnerdhcp: Fix memory leak
2011-07-25 Daniel Wagnerdhcp: Fix cleanup
2011-06-07 Daniel Wagnerdhcp: Fix dhcp_invalidate NULL pointer access
2011-05-31 Samuel Ortizdhcp: Call ipconfig_address_remove from dhcp_invalidate
2011-05-31 Grant Ericksondhcp: Invalidate and Release on Network Removal
2011-05-31 Thierry Boureilledhcp: Remove extra dhcp_release call
2011-03-25 Jukka Rissanenservice: Create/remove 6to4 tunnel.
2011-03-23 Daniel Wagnerdhcp: Fix memory leak
2011-03-22 Samuel Ortizdhcp: Reset IP settings upon changes
2011-03-22 Samuel Ortizdhcp: Remove unused net string
2011-03-21 Lucas De Marchidhcp: do not overwrite DNS servers
2011-03-11 Daniel Wagnerdhcp: Stop pending gdhcp client requests
2011-02-24 Daniel Wagnerelement: Remove DHCP element
2011-01-28 Daniel Wagnerdhcp: Move plugins/dhcp in to core
2010-12-31 Jukka Rissanenmemoryleak: remove element when not needed any more
2010-12-14 Julien Massotdhcp: Add function to clear DHCP configuration
2010-10-02 Marcel HoltmannPrint debug information about DHCP timeserver value...
2010-07-30 Marcel HoltmannUpdate service domain name when connection becomes...
2010-07-30 Marcel HoltmannStore host and domain names retrieved from DHCP
2010-05-04 Forest BondSplit DHCP-provided nameserver string.
2010-01-08 Marcel HoltmannAdd debug information for proxy auto configuration URL
2010-01-04 Marcel HoltmannStore PAC URL configuration in DHCP and provider elements
2010-01-04 Marcel HoltmannAdd basic interfaces for automatic proxy configuration
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-14 Marcel HoltmannAdd timeserver value from DHCP configuration
2009-12-07 Marcel HoltmannAdd driver data handling for DHCP
2009-12-07 Marcel HoltmannAdd support for setting hostname and domainname from...
2009-12-07 Marcel HoltmannParse interface MTU values from DHCP results
2009-12-07 Marcel HoltmannAdd parsing of Domainname, Hostname and Timeserver...
2009-12-07 Marcel HoltmannAdd DHCP value configuration handling
2009-12-07 Marcel HoltmannAdd DHCP bound, renew and fail handling
2009-12-07 Marcel HoltmannAdd function to get index value from DHCP structure
2009-12-07 Marcel HoltmannAdd DHCP driver and element handling
2009-12-07 Marcel HoltmannAdd skeleton for DHCP driver transition
2008-08-10 Marcel HoltmannRemove old DHCP support
2008-04-13 Marcel HoltmannUpdate copyright information
2008-04-04 Marcel HoltmannUpdate state machine handling for wireless networks
2008-01-14 Marcel HoltmannAdd more detailed interface state machine
2008-01-09 Marcel HoltmannSet the IPv4 method to DHCP in case of DHCP udpates
2008-01-01 Marcel HoltmannAdd experimental IPv4 address retrieval over netlink
2007-12-25 Marcel HoltmannAdd interface index and state variables
2007-12-24 Marcel HoltmannAdd experimental DHCP plugin
2007-12-22 Marcel HoltmannAdd basic DHCP infrastructure