Commit Graph

50 Commits

Author SHA1 Message Date
Elyes HAOUAS 153f479d3f tree-wide: fix typos all over the place
Fix some typos

Differential Revision: https://phab.enlightenment.org/D11778
2020-05-14 12:04:51 +02:00
Carsten Haitzler a99bb0e179 fix errant connman dialog on connman mod shutdown
fix T8697
@fix
2020-05-05 12:35:00 +01:00
Carsten Haitzler 0aea2d23a7 connman - add dialog letting user know the connman service is not there 2019-09-05 17:22:06 +01:00
Mike Blumenkrantz 7dcc295e6b protect against null deref when setting proxy vars in connman module
CID 1382957, 1382958
2018-01-08 10:46:25 -05:00
Mike Blumenkrantz 00c968d63c use correct env vars for connman proxy setting
https://curl.haxx.se/docs/manual.html
2017-09-26 12:26:18 -04:00
Mike Blumenkrantz fb572c4c9d fix proxy_excludes handling for connman in previous commit 2017-09-26 12:26:18 -04:00
Leif Middelschulte 67ca168f6f support proxy settings provided by Connman.
Summary:
This implements support for Connman's proxy configuration.
The 'all_proxy', 'http_proxy', 'https_proxy' environment
variables are set to the first value of the 'proxy_servers' set.

The 'no_proxy' environment variable is set to a concatenated string
of all the 'proxy_exclude' values.

Reviewers: zmike!

Subscribers: cedric

Maniphest Tasks: T5442

Differential Revision: https://phab.enlightenment.org/D4833

modified by zmike
2017-09-26 12:26:18 -04:00
Carsten Haitzler c078a6df1d connman module - lower err's to warns as this actually happens
and... it's not an errort as such - it's the other end not supporting
something. that's ok with this ipc api i would say.

@fix
2017-07-30 22:59:53 +09:00
Chris Michael 0a94e8ba71 enlightenment: Make E build again with EFL from git
sed -i 's/EAPI/E_API/g'

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-05-07 15:13:10 -04:00
Stefan Schmidt 5bfbe933fe module/connman: Remove dead code after return.
The if else above retruns in both cases. This code was never executed.

CID 1039761
2014-09-05 14:14:33 +02:00
Jérémy Zurcher de779ee133 connman: add missing EINA_UNUSED 2014-05-07 11:37:22 +02:00
Mike Blumenkrantz 0a316209aa bugfix: set connman pending.disconnect when disconnecting a service 2014-03-13 11:25:01 -04:00
Mike Blumenkrantz ded3b76723 make connman if statements more clear for freeing data
CID 1039738
2014-03-13 11:24:30 -04:00
Carsten Haitzler ab3930c66a remove not connect. tnks gustavo 2013-10-22 15:55:00 +01:00
Carsten Haitzler 5f60606ffe connman - tenatively add remove api - needs hooking into ui for "forget" 2013-10-22 07:56:28 +01:00
Lucas De Marchi f8a2dd4d95 Rename edbus->eldbus 2013-04-23 12:37:43 -03:00
José Roberto de Souza 9631258de4 e: Port connman to edbus v2
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82014
2013-01-02 20:38:25 +00:00
Mike Blumenkrantz c6a9c34e7f giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
2012-11-30 14:38:34 +00:00
Stefan Schmidt 433f1cb90b e/connman: Check for the correct messages.
Checking two times the same message does not make any sense. The only logical
thing seems to be checking for the properties message here. Leaving the wifi
properties message out as not every setup has wifi. At least on my desktop
here I don't have /net/connman/technology/wifi so we should not fail without
it.

Dermarchi or Bdilly please cry or fix if this is not as intended.
(Brought to you by double_condition_check.cocci)

SVN revision: 77440
2012-10-04 14:56:17 +00:00
Carsten Haitzler 83191bb795 and add wifi powered on/off check for connman otherwise the gagdte is
basically useles to people as connman starts by being powered off
first time.



SVN revision: 76529
2012-09-12 13:35:32 +00:00
Bruno Dilly 893d7160a0 e/connman: implement agent dialogs
With that it should already be possible to connect to many wifi networks:
wep, wpa, hidden, wpa enterprise... using wps.

Actually I didn't test anything.



SVN revision: 76068
2012-09-03 22:05:29 +00:00
Lucas De Marchi dc908c9a3c e/connman: fix eina_safety checks
SVN revision: 76064
2012-09-03 22:04:49 +00:00
Bruno Dilly c603073254 e/connman: unregister agent
SVN revision: 76063
2012-09-03 22:03:23 +00:00
Bruno Dilly 3abf1f04e6 e/connman: register agent
SVN revision: 76062
2012-09-03 22:03:18 +00:00
Bruno Dilly 35007e200a e/connman: support more service types and states
Also fix manager_update_inst function.



SVN revision: 76058
2012-09-03 22:01:24 +00:00
Lucas De Marchi e5f228edba e/connman: allow to connect and disconnect
Networks that don't require agent interations (i.e. passphrases) can be
(dis)connected now.



SVN revision: 76054
2012-09-03 22:00:10 +00:00
Lucas De Marchi 339cd51087 e/connman: split stringshare and non-stringshare
search



SVN revision: 76053
2012-09-03 22:00:04 +00:00
Lucas De Marchi 091380518e e/connman: remove unused parameter nonsense
SVN revision: 76052
2012-09-03 21:59:59 +00:00
Lucas De Marchi 5da9539335 e/connman: Add stub functions to implement the agent
SVN revision: 76049
2012-09-03 21:59:45 +00:00
Lucas De Marchi e3a8e242bd e/connman: Add security types to Connman_Service
SVN revision: 76048
2012-09-03 21:59:40 +00:00
Lucas De Marchi 0ba8b9e95b e/connman: Add strength property
SVN revision: 76044
2012-09-03 21:59:20 +00:00
Lucas De Marchi 6237df554b e/connman: Add icon to list of services
SVN revision: 76043
2012-09-03 21:59:16 +00:00
Lucas De Marchi 20c53c31ed e/connman: Show simple list of services on mouse click
SVN revision: 76042
2012-09-03 21:59:11 +00:00
Lucas De Marchi a5c9a890ef e/connman: Use cm pointer instead of additional bool
SVN revision: 76041
2012-09-03 21:59:06 +00:00
Lucas De Marchi 9da9c3bf8b e/connman: remove extra debug for properties changed
SVN revision: 76039
2012-09-03 21:58:57 +00:00
Lucas De Marchi d116a7d254 e/connman: monitor ServicesChanged signal
SVN revision: 76038
2012-09-03 21:58:52 +00:00
Lucas De Marchi 24a547a8f5 e/connman: do not print an error if name has no owner
SVN revision: 76036
2012-09-03 21:58:42 +00:00
Lucas De Marchi ea95cb673f e/connman: use notifier function instead of event
For handling manager in/out inside the module, use a notifier function
instead of an event.



SVN revision: 76034
2012-09-03 21:58:31 +00:00
Lucas De Marchi 0bb82b9d1b e/connman: use stringshare for object path and fix
leaks



SVN revision: 76033
2012-09-03 21:58:26 +00:00
Lucas De Marchi 90d02d48da e/connman: update manager information on UI
SVN revision: 76032
2012-09-03 21:58:20 +00:00
Lucas De Marchi f29da01183 e/connman: move types to header to easy of use
SVN revision: 76029
2012-09-03 21:58:05 +00:00
Lucas De Marchi 580020bf71 e/connman: get list of services on startup
SVN revision: 76028
2012-09-03 21:57:59 +00:00
Lucas De Marchi 01a3319909 e/connman: free bus owner after manager is freed
SVN revision: 76027
2012-09-03 21:57:54 +00:00
Lucas De Marchi bdbc5ac934 e/connman: objectify manager and monitor properties
SVN revision: 76026
2012-09-03 21:57:48 +00:00
Lucas De Marchi 6decf38d1f e/connman: monitor owner instead of bus names
edbus is not able to continue watching for signals when name owner
changes happen. If we don't monitor the owner we will not receive any
signals anymore after it has changed.

The proper fix would be to change edbus to allow monitoring bus names.



SVN revision: 76025
2012-09-03 21:57:43 +00:00
Lucas De Marchi 514ed5bad1 e/connman: use only one log domain
SVN revision: 76024
2012-09-03 21:57:37 +00:00
Lucas De Marchi d29b65e819 e/connman: watch for ServicesChanged and
PropertyChanged



SVN revision: 76023
2012-09-03 21:57:32 +00:00
Lucas De Marchi 07f951dd8e e/connman: group pending calls and signal handlers
SVN revision: 76022
2012-09-03 21:57:27 +00:00
Lucas De Marchi 69b9a86d2a e/connman: zero ecore event on shutdown
SVN revision: 76021
2012-09-03 21:57:22 +00:00
Lucas De Marchi 0d26bde204 New code base for connman module
ConnMan 1.0 is the first stable release and the one being packed by most
distros. Completely remove the old code, together with the
econnman-0.7x dependency. The relevant code is now maintained together
with e17 module for easier maintenance.



SVN revision: 76020
2012-09-03 21:57:16 +00:00