summaryrefslogtreecommitdiff
path: root/plugins/dhclient.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-12Do not pass the -H option to dhclient taskSamuel Ortiz1-8/+0
2010-07-09Add DHCP plugins priority flagsSamuel Ortiz1-0/+1
2010-07-09Fix crash in dhclient releasePekka Pessi1-18/+22
2010-05-13Check for dhclient hostname supportMarcel Holtmann1-0/+2
2010-05-12Send system hostname with dhclient executionMarcel Holtmann1-0/+7
2010-01-03Add basic interfaces for automatic proxy configurationMarcel Holtmann1-0/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-20Remove unused code snippetMarcel Holtmann1-18/+0
2009-12-09Add an option to allow processes spawn with pipesMohamed Abbas1-1/+2
2009-12-07Switch dhclient handling to task infrastructureMarcel Holtmann1-272/+134
2009-12-07Parse interface MTU values from DHCP resultsMarcel Holtmann1-0/+2
2009-12-07Add parsing of Domainname, Hostname and Timeserver resultsMarcel Holtmann1-0/+4
2009-12-07Switch to g_strcmp0 instead of g_ascii_strcasecmpMarcel Holtmann1-5/+5
2009-12-07Use DHCP driver for dhclient implementationMarcel Holtmann1-75/+44
2009-07-11Fix dhclient probe/remove race conditionMarcel Holtmann1-22/+38
2009-07-11Track killed status of dhclient tasksMarcel Holtmann1-4/+9
2009-06-12Add hooks for domain details in dhclientMarcel Holtmann1-0/+9
2009-05-26Fix dhclient option order to avoid errorsRichard Purdie1-12/+12
2009-05-21Export and use more generic INET helpersMarcel Holtmann1-3/+2
2009-03-24Propagate DHCP errors to parent elementsMarcel Holtmann1-0/+13
2009-02-28Add priority field to plugin descriptor definitionMarcel Holtmann1-1/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-30Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann1-0/+1
2008-12-28Update D-Bus filter registration and removalMarcel Holtmann1-7/+8
2008-12-20Let plugins use connman_dbus_get_connection() functionMarcel Holtmann1-1/+1
2008-12-19Check for dhclient binary availabilityMarcel Holtmann1-0/+4
2008-12-18Handle element registration failuresMarcel Holtmann1-1/+2
2008-12-06Allow pre-processor pasting of plugin nameMarcel Holtmann1-1/+1
2008-12-02Remove usage of GStaticMutex since it causes compiler problemsMarcel Holtmann1-15/+0
2008-09-01Use INET helpers for setting the interface nameMarcel Holtmann1-6/+7
2008-08-10The core takes care of the lifetime for child elementsMarcel Holtmann1-24/+10
2008-07-03Fully integrate the usage of resolver elementMarcel Holtmann1-0/+1
2008-06-30Don't unregister elements that are not validMarcel Holtmann1-3/+5
2008-06-29Add first attempt for the property systemMarcel Holtmann1-34/+29
2008-06-28Update dhclient plugin with support for element infrastructureMarcel Holtmann1-105/+141
2008-06-28Use the exported D-Bus service name instead of hardcoded stringMarcel Holtmann1-2/+2
2008-04-14Update copyright informationMarcel Holtmann1-1/+1
2008-03-28Fix DHCP release and dhclient terminationMarcel Holtmann1-15/+12
2008-03-24Update DHCP plugin to use D-Bus low-level callsMarcel Holtmann1-21/+61
2008-02-18Update for libgdbus API changeMarcel Holtmann1-1/+1
2008-01-09Fix wrong return valueMarcel Holtmann1-1/+1
2008-01-09Add support for terminating dhclientMarcel Holtmann1-17/+47
2008-01-01Add independent interface name retrievalMarcel Holtmann1-22/+36
2007-12-25Add interface index and state variablesMarcel Holtmann1-2/+2
2007-12-24Add experimental DHCP pluginMarcel Holtmann1-0/+273