summaryrefslogtreecommitdiff
path: root/src/proto/crypt_zip.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-3/+3
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.4.399v7.4.399Bram Moolenaar2014-08-101-0/+5
Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater)