Commit Graph

1510 Commits

Author SHA1 Message Date
Brad Fitzpatrick 9eca0f8288 Add another set of keyrings, for testing. 2010-12-05 22:30:12 -08:00
Brad Fitzpatrick 0b4a560424 make new shared camli/webserver package
so blob server can be easily testable too.

and will be useful for camli capability discovery, probably.
2010-12-05 22:29:11 -08:00
Brad Fitzpatrick d4b4a9bfe6 Add test for verification error for imposter. 2010-12-04 16:18:03 -08:00
Brad Fitzpatrick de55109d8e Verification works! and with unit tests. 2010-12-04 13:49:34 -08:00
Brad Fitzpatrick c297269e15 Clean up and break up verification code
More testable and readable.
2010-12-04 10:12:41 -08:00
Brad Fitzpatrick 5d1ff03248 verify: opening/reading public key blob 2010-12-04 09:31:04 -08:00
Brad Fitzpatrick 09b699f7ca more verification work 2010-12-03 19:30:08 -08:00
Brad Fitzpatrick 86d56b7b89 more verification work 2010-12-03 18:56:33 -08:00
Brad Fitzpatrick 88fa514b77 Docs: verifying a JSON-signed blob
at least a first quick pass.  thought I wrote
this already.
2010-12-03 18:28:36 -08:00
Brad Fitzpatrick 38de1ffd0d More sig verify work; move blobref to a library 2010-12-03 07:34:24 -08:00
Brett Slatkin 1807443b0f Merge branch 'master' of danga.com:camlistore 2010-12-01 22:36:21 -08:00
Brett Slatkin 19ba4a3bdc clear sensitive password inputs in the plugin 2010-12-01 22:36:10 -08:00
Brad Fitzpatrick 079c9662ad go blobserver: return "Received" in JSON
Also return text/json mime type,

And switch from fmt.Print* to log.Print*
2010-12-01 22:34:08 -08:00
Brett Slatkin c323cb2ce5 Merge branch 'master' of danga.com:camlistore 2010-12-01 22:15:39 -08:00
Brett Slatkin 246cacd2f8 adds support for username and password in camliserver spec 2010-12-01 22:15:27 -08:00
Brad Fitzpatrick d479181468 Merge branch 'master' of danga.com:camlistore 2010-12-01 22:04:02 -08:00
Brad Fitzpatrick ff54f62261 add openpgp library to go server's build 2010-12-01 22:03:50 -08:00
Adam Langley 5e974e83aa Start of an OpenPGP library for Go. 2010-12-01 22:01:06 -08:00
Brett Slatkin b6a9d5ec10 adds config screen for camlistore server 2010-12-01 21:49:02 -08:00
Brett Slatkin 5d2056a413 Merge branch 'master' of danga.com:camlistore 2010-12-01 21:29:33 -08:00
Brett Slatkin 65f33d9999 short-circuit extension uploads when blob already present; verify that uploads are successful 2010-12-01 21:29:09 -08:00
Brad Fitzpatrick 107678f560 more schema docs 2010-12-01 21:14:07 -08:00
Brett Slatkin 71d7a4521b got chrome extension upload to work; not respecting dupes or completion 2010-12-01 21:09:35 -08:00
Brett Slatkin 9aac396b69 added sha1 library; got function working with typedarray bytes 2010-12-01 20:35:13 -08:00
Brad Fitzpatrick 650c6c1a77 static vs. dynamic set note 2010-12-01 20:30:28 -08:00
Brad Fitzpatrick 58102f04a6 Moving schema docs into the repo and cleaning up. 2010-12-01 20:27:56 -08:00
Brett Slatkin 10b8cc9f82 separated out the upload functions of clip-it-good 2010-12-01 19:51:14 -08:00
Brad Fitzpatrick 28d27b00cf Added done section 2010-12-01 19:27:05 -08:00
Brad Fitzpatrick 29adf0ae20 Brett and Brett burrito hacking night. 2010-12-01 19:09:52 -08:00
Brad Fitzpatrick 2b946f9b36 Rearrange the docs, prep for new docs. 2010-12-01 19:05:40 -08:00
Brett Slatkin 69e839efbb initial check-in of local fork of clip-it-good chrome extension 2010-12-01 18:41:51 -08:00
Brad Fitzpatrick 7d3fcf9881 start of camsigd verify handler, notes 2010-11-29 23:22:11 -08:00
Brad Fitzpatrick ab6c00a199 correct import path 2010-11-29 19:51:25 -08:00
Brad Fitzpatrick aacaa2239f camsigd tests, and a bug fix. 2010-11-29 17:35:41 -08:00
Brad Fitzpatrick f2259ba7d2 Missing part of b05fecb16b 2010-11-29 17:20:08 -08:00
Brad Fitzpatrick 1af335c751 remove some logging 2010-11-29 17:06:56 -08:00
Brad Fitzpatrick cfb9ff0df6 Merge branch 'master' of danga.com:camlistore 2010-11-29 10:49:44 -08:00
Brad Fitzpatrick b7c77c1d30 use ephemeral port in camsigd 2010-11-29 07:54:20 -08:00
Brad Fitzpatrick 6d97d31cba make test depend on camsigd 2010-11-29 07:35:49 -08:00
Brad Fitzpatrick a25f3b0808 add a camsigd root handler 2010-11-29 07:35:16 -08:00
Brad Fitzpatrick b05fecb16b Put libraries under camli/ directory. 2010-11-29 04:06:22 +00:00
Brad Fitzpatrick c22e941b8a Work around http://code.google.com/p/go/issues/detail?id=1306 2010-11-29 03:56:57 +00:00
Brad Fitzpatrick 2567346b70 Extra debugging 2010-11-28 14:51:18 -08:00
Daniel Erat ce4e43184b Merge remote branch 'origin/master' into sig 2010-11-14 21:52:02 -08:00
Daniel Erat 0050e553ec get rough implementation of go signing server working 2010-11-14 21:51:52 -08:00
Daniel Erat a37301b73d remove passphrase on secret key for now 2010-11-14 21:47:13 -08:00
Brad Fitzpatrick 2a14cee64c fix test 2010-11-14 21:29:46 -08:00
Brad Fitzpatrick fd3552dcb6 little signing test client 2010-11-14 20:55:27 -08:00
Brad Fitzpatrick a882ef09d1 more testing work 2010-11-14 20:31:21 -08:00
Daniel Erat 4554d03916 start implementing go sig server 2010-11-14 20:09:28 -08:00