summaryrefslogtreecommitdiff
path: root/src/blowfish.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.126v7.3.126Bram Moolenaar2011-02-251-2/+3
| | | | | Problem: Compiler warning for signed pointer. Solution: Use unsigned int argument for sscanf().
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-4/+4
| | | | Cleanup white space.
* Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar2010-06-221-6/+6
| | | | of int.
* Crypt the swapfile.Bram Moolenaar2010-06-211-7/+35
|
* Added salt to blowfish encryption.Bram Moolenaar2010-06-131-10/+32
|
* Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar2010-06-061-0/+5
|
* Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar2010-06-021-27/+81
|
* Made crypt/decrypt faster.Bram Moolenaar2010-06-011-6/+7
|
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-2/+2
|
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-1/+1
| | | | A few minor changes.
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-191-19/+27
| | | | Better autoconf check for uint32_t.
* Fix build on Cygwin and MingW.Bram Moolenaar2010-05-181-3/+5
|
* Fixed encryption big/little endian test.Bram Moolenaar2010-05-171-44/+49
| | | | | | Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building.
* Minor updates to blowfish encryption.Bram Moolenaar2010-05-161-4/+4
|
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-0/+581