connman
15 years agoCheck for resolvconf binary
Marcel Holtmann [Sun, 21 Dec 2008 21:30:45 +0000 (22:30 +0100)]
Check for resolvconf binary

15 years agoCheck for udhcpc binary
Marcel Holtmann [Sun, 21 Dec 2008 21:29:25 +0000 (22:29 +0100)]
Check for udhcpc binary

15 years agoRe-enable generic device driver infrastructure
Marcel Holtmann [Sun, 21 Dec 2008 20:33:01 +0000 (21:33 +0100)]
Re-enable generic device driver infrastructure

15 years agoAdd device policy constants
Marcel Holtmann [Sun, 21 Dec 2008 20:28:19 +0000 (21:28 +0100)]
Add device policy constants

15 years agoAdd support for exporting the WiFi network mode
Marcel Holtmann [Sun, 21 Dec 2008 20:23:47 +0000 (21:23 +0100)]
Add support for exporting the WiFi network mode

15 years agoCreate exported symbols list after all objects are built
Marcel Holtmann [Sun, 21 Dec 2008 20:07:56 +0000 (21:07 +0100)]
Create exported symbols list after all objects are built

15 years agoTurn warnings into errors when debugging is enabled
Marcel Holtmann [Sun, 21 Dec 2008 19:42:38 +0000 (20:42 +0100)]
Turn warnings into errors when debugging is enabled

15 years agoRequire at minimum autoconf 2.60
Marcel Holtmann [Sun, 21 Dec 2008 15:39:34 +0000 (16:39 +0100)]
Require at minimum autoconf 2.60

15 years agoUpdate property documentation
Marcel Holtmann [Sun, 21 Dec 2008 15:18:05 +0000 (16:18 +0100)]
Update property documentation

15 years agoUse tabs for indentation
Marcel Holtmann [Sat, 20 Dec 2008 20:53:04 +0000 (21:53 +0100)]
Use tabs for indentation

15 years agoIterate over the Bluetooth Devices property
Marcel Holtmann [Sat, 20 Dec 2008 08:38:46 +0000 (09:38 +0100)]
Iterate over the Bluetooth Devices property

15 years agoUse private adapter data structure
Marcel Holtmann [Sat, 20 Dec 2008 08:07:13 +0000 (09:07 +0100)]
Use private adapter data structure

15 years agoUse connman_dbus_dict_append_variant() instead of self-coded version
Marcel Holtmann [Sat, 20 Dec 2008 07:57:15 +0000 (08:57 +0100)]
Use connman_dbus_dict_append_variant() instead of self-coded version

15 years agoLet plugins use connman_dbus_get_connection() function
Marcel Holtmann [Sat, 20 Dec 2008 07:46:36 +0000 (08:46 +0100)]
Let plugins use connman_dbus_get_connection() function

15 years agoAdd generic reference to the global D-Bus connection
Marcel Holtmann [Sat, 20 Dec 2008 07:42:13 +0000 (08:42 +0100)]
Add generic reference to the global D-Bus connection

15 years agoAdd support for switching Bluetooth devices on and off
Marcel Holtmann [Sat, 20 Dec 2008 07:26:04 +0000 (08:26 +0100)]
Add support for switching Bluetooth devices on and off

15 years agoAdd variable to hold a possible object path
Marcel Holtmann [Sat, 20 Dec 2008 07:25:15 +0000 (08:25 +0100)]
Add variable to hold a possible object path

15 years agoAdd D-Bus helper for appending properties
Marcel Holtmann [Sat, 20 Dec 2008 07:24:41 +0000 (08:24 +0100)]
Add D-Bus helper for appending properties

15 years agoReturn failure when disabling Bluetooth
Marcel Holtmann [Sat, 20 Dec 2008 06:26:07 +0000 (07:26 +0100)]
Return failure when disabling Bluetooth

15 years agoCheck for dhclient binary availability
Marcel Holtmann [Fri, 19 Dec 2008 18:04:21 +0000 (19:04 +0100)]
Check for dhclient binary availability

15 years agoAdd skeleton for uDHCP plugin
Marcel Holtmann [Fri, 19 Dec 2008 10:55:48 +0000 (11:55 +0100)]
Add skeleton for uDHCP plugin

15 years agoRelease 0.5 0.5
Marcel Holtmann [Thu, 18 Dec 2008 17:15:30 +0000 (18:15 +0100)]
Release 0.5

15 years agoOnly allow WiFi devices to create networks for now
Marcel Holtmann [Thu, 18 Dec 2008 03:26:09 +0000 (04:26 +0100)]
Only allow WiFi devices to create networks for now

15 years agoFix duplicate wireless scan results
Marcel Holtmann [Thu, 18 Dec 2008 01:21:42 +0000 (02:21 +0100)]
Fix duplicate wireless scan results

15 years agoActivate wpa_supplicant if needed
Marcel Holtmann [Thu, 18 Dec 2008 01:08:29 +0000 (02:08 +0100)]
Activate wpa_supplicant if needed

15 years agoHandle element registration failures
Marcel Holtmann [Wed, 17 Dec 2008 23:11:05 +0000 (00:11 +0100)]
Handle element registration failures

15 years agoAdd Device property to network objects
Marcel Holtmann [Wed, 17 Dec 2008 20:53:04 +0000 (21:53 +0100)]
Add Device property to network objects

15 years agoHandle failure of device registration
Marcel Holtmann [Wed, 17 Dec 2008 15:01:42 +0000 (16:01 +0100)]
Handle failure of device registration

15 years agoIndicate scanning state while not associated
Marcel Holtmann [Wed, 17 Dec 2008 14:58:59 +0000 (15:58 +0100)]
Indicate scanning state while not associated

15 years agoTrack scanning state changes of Bluetooth devices
Marcel Holtmann [Wed, 17 Dec 2008 14:44:14 +0000 (15:44 +0100)]
Track scanning state changes of Bluetooth devices

15 years agoAdd support for changing scanning state
Marcel Holtmann [Wed, 17 Dec 2008 14:43:15 +0000 (15:43 +0100)]
Add support for changing scanning state

15 years agoRemove duplicate function prototype
Marcel Holtmann [Wed, 17 Dec 2008 14:35:17 +0000 (15:35 +0100)]
Remove duplicate function prototype

15 years agoRetrieve list of Bluetooth devices
Marcel Holtmann [Wed, 17 Dec 2008 03:54:01 +0000 (04:54 +0100)]
Retrieve list of Bluetooth devices

15 years agoUse ignore policy as default for Bluetooth
Marcel Holtmann [Wed, 17 Dec 2008 03:46:50 +0000 (04:46 +0100)]
Use ignore policy as default for Bluetooth

15 years agoTrack mode changes of Bluetooth devices
Marcel Holtmann [Wed, 17 Dec 2008 03:14:43 +0000 (04:14 +0100)]
Track mode changes of Bluetooth devices

15 years agoAdd support dynamic Bluetooth adapter detection
Marcel Holtmann [Wed, 17 Dec 2008 01:23:57 +0000 (02:23 +0100)]
Add support dynamic Bluetooth adapter detection

15 years agoInclude sys/types.h to make it build with uClibc
Marcel Holtmann [Tue, 16 Dec 2008 13:12:09 +0000 (14:12 +0100)]
Include sys/types.h to make it build with uClibc

15 years agoAdd Scanning property to device objects
Marcel Holtmann [Tue, 16 Dec 2008 03:54:15 +0000 (04:54 +0100)]
Add Scanning property to device objects

15 years agoFix Name property of device objects
Marcel Holtmann [Tue, 16 Dec 2008 03:50:48 +0000 (04:50 +0100)]
Fix Name property of device objects

15 years agoAllow numbers in path for network objects
Marcel Holtmann [Mon, 15 Dec 2008 15:53:24 +0000 (16:53 +0100)]
Allow numbers in path for network objects

15 years agoRelease 0.4 0.4
Marcel Holtmann [Mon, 15 Dec 2008 08:49:43 +0000 (09:49 +0100)]
Release 0.4

15 years agoExecute resolvconf commands
Marcel Holtmann [Mon, 15 Dec 2008 08:41:20 +0000 (09:41 +0100)]
Execute resolvconf commands

15 years agoUse IFF_LOWER_UP instead of IFF_RUNNING for link detection
Marcel Holtmann [Mon, 15 Dec 2008 08:20:04 +0000 (09:20 +0100)]
Use IFF_LOWER_UP instead of IFF_RUNNING for link detection

15 years agoFix offline state signal emission
Marcel Holtmann [Mon, 15 Dec 2008 08:11:05 +0000 (09:11 +0100)]
Fix offline state signal emission

15 years agoPrint boolean properties as true or false
Marcel Holtmann [Mon, 15 Dec 2008 07:54:31 +0000 (08:54 +0100)]
Print boolean properties as true or false

15 years agoAdd script for selecting connections
Marcel Holtmann [Mon, 15 Dec 2008 07:50:11 +0000 (08:50 +0100)]
Add script for selecting connections

15 years agoAdd support for changing default connections
Marcel Holtmann [Mon, 15 Dec 2008 07:46:10 +0000 (08:46 +0100)]
Add support for changing default connections

15 years agoAdd support for enabling/disabling gateway setting
Marcel Holtmann [Mon, 15 Dec 2008 07:45:41 +0000 (08:45 +0100)]
Add support for enabling/disabling gateway setting

15 years agoTrack gateway changes and don't overwrite default gateway
Marcel Holtmann [Mon, 15 Dec 2008 07:18:54 +0000 (08:18 +0100)]
Track gateway changes and don't overwrite default gateway

15 years agoAdd property to indicate default connections
Marcel Holtmann [Mon, 15 Dec 2008 07:09:03 +0000 (08:09 +0100)]
Add property to indicate default connections

15 years agoAdd support RTNL gateway change notifications
Marcel Holtmann [Mon, 15 Dec 2008 06:49:43 +0000 (07:49 +0100)]
Add support RTNL gateway change notifications

15 years agoAdd support for IPv4.Broadcast property
Marcel Holtmann [Mon, 15 Dec 2008 03:59:36 +0000 (04:59 +0100)]
Add support for IPv4.Broadcast property

15 years agoFix error handling of init routine
Marcel Holtmann [Mon, 15 Dec 2008 03:09:20 +0000 (04:09 +0100)]
Fix error handling of init routine

15 years agoAdd directory for client application
Marcel Holtmann [Mon, 15 Dec 2008 03:05:18 +0000 (04:05 +0100)]
Add directory for client application

15 years agoOnly connect known networks when in inactive state
Marcel Holtmann [Mon, 15 Dec 2008 02:41:03 +0000 (03:41 +0100)]
Only connect known networks when in inactive state

15 years agoOnly update signal strength when it changes
Marcel Holtmann [Mon, 15 Dec 2008 02:24:03 +0000 (03:24 +0100)]
Only update signal strength when it changes

15 years agoIndicate when signal strength of connection changes
Marcel Holtmann [Mon, 15 Dec 2008 02:18:38 +0000 (03:18 +0100)]
Indicate when signal strength of connection changes

15 years agoTrigger update process after scan results
Marcel Holtmann [Mon, 15 Dec 2008 02:17:31 +0000 (03:17 +0100)]
Trigger update process after scan results

15 years agoMake signal strength value available
Marcel Holtmann [Mon, 15 Dec 2008 01:58:16 +0000 (02:58 +0100)]
Make signal strength value available

15 years agoAdd signal strength to connection objects
Marcel Holtmann [Mon, 15 Dec 2008 01:57:43 +0000 (02:57 +0100)]
Add signal strength to connection objects

15 years agoHandle signal strength property
Marcel Holtmann [Mon, 15 Dec 2008 01:55:35 +0000 (02:55 +0100)]
Handle signal strength property

15 years agoPrint networks more prettier and easier to read
Marcel Holtmann [Mon, 15 Dec 2008 00:30:13 +0000 (01:30 +0100)]
Print networks more prettier and easier to read

15 years agoPrint more manager details
Marcel Holtmann [Mon, 15 Dec 2008 00:18:09 +0000 (01:18 +0100)]
Print more manager details

15 years agoFix wrong subtype assignment within network devices
Marcel Holtmann [Sun, 14 Dec 2008 23:55:10 +0000 (00:55 +0100)]
Fix wrong subtype assignment within network devices

15 years agoAdd property for connection type
Marcel Holtmann [Sun, 14 Dec 2008 23:44:17 +0000 (00:44 +0100)]
Add property for connection type

15 years agoAdd copy of RFC 1035 (DNS system)
Marcel Holtmann [Sun, 14 Dec 2008 22:56:18 +0000 (23:56 +0100)]
Add copy of RFC 1035 (DNS system)

15 years agoAdd DNS proxy/multiplexer implementation
Marcel Holtmann [Sun, 14 Dec 2008 22:53:44 +0000 (23:53 +0100)]
Add DNS proxy/multiplexer implementation

15 years agoRelease 0.3 0.3
Marcel Holtmann [Sun, 14 Dec 2008 03:48:56 +0000 (04:48 +0100)]
Release 0.3

15 years agoFix bridge and WiMAX device detection
Marcel Holtmann [Sun, 14 Dec 2008 02:48:33 +0000 (03:48 +0100)]
Fix bridge and WiMAX device detection

15 years agoDon't include network list for Ethernet devices
Marcel Holtmann [Sun, 14 Dec 2008 02:45:00 +0000 (03:45 +0100)]
Don't include network list for Ethernet devices

15 years agoDon't apply filter to network devices
Marcel Holtmann [Sun, 14 Dec 2008 02:38:13 +0000 (03:38 +0100)]
Don't apply filter to network devices

15 years agoAdd generic signal strength property
Marcel Holtmann [Sun, 14 Dec 2008 01:12:40 +0000 (02:12 +0100)]
Add generic signal strength property

15 years agoPrint signal strength as integer
Marcel Holtmann [Sat, 13 Dec 2008 23:37:10 +0000 (00:37 +0100)]
Print signal strength as integer

15 years agoIndicate changes to the signal strength
Marcel Holtmann [Sat, 13 Dec 2008 23:30:08 +0000 (00:30 +0100)]
Indicate changes to the signal strength

15 years agoAdd support for changing static properties
Marcel Holtmann [Sat, 13 Dec 2008 23:29:30 +0000 (00:29 +0100)]
Add support for changing static properties

15 years agoDon't install D-Bus system activation service
Marcel Holtmann [Sat, 13 Dec 2008 20:25:16 +0000 (21:25 +0100)]
Don't install D-Bus system activation service

15 years agoRemove the off policy option
Marcel Holtmann [Sat, 13 Dec 2008 20:17:53 +0000 (21:17 +0100)]
Remove the off policy option

15 years agoOnly try to connect to available networks
Marcel Holtmann [Sat, 13 Dec 2008 19:44:36 +0000 (20:44 +0100)]
Only try to connect to available networks

15 years agoAdd support for automatically connecting known networks
Marcel Holtmann [Sat, 13 Dec 2008 19:36:07 +0000 (20:36 +0100)]
Add support for automatically connecting known networks

15 years agoEmit signal when element gets enabled or disabled
Marcel Holtmann [Sat, 13 Dec 2008 19:34:56 +0000 (20:34 +0100)]
Emit signal when element gets enabled or disabled

15 years agoAdd skeleton for DNS proxy resolver plugin
Marcel Holtmann [Sat, 13 Dec 2008 19:04:06 +0000 (20:04 +0100)]
Add skeleton for DNS proxy resolver plugin

15 years agoRestart scanning after disconnecting
Marcel Holtmann [Sat, 13 Dec 2008 18:56:05 +0000 (19:56 +0100)]
Restart scanning after disconnecting

15 years agoRemove deprecated resolver element type
Marcel Holtmann [Sat, 13 Dec 2008 18:52:10 +0000 (19:52 +0100)]
Remove deprecated resolver element type

15 years agoRemove linkage of unused functions
Marcel Holtmann [Sat, 13 Dec 2008 18:50:53 +0000 (19:50 +0100)]
Remove linkage of unused functions

15 years agoConvert IPv4 setting to use new resolver framework
Marcel Holtmann [Sat, 13 Dec 2008 18:50:01 +0000 (19:50 +0100)]
Convert IPv4 setting to use new resolver framework

15 years agoRemove unused variable and fix another variable name
Marcel Holtmann [Sat, 13 Dec 2008 18:33:05 +0000 (19:33 +0100)]
Remove unused variable and fix another variable name

15 years agoAdd improved resolver framework
Marcel Holtmann [Sat, 13 Dec 2008 18:25:04 +0000 (19:25 +0100)]
Add improved resolver framework

15 years agoAdd small self testing framework
Marcel Holtmann [Sat, 13 Dec 2008 18:15:04 +0000 (19:15 +0100)]
Add small self testing framework

15 years agoAdd support for sorting resolvers by priority
Marcel Holtmann [Sat, 13 Dec 2008 15:01:18 +0000 (16:01 +0100)]
Add support for sorting resolvers by priority

15 years agoRemove misuse of parent element parameter name
Marcel Holtmann [Sat, 13 Dec 2008 14:53:37 +0000 (15:53 +0100)]
Remove misuse of parent element parameter name

15 years agoAdd support for inactive and cleanup timers
Marcel Holtmann [Sat, 13 Dec 2008 14:50:25 +0000 (15:50 +0100)]
Add support for inactive and cleanup timers

15 years agoRelease 0.2 0.2
Marcel Holtmann [Sat, 13 Dec 2008 02:03:39 +0000 (03:03 +0100)]
Release 0.2

15 years agoUpdate D-Bus access policy configuration
Marcel Holtmann [Sat, 13 Dec 2008 01:29:01 +0000 (02:29 +0100)]
Update D-Bus access policy configuration

15 years agoRemove disabled code fragments of old element interface
Marcel Holtmann [Sat, 13 Dec 2008 01:24:18 +0000 (02:24 +0100)]
Remove disabled code fragments of old element interface

15 years agoFix usage of wrong network name property
Marcel Holtmann [Sat, 13 Dec 2008 01:00:57 +0000 (02:00 +0100)]
Fix usage of wrong network name property

15 years agoFix broken invalid character replacement code
Marcel Holtmann [Sat, 13 Dec 2008 00:58:07 +0000 (01:58 +0100)]
Fix broken invalid character replacement code

15 years agoRemove unused variable
Marcel Holtmann [Sat, 13 Dec 2008 00:49:40 +0000 (01:49 +0100)]
Remove unused variable

15 years agoAdd some details about the monitor-connman script
Marcel Holtmann [Sat, 13 Dec 2008 00:41:47 +0000 (01:41 +0100)]
Add some details about the monitor-connman script

15 years agoAdd detection of no longer available networks
Marcel Holtmann [Sat, 13 Dec 2008 00:29:52 +0000 (01:29 +0100)]
Add detection of no longer available networks

15 years agoAdd callback to invalidate old results
Marcel Holtmann [Fri, 12 Dec 2008 23:44:24 +0000 (00:44 +0100)]
Add callback to invalidate old results