Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-23 | Add test for basic email sending. | drebs | |
2013-01-22 | Clean up tests and add basic GPG infrastructure. | drebs | |
2012-11-28 | creating test files (no tests yet) | drebs | |
2012-11-12 | small refactoring | drebs | |
2012-11-05 | relay raises exception if recipient's key is not ultimatelly trusted | drebs | |
2012-11-05 | relay raises exception if recipient's key is not found | drebs | |
2012-11-05 | gpg wrapper is configurable | drebs | |
2012-10-31 | email header is not encrypted | drebs | |
2012-10-31 | add README file | drebs | |
2012-10-31 | relay loops forever with twistd | drebs | |
2012-10-29 | send encrypted mail | drebs | |
2012-10-23 | Simple SMTP relay using Twisted API. | drebs | |
2012-10-18 | Merge branch 'feature/detect_and_stop_vpn' into develop | kali | |
2012-10-15 | attempts to stop exisiting instances of openvpn when discovered at start up. | antialias | |
2012-10-12 | stopping openvpn via management interface. | antialias | |
2012-10-12 | ping_gateway now uses the provider gateway defined in config file. | antialias | |
2012-10-11 | add signal to end of eip checks | kali | |
this fixes random error on leap initialization | |||
2012-10-11 | comment out the set_password call until we fix #744 | kali | |
2012-10-11 | removed debug info since eval HOME is causing the bug | kali | |
2012-10-11 | another attempt at fixing recursion error with expanduser | kali | |
2012-10-11 | make file_path explicit | kali | |
2012-10-10 | use signals to pass eip errors across threads | kali | |
Closes #741 | |||
2012-10-10 | fix geometry saving for debug/regular mode. | kali | |
Closes #732 | |||
2012-10-10 | fix connect/disconnect button in debug mode | kali | |
Closes #730 | |||
2012-10-10 | add feedback for connection error during signup | kali | |
Closes #724 | |||
2012-10-10 | fix failing test on test_eipconnection | kali | |
Closes #738 | |||
2012-10-10 | fix for left-click on systray | kali | |
Closes #310 | |||
2012-10-08 | added openvpn to debian install line | antialias | |
added python-coverage to testing install line rewrote PyQt installation instructions fixed pkg/test-requirements lines fixed nosetest example (#740) | |||
2012-10-08 | add leap-status to main window in non-debug mode | kali | |
not very DRY but just to have it ready for rc cut. | |||
2012-10-08 | Merge branch 'feature/network_check' into develop | kali | |
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py | |||
2012-10-08 | popup dialog error when network error happens | kali | |
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds. | |||
2012-10-08 | Merge branch 'feature/firstrun-wizard' into develop | kali | |
2012-10-08 | catch timeout and specify kind of signup error | kali | |
2012-10-08 | fix hexlify + add regex validator for usernames | kali | |
2012-10-06 | fix cert needed evaluation | kali | |
2012-10-06 | springbok hardcoded path for registration | kali | |
2012-10-06 | pep8 | kali | |
2012-10-06 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-06 | Merge branch 'feature/detect_vpn' of ssh://leap.se/leap_client into ↵ | kali | |
feature/detect_vpn | |||
2012-10-05 | added tests. | antialias | |
2012-10-05 | fix seticon call breakage when interface dies | kali | |
2012-10-05 | add comments to netchecks | kali | |
2012-10-05 | pep8 | kali | |
2012-10-05 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-05 | typo | kali | |
2012-10-05 | todo comments | kali | |
2012-10-05 | remove test resources | kali | |
2012-10-05 | fix cert needed evaluation | kali | |
2012-10-05 | add menu for running wizard at will | kali | |
it's still buggy in that it does not bother to stop the ongoing checks or connection. we should take care of that soon. | |||
2012-10-05 | use keyring to store user password | kali | |
using a quite lame cryptedfile by the moment until dbus bug makes gnome-keyring usable again or we come up with the encrypted database solution. we might want to explore the option of using this python-keyring with the different native backends for win and macosx. for now: we generate a random secret that we store in the qsettings file. so, the whole thing is just to avoid plaintext stuff. for this, we could have done rot13, haha. |