1
0
forked from aniani/vim
Files
vim/runtime
Bram Moolenaar 8f4ac01544 updated for version 7.4.399
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)
2014-08-10 13:38:34 +02:00
..
2014-06-25 18:50:27 +02:00
2014-03-22 21:02:50 +01:00
2013-12-11 18:53:29 +01:00
2014-08-10 13:38:34 +02:00
2012-07-25 17:49:10 +02:00
2013-06-06 21:36:40 +02:00
2014-05-13 20:23:24 +02:00
2014-08-06 19:09:16 +02:00
2013-02-13 16:15:55 +01:00
2013-05-17 18:14:19 +02:00
2014-06-25 18:50:27 +02:00
2014-06-12 21:46:14 +02:00
2012-07-25 17:49:10 +02:00
2014-06-25 14:39:50 +02:00
2013-06-06 21:36:40 +02:00
2013-11-03 21:14:31 +01:00
2014-02-05 22:02:01 +01:00