aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rc4.c
Commit message (Collapse)AuthorAgeLines
* Renaming RC4 to ArcFour (possible trademark issues).Wilmer van der Gaast2007-10-07-189/+0
|
* Fix some warnings in storage.c.Jelmer Vernooij2007-07-07-4/+4
|
* Using LGPL for generic parts, where possible.Wilmer van der Gaast2006-09-20-10/+10
|
* Just a little typo in rc4.cWilmer van der Gaast2006-08-14-1/+1
|
* Added "account set" command.Wilmer van der Gaast2006-07-01-1/+1
|
* Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-2/+7
| | | | | moved set_eval_ops() to a slightly more suitable place.
* Added versioning information to the XML-file (convenient for later formatWilmer van der Gaast2006-06-25-0/+6
| | | | | | | changes), got rid of confusing "Password successfully changed" message when the user uses the identify-command and protected rc4_decode() against short inputs.
* Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-1/+0
|
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+179
protocols/, and adding RC4 code.