summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-04-04Several fixes in wizardkali
Closes:#2061 o Rewording of setup steps in wizard, to make them more meaningful to the non-technical user. Closes: #2061 o Fix typo in wizard o Fix multiple drawing of services if going back o Make registration errors show in red o Add a warning if EIP service needs admin password. Addresses part of #2062
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-26Merge branch 'bug/systray_behavior' of git://github.com/chiiph/leap_client ↵kali
into develop
2013-03-25Make it not fail in any other platformTomás Touceda
2013-03-25Fix grammar errorTomás Touceda
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-25Reorder imports based on rope's recommendationsTomás Touceda
2013-03-25grp doesn't exist in windowsTomás Touceda
2013-03-25Add windows platform initializerTomás Touceda
2013-03-22Improve systray behavior with context menu and activationTomás Touceda
2013-03-22Calculate mtime in a more multiplatform wayTomás Touceda
2013-03-22Make Windows use a regular socketTomás Touceda
2013-03-22Alias cp65001 to utf-8 for WindowsTomás Touceda
2013-03-22Add Windows VPN LauncherTomás Touceda
2013-03-22Add Windows prefixerTomás Touceda
2013-03-21Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into developTomás Touceda
2013-03-21fix docstringkali
2013-03-21Wrap bool setting casting in a methodTomás Touceda
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-21syntax fix for python 2.6Kali Kaneko
2013-03-21add darwin prefixer and launcherkali
2013-03-20Display ASSIGN_IP state correctly in the mainwindowTomás Touceda
2013-03-19move abc import to its placekali
2013-03-15remove branding remnant, add missing headerkali
2013-03-15remove common module!kali
from now on this will live in a common repo, leap_common. We still need to add it to requirements
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-13Fix timestamp for file creationTomás Touceda
2013-03-13Always show the eip icon if the service is available and enabledTomás Touceda
2013-03-13Use a unix socket every time for nowTomás Touceda
Will need a special case for windows
2013-03-13Make the no up/down log an error instead of a warningTomás Touceda
2013-03-13Add a TODO comment to not forget improve the configured providers checkTomás Touceda
2013-03-13Make sure we always end up with the proper list of servicesTomá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-13Default to port 443 if no port is specifiedTomás Touceda
2013-03-13Separate stdlibs from non-std in importsTomás Touceda
2013-03-13Update name in file headerTomá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-13Fix standalone type commentsTomás Touceda
2013-03-13Add mkdir_p method to util.filesTomás Touceda
2013-03-13Fix comment on baseconfig::saveTomás Touceda
2013-03-13Fix commentTomás Touceda