code-server/packages
Dean Sheather a65773338c
add failed authentication attempt logger
When `isAuthed()` is called and the password cookie is not what we
expected, the failed login attempt is logged with the provided password,
remote address and user agent.

To allow for logging failed attempts with a reverse proxy, the
`--trust-proxy` argument has been added to trust the `X-Forwarded-For`
header. This implementation of an `X-Forwarded-For` parser uses the last
value in the list, therefore only trusting the nearest proxy.
2019-07-07 16:50:43 +10:00
..
app Make assets unique (#518) 2019-04-17 17:18:20 -05:00
disposable Remove block padding (blank lines) 2019-02-05 18:09:04 -06:00
dns Make assets unique (#518) 2019-04-17 17:18:20 -05:00
events Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00
ide Propagate full env to browser (#756) 2019-06-11 11:54:49 -05:00
ide-api Expose actions registry (#701) 2019-05-20 14:35:58 -05:00
logger Update logger 2019-04-17 17:47:02 -04:00
protocol Propagate full env to browser (#756) 2019-06-11 11:54:49 -05:00
requirefs Remove block padding (blank lines) 2019-02-05 18:09:04 -06:00
runner Add Dockerfile and some cleanup (#57) 2019-03-06 18:59:43 -08:00
server add failed authentication attempt logger 2019-07-07 16:50:43 +10:00
tunnel Add evaluation helpers (#33) 2019-02-22 15:56:29 -06:00
vscode Propagate full env to browser (#756) 2019-06-11 11:54:49 -05:00
web Make assets unique (#518) 2019-04-17 17:18:20 -05:00
package.json Update node to 10.15.1 (#472) 2019-04-15 19:48:12 -05:00
tsconfig.json Fix @coder imports 2019-02-05 11:15:43 -06:00
yarn.lock Implement fs module (#3) 2019-02-05 11:15:47 -06:00