aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add ldapdb entry to logging settingsPavlos Ratis2013-09-231-0/+4
* Add tests for LDAPAuthBackend.Michał Górny2013-09-221-0/+73
* Clean up django_auth_ldap leftovers.Michał Górny2013-09-222-7/+2
* Fix login tests for proper handling of LDAP exceptions.Michał Górny2013-09-221-4/+7
* Replace django-auth-ldap with ldapdb-based auth backend.Michał Górny2013-09-221-1/+1
* add tearDownClassPavlos Ratis2013-09-2012-0/+48
* delete ldapobj after test executionPavlos Ratis2013-09-2012-0/+12
* s/self.ldapobject/self.ldapobj/gPavlos Ratis2013-09-2012-40/+40
* Require the database cleanup only to remove USER and PASSWORD.Michał Górny2013-09-171-2/+4
* Tests: check whether failed get_bound_ldapuser() doesn't pollute the db.Michał Górny2013-09-121-0/+7
* Use context managers to clean up settings.DATABASES after binds.Michał Górny2013-09-121-12/+26
* Use session identifiers for unique LDAP db aliases.Michał Górny2013-09-121-2/+4
* Fix the tests about rendered result, they were not properly concatenating str...Theo Chatzimichos2013-09-082-17/+5
* Merge pull request #86 from dastergon/misc_flake8Theo Chatzimichos2013-09-081-5/+5
|\
| * fix misc pep8 errorsPavlos Ratis2013-09-081-5/+5
* | increase tests verbosity to 2Pavlos Ratis2013-09-081-1/+1
|/
* add integration tests for settingsPavlos Ratis2013-09-041-0/+77
* Add tests for ldapuser and get_bound_ldapuserTheo Chatzimichos2013-08-281-0/+89
* Enable ./setup.py test functionalityTheo Chatzimichos2013-08-261-0/+26
* okupy.tests is not an app anymore, and it's not needed by the discover runnerTheo Chatzimichos2013-08-261-1/+0
* Fix flake8 errorsTheo Chatzimichos2013-08-2612-116/+255
* switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-2514-35/+36
* Move OkupyError to okupy/__init__Theo Chatzimichos2013-08-251-1/+1
* Add tests for SSH handlers.Michał Górny2013-08-252-13/+216
* Support authentication using SSH.Michał Górny2013-08-253-1/+39
* Initial SSH server support.Michał Górny2013-08-251-0/+18
* Remove search_s.seed, as it is now covered by mockldapTheo Chatzimichos2013-08-2411-73/+12
* stop spamming the logs when running the testsTheo Chatzimichos2013-08-241-14/+5
* Merge pull request #75 from tampakrap/tests_v2Theo Chatzimichos2013-08-234-1/+144
|\
| * Add tests for the accounts listsTheo Chatzimichos2013-08-232-0/+116
| * Add more attrs to the test accounts, for more testingTheo Chatzimichos2013-08-211-1/+23
| * add test to ensure that anon gets redirected to requested next URLTheo Chatzimichos2013-08-191-0/+5
* | SSLCertAuthBackend: make request mandatory.Michał Górny2013-08-232-18/+7
* | Add tests for SSL auth.Michał Górny2013-08-232-0/+132
* | Switch ciphers to output urlsafe base64.Michał Górny2013-08-211-1/+1
* | Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-214-4/+4
* | Use AES as OkupyCipher.Michał Górny2013-08-211-1/+1
* | IDCipher: use unpadded base32 as well.Michał Górny2013-08-211-1/+1
* | Move RevokedToken to common and make it more universal.Michał Górny2013-08-211-1/+1
* | Revoke used encrypted session IDs.Michał Górny2013-08-211-0/+22
* | Move session ID encryption, decryption & validation to SessionRefCipher.Michał Górny2013-08-211-2/+23
* | test_cipher: check if wrong ciphertext length triggers ValueError.Michał Górny2013-08-201-0/+5
* | Raise ValueError on short ciphertext.Michał Górny2013-08-201-0/+5
* | test_cipher: respect block_size.Michał Górny2013-08-201-16/+23
|/
* Add tests/vars.py that stores variables used by the testsTheo Chatzimichos2013-08-1910-207/+184
* Remove the fixtureTheo Chatzimichos2013-08-191-13/+0
* Major rewrite of the signup tests, lots of integration tests converted to unitTheo Chatzimichos2013-08-192-176/+317
* Add tests for OkupyCipherTheo Chatzimichos2013-08-191-0/+29
* Apply the previous helper changes to the test suiteTheo Chatzimichos2013-08-195-74/+82
* Use TestCase instead of OkupyTestCase for login integration testsTheo Chatzimichos2013-08-191-2/+3