index
:
bitmask_android.git
0.9.8
develop
master
mirror_0xacab_master
[bitmask_android]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
se
/
leap
/
leapclient
/
LeapSRPSession.java
Age
Commit message (
Expand
)
Author
2013-10-03
Fixed M2 and M1 constants values.
Parménides GV
2013-09-30
Moved all constants from ConfigHelper.
Parménides GV
2013-07-26
Include GPLv3+ file and header for files in se.leap.leapclient package
Sean Leonard
2013-06-20
No binary library needed.
Parménides GV
2013-06-19
First round of comments.
Parménides GV
2013-06-10
Removed unused methods and variables.
Parménides GV
2013-06-08
Clean up some unused and some formatting
Sean Leonard
2013-06-05
Fixed passwords with \ character.
Parménides GV
2013-06-04
Fixed SRP strange characters bugs.
Parménides GV
2013-06-04
Fixed 2 important bugs.
Parménides GV
2013-05-29
Fixed passwords with strange characters?
Parménides GV
2013-05-13
A bit more clean.
Parménides GV
2013-04-29
Changed the message shown when checking if the password is valid or not.
Parménides GV
2013-04-29
This commit contains:
Parménides GV
2013-04-29
Made SRP working with ProviderAPI methods more frequently than not in localho...
Parménides GV
2013-04-11
Made LeapSRPSession more beautiful, put javadoc and commented lines of
Parménides GV
2013-04-10
Some more trims added. It passes a lot of tests from the test project
Parménides GV
2013-04-10
LeapSRPSession response() method is working for the three different
Parménides GV
2013-04-09
Response should be correct, as far as different calculations
Parménides GV
2013-04-08
Done constructor of LeapSRPSession: it's OK.
Parménides GV
2013-04-08
Xor method fixed. I use BigInteger Java one.
Parménides GV
2013-04-03
Fixed bug #2146 => A calculation is now fine. Next step: fix M1
Parménides GV