summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-01Add .gbs.conf, own directoriessubmit/tizen/20130701.054338Anas Nashif1-0/+4
2013-07-01add gbs.confAnas Nashif1-0/+3
2013-07-01Merge branch 'tizen' of ssh://review.tizen.org/platform/upstream/connman ↵Anas Nashif6-8/+47
into tizen
2013-07-01Merge "Tizen: Add option to disable link local address" into tizensubmit/tizen/20130701.105247submit/tizen/20130701.094310accepted/tizen/20130701.201407MartinXu2-0/+18
2013-07-01own directoriesAnas Nashif1-0/+2
2013-06-28changelog: ConnMan NTP supportCorentin Lecouvey1-0/+3
2013-06-27Add systemd service to manage ConnMan NTP feature (#TZPC-1974)Corentin Lecouvey3-8/+26
Both scripts were provided by Manolova, Plamena.
2013-06-27Tizen: Add option to disable link local addressarron.wang2-0/+18
When dhcp is failed, the user may can't auto-generate IP address, IPV4 link local address may puzzle user when we are connected but failed to surf the Internet
2013-06-14Update to 1.15submit/tizen/20130614.081036accepted/tizen/20130614.152842Anas Nashif1-0/+3
2013-06-14add docs packagesubmit/tizen/20130614.081002Anas Nashif1-0/+3
2013-06-14add .gbs.confAnas Nashif1-1/+1
2013-06-14Set license using %licenseAnas Nashif2-0/+4
2013-06-14add openconnect pluginAnas Nashif1-0/+3
2013-06-14add openconnect supportAnas Nashif1-1/+18
2013-06-14Update to 1.11Anas Nashif1-0/+3
2013-06-14Update to 1.11Anas Nashif1-7/+5
2013-06-14Fixed rpmlint warnings/errorsAnas Nashif1-0/+3
2013-06-14fixed rpmlintAnas Nashif1-6/+6
2013-06-14enable clientAnas Nashif1-0/+3
2013-06-14enable clientAnas Nashif1-0/+1
2013-06-14enable clientAnas Nashif1-1/+1
2013-06-14require python-gobjectAnas Nashif2-1/+7
2013-06-14bootstrap correctlyAnas Nashif1-1/+1
2013-06-14run autogenAnas Nashif1-0/+1
2013-06-14add packagingAnas Nashif2-0/+93
2013-05-31Release 1.15upstream/1.151.15Marcel Holtmann2-1/+8
2013-05-30config: Remove code implementing Protected config file settingPatrik Flykt1-54/+0
The code was relevant only for Manager.ProvisionService method call which was removed a long time ago.
2013-05-30doc: Remove Protected descriptionPatrik Flykt1-3/+0
The Protected setting was relevant only for Manager.ProvisionService method call which was removed a long time ago.
2013-05-30vpn-config: Log a warning if the provider ident already existsPatrik Flykt1-2/+7
Also set the returned value appropriately when removing or adding configuration files.
2013-05-30vpn-config: Remove obsolete protected codePatrik Flykt1-63/+1
For VPN connections created via configuration files the immutable flag is set and it ensures no modifications are allowed. The protected feature implementation was a left-over from service configuration code. Removing the code fixes a bug where only VPN entries of different types can be provisioned in the same provisioning file.
2013-05-29test-ippool: Shortcut exhausting allocation testDaniel Wagner1-3/+9
Instead really trying to allocate all possible 69888 blocks, let's reserve the first two IP pools and then we only need to allocate 255 blocks. That should bring down the runtime considerable.
2013-05-29service: Update Domains property when Domains.Configuration changesPatrik Flykt1-0/+1
Domains property was not updated when Domains.Configuration was changed. If Domains.Configuration is for example set to empty when using DHCP, the Domains property is to be updated with the value configured via DHCP. Fixes BMC#26010
2013-05-29service: Check service type before fetching interface indexPatrik Flykt1-1/+4
For VPNs, the index is available from provider, for other services from network. Fixes BMC#26009
2013-05-24ipconfig: Use system set addresses for IPv4 property in 'manual' modePatrik Flykt1-1/+1
Addresses and gateway for the service IPv4 property being used in the system are available from ipconfig->system when the property is set to 'manual'.
2013-05-24client: Accept correctly spelled option namePatrik Flykt1-2/+4
Accept also correctly spelled version of 'preferred' option.
2013-05-22client: Fix minor issues in D-Bus path name checkingPatrik Flykt1-2/+3
2013-05-22client: Fix index for IPv6 configuration optionPatrik Flykt1-1/+1
2013-05-22client: Reserve space for trailing NULL in the arrayPatrik Flykt1-1/+1
2013-05-22session: Fix service2bearer to return a correct match all ruleDaniel Wagner1-0/+1
2013-05-21doc: Remove documentation for Technology IdleTimeout propertyPatrik Flykt1-8/+0
IdleTimeout hasn't so far been implemented in any release and will be handled by other means if needed.
2013-05-21service: Restart timeserver polling only for the default servicePatrik Flykt1-1/+3
When timeservers are set, recreate timeserver polling list only if the service is the the default one.
2013-05-20doc: Document the deprecated RemoveProvider method callPatrik Flykt1-0/+4
Fixes BMC#25958
2013-05-20test: Add test script for Clock APIPatrik Flykt2-1/+34
2013-05-20clock: Implement load and save for Clock API propertiesPatrik Flykt1-0/+62
Load and save TimeUpdates and TimezoneUpdates Clock API properties. Clock API Timeservers property is already handled by the timeserver code. Fixes BMC#25988
2013-05-20timeserver: Check the time update methodPatrik Flykt1-0/+3
If the time update method is manual, no NTP time servers are returned.
2013-05-20clock: Export information about time update methodPatrik Flykt2-6/+12
2013-05-17TODO: Add Clock API support for connmanctlPatrik Flykt1-2/+2
2013-05-17wifi: Scan all stored hidden networksTomasz Bursztyka3-45/+122
Previously the number of scanned hidden WiFi networks was restricted by the fast scan limit of the WiFi driver. This patch takes into account the driver fast scan limit and will scan for all configured hidden WiFi networks. Thanks to Jukka for testing this.
2013-05-17README: Update information about wpa_supplicant configurationTomasz Bursztyka1-2/+9
2013-05-17TODO: DHCPv6 DECLINE message supportJukka Rissanen1-0/+6