summaryrefslogtreecommitdiff
path: root/src/sha256.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.816v7.3.816Bram Moolenaar2013-02-131-2/+1
| | | | | Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
* updated for version 7.3.723v7.3.723Bram Moolenaar2012-11-201-1/+3
| | | | | Problem: Various tiny problems. Solution: Various tiny fixes.
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+1
| | | | Cleanup white space.
* Crypt the swapfile.Bram Moolenaar2010-06-211-3/+5
|
* Added salt to blowfish encryption.Bram Moolenaar2010-06-131-16/+34
|
* 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.
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-18/+9
|
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-191-13/+13
| | | | Better autoconf check for uint32_t.
* Fixed encryption big/little endian test.Bram Moolenaar2010-05-171-11/+15
| | | | | | 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-25/+19
|
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-0/+429