aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #74 from mgorny/cipher-cleanupTheo Chatzimichos2013-08-2119-212/+374
|\ \ | |/ |/|
| * Switch ciphers to output urlsafe base64.Michał Górny2013-08-214-12/+12
| * Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-2114-37/+40
| * 'Pack' session id into binary string before encrypting.Michał Górny2013-08-211-3/+25
| * Use AES as OkupyCipher.Michał Górny2013-08-212-5/+5
| * IDCipher: use unpadded base32 as well.Michał Górny2013-08-212-4/+3
| * Encode encrypted session ID using base32.Michał Górny2013-08-211-3/+3
| * Add unpadded base32 en-/decoder to crypto.Michał Górny2013-08-212-7/+15
| * RevokedToken: fix timezone issues.Michał Górny2013-08-211-2/+3
| * SessionRefCipher: atomically revoke IDs using RevokedToken model.Michał Górny2013-08-211-3/+7
| * Move RevokedToken to common and make it more universal.Michał Górny2013-08-215-53/+56
| * Revoke used encrypted session IDs.Michał Górny2013-08-212-0/+25
| * Add random prefix to randomize generated encrypted session IDs.Michał Górny2013-08-211-2/+8
| * SessionRefCipher: do more assertions about cache key format.Michał Górny2013-08-211-4/+8
| * Move session ID encryption, decryption & validation to SessionRefCipher.Michał Górny2013-08-214-34/+84
| * ssl_auth: check decrypted session ID validity.Michał Górny2013-08-202-10/+12
| * SSL auth: decrypt session ID in forms cleanup.Michał Górny2013-08-202-4/+14
| * 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-202-0/+7
| * test_cipher: respect block_size.Michał Górny2013-08-201-16/+23
| * OkupyCipher: make block_size a public property.Michał Górny2013-08-201-2/+8
|/
* Merge pull request #71 from tampakrap/testsTheo Chatzimichos2013-08-1927-541/+708
|\
| * Remove edpwd, explicitly depend on pycryptoTheo Chatzimichos2013-08-192-2/+2
| * Add tests/vars.py that stores variables used by the testsTheo Chatzimichos2013-08-1911-208/+187
| * 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
| * minor fix in .coveragercTheo Chatzimichos2013-08-191-1/+1
| * Add tests for OkupyCipherTheo Chatzimichos2013-08-191-0/+29
| * Add @anonymous_required decoratorTheo Chatzimichos2013-08-192-1/+25
| * Improvements in signup/activate views:Theo Chatzimichos2013-08-191-15/+24
| * Remove try/except block, ldap connection check is performed alreadyTheo Chatzimichos2013-08-191-6/+1
| * Apply the previous helper changes to the test suiteTheo Chatzimichos2013-08-195-74/+82
| * Combine get_ldap_user and get_all_ldap_users to ldap_usersTheo Chatzimichos2013-08-191-14/+25
| * Add ability to specify attr name in set_search_seedTheo Chatzimichos2013-08-191-3/+3
| * Iterate through all passwords in the listTheo Chatzimichos2013-08-191-2/+2
| * Stop iterating when secondary password is removedTheo Chatzimichos2013-08-191-0/+1
| * check if the passwords match in form.is_valid()Theo Chatzimichos2013-08-192-3/+8
| * Use TestCase instead of OkupyTestCase for login integration testsTheo Chatzimichos2013-08-191-2/+3
| * Add test_ prefix to all the test filesTheo Chatzimichos2013-08-1912-23/+0
|/
* Merge pull request #70 from mgorny/cleanupTheo Chatzimichos2013-08-197-21/+99
|\
| * Use shorter otpauth:// URI.Michał Górny2013-08-191-1/+1
| * Revoke OTP tokens in views rather than backends.Michał Górny2013-08-193-10/+8
| * Add more docstring on okupy.common and okupy.otp.Michał Górny2013-08-195-0/+61
| * login: ask only for password when upgrading auth.Michał Górny2013-08-192-5/+21
| * login: give a proper info() message when asking for strong auth.Michał Górny2013-08-191-7/+10
|/
* Merge pull request #69 from mgorny/otp-ldapTheo Chatzimichos2013-08-194-28/+42
|\
| * Bind properly for *OTP setup.Michał Górny2013-08-183-19/+18
| * Introduce get_bound_ldapuser() helper.Michał Górny2013-08-181-9/+24
* | Merge pull request #68 from dastergon/new_attributesTheo Chatzimichos2013-08-181-5/+8
|\ \ | |/ |/|
| * update models with the new attributesPavlos Ratis2013-08-181-5/+8
|/