GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/proj/identity.gentoo.org.git
master
LDAP front-end and OpenID server for Gentoo Infrastructure (GSoC 2011, 2013)
Pavlos Ratis <dastergon@gentoo.org>, Michał Górny <mgorny@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
okupy
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix more pep8 errors
Pavlos Ratis
2013-09-25
1
-2
/
+2
*
add ldapdb entry to logging settings
Pavlos Ratis
2013-09-23
1
-0
/
+4
*
Add tests for LDAPAuthBackend.
Michał Górny
2013-09-22
1
-0
/
+73
*
Clean up django_auth_ldap leftovers.
Michał Górny
2013-09-22
2
-7
/
+2
*
Fix login tests for proper handling of LDAP exceptions.
Michał Górny
2013-09-22
1
-4
/
+7
*
Replace django-auth-ldap with ldapdb-based auth backend.
Michał Górny
2013-09-22
1
-1
/
+1
*
add tearDownClass
Pavlos Ratis
2013-09-20
12
-0
/
+48
*
delete ldapobj after test execution
Pavlos Ratis
2013-09-20
12
-0
/
+12
*
s/self.ldapobject/self.ldapobj/g
Pavlos Ratis
2013-09-20
12
-40
/
+40
*
Require the database cleanup only to remove USER and PASSWORD.
Michał Górny
2013-09-17
1
-2
/
+4
*
Tests: check whether failed get_bound_ldapuser() doesn't pollute the db.
Michał Górny
2013-09-12
1
-0
/
+7
*
Use context managers to clean up settings.DATABASES after binds.
Michał Górny
2013-09-12
1
-12
/
+26
*
Use session identifiers for unique LDAP db aliases.
Michał Górny
2013-09-12
1
-2
/
+4
*
Fix the tests about rendered result, they were not properly concatenating str...
Theo Chatzimichos
2013-09-08
2
-17
/
+5
*
Merge pull request #86 from dastergon/misc_flake8
Theo Chatzimichos
2013-09-08
1
-5
/
+5
|
\
|
*
fix misc pep8 errors
Pavlos Ratis
2013-09-08
1
-5
/
+5
*
|
increase tests verbosity to 2
Pavlos Ratis
2013-09-08
1
-1
/
+1
|
/
*
add integration tests for settings
Pavlos Ratis
2013-09-04
1
-0
/
+77
*
Add tests for ldapuser and get_bound_ldapuser
Theo Chatzimichos
2013-08-28
1
-0
/
+89
*
Enable ./setup.py test functionality
Theo Chatzimichos
2013-08-26
1
-0
/
+26
*
okupy.tests is not an app anymore, and it's not needed by the discover runner
Theo Chatzimichos
2013-08-26
1
-1
/
+0
*
Fix flake8 errors
Theo Chatzimichos
2013-08-26
12
-116
/
+255
*
switch back to non-relative imports, they proved to be confusing
Theo Chatzimichos
2013-08-25
14
-35
/
+36
*
Move OkupyError to okupy/__init__
Theo Chatzimichos
2013-08-25
1
-1
/
+1
*
Add tests for SSH handlers.
Michał Górny
2013-08-25
2
-13
/
+216
*
Support authentication using SSH.
Michał Górny
2013-08-25
3
-1
/
+39
*
Initial SSH server support.
Michał Górny
2013-08-25
1
-0
/
+18
*
Remove search_s.seed, as it is now covered by mockldap
Theo Chatzimichos
2013-08-24
11
-73
/
+12
*
stop spamming the logs when running the tests
Theo Chatzimichos
2013-08-24
1
-14
/
+5
*
Merge pull request #75 from tampakrap/tests_v2
Theo Chatzimichos
2013-08-23
4
-1
/
+144
|
\
|
*
Add tests for the accounts lists
Theo Chatzimichos
2013-08-23
2
-0
/
+116
|
*
Add more attrs to the test accounts, for more testing
Theo Chatzimichos
2013-08-21
1
-1
/
+23
|
*
add test to ensure that anon gets redirected to requested next URL
Theo Chatzimichos
2013-08-19
1
-0
/
+5
*
|
SSLCertAuthBackend: make request mandatory.
Michał Górny
2013-08-23
2
-18
/
+7
*
|
Add tests for SSL auth.
Michał Górny
2013-08-23
2
-0
/
+132
*
|
Switch ciphers to output urlsafe base64.
Michał Górny
2013-08-21
1
-1
/
+1
*
|
Move crypto-related stuff to okupy.crypto.
Michał Górny
2013-08-21
4
-4
/
+4
*
|
Use AES as OkupyCipher.
Michał Górny
2013-08-21
1
-1
/
+1
*
|
IDCipher: use unpadded base32 as well.
Michał Górny
2013-08-21
1
-1
/
+1
*
|
Move RevokedToken to common and make it more universal.
Michał Górny
2013-08-21
1
-1
/
+1
*
|
Revoke used encrypted session IDs.
Michał Górny
2013-08-21
1
-0
/
+22
*
|
Move session ID encryption, decryption & validation to SessionRefCipher.
Michał Górny
2013-08-21
1
-2
/
+23
*
|
test_cipher: check if wrong ciphertext length triggers ValueError.
Michał Górny
2013-08-20
1
-0
/
+5
*
|
Raise ValueError on short ciphertext.
Michał Górny
2013-08-20
1
-0
/
+5
*
|
test_cipher: respect block_size.
Michał Górny
2013-08-20
1
-16
/
+23
|
/
*
Add tests/vars.py that stores variables used by the tests
Theo Chatzimichos
2013-08-19
10
-207
/
+184
*
Remove the fixture
Theo Chatzimichos
2013-08-19
1
-13
/
+0
*
Major rewrite of the signup tests, lots of integration tests converted to unit
Theo Chatzimichos
2013-08-19
2
-176
/
+317
*
Add tests for OkupyCipher
Theo Chatzimichos
2013-08-19
1
-0
/
+29
*
Apply the previous helper changes to the test suite
Theo Chatzimichos
2013-08-19
5
-74
/
+82
[next]