- Jul 11, 2012
-
-
Lloyd Hilaiel authored
-
Zachary Carter authored
perform rigorous validation on all API parameters, cleanup redundancy in sanitize.js and validate.js - issue #1526 Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
- Jul 04, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- May 04, 2012
-
-
Lloyd Hilaiel authored
update the http_forward module to allow global request timeouts to be set, use this to implement a 15s upper bound on requests for declaration of support in development. This should fix unit tests
-
- Mar 15, 2012
-
-
Lloyd Hilaiel authored
when certifying secondary certs and the user has not confirmed their ownership of the given computer, certify with a short validity period
-
- Feb 29, 2012
-
-
Lloyd Hilaiel authored
-
- Feb 27, 2012
-
-
Lloyd Hilaiel authored
* all database functions return an err as the first param which is non-null for failure. * all wsapis handle database errors and return service unavailable to client. * stalled-mysql-test implements unit tests to verify proper failure behavior of all wsapis. * configuration parameter added to define max allowed time per query
-
- Jan 30, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 13, 2012
-
-
Austin King authored
-
- Jan 10, 2012
-
-
Lloyd Hilaiel authored
return an error to the client when we cannot contact the keysigner. (was just leaving the connection to hang...)
-
- Jan 09, 2012
-
-
Lloyd Hilaiel authored
document in code where two level auth affect apis, specifically where you'll need to be password authenticated, vs. where assertion auth (with a primary address) is sufficient
-
- Jan 04, 2012
-
-
Lloyd Hilaiel authored
update all WSAPIs now that userid rather than email is stored in session after auth. all tests pass on JSON database driver
-
- Nov 14, 2011
-
-
Lloyd Hilaiel authored
initial implementation of request forwarding, cookies set from dbwriter are still not being properly passed through - issue #460
-
- Nov 10, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
reorganize browserid process - break out view serving and wsapi handling. preparation for dbwriter split. issue #460
-