Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Commit

Permalink
Authenticate clients with the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Jun 15, 2017
1 parent 9e51d9f commit 666dfef
Show file tree
Hide file tree
Showing 16 changed files with 1,091 additions and 276 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -50,4 +50,6 @@ rekall-forensic*
*BASE*
*LOCAL*
*REMOTE*
.dir-locals.el
.dir-locals.el

*.orig
7 changes: 7 additions & 0 deletions app.yaml
Expand Up @@ -92,3 +92,10 @@ builtins:
- appstats: on
- admin_redirect: on
- deferred: on


libraries:
- name: pycrypto
version: "2.6.1"
- name: yaml
version: "3.10"

0 comments on commit 666dfef

Please sign in to comment.