summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-04-03Makes traffic indicators display fixed precision.kali
Closes:#2114
2013-04-03Do not populate user/pass when deselecting "remember"kali
Closes: #2059
2013-04-03fix tuntaposx invocationKali Kaneko
2013-04-03add osx initializerKali Kaneko
2013-04-03fix osx prefixer and launcherKali Kaneko
2013-03-27fix osx prefixer and launcherKali Kaneko
2013-03-26workaround for srp server timing out on consecutive runskali
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-26tests for srpregister and srpauthkali
in this commit too, the twisted fake_provider implementation
2013-03-25Fix grammar errorTomás Touceda
2013-03-26pep8kali
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