summaryrefslogtreecommitdiff
path: root/src/dhcp.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Updated connman to version 1.35Seonah Moon1-15/+80
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-16/+94
2017-08-03Changes required for DHCP leased seconds APIsubmit/tizen/20170809.085632submit/tizen/20170808.043745accepted/tizen/unified/20170811.021044Abhishek Sansanwal1-0/+9
2017-04-25Added some logs for debuggingSeonah Moon1-2/+17
2017-04-10Remove old IP and gateway addresssubmit/tizen/20170412.005740submit/tizen/20170411.091632accepted/tizen/unified/20170412.152315Abhishek Sansanwal1-6/+13
2017-03-28Merge "[upstream patch] dhcp: Remove the possible remaining dhcp_retry_cb tim...taesub kim1-2/+5
2017-03-28Modified the DHCP descover/request timeout and disable DHCP reququest for las...taesub kim1-0/+11
2017-03-27[upstream patch] dhcp: Remove the possible remaining dhcp_retry_cb timerSeonah Moon1-2/+5
2017-03-14Apply DNS configuration methodsubmit/tizen/20170322.011410accepted/tizen/wearable/20170322.235735accepted/tizen/unified/20170322.235830accepted/tizen/tv/20170322.235708accepted/tizen/mobile/20170322.235633accepted/tizen/ivi/20170322.235801accepted/tizen/common/20170322.153711Seonah Moon1-0/+20
2017-02-23DHCP: Use auto-generated IP when DHCP is failedsubmit/tizen/20170228.042751submit/tizen/20170227.093013accepted/tizen/wearable/20170228.071803accepted/tizen/tv/20170228.071716accepted/tizen/mobile/20170228.071608accepted/tizen/ivi/20170228.071900accepted/tizen/common/20170228.065258accepted/tizen/common/20170227.140546Seonah Moon1-14/+0
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
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim1-0/+13
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