Joey Hess
89eecd4b3b
rename constructor for clariy
2013-09-05 11:12:01 -04:00
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
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
f0bb39bc4e
Added a comment
2013-09-05 15:07:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00
9551dca9c8
poll vote (/sdcard/annex)
2013-09-05 12:16:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00
bbe65e7ede
Added a comment
2013-09-05 12:14:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00
5551495d63
markdown formatting
2013-09-05 12:03:52 +00:00
2.244.15.209
b04957628d
poll vote (/sdcard/annex)
2013-09-05 11:06:19 +00:00
Joey Hess
6883c17d62
highlight the syntax change
2013-09-05 00:10:43 -04:00
Joey Hess
60677bc110
blog for the day
2013-09-05 00:09:25 -04:00
Joey Hess
fc7b5cfe7d
Merge branch 'encryption'
2013-09-05 00:09:11 -04:00
Joey Hess
47d0219ac8
update docs for changed initremote encryption syntax
2013-09-04 23:46:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
7740afd10f
Added a comment: New YouTube problems
2013-09-05 03:45:16 +00:00
Joey Hess
c5236b7f74
close
2013-09-04 23:25:41 -04:00
Joey Hess
c99902546e
close
2013-09-04 23:24:42 -04:00
Joey Hess
08f026e886
keep Utility.Gpg free of dependencies on git-annex
2013-09-04 23:16:33 -04:00
Joey Hess
ce53acf4fe
wording
2013-09-04 22:53:58 -04:00
Joey Hess
2b9f3cc175
tabs
2013-09-04 22:47:53 -04:00
Joey Hess
a51f1a4ee4
unimportant tweak
...
fix something my internal haskell parser does a double take at
2013-09-04 22:39:25 -04:00
Joey Hess
15b8acb885
redundant comment
2013-09-04 22:24:01 -04:00
Joey Hess
930e6d22d6
replace an over-explained Bool with a data type
...
This also highlights several places where a Read/Show or similar for the
new data type could avoid redundant strings.
2013-09-04 22:18:33 -04:00
Joey Hess
57a15425e8
wording
2013-09-04 21:54:10 -04:00
Joey Hess
359a8bc318
Merge branch 'master' into encryption
2013-09-04 21:45:47 -04:00
Joey Hess
51ce7fcaf1
fix warning
2013-09-04 21:37:13 -04:00
guilhem
3999a860eb
Encryption defaults to 'hybrid'
...
When a keyid= is specified while encryption= is absent.
2013-09-04 21:34:33 -04:00
Joey Hess
b30a322093
reword docs
2013-09-04 20:11:25 -04:00
Joey Hess
6e09893160
reword changelog
2013-09-04 19:31:36 -04:00
Joey Hess
b17defd43a
reworded encryption stuff on man page, hopefully clearer and less jargon
2013-09-04 18:39:41 -04:00
Joey Hess
6f531d903d
detailed changelog for the encryption changes
2013-09-04 18:15:38 -04:00
Joey Hess
2fcae0348f
Merge branch 'master' into encryption
2013-09-04 18:08:47 -04:00
Joey Hess
1587fd42a3
fix build (seems getGpgEncOpts got renamed to getGpgEncParams)
2013-09-04 18:00:02 -04:00
rjc
3f2bb8b028
Added a comment: laptop
2013-09-04 21:42:52 +00:00
konubinix
d2da95f372
Added a comment: Dropping dead repositories
2013-09-04 07:40:23 +00:00
http://joeyh.name/
d88d4953f8
Added a comment
2013-09-04 06:44:43 +00:00
http://joeyh.name/
45c23e2fc4
Added a comment
2013-09-04 06:43:26 +00:00
http://joeyh.name/
2bec724191
Added a comment
2013-09-04 06:38:01 +00:00
http://joeyh.name/
1aae962ac5
Added a comment
2013-09-04 06:36:16 +00:00
RaspberryPie
480ecb379c
Added a comment: git-annex assistant for the Raspberry Pi
2013-09-04 03:58:37 +00:00
http://a-or-b.myopenid.com/
1b75cade1b
Added a comment
2013-09-04 01:36:47 +00:00
Joey Hess
e13d7c3cea
fix number
2013-09-03 16:59:33 -04:00
Joey Hess
34d505ed40
blog for the day
2013-09-03 16:53:31 -04:00
Joey Hess
4079f9cfe8
avoid double commit during transition
...
The second commit had some bad refs which resulted in the race detection
code running. But that commit was unnecessary anyway, it only was there to
merge in the other refs.
2013-09-03 16:33:15 -04:00
Joey Hess
b51dffa46d
fix error propigating when unable to download feed item
2013-09-03 14:39:07 -04:00
Joey Hess
db83cc82d6
Merge branch 'forget'
...
Conflicts:
debian/changelog
2013-09-03 14:36:00 -04:00
guilhem
8293ed619f
Allow public-key encryption of file content.
...
With the initremote parameters "encryption=pubkey keyid=788A3F4C".
/!\ Adding or removing a key has NO effect on files that have already
been copied to the remote. Hence using keyid+= and keyid-= with such
remotes should be used with care, and make little sense unless the point
is to replace a (sub-)key by another. /!\
Also, a test case has been added to ensure that the cipher and file
contents are encrypted as specified by the chosen encryption scheme.
2013-09-03 14:34:16 -04:00
Joey Hess
203d7142bc
Merge branch 'master' of ssh://git-annex.branchable.com
2013-09-03 14:32:44 -04:00
Joey Hess
d1bacccff4
importfeed: Also ignore transient problems with downloading content from feeds.
2013-09-03 14:32:26 -04:00
http://joeyh.name/
dcce96eec3
Added a comment: sorry for delay..
2013-09-03 18:07:34 +00:00
Joey Hess
4e6cf16117
adjust walkthrough to also work on Windows
...
(not fully tested on windows)
2013-09-03 13:59:08 -04:00
http://joeyh.name/
b26262f24e
Added a comment
2013-09-03 17:59:03 +00:00
Joey Hess
844e82eb64
Merge branch 'master' of ssh://git-annex.branchable.com
2013-09-03 13:35:57 -04:00