summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-22Add command to run the client in hacking sectionIvan Alejandro
Also document the --danger flag for the client run
2013-05-17add soledad requirementkali
2013-05-16Integrate soledad and keymanager in the clientTomas Touceda
2013-05-16Merge remote-tracking branch 'kali/feature/use-qtreactor2' into developTomás Touceda
2013-05-17fix a segfault when stopping the reactorkali
this particular way of invoking the run method in the reactor was giving trouble under some conditions. switching to runReturn makes it work.
2013-05-17catch reactor not running errorkali
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-15Add CHANGELOG and fold in changes files0.2.1Tomás Touceda
2013-05-11Support requests<1.0.0 for the token saving tooTomas Touceda
2013-05-11Merge branch 'develop' of ssh://leap.se/leap_client into developkali
2013-05-11Make the import of WindowsLock conditionalTomas Touceda
2013-05-11Fixup one instance on WindowsTomas Touceda
2013-05-11Add support for requests<1.0.0Tomas Touceda
2013-05-11Save auth tokenTomas Touceda
2013-05-11fix pyqt referenceskali
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-11remove comment about shell expansionkali
2013-05-11sanitize ip addresskali
2013-05-11pep8kali
2013-05-11whitelist openvpn cipher parameterskali
2013-05-11add debug to config and cert uriskali
2013-05-07Merge remote-tracking branch 'kali/feature/sanitize-config' into developTomas Touceda
2013-05-07Merge remote-tracking branch 'kali/feature/update-docs' into developTomas Touceda
2013-05-07Specify properly how to skip pyside in installationTomas Touceda
2013-05-07fix pyqt referenceskali
2013-05-07use ipaddr to get ipv6 supportkali
2013-05-06Document how to skip PySide from installing from sourceTomas Touceda
2013-05-03updated documentationkali
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc
2013-05-01remove comment about shell expansionkali
2013-05-01sanitize ip addresskali
2013-05-01pep8kali
2013-05-01whitelist openvpn cipher parameterskali
2013-05-01add debug to config and cert uriskali
2013-04-16Remove first row, allow it to render.Kali Kaneko
2013-04-16Remove the last pyqt reference from the READMETomas Touceda
2013-04-16We don't really need LEAP_VENV_SKIP_PYSIDE outside venvTomas Touceda
2013-04-16Remove debian installation for dependencies, just use setup.pyTomas Touceda
Also, note to run make before installing leap-client
2013-04-16Re-add gpl imageTomas Touceda
2013-04-16Install leap.common from pipTomas Touceda
2013-04-16Update READMETomas Touceda
2013-04-16Merge remote-tracking branch 'kali/bug/fix-flock-errno-osx' into developTomas Touceda
2013-04-16fix flock errno under osxKali Kaneko
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-12Fix UI which was missbehavingTomas Touceda
- Remove the <b> wrapping on checkboxes, since they don't understand HTML - Change the display of provider since providers with big names like dev.bitmask.net make the UI look bad.
2013-04-12Add service levels to the config specTomas Touceda
2013-04-12Add config/ to gitignoreTomas Touceda
2013-04-11Emit session_id and uid through eventsTomas Touceda
2013-04-11Merge remote-tracking branch 'kali/feature/single-instance-app2' into developTomas Touceda
Conflicts: src/leap/gui/mainwindow.py