git-annex/Types
guilhem ac9807c887 Leverage an ambiguities between Ciphers
Cipher is now a datatype

    data Cipher = Cipher String | MacOnlyCipher String

which makes more precise its interpretation MAC-only vs. MAC + used to
derive a key for symmetric crypto.
2013-09-05 11:09:08 -04:00
..
Backend.hs handle sha*sum's leading \ in checksum with certian unsual filenames 2012-12-20 17:07:10 -04:00
BranchState.hs remove unused fields 2012-12-19 23:41:54 -04:00
Command.hs find: Avoid polluting stdout with progress messages. Closes: #718186 2013-07-30 20:24:27 -04:00
Crypto.hs Leverage an ambiguities between Ciphers 2013-09-05 11:09:08 -04:00
FileMatcher.hs forgot to add 2013-05-25 13:51:27 -04:00
GitConfig.hs Youtube support! (And 53 other video hosts) 2013-08-22 18:50:43 -04:00
Group.hs add --ingroup limit 2012-10-08 15:18:58 -04:00
Key.hs layout 2013-07-04 02:45:46 -04:00
KeySource.hs add: Improved detection of files that are modified while being added. 2013-02-14 16:54:36 -04:00
Messages.hs Display a warning when a non-existing file or directory is specified. 2012-11-25 17:54:08 -04:00
Option.hs per-command options 2012-01-05 23:11:07 -04:00
Remote.hs moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
StandardGroups.hs allow configuring the preferreddir 2013-04-26 13:01:06 -04:00
TrustLevel.hs test 2012-12-19 23:44:08 -04:00
UUID.hs add ConfigMonitor thread 2012-10-20 16:43:35 -04:00