aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arc.c
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-84/+86
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Debian bug #764181: Accidentally had an LGPL header in a bunch of files.Wilmer van der Gaast2014-10-17-10/+10
| | | | | | Replaced them with GPL headers where possible. OSCAR and Twitter modules can't be relicenced though, so add an LGPL blurb to debian/copyright.
* Const is hard, let's go hacking.Wilmer van der Gaast2013-04-20-1/+1
|
* An empty password is still a password, don't refuse accounts for that.Wilmer van der Gaast2011-12-24-1/+1
|
* Adding padding to encrypted IM-passwords so the exact password length can'tWilmer van der Gaast2008-03-16-2/+25
| | | | | be guessed from the encrypted data anymore.
* "Changed" the ArcFour implementation. I'm afraid this was a waste of time,Wilmer van der Gaast2007-10-07-5/+13
| | | | | but at least I added a neat unittest...
* Renaming RC4 to ArcFour (possible trademark issues).Wilmer van der Gaast2007-10-07-0/+192