summaryrefslogtreecommitdiff
path: root/include/service.h
AgeCommit message (Collapse)AuthorFilesLines
2018-08-24[connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908Nishant Chaprana1-0/+7
Change-Id: Iec2ec99fb7d4fc6d9c0539e5a9e7c903e1969580 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-01-23Updated connman to version 1.35Seonah Moon1-0/+1
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-0/+2
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2017-01-08[connman]: Fixed: ConnMan keep trying connection infintelyManeesh Jain1-0/+1
Description : In following use case, ConnMan was stuck in auto-connection with a specific AP. In that time, user could not be able to select any other AP for connection. 1. Connect with an AP 2. Add the Device Mac address in AP's Mac filter list 3. Device disconnect from AP 4. Device keep trying to connection with AP Partially added following upstream patch. "http://git.kernel.org/cgit/network/connman/connman.git/commit/?id=3bda07204b11158dd18322db6e64dc92bdd07124" Change-Id: I1731bfd21324c83a87f4ff2a5fccf264fd7883f5 Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2015-07-08Fix MMS connection failureJaehyun Kim1-0/+41
Change-Id: Id3847d1d8233c2177cfbd65ba42ead8ff44a06a8
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-3/+14
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-6/+5
2012-08-15service: Add getter for favorite flagJulien Massot1-0/+1
2012-08-14service: Allow plugins to lookup services by networksDaniel Wagner1-0/+3
2012-08-14service: Allow plugins access to connman_service_create_ip4/6configDaniel Wagner1-0/+5
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-05service: Add Timeservers.Configuration PropertyAlok Barsode1-0/+1
This property helps to add service specific timeservers. These are set by the user and are per service.
2012-02-04timeserver: Use service timeserver, if any, before system timeserversAlok Barsode1-0/+1
2012-01-24service: Add caller information to ref/unref debug prints.Jukka Rissanen1-2/+12
This helps to pin point the exact line/function who is taking the reference.
2011-06-16service: Remove Service.ModeDaniel Wagner1-9/+0
The only source for the cellular mode update was removed in a474ef1be8b76167b9d0ef8a9eb6fe24cc5eacc5". The WiFi plugin will not support adhoc mode. So this property is completly unused.
2011-02-15service: Refactor Service nameserver APIDaniel Wagner1-1/+1
__connman_service_append/remove_namerserver() is renamed to __connman_service_nameserver_append/remove to be more consistent with the other Service API naming. Also the semantic changes to append/remove instead of set/clear. The list of configured nameservers takes preference over the list of discovered (DHCP, VPN, ...) nameservers.
2011-02-08service: Add CONNMAN_SERVICE_ERROR_INVALID_KEY to service error enumPatrik Flykt1-0/+1
Add invalid key/passphrase definition for a service and unset the current passphrase when this error is indicated.
2011-01-28provider: Report VPN error codeMohamed Abbas1-0/+2
2011-01-12service: Define proxy setting helperSamuel Ortiz1-0/+1
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+1
2010-10-18Add proxy accessor function for servicesTomasz Bursztyka1-0/+4
2010-10-12Added support for "auto" and "manual" proxy.Tomasz Bursztyka1-0/+7
2010-09-22Export service functions for retrieving domainname and nameserverMarcel Holtmann1-0/+2
2010-09-20Add support for retrieving proxy auto configuration URLMarcel Holtmann1-0/+2
2010-07-15Add service property and signals for LoginRequiredMarcel Holtmann1-4/+3
2010-01-29Add special state for portal login stepMarcel Holtmann1-3/+4
2010-01-13Add special "online" service stateMarcel Holtmann1-0/+1
2010-01-07Add support for setting immutable flag from configurationsMarcel Holtmann1-3/+0
2010-01-05Add place-holder for technology type GPSMarcel Holtmann1-1/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-14Add security definitions for PSK and IEEE 802.1xMarcel Holtmann1-2/+4
2009-12-09Add service types for system and VPN connectionsMarcel Holtmann1-5/+7
2009-12-06Remove new unused special carrier state of a serviceMarcel Holtmann1-4/+3
2009-11-28Add method to retrieve interface name from serviceMarcel Holtmann1-0/+1
2009-11-28Add support for default service changed notifierMarcel Holtmann1-0/+2
2009-09-18Add missing cellular mode definitionsMarcel Holtmann1-0/+3
2009-07-24Fix notification to use service types instead of device typesMarcel Holtmann1-0/+2
2009-07-17Fix handling of out-of-range access pointsMarcel Holtmann1-3/+4
2009-07-15Add error codes for failing connection attemptsMarcel Holtmann1-3/+4
2009-07-05Add service error for missing PIN codesMarcel Holtmann1-0/+1
2009-06-30Add support for DHCP errors from servicesMarcel Holtmann1-1/+2
2009-06-29Add function for more detailed error reportingMarcel Holtmann1-0/+4
2009-06-29Remove the useless extern declaration for public functionsMarcel Holtmann1-4/+4
2009-06-29Add types for Bluetooth and cellular servicesMarcel Holtmann1-4/+6
2009-05-17Use "RSN" instead of "WPA2" for the security detailsMarcel Holtmann1-1/+1
2009-05-13Make sure favorite setting is properly loadedMarcel Holtmann1-4/+0
2009-04-21Add support for carrier service stateMarcel Holtmann1-5/+6
2009-04-21Create proper service interface abstractionMarcel Holtmann1-0/+4
2009-04-12Add service creation and reference counting functionsMarcel Holtmann1-0/+4