index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
dhclient.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-26
Remove support for dhclient plugin
Marcel Holtmann
1
-237
/
+0
2010-11-26
Change service name from org.moblin.connman to net.connman
Marcel Holtmann
1
-2
/
+2
2010-09-08
Make the internal DHCP client the default now
Marcel Holtmann
1
-1
/
+1
2010-07-12
Do not pass the -H option to dhclient task
Samuel Ortiz
1
-8
/
+0
2010-07-09
Add DHCP plugins priority flags
Samuel Ortiz
1
-0
/
+1
2010-07-09
Fix crash in dhclient release
Pekka Pessi
1
-18
/
+22
2010-05-13
Check for dhclient hostname support
Marcel Holtmann
1
-0
/
+2
2010-05-12
Send system hostname with dhclient execution
Marcel Holtmann
1
-0
/
+7
2010-01-03
Add basic interfaces for automatic proxy configuration
Marcel Holtmann
1
-0
/
+2
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-12-20
Remove unused code snippet
Marcel Holtmann
1
-18
/
+0
2009-12-09
Add an option to allow processes spawn with pipes
Mohamed Abbas
1
-1
/
+2
2009-12-07
Switch dhclient handling to task infrastructure
Marcel Holtmann
1
-272
/
+134
2009-12-07
Parse interface MTU values from DHCP results
Marcel Holtmann
1
-0
/
+2
2009-12-07
Add parsing of Domainname, Hostname and Timeserver results
Marcel Holtmann
1
-0
/
+4
2009-12-07
Switch to g_strcmp0 instead of g_ascii_strcasecmp
Marcel Holtmann
1
-5
/
+5
2009-12-07
Use DHCP driver for dhclient implementation
Marcel Holtmann
1
-75
/
+44
2009-07-11
Fix dhclient probe/remove race condition
Marcel Holtmann
1
-22
/
+38
2009-07-11
Track killed status of dhclient tasks
Marcel Holtmann
1
-4
/
+9
2009-06-12
Add hooks for domain details in dhclient
Marcel Holtmann
1
-0
/
+9
2009-05-26
Fix dhclient option order to avoid errors
Richard Purdie
1
-12
/
+12
2009-05-21
Export and use more generic INET helpers
Marcel Holtmann
1
-3
/
+2
2009-03-24
Propagate DHCP errors to parent elements
Marcel Holtmann
1
-0
/
+13
2009-02-28
Add priority field to plugin descriptor definition
Marcel Holtmann
1
-1
/
+1
2009-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-12-30
Add CONNMAN_API_SUBJECT_TO_CHANGE definition
Marcel Holtmann
1
-0
/
+1
2008-12-28
Update D-Bus filter registration and removal
Marcel Holtmann
1
-7
/
+8
2008-12-20
Let plugins use connman_dbus_get_connection() function
Marcel Holtmann
1
-1
/
+1
2008-12-19
Check for dhclient binary availability
Marcel Holtmann
1
-0
/
+4
2008-12-18
Handle element registration failures
Marcel Holtmann
1
-1
/
+2
2008-12-06
Allow pre-processor pasting of plugin name
Marcel Holtmann
1
-1
/
+1
2008-12-02
Remove usage of GStaticMutex since it causes compiler problems
Marcel Holtmann
1
-15
/
+0
2008-09-01
Use INET helpers for setting the interface name
Marcel Holtmann
1
-6
/
+7
2008-08-10
The core takes care of the lifetime for child elements
Marcel Holtmann
1
-24
/
+10
2008-07-03
Fully integrate the usage of resolver element
Marcel Holtmann
1
-0
/
+1
2008-06-30
Don't unregister elements that are not valid
Marcel Holtmann
1
-3
/
+5
2008-06-29
Add first attempt for the property system
Marcel Holtmann
1
-34
/
+29
2008-06-28
Update dhclient plugin with support for element infrastructure
Marcel Holtmann
1
-105
/
+141
2008-06-28
Use the exported D-Bus service name instead of hardcoded string
Marcel Holtmann
1
-2
/
+2
2008-04-14
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-03-28
Fix DHCP release and dhclient termination
Marcel Holtmann
1
-15
/
+12
2008-03-24
Update DHCP plugin to use D-Bus low-level calls
Marcel Holtmann
1
-21
/
+61
2008-02-18
Update for libgdbus API change
Marcel Holtmann
1
-1
/
+1
2008-01-09
Fix wrong return value
Marcel Holtmann
1
-1
/
+1
2008-01-09
Add support for terminating dhclient
Marcel Holtmann
1
-17
/
+47
2008-01-01
Add independent interface name retrieval
Marcel Holtmann
1
-22
/
+36
2007-12-25
Add interface index and state variables
Marcel Holtmann
1
-2
/
+2
2007-12-24
Add experimental DHCP plugin
Marcel Holtmann
1
-0
/
+273