index
:
srp_js.git
develop
master
refactor/separate-session
upgrade/all
[srp_js]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
javascript
/
srp.js
Age
Commit message (
Expand
)
Author
2009-08-14
Fixed bug in views.py, changed files named 'hash' to 'crypto' since it now in...
ausiv4
2009-08-12
Rather than passing the necessary parameters to the SRP constructor, I've mad...
ausiv4
2009-08-12
When upgrading the user from a non-srp account to an SRP account, the client ...
ausiv4
2009-08-09
Significant cleanup to srp.js.
ausiv4
2009-08-08
This adds upgrade functionality so that existing django apps can switch to SRP.
ausiv4
2009-08-07
This update separates the register functionality from the login library. The ...
ausiv4
2009-08-04
Removed debugging line from srp.js
ausiv4
2009-08-04
Improved documentation for srp.js.
ausiv4
2009-08-04
Now the import_hashes function checks to see whether the srp file is packed o...
ausiv4
2009-08-04
I've cleaned up the script path code so that it now packs properly. The path ...
ausiv4
2009-08-04
I've started working on the feature that will allow existing servers to upgra...
ausiv4
2009-07-28
Fixed srp.js for IE6.
ausiv4
2009-07-28
In this update we use jsPacker.pl to combine and compress javascript
ausiv4
2009-07-25
Moved register and login page to templates rather than cluttering views.py. A...
ausiv4
2009-07-25
Fixed views.py to work with the new library for registration. There were mino...
ausiv4
2009-07-25
This commit makes major revisions to srp.js. The SRP library now works
ausiv4
2009-07-24
Merge proper-random with trunk.
ausiv4
2009-07-23
First submission.
ausiv4