summaryrefslogtreecommitdiff
path: root/src/dhcp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17[SPIN] Added the connman disconnect reason property.Niraj Kumar Goit1-0/+7
2016-06-17[SPIN] Fix the connman bugs.Niraj Kumar Goit1-0/+8
2016-06-14[SPIN] network: enable DHCP failure.Niraj Kumar Goit1-2/+16
2015-12-15Fixed various memory leak issuesSaurav Babu1-1/+2
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-1/+15
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-192/+221
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-145/+255
2012-11-23ipconfig: Move IP address API into separate ipaddress.c fileJukka Rissanen1-2/+2
2012-11-02dhcp: Clear ipaddresses from ipconfig before starting DHCPJukka Rissanen1-0/+6
2012-08-14service: Allow plugins to lookup services by networksDaniel Wagner1-4/+4
2012-08-10dhcp: Apply received hostname option according to conf file settingJukka Rissanen1-3/+7
2012-07-05dhcp: warn on invalid netmaskJulien Massot1-0/+2
2012-05-09dhcp: Use g_list_length() to calculate the list lengthJukka Rissanen1-4/+2
2012-05-09dhcp: Check NULL pointer dereferenceJukka Rissanen1-2/+4
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-02-13dhcp: Request sending a RFC 1533- and 2132-compliant client-idGrant Erickson1-0/+2
2012-02-04dhcp: modify connman_dhcp to add multiple timeserversAlok Barsode1-15/+32
2012-01-13ipconfig: Rename previously public functionsDaniel Wagner1-2/+2
2011-11-28service: Support automatically added nameserversJukka Rissanen1-3/+3
2011-10-20dhcp: Reference count network properlyJukka Rissanen1-1/+4
2011-08-09dhcp: Try to reuse the IP address we had last time.Jukka Rissanen1-1/+14
2011-07-25dhcp: Fix memory leakDaniel Wagner1-2/+5
2011-07-25dhcp: Fix cleanupDaniel Wagner1-0/+4
2011-06-07dhcp: Fix dhcp_invalidate NULL pointer accessDaniel Wagner1-3/+5
2011-06-01dhcp: Call ipconfig_address_remove from dhcp_invalidateSamuel Ortiz1-0/+2
2011-05-31dhcp: Invalidate and Release on Network RemovalGrant Erickson1-6/+23
2011-05-31dhcp: Remove extra dhcp_release callThierry Boureille1-8/+0
2011-03-25service: Create/remove 6to4 tunnel.Jukka Rissanen1-0/+4
2011-03-23dhcp: Fix memory leakDaniel Wagner1-12/+64
2011-03-22dhcp: Reset IP settings upon changesSamuel Ortiz1-7/+33
2011-03-22dhcp: Remove unused net stringSamuel Ortiz1-2/+1
2011-03-21dhcp: do not overwrite DNS serversLucas De Marchi1-1/+1
2011-03-11dhcp: Stop pending gdhcp client requestsDaniel Wagner1-0/+7
2011-02-24element: Remove DHCP elementDaniel Wagner1-146/+170
2011-01-28dhcp: Move plugins/dhcp in to coreDaniel Wagner1-164/+161
2010-12-31memoryleak: remove element when not needed any moreJukka Rissanen1-0/+1
2010-12-14dhcp: Add function to clear DHCP configurationJulien Massot1-0/+13
2010-10-02Print debug information about DHCP timeserver value if availableMarcel Holtmann1-0/+2
2010-07-29Update service domain name when connection becomes activeMarcel Holtmann1-0/+2
2010-07-29Store host and domain names retrieved from DHCPMarcel Holtmann1-0/+4
2010-05-04Split DHCP-provided nameserver string.Forest Bond1-1/+10
2010-01-07Add debug information for proxy auto configuration URLMarcel Holtmann1-0/+2
2010-01-04Store PAC URL configuration in DHCP and provider elementsMarcel Holtmann1-0/+2
2010-01-03Add basic interfaces for automatic proxy configurationMarcel Holtmann1-0/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-14Add timeserver value from DHCP configurationMarcel Holtmann1-0/+2
2009-12-07Add driver data handling for DHCPMarcel Holtmann1-0/+23
2009-12-07Add support for setting hostname and domainname from DHCPMarcel Holtmann1-0/+2
2009-12-07Parse interface MTU values from DHCP resultsMarcel Holtmann1-0/+1
2009-12-07Add parsing of Domainname, Hostname and Timeserver resultsMarcel Holtmann1-0/+3