summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Add processing request & response vici message with socketipsecYu Jiung1-2/+2
Change-Id: I06ff60de06fde1ac8f484b1eecf49afed6d02542 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-03-02Add code to parse section struct into vici requestYu Jiung1-0/+29
Change-Id: If19978b75ab53c43a641a5e51bb0ef6a2adaa545 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2016-04-26Merge branch 'upstream' into tizenSeonah Moon5-0/+981
Change-Id: Ia439bcb6c0311b7e157318cfc2ab4a12a974f9b4 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim7-1/+1086
Change-Id: I2958446c35966d9ed72df0120b80561be7d89f54 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak22-1/+111
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-11-21multi-user: Expose function to check service user favoriteZhang zhengguang1-0/+7
Expose the function to check whether the service is favorite to the current user. Change-Id: Ib232f16c652ec94ef2e10b199a638a98554a1066
2014-10-31Tethering: Add tethering interfaces description to technology-api.txtChengyi Zhao1-0/+12
Change-Id: I59768258d5f2515311ed3dad5db91618b1c459ec
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-0/+5
Change-Id: I73fccf5f322ee2597f8f58d5e3d7f60ddeb0a641
2014-10-31Tizen: Append extra wifi service propertyArron Wang1-0/+26
Append wifi property bssid, maxrate, frequency, encryptionmode to wifi service Change-Id: I1d5987334ab288fc04ff931fda5108f4afe864f0
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang5-5/+96
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang19-1567/+331
2013-05-31doc: Document session policy file formatDaniel Wagner1-0/+83
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-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-20doc: Document the deprecated RemoveProvider method callPatrik Flykt1-0/+4
Fixes BMC#25958
2013-05-06man: Update connman.conf.5 manual page to use TetheringTechnologiesPatrik Flykt1-1/+1
2013-04-26man: Update connman.conf.5 manual pageJukka Rissanen1-6/+36
Updated PreferredTechnologies description. Added SingleConnectedTechnology, AllowedTetheringTechnologies and PersistentTetheringMode descriptions.
2013-04-02doc: Removed comments about profiles as they are long goneJukka Rissanen1-6/+0
2013-03-28doc: Ethernet properties 'Speed' and 'Duplex' are not providedPatrik Flykt1-7/+4
Ethernet properties 'Speed' and 'Duplex' have never been implemented and are not supported for WiFi. Thus mark them deprecated. Fixes BMC#25992
2013-03-25config: Allow user to specify how IP address is usedJukka Rissanen1-2/+6
If IPv4 address is missing then DHCPv4 is used. If IPv6 address is missing, then SLAAC or DHCPv6 is used. This was specified in doc/config-format.txt but implementation was missing. We also allow the IP address to contain "off", "dhcp" or "auto" string, so user can specify how the IP address can be set for the interface. Fixes BMC#25985
2013-03-08doc: Describe immutable flag for VPN connectionJukka Rissanen1-0/+8
The immutable flag is set if the VPN connection is provisioned via a .config file. The VPN connection can be removed only by removing the .config file from /var/lib/connman-vpn directory.
2013-03-08doc: Typo fixes in the documentationJukka Rissanen3-4/+4
Fixes BMC#25978
2013-02-26doc: Fix the path to VPN config filesJukka Rissanen1-2/+2
The correct default path is /var/lib/connman-vpn
2013-02-26doc: Update overview-api.txtTomasz Bursztyka1-4/+22
- Introduce the user to per SSID/Security Wifi networks grouping - Agent is no longer a future feature and user should be aware of how required information can be provided when connecting to a service.
2013-02-22doc: Ethernet provisioning supportJukka Rissanen1-1/+44
2013-02-19doc: Add description of GetProperties methodJukka Rissanen1-1/+8
2013-02-19doc: VPN config file specificationJukka Rissanen1-0/+215
2013-01-04doc: Remove WiMAX info from documentationPatrik Flykt2-36/+20
2012-11-30doc: Describe VPN agent APIJukka Rissanen1-0/+137
2012-11-23doc: Clarify UserRoutes and ServerRoutes documentationJukka Rissanen1-2/+3
As the UserRoutes is to be set by the user, then tell that in the documentation. Clarify also what the ServerRoutes mean.
2012-11-23manager: Deprecating connect/remove provider APIJukka Rissanen1-1/+5
The VPN configuration API is provided by connman-vpnd instead of connmand.
2012-11-23doc: VPN daemon API descriptionsJukka Rissanen3-0/+275
2012-10-09doc: State is a string typeGustavo Padovan1-1/+1
2012-09-27session: Update AllowedBearers documentationDaniel Wagner1-1/+10
2012-09-27session: Update ConnnectionType documentationDaniel Wagner1-5/+13
2012-09-27session: Remove AvoidHandover documentationDaniel Wagner1-21/+0
The AvoidHandover boolean was there to fine tune the selection algorithm in ConnMan. It was never implemented. Let's get rid for the time beeing. If there is a real need for it we should implemented this setting through the configuration plugin.
2012-09-19doc: Remove copies of DNS and DHCP specificationsMarcel Holtmann3-7507/+0
2012-09-19doc: Remove interactive command from client documentationMarcel Holtmann1-8/+2
2012-09-14client: Change 'tech' to 'technologies'Patrik Flykt1-2/+2
Update argument and man page to use 'technologies'
2012-09-14doc: Add manpage for command line clientCeara Chewning1-0/+196
2012-08-30session: Reorder D-Bus documentationDaniel Wagner1-40/+41
Reorder and group the settings, first the read only values and then the ones which can be changed.
2012-08-30session: Remove RoamingPolicy documetationDaniel Wagner1-21/+0
Remove this setting from the D-Bus API and move to the configuration plugin.
2012-08-30session: Remove EmergencyCall documentationDaniel Wagner1-28/+0
The EmergencyCall setting which should be set by the platform integrator and not by the application developer is moved the configuration plugin.
2012-08-30session: Remove StayConnected documentationDaniel Wagner1-7/+0
This setting is implicitly already available through AutoConnect. Having yet another way to express this doesn't make it work any better.
2012-08-30session: Remove Priority documentationDaniel Wagner1-30/+0
Remove this setting from the D-Bus API and move it to the configuration plugin.
2012-08-30session: Remove SessionMarker documentationDaniel Wagner1-9/+0
SO_MARK can only be set if the application has the CAP_NET_ADMIN capability. We don't want to give that to all application for good reasons and thus this approach won't work. Also touching all applications to get this feature working is not a good idea. We are going to use a cgroup controller to set SO_MARK and therefore we don't need it in the Session API.
2012-08-30session: Remove PeriodicConnect documentationDaniel Wagner1-27/+0
The idea was to let ConnMan know and optimize the connection scheduling. Doing this per Session is a bit over-engineered. The only use cases that have come up so far was for things like an email client checking for new message. Past experience showed that this kind of interface lead easily to live locks. If there is need for such a feature, doing it on a per technology would make more sense. For the time beeing it will be removed. Later it could still be added to the Technology API. If an application still wants to have a connection on regular basis it can call the Session Connnect() method. ConnMan is still able to defer any connection request.
2012-08-30session: Update ConnectionType documentationDaniel Wagner1-0/+3
The ConnectionType configuration option will be moved to the config plugin when we know how the application can be uniquely identified in a persistent way.
2012-08-30session: Move IdleTimeout to Technology APIDaniel Wagner2-9/+8
Having an IdleTimeout per Session is not really reasonable. It is hard to define the right behavoir if the timeouts differ per Session. Doing this per technology is easier to understand and also makes sense when no Session is used. IdleTimeout is only documented here, it's not yet implemented.
2012-08-30session: Update overview docDaniel Wagner1-82/+19
Update to the new D-Bus API and the simplified connection algorithms (state).