Commit Graph
540 Commits
Author SHA1 Message Date
James Kasten 44a6a9328f fixed interface for make_vhost_ssl 2012-12-01 03:38:33 -05:00
James Kasten ae5ad15bdb minor testing change 2012-11-29 21:56:17 -05:00
James Kasten 616ae889ea Improved vhost selection algorithm 2012-11-29 21:53:29 -05:00
James Kasten afc3102998 Removed *:443 fix as the underlying issue was using public ip addresses in vhost when they should have been private 2012-11-20 15:20:08 -05:00
James Kasten 4503ff8f1d Add restart after adding redirect 2012-11-20 01:55:50 -05:00
James Kasten ec489af5ad Fixed sni challenge private ip bug 2012-11-20 01:27:36 -05:00
James Kasten 07dc3c5506 Merge branch 'master' of github.com:research/chocolate 2012-11-20 01:20:11 -05:00
James Kasten a757f344d7 Added quick fix to support sni_challenge for private ip addresses 2012-11-20 01:19:51 -05:00
Eric bf92644572 logger needs to only print strings 2012-11-20 00:30:01 -05:00
James Kasten 6531a9e8c2 get_all_names should return a set, not a list 2012-11-20 00:13:22 -05:00
James Kasten e7e1aefe83 Return all names should be a set of names, not a list 2012-11-20 00:11:04 -05:00
James Kasten c5a77bd360 configurator debug statement fixed 2012-11-19 23:50:35 -05:00
Seth Schoen 85d7437178 per discussion, remove clock skew checks; also, two TODOs moved to filed issues 2012-11-19 11:59:21 -08:00
Seth Schoen 2acbe09ded the peername is actually unknown, not unspecified, in this case 2012-11-19 11:09:09 -08:00
Seth Schoen 05823ba2b0 peername may not be set in case of error 2012-11-19 11:05:05 -08:00
Seth Schoen 260983bde2 more sanity checking, though it's already done by the regular expression 2012-11-18 22:51:53 -08:00
Seth Schoen 96c6f1d737 log full session ID on a line by itself 2012-11-18 22:42:05 -08:00
Seth Schoen 796309a2ad allow one hour in the future 2012-11-18 22:39:58 -08:00
Seth Schoen 1bb8dcfacc further minor logging improvements 2012-11-18 22:37:20 -08:00
Seth Schoen 2d6af52d21 make logging output shorter 2012-11-18 22:32:58 -08:00
Seth Schoen 97ea1082ef further shorten short session ID 2012-11-18 22:28:16 -08:00
Seth Schoen f67b5656f6 a more concise time format 2012-11-18 22:25:25 -08:00
Seth Schoen bcf842e265 add time to the beginning of each log message 2012-11-18 22:24:12 -08:00
Seth Schoen e3dbe1a60f log IP address that payments come from 2012-11-18 22:21:06 -08:00
Seth Schoen d55b871e9f log successful and unsuccessful payment attempts 2012-11-18 22:19:18 -08:00
Seth Schoen 5d9e08964b Merge branch 'master' of ssh://github.com/research/chocolate 2012-11-18 22:12:48 -08:00
Seth Schoen 445ed85774 error_uri to allow displaying useful error messages from server 2012-11-18 22:12:28 -08:00
Seth Schoen 83d243923d adding name field to payment form 2012-11-18 22:12:00 -08:00
James Kasten 3fbdc95fa0 Merge branch 'master' of github.com:research/chocolate 2012-11-19 01:09:09 -05:00
James Kasten a6aa453c7d Check to see if ca_offerings file exists 2012-11-19 01:08:50 -05:00
Seth Schoen 4c7126d0cd basic logging about messages from clients 2012-11-18 21:31:00 -08:00
Seth Schoen 9d1c0b8b19 proxy_peername is always 0.0.0.1 (unspecified) 2012-11-18 21:08:07 -08:00
Seth Schoen 2172c64070 show very slightly nicer error for bad payments 2012-11-18 21:07:20 -08:00
Seth Schoen 14b7d20bf7 further attempt to log remote peernames of dvsni test sockets! 2012-11-18 21:04:24 -08:00
Seth Schoen 1a830e2ab4 attempt to log remote peernames of dvsni test sockets! 2012-11-18 21:03:54 -08:00
Seth Schoen b369e96d06 issue daemon doesn't verify challenges 2012-11-18 21:02:59 -08:00
Seth Schoen 39d1924990 oops 2012-11-18 20:56:58 -08:00
Seth Schoen 648d641311 make logging daemon log when it's shut down 2012-11-18 20:56:24 -08:00
Seth Schoen 2dd531b65d paren in wrong place 2012-11-18 20:53:18 -08:00
Seth Schoen 09a2326e8b missing paren 2012-11-18 20:52:08 -08:00
Seth Schoen c4c8b4ed53 use logging mechanism instead of print 2012-11-18 20:50:05 -08:00
Seth Schoen a67c5de309 second instance of ",".join bug 2012-11-18 20:43:19 -08:00
Seth Schoen 24af9acbd0 unfortunately there is a scoping issue here 2012-11-18 20:42:07 -08:00
Seth Schoen a96365faf0 make all redis objects global for log() 2012-11-18 20:40:34 -08:00
Seth Schoen ca2a40aa33 Merge branch 'master' of ssh://github.com/research/chocolate 2012-11-18 20:37:43 -08:00
Seth Schoen 12a1782ebe whoops, ",".join instead of join 2012-11-18 20:37:27 -08:00
James Kasten 559f1d3bff Merge branch 'master' of github.com:research/chocolate 2012-11-18 23:37:13 -05:00
James Kasten ddb8352fcf Hard-coded reason into payment challenge - this should be sent by the server in the future 2012-11-18 23:37:01 -05:00
Seth Schoen 8ebdd0a8af make all daemons import the log function 2012-11-18 20:35:57 -08:00
James Kasten 3eb815035e Merge branch 'master' of github.com:research/chocolate 2012-11-18 23:35:49 -05:00