summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-25Merge remote-tracking branch 'refs/remotes/kali/bug/fix-imports' into developTomás Touceda
2014-07-25bump bitmask-root version numberkali
2014-07-25remove unused importskali
2014-07-25remove dependency on resolvconfkali
2014-07-25freeze debian versionkali
2014-07-25Merge tag '0.5.4' into deb-0.5.4kali
Tag leap.bitmask version 0.5.4
2014-07-25bump version to 0.5.4kali
2014-07-25Merge remote-tracking branch 'refs/remotes/ivan/bug/create-autostart-path' ↵Tomás Touceda
into develop
2014-07-25Create the autostart path in case that does not exist.Ivan Alejandro
2014-07-25Merge remote-tracking branch 'refs/remotes/ivan/bug/fix-import-error' into ↵Tomás Touceda
develop
2014-07-25Fix misused import.Ivan Alejandro
2014-07-25Disable user/pass remembering temporarily.Ivan Alejandro
Set the keyring to None in order to simulate an always unavailable keyring, that way we avoid the possibility of the user running into the existing keyring issues. See https://leap.se/code/issues/4190 Update comparisons to do a proper comparison with `None`. Fix login widget 'enabled' changer in order to change the 'remember' widget *only* if we have an usable keyring.
2014-07-25Merge remote-tracking branch 'refs/remotes/ivan/feature/autostart-on-linux' ↵Tomás Touceda
into develop
2014-07-25Merge remote-tracking branch 'refs/remotes/ivan/bug/disable-remembering' ↵Tomás Touceda
into develop
2014-07-25Add Linux autostart. Closes #4989.Ivan Alejandro
2014-07-25Simplify and sort OS flags.Ivan Alejandro
2014-07-24Disable user/pass remembering temporarily.Ivan Alejandro
Set the keyring to None in order to simulate an always unavailable keyring, that way we avoid the possibility of the user running into the existing keyring issues. See https://leap.se/code/issues/4190 Update comparisons to do a proper comparison with `None`. Fix login widget 'enabled' changer in order to change the 'remember' widget *only* if we have an usable keyring.
2014-07-24Improve hide and show main window on UbuntuTomás Touceda
2014-07-24Merge remote-tracking branch 'chiiph/bug/show_hide_improved' into developIvan Alejandro
2014-07-24Improve hide and show main window on UbuntuTomás Touceda
2014-07-24Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/add-frontend-alive-check' into develop
2014-07-24Add frontend alive check to the backend.Ivan Alejandro
Stop the backend if the frontend process does not exist any more and backend is not a daemon.
2014-07-24Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/add-backend-alive-check' into develop
2014-07-24Don't call the backend if it's not online.Ivan Alejandro
2014-07-24Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/restrict-certificates-permissions' into develop
2014-07-23Set the standalone value for BaseConfig.Ivan Alejandro
2014-07-23Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/set-standalone-flags-for-baseconfig' into develop
2014-07-23Set the standalone value for BaseConfig.Ivan Alejandro
2014-07-23Restrict access to the zmq certificates folder.Ivan Alejandro
2014-07-22Kill backend on quit if it does not respond.Ivan Alejandro
2014-07-21Add heartbeat to check if backend is alive.Ivan Alejandro
Send a 'ping' request every 2 secs to ensure that the backend is running. Use polling instead of recv on the backend_proxy. This was already implemented for the signaler.
2014-07-21firewall: correctly rewrite DNS packets originally for local network.elijah
2014-07-21bitmask-root: pep8'edelijah
2014-07-21bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵elijah
to use the VPN nameserver.
2014-07-21firewall stop: try to be much more robust in stopping the firewall whenever ↵elijah
we can
2014-07-21Add support for fingerprint-gui's polkit agent.Ivan Alejandro
Closes #5880.
2014-07-21Add the flag manually if it is release version.Ivan Alejandro
2014-07-21Handle undefined danger flag.Ivan Alejandro
2014-07-18Merge branch 'release-0.6.0'0.6.0Tomás Touceda
2014-07-18Fold in changesTomás Touceda
2014-07-18Update relnotesTomás Touceda
2014-07-17Merge remote-tracking branch 'refs/remotes/kali/bug/modify-entrypoint' into ↵Tomás Touceda
develop
2014-07-17modify launcher entrypoint after refactorkali
2014-07-16Merge remote-tracking branch 'refs/remotes/elijah/bugfix/fwdns' into developTomás Touceda
2014-07-16Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/new-frontend-backend' into develop
2014-07-16firewall: correctly rewrite DNS packets originally for local network.elijah
2014-07-16Increase timeout and retries.Ivan Alejandro
With this change we avoid the communication issues on OSX.
2014-07-16Code style fixes.Ivan Alejandro
2014-07-15Add changes file for #5719, #5733, #5734.Ivan Alejandro
2014-07-15Replace QThread with threading.Thread.Ivan Alejandro