summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
zuber [Mon, 5 Oct 2009 11:34:01 +0000 (13:34 +0200)]
Changed imports to absolute.
zuber [Mon, 5 Oct 2009 11:28:39 +0000 (13:28 +0200)]
Changed line endings in validate response from <CR><LF> to <LF> to be compatible with CAS 1.0 protocol specification.
zuber [Mon, 5 Oct 2009 11:25:37 +0000 (13:25 +0200)]
Added basic CAS 2.0 protocol support (only validation for now).
zuber [Fri, 2 Oct 2009 21:41:40 +0000 (23:41 +0200)]
Use string.ascii_letters instead of string.letters in utils._generate_string to prevent the server from blowing up when locale is other than C.
Chris Williams [Wed, 18 Mar 2009 05:09:33 +0000 (01:09 -0400)]
Fixed some formatting
Chris Williams [Wed, 18 Mar 2009 05:07:21 +0000 (01:07 -0400)]
Additional documentation and cleaned up imports in views.py
Chris Williams [Wed, 18 Mar 2009 00:10:12 +0000 (20:10 -0400)]
Added some documentation and a license
Chris Williams [Tue, 17 Mar 2009 23:06:53 +0000 (19:06 -0400)]
Removed some old SVN junk
Chris Williams [Tue, 17 Mar 2009 23:05:57 +0000 (19:05 -0400)]
First commit