summaryrefslogtreecommitdiff
path: root/plugins/dhclient.c
AgeCommit message (Expand)AuthorFilesLines
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