summaryrefslogtreecommitdiff
path: root/src/leap/services/eip/providerbootstrapper.py
AgeCommit message (Expand)Author
2013-08-12move everything into bitmask namespaceKali Kaneko
2013-08-01Verify cacert existence before using it.Ivan Alejandro
2013-07-25Add validation using provider's ca . Closes #3227.Ivan Alejandro
2013-07-25Replace leap_asserts with leap_check.Ivan Alejandro
2013-07-24Escape the domain value to avoid problematic pathsTomás Touceda
2013-07-05Set global request timeout to REQUEST_TIMEOUT (10 secs)Tomás Touceda
2013-06-27Fix minor bugs and return defer in the run_* methodsTomás Touceda
2013-06-11Check provider api version for compatibilityIvan Alejandro
2013-06-03Use Twisted's deferToThread and Deferreds to handle parallel tasksTomás Touceda
2013-05-30make tests pass & fix pep8kali
2013-05-11updated documentationkali
2013-04-12Add --danger option to not validate the first hop of certificatesTomas Touceda
2013-03-15namespace leap + leap.common splitkali
2013-03-13Document checker parameter in providerbootstrapperTomás Touceda
2013-03-13Display a more related error message for https wizard checksTomás Touceda
2013-03-13Add util.certs and abstract digest thereTomás Touceda
2013-03-13Add mkdir_p method to util.filesTomás Touceda
2013-03-13Pass mtime to pluggableconfig's loadTomás Touceda
2013-03-13Add mtime check for existing json definitions before downloadTomás Touceda
2013-03-12Check and try to fix certificate permissionsTomás Touceda
2013-03-07Change asserts for a custom leap_assert methodTomás Touceda
2013-03-06Add EIP serviceTomás Touceda