summaryrefslogtreecommitdiff
path: root/src/blowfish.c
Commit message (Expand)AuthorAgeFilesLines
* updated for version 7.3.126v7.3.126Bram Moolenaar2011-02-251-2/+3
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-4/+4
* Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar2010-06-221-6/+6
* 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
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-191-19/+27
* Fix build on Cygwin and MingW.Bram Moolenaar2010-05-181-3/+5
* Fixed encryption big/little endian test.Bram Moolenaar2010-05-171-44/+49
* 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