summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-24Check if path is valid before unregistering itMarcel Holtmann1-0/+3
2008-12-24Print signal strength as integer and not characterMarcel Holtmann1-1/+5
2008-12-23Enable verbose compiler warnings in maintainer modeMarcel Holtmann2-4/+17
2008-12-23Use an unsigned iterator variableMarcel Holtmann1-1/+1
2008-12-23Use global connman.h header fileMarcel Holtmann1-1/+1
2008-12-23Fix issue with signed/unsigned comparisonMarcel Holtmann1-1/+2
2008-12-22Add command to list device objectsMarcel Holtmann1-26/+118
2008-12-22Make the client application optionalMarcel Holtmann3-1/+7
2008-12-22Add really simple client applicationMarcel Holtmann3-0/+138
2008-12-22Don't start DHCP again after handshakeMarcel Holtmann1-1/+1
2008-12-22Add copy of RFC 2132 (DHCP options)Marcel Holtmann1-0/+1907
2008-12-22Add copy of RFC 2131 (DHCP system)Marcel Holtmann1-0/+2523
2008-12-22Ignore network devices in generic driverMarcel Holtmann1-0/+3
2008-12-22Change udhcp plugin to fail driver bindingMarcel Holtmann1-1/+1
2008-12-21Add test script for setting addressesMarcel Holtmann2-1/+27
2008-12-21Add global Policy property and cleanup State propertyMarcel Holtmann1-22/+9
2008-12-21Add property for global connection policy.Marcel Holtmann1-0/+12
2008-12-21Provide udhcpc binary location from configurationMarcel Holtmann1-0/+1
2008-12-21Use resolvconf binary found during configurationMarcel Holtmann2-2/+1
2008-12-21Check for resolvconf binaryMarcel Holtmann1-0/+1
2008-12-21Check for udhcpc binaryMarcel Holtmann1-0/+1
2008-12-21Re-enable generic device driver infrastructureMarcel Holtmann1-5/+2
2008-12-21Add device policy constantsMarcel Holtmann1-0/+8
2008-12-21Add support for exporting the WiFi network modeMarcel Holtmann3-1/+13
2008-12-21Create exported symbols list after all objects are builtMarcel Holtmann1-1/+1
2008-12-21Turn warnings into errors when debugging is enabledMarcel Holtmann1-1/+1
2008-12-21Require at minimum autoconf 2.60Marcel Holtmann1-1/+1
2008-12-21Update property documentationMarcel Holtmann3-4/+54
2008-12-20Use tabs for indentationMarcel Holtmann1-4/+4
2008-12-20Iterate over the Bluetooth Devices propertyMarcel Holtmann1-54/+27
2008-12-20Use private adapter data structureMarcel Holtmann1-14/+38
2008-12-20Use connman_dbus_dict_append_variant() instead of self-coded versionMarcel Holtmann1-18/+2
2008-12-20Let plugins use connman_dbus_get_connection() functionMarcel Holtmann4-4/+6
2008-12-20Add generic reference to the global D-Bus connectionMarcel Holtmann4-0/+31
2008-12-20Add support for switching Bluetooth devices on and offMarcel Holtmann1-5/+58
2008-12-20Add variable to hold a possible object pathMarcel Holtmann2-0/+2
2008-12-20Add D-Bus helper for appending propertiesMarcel Holtmann2-38/+49
2008-12-20Return failure when disabling BluetoothMarcel Holtmann1-1/+1
2008-12-19Check for dhclient binary availabilityMarcel Holtmann1-0/+4
2008-12-19Add skeleton for uDHCP pluginMarcel Holtmann2-3/+66
2008-12-18Release 0.50.5Marcel Holtmann2-1/+12
2008-12-18Only allow WiFi devices to create networks for nowMarcel Holtmann1-0/+3
2008-12-18Fix duplicate wireless scan resultsMarcel Holtmann1-20/+8
2008-12-18Activate wpa_supplicant if neededMarcel Holtmann3-0/+26
2008-12-18Handle element registration failuresMarcel Holtmann6-8/+25
2008-12-17Add Device property to network objectsMarcel Holtmann2-0/+9
2008-12-17Handle failure of device registrationMarcel Holtmann1-1/+5
2008-12-17Indicate scanning state while not associatedMarcel Holtmann1-0/+5
2008-12-17Track scanning state changes of Bluetooth devicesMarcel Holtmann1-6/+16
2008-12-17Add support for changing scanning stateMarcel Holtmann2-4/+52