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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #74 from mgorny/cipher-cleanup
Theo Chatzimichos
2013-08-21
19
-212
/
+374
|
\
\
|
|
/
|
/
|
|
*
Switch ciphers to output urlsafe base64.
Michał Górny
2013-08-21
4
-12
/
+12
|
*
Move crypto-related stuff to okupy.crypto.
Michał Górny
2013-08-21
14
-37
/
+40
|
*
'Pack' session id into binary string before encrypting.
Michał Górny
2013-08-21
1
-3
/
+25
|
*
Use AES as OkupyCipher.
Michał Górny
2013-08-21
2
-5
/
+5
|
*
IDCipher: use unpadded base32 as well.
Michał Górny
2013-08-21
2
-4
/
+3
|
*
Encode encrypted session ID using base32.
Michał Górny
2013-08-21
1
-3
/
+3
|
*
Add unpadded base32 en-/decoder to crypto.
Michał Górny
2013-08-21
2
-7
/
+15
|
*
RevokedToken: fix timezone issues.
Michał Górny
2013-08-21
1
-2
/
+3
|
*
SessionRefCipher: atomically revoke IDs using RevokedToken model.
Michał Górny
2013-08-21
1
-3
/
+7
|
*
Move RevokedToken to common and make it more universal.
Michał Górny
2013-08-21
5
-53
/
+56
|
*
Revoke used encrypted session IDs.
Michał Górny
2013-08-21
2
-0
/
+25
|
*
Add random prefix to randomize generated encrypted session IDs.
Michał Górny
2013-08-21
1
-2
/
+8
|
*
SessionRefCipher: do more assertions about cache key format.
Michał Górny
2013-08-21
1
-4
/
+8
|
*
Move session ID encryption, decryption & validation to SessionRefCipher.
Michał Górny
2013-08-21
4
-34
/
+84
|
*
ssl_auth: check decrypted session ID validity.
Michał Górny
2013-08-20
2
-10
/
+12
|
*
SSL auth: decrypt session ID in forms cleanup.
Michał Górny
2013-08-20
2
-4
/
+14
|
*
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
2
-0
/
+7
|
*
test_cipher: respect block_size.
Michał Górny
2013-08-20
1
-16
/
+23
|
*
OkupyCipher: make block_size a public property.
Michał Górny
2013-08-20
1
-2
/
+8
|
/
*
Merge pull request #71 from tampakrap/tests
Theo Chatzimichos
2013-08-19
27
-541
/
+708
|
\
|
*
Remove edpwd, explicitly depend on pycrypto
Theo Chatzimichos
2013-08-19
2
-2
/
+2
|
*
Add tests/vars.py that stores variables used by the tests
Theo Chatzimichos
2013-08-19
11
-208
/
+187
|
*
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
|
*
minor fix in .coveragerc
Theo Chatzimichos
2013-08-19
1
-1
/
+1
|
*
Add tests for OkupyCipher
Theo Chatzimichos
2013-08-19
1
-0
/
+29
|
*
Add @anonymous_required decorator
Theo Chatzimichos
2013-08-19
2
-1
/
+25
|
*
Improvements in signup/activate views:
Theo Chatzimichos
2013-08-19
1
-15
/
+24
|
*
Remove try/except block, ldap connection check is performed already
Theo Chatzimichos
2013-08-19
1
-6
/
+1
|
*
Apply the previous helper changes to the test suite
Theo Chatzimichos
2013-08-19
5
-74
/
+82
|
*
Combine get_ldap_user and get_all_ldap_users to ldap_users
Theo Chatzimichos
2013-08-19
1
-14
/
+25
|
*
Add ability to specify attr name in set_search_seed
Theo Chatzimichos
2013-08-19
1
-3
/
+3
|
*
Iterate through all passwords in the list
Theo Chatzimichos
2013-08-19
1
-2
/
+2
|
*
Stop iterating when secondary password is removed
Theo Chatzimichos
2013-08-19
1
-0
/
+1
|
*
check if the passwords match in form.is_valid()
Theo Chatzimichos
2013-08-19
2
-3
/
+8
|
*
Use TestCase instead of OkupyTestCase for login integration tests
Theo Chatzimichos
2013-08-19
1
-2
/
+3
|
*
Add test_ prefix to all the test files
Theo Chatzimichos
2013-08-19
12
-23
/
+0
|
/
*
Merge pull request #70 from mgorny/cleanup
Theo Chatzimichos
2013-08-19
7
-21
/
+99
|
\
|
*
Use shorter otpauth:// URI.
Michał Górny
2013-08-19
1
-1
/
+1
|
*
Revoke OTP tokens in views rather than backends.
Michał Górny
2013-08-19
3
-10
/
+8
|
*
Add more docstring on okupy.common and okupy.otp.
Michał Górny
2013-08-19
5
-0
/
+61
|
*
login: ask only for password when upgrading auth.
Michał Górny
2013-08-19
2
-5
/
+21
|
*
login: give a proper info() message when asking for strong auth.
Michał Górny
2013-08-19
1
-7
/
+10
|
/
*
Merge pull request #69 from mgorny/otp-ldap
Theo Chatzimichos
2013-08-19
4
-28
/
+42
|
\
|
*
Bind properly for *OTP setup.
Michał Górny
2013-08-18
3
-19
/
+18
|
*
Introduce get_bound_ldapuser() helper.
Michał Górny
2013-08-18
1
-9
/
+24
*
|
Merge pull request #68 from dastergon/new_attributes
Theo Chatzimichos
2013-08-18
1
-5
/
+8
|
\
\
|
|
/
|
/
|
|
*
update models with the new attributes
Pavlos Ratis
2013-08-18
1
-5
/
+8
|
/
[prev]
[next]