summaryrefslogtreecommitdiff
path: root/django/srpproject
AgeCommit message (Expand)Author
2012-07-20INCOMPATIBLE: major restructuring of the repositoryAzul
2009-08-15This adds a file 'utils.py' to simplify templating.ausiv4
2009-08-14Fixed bug in views.py, changed files named 'hash' to 'crypto' since it now in...ausiv4
2009-08-13Added support for logins without javascript. This is configurable on a site-b...ausiv4
2009-08-12Rather than passing the necessary parameters to the SRP constructor, I've mad...ausiv4
2009-08-12When upgrading the user from a non-srp account to an SRP account, the client ...ausiv4
2009-08-08This adds upgrade functionality so that existing django apps can switch to SRP.ausiv4
2009-08-07This update separates the register functionality from the login library. The ...ausiv4
2009-08-06Changes were made to improve database efficiency and to use the django authen...ausiv4
2009-07-28Fixed srp.js for IE6.ausiv4
2009-07-28In this update we use jsPacker.pl to combine and compress javascript ausiv4
2009-07-25Moved register and login page to templates rather than cluttering views.py. A...ausiv4
2009-07-25Fixed views.py to work with the new library for registration. There were mino...ausiv4
2009-07-25This commit makes major revisions to srp.js. The SRP library now works ausiv4
2009-07-24Fixed error in jsbn.js, cleaned tables in login and register views.ausiv4
2009-07-24Merge proper-random with trunk.ausiv4
2009-07-23Test commitausiv4
2009-07-23First submission.ausiv4