summaryrefslogtreecommitdiff
path: root/src/leap/services
AgeCommit message (Collapse)Author
2013-06-24Merge remote-tracking branch 'kali/feature/better-vpn-control' into developTomás Touceda
2013-06-24Catch OSError when checking for permissionsTomás Touceda
2013-06-24Improve OpenVPN Process ControlKali Kaneko
* Disable toggle button until we get "connected" status. #2956 * Catch abnormal termination and update UI accordingly. #2890
2013-06-24let errors go in their own panelKali Kaneko
2013-06-21Use an alternative method to check for file permissionTomas Touceda
2013-06-20Merge remote-tracking branch 'kali/bug/hide-mx' into developTomas Touceda
2013-06-21hide mx until we integrate itkali
Closes: #2938
2013-06-19Merge remote-tracking branch 'kali/feature/launch-polkit-agent' into developTomas Touceda
2013-06-19Merge remote-tracking branch 'kali/bug/fix-down-plugin-for-launcher' into ↵Tomas Touceda
develop
2013-06-20tries to launch polkit authentication agentkali
Closes: #2884
2013-06-20Merge remote-tracking branch 'ivan-github/bug/2936_fix-psutil-error-import' ↵kali
into develop
2013-06-20look for down-root plugin in bundle and systemkali
2013-06-19Add psutil.error import to solve OSX problem.Ivan Alejandro
Closes #2936
2013-06-20nullify _tn instead of deletingKali Kaneko
2013-06-20fix zero length field format in 2.6Kali Kaneko
2013-06-19Merge remote-tracking branch 'kali/feature/linux_install_scripts_rev2' into ↵chiiph
develop
2013-06-19Merge remote-tracking branch 'ivan/feature/2877_improve-gateway-selector' ↵chiiph
into develop
2013-06-19install missing files during linux initializationkali
Closes: #2247, #2761
2013-06-18Improve timezone gateway selector. Closes #2894Ivan Alejandro
It allows to use multiple gateways in openvpn for redundancy.
2013-06-17Remove temporal folder during shutdownkali
Closes: #2891 This is the temporal folder that is used under osx and linux for the unix socket to connect to the management interface.
2013-06-15working openvpn termination: SIGTERM, then SIGKILL.kali
Closes: #2753
2013-06-15Merge branch 'develop' of ssh://leap.se/leap_client into developkali
2013-06-14Actually deferToThread all the things we expect to do in parallelTomás Touceda
2013-06-14Autoselect VPN gateway based on timezone.Ivan Alejandro
2013-06-13pep8kali
2013-06-13copy missing updown scripts if missingKali Kaneko
2013-06-11Merge remote-tracking branch 'kali/bug/openvpn-process_rev4' into developTomás Touceda
2013-06-12use twisted processProtocol instead of QProcess to drive openvpnkali
2013-06-11Check provider api version for compatibilityIvan Alejandro
2013-06-04Remove CheckerThread from SRPAuthTomás Touceda
Also, some pep8 fixes
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