Commit Graph

7 Commits

Author SHA1 Message Date
Carsten Haitzler 463913ae26 enable econnman agin - apparently q66 is wrong 2022-01-31 23:42:37 +00:00
Carsten Haitzler 27e1311a80 make econnman not build out of the box - broken on py3 and not needed 2022-01-31 15:07:22 +00:00
Matthias Wauer 03212566da Added missing installation note for econnman.config
Summary:
econnman.config must be writeble for group owners, so change
modus accordingly.

Test Plan:
Installation of econnman.config with and without changing
file acces rights and trying to connect to ieee8021x secured network.

Reviewers: leif

CC: FillFeile

Differential Revision: https://phab.enlightenment.org/D476
2014-01-20 14:42:54 +01:00
Matthias Wauer 25b58dc527 Fix installation path of econnman.config file 2013-12-13 18:53:04 +02:00
Leif Middelschulte f797c7d2d8 Add support for ieee802.1x wireless networks.
Connman does only support two phase authentication via config files.
These config files reside in /var/lib/connman/ and are watched by
the connman daemon. Unfortunatelly, connman does not support per
session/user config files, so for simplicity's sake, we modify one in
/var/lib/connman. With these changes, econnman manages a single file
(/var/lib/connman/econnman.config), to which the user running it needs
write access. By default the (empty) config file shipped with this packages
has write permissions set for the group. Packagers might want to change the
owner/group to root:users after installation or come around with a more
sophisticated approach.
2013-12-13 18:09:54 +02:00
Gustavo Sverzut Barbieri 9fdaefb00d add check at configure, add info to README.
SVN revision: 75178
2012-08-12 23:18:52 +00:00
Gustavo Sverzut Barbieri 97b1311413 welcome econnman application.
This application attempts to cope with newest connman API and provide
every feature it supports.

It's written as an application instead of E17 module to make use of
Elementary. At this point I'm trying to make something usable fast and
then python-elementary is used (it may be converted to C at a later
point).

Just use a recent elementary from svn to run, as elm_segment_control
was badly broken and will segfault if used! Be warned.

python-elementary is not a compile time dependency and thus not
checked by configure, but it's runtime so be sure to have it before
running!

TODO:
 - IPv6
 - Proxy
 - Technology and Service icons (IOW: it looks ugly now)



SVN revision: 73121
2012-07-02 03:26:05 +00:00