summaryrefslogtreecommitdiff
path: root/src/leap/services
AgeCommit message (Collapse)Author
2013-06-03Use Twisted's deferToThread and Deferreds to handle parallel tasksTomás Touceda
This removes CheckerThread
2013-05-30Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py
2013-05-30make tests pass & fix pep8kali
2013-05-29Move KeyManager submodule from leap.common to here.drebs
2013-05-22Merge remote-tracking branch 'ivan/bug/kde-polkit-support' into developTomás Touceda
2013-05-21Add support for kde polkit, closes #2630Ivan Alejandro
Close issue #2630 Add changes file for #2630 Add documentation to '_is_auth_agent_running' method.
2013-05-18Integrate SMTPTomás Touceda
2013-05-16Integrate soledad and keymanager in the clientTomas Touceda
2013-05-17use qtreactor so twisted is driven by qt main loopkali
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function.
2013-05-11use ipaddr to get ipv6 supportkali
2013-05-11updated documentationkali
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc
2013-05-11sanitize ip addresskali
2013-05-11whitelist openvpn cipher parameterskali
2013-05-11add debug to config and cert uriskali
2013-04-16add locations to specKali Kaneko
2013-04-12Add --danger option to not validate the first hop of certificatesTomas Touceda
This is intended to be used while testing, not in production
2013-04-10baseconfig moved to leap.common.configkali
2013-04-08fix dyld_library_path for osxkali
2013-04-03fix osx prefixer and launcherKali Kaneko
2013-03-26Merge branch 'feature/windows_install_tap' of ↵kali
git://github.com/chiiph/leap_client into develop Conflicts: src/leap/gui/mainwindow.py
2013-03-25Mark sanitation point clearly for future referenceTomás Touceda
2013-03-25Rename the openvpn exe to something more specificTomás Touceda
2013-03-25grp doesn't exist in windowsTomás Touceda
2013-03-22Add Windows VPN LauncherTomás Touceda
2013-03-21Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into developTomás Touceda
2013-03-21fix docstringkali
2013-03-21Fixes as per reviewTomás Touceda
2013-03-21Handle configuration and paths in a standalone wayTomás Touceda
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way.
2013-03-21fix osascript invocationKali Kaneko
2013-03-21add darwin prefixer and launcherkali
2013-03-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-13Make the no up/down log an error instead of a warningTomás Touceda
2013-03-13Document checker parameter in providerbootstrapperTomás Touceda
2013-03-13Display a more related error message for https wizard checksTomás Touceda
Differentiate between SSLError and other type of errors, so to its clear when the certificate fails and when the connection fails or other kind of problems
2013-03-13Notify the user of pkexec/polkit/openvpn checksTomás Touceda
2013-03-13Add vpn already running checksTomás Touceda
2013-03-13Use expanduser instead of hardcoded stringTomás Touceda
2013-03-13Check validity for downloaded certs and re-download if neededTomás Touceda
2013-03-13Add valid pemfile check before saving the downloaded client certTomás Touceda
2013-03-13Add util.certs and abstract digest thereTomás Touceda
2013-03-13Add mkdir_p method to util.filesTomás Touceda
2013-03-13Revert jsonschema version to <=0.8Tomás Touceda
2013-03-13Pass mtime to pluggableconfig's loadTomás Touceda
Also add a request_helpers file to util where all the helper methods for handling requests should go
2013-03-13Add mtime check for existing json definitions before downloadTomás Touceda
Also, wait for threads to finish when quitting
2013-03-12Get eip cert with session_id when possibleTomás Touceda
2013-03-12Check and try to fix certificate permissionsTomás Touceda
2013-03-12Extend path to sbin by defaultTomás Touceda
2013-03-11Notify if openvpn is not foundTomás Touceda
2013-03-08Add translation supportTomás Touceda
Also: - Make OpenVPN use a random port every time - Logout in parallel so the UI doesn't block - Add the WAIT status from OpenVPN to the mainwindow displays - Support non-unix sockets in the LinuxVPNLauncher
2013-03-08Migrate VPN process to QProcessTomás Touceda
Also: - Add a new tray icon for the whole app and a VPN specific one - Add a way to start/stop EIP independently - Improve reaction to the process dying