- Dec 21, 2011
-
-
Lloyd Hilaiel authored
API CHANGES: stub a new auth_with_assertion api for authenticating to browserid with assertions generated from primary issued certs, and implement a failing unit test. now lets make it pass
-
Lloyd Hilaiel authored
SCHEMA CHANGE: add a bit to the email table describing whether emails are primary or secondary, update list_emails wsapi to return this, augment unit tests
-
Ben Adida authored
-
Ben Adida authored
changed generate to use nodejs crypto, added weakgenerate, added async support for generate, and added tests
-
- Dec 20, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
implement a more generic mechanism to enable local testing and development of primary support - allow SHIMMED_PRIMARIES to be provided which stuffs a auth url, provisioning url, and public key in our cache
-
Lloyd Hilaiel authored
implement 'address_info' wsapi that returns information about an email's current status. who vouches for it, and if it's a secondary, is the email address known
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
implement a more generic mechanism to enable local testing and development of primary support - allow SHIMMED_PRIMARIES to be provided which stuffs a auth url, provisioning url, and public key in our cache
-
- Dec 19, 2011
-
-
Lloyd Hilaiel authored
implement 'address_info' wsapi that returns information about an email's current status. who vouches for it, and if it's a secondary, is the email address known
-
Lloyd Hilaiel authored
-
- Dec 15, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Dec 14, 2011
-
-
Lloyd Hilaiel authored
implement graceful shutdown of bcrypt compute processes. fix bcrypt.get_rounds (was throwing an exception)
-
Lloyd Hilaiel authored
-
- Dec 09, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Dec 08, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
upgrade to a branch of statsd that lazily closes ephemeral UDP ports, so that we're not allocating one UDP socket per request when under load. closes #680
-
- Dec 02, 2011
-
-
Lloyd Hilaiel authored
(loadgen) fix subtle issue whereby a XXX@loadgen.domain users's password could be changed during load generation, and affect subsequent runs. closes #681
-
Lloyd Hilaiel authored
(loadgen) fix bug in reauth activity. in addition to clearing cookies, we must clear client state to cause re-authentication to occur. maybe the cause for issue #682
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Dec 01, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
remove process.exit() from loadgen upon email addition failure. loadgen shouldn't stop till it reaches the top.
-
Lloyd Hilaiel authored
disable http agent in http_forward - it has been capping us at five simul forwarded requests per backend process (dbwriter, keysigner)
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(loadgen) optimization - re-use assertions to generate synthetic load without the client compute cost
-
- Nov 30, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix regression in keysigner - ensure non-default VAR_PATH is relayed to compute processes - issue #213
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Nov 29, 2011
-
-
Lloyd Hilaiel authored
remove the deep __heartbeat__ checks performed from browserid (the webhead), while dbwriter should ping the database to ensure health - closes #566
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
Lloyd Hilaiel authored
improve node.js version checking. eliminate DRY violation, and use semver for robust version specification and matching. nice yak, eh?
-