Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -3/+0 |
| | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that. | ||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -41/+45 |
| | | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things). | ||||
* | Update modes requires since modebase is now modes | lloyd | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Remove lookup.h use from ECB, CBC, CFB | lloyd | 2008-11-08 | 2 | -17/+12 |
| | |||||
* | Remove lookup.h from modebase | lloyd | 2008-11-08 | 1 | -4/+8 |
| | |||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
| | | | | | them modules now. In any case there is no distinction so info.txt seems better. | ||||
* | Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ↵ | lloyd | 2008-09-28 | 1 | -0/+5 |
| | | | | filters | ||||
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+197 |