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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix more pep8 errors
Pavlos Ratis
2013-09-25
1
-3
/
+0
*
fix pep8 errors
Pavlos Ratis
2013-09-23
2
-3
/
+7
*
Normalize usernames for LDAP.
Michał Górny
2013-09-22
1
-0
/
+5
*
Replace django-auth-ldap with ldapdb-based auth backend.
Michał Górny
2013-09-22
2
-0
/
+37
*
get_bound_ldapuser(): support custom username.
Michał Górny
2013-09-22
1
-2
/
+3
*
Import ACLField from our forked django-ldapdb.
Michał Górny
2013-09-17
1
-0
/
+34
*
Clean up settings.DATABASES when get_bound_ldapuser() fails.
Michał Górny
2013-09-12
1
-1
/
+5
*
Use context managers to clean up settings.DATABASES after binds.
Michał Górny
2013-09-12
1
-29
/
+26
*
Use session identifiers for unique LDAP db aliases.
Michał Górny
2013-09-12
1
-3
/
+5
*
Fix flake8 errors
Theo Chatzimichos
2013-08-26
3
-6
/
+8
*
switch back to non-relative imports, they proved to be confusing
Theo Chatzimichos
2013-08-25
2
-3
/
+3
*
Move OkupyError to okupy/__init__
Theo Chatzimichos
2013-08-25
1
-5
/
+0
*
Add tests for SSH handlers.
Michał Górny
2013-08-25
1
-1
/
+2
*
Store SSH handler list in settings.
Michał Górny
2013-08-25
1
-3
/
+8
*
Support authentication using SSH.
Michał Górny
2013-08-25
2
-3
/
+61
*
Introduce the concept of auth handlers.
Michał Górny
2013-08-25
1
-1
/
+17
*
Initial SSH server support.
Michał Górny
2013-08-25
1
-0
/
+78
*
Merge pull request #75 from tampakrap/tests_v2
Theo Chatzimichos
2013-08-23
1
-2
/
+5
|
\
|
*
Add support for negative queries in set_search_seed
Theo Chatzimichos
2013-08-21
1
-2
/
+5
*
|
SSLCertAuthBackend: make request mandatory.
Michał Górny
2013-08-23
1
-4
/
+1
*
|
Move crypto-related stuff to okupy.crypto.
Michał Górny
2013-08-21
3
-267
/
+1
*
|
'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
1
-4
/
+4
*
|
IDCipher: use unpadded base32 as well.
Michał Górny
2013-08-21
1
-3
/
+2
*
|
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
1
-0
/
+12
*
|
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
1
-1
/
+51
*
|
Revoke used encrypted session IDs.
Michał Górny
2013-08-21
1
-0
/
+3
*
|
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
1
-3
/
+53
*
|
Raise ValueError on short ciphertext.
Michał Górny
2013-08-20
1
-0
/
+2
*
|
OkupyCipher: make block_size a public property.
Michał Górny
2013-08-20
1
-2
/
+8
|
/
*
Add tests/vars.py that stores variables used by the tests
Theo Chatzimichos
2013-08-19
1
-1
/
+3
*
Add @anonymous_required decorator
Theo Chatzimichos
2013-08-19
1
-0
/
+22
*
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
*
Add more docstring on okupy.common and okupy.otp.
Michał Górny
2013-08-19
2
-0
/
+12
*
Introduce get_bound_ldapuser() helper.
Michał Górny
2013-08-18
1
-9
/
+24
*
Add @strong_auth_required decorator.
Michał Górny
2013-08-17
1
-0
/
+53
*
Make SSL cert auth user creation race condition-free.
Michał Górny
2013-08-17
1
-2
/
+9
*
Remove get_ldap_connection completely
Theo Chatzimichos
2013-08-17
1
-36
/
+0
*
Use bind_as() to localize LDAP identity changes.
Michał Górny
2013-08-17
1
-9
/
+9
*
Handle unknown hashes in secondary-pass code gracefully.
Michał Górny
2013-08-17
1
-4
/
+12
*
Add support for secondary password
Pavlos Ratis
2013-08-17
1
-0
/
+47
*
Anon user can not have is_verified attr, enable it only for real users
Theo Chatzimichos
2013-08-17
1
-1
/
+1
[next]