gitolite-admin

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a2ab5dd0c6a8d53a8312558300ceec57bb251a17
parent 8614e92155e8cc19f338f3356b215043694c3ce8
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 16 Sep 2018 15:35:18 +0300

Add lua crypto repos

Diffstat:
Mconf/gitolite.conf | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/conf/gitolite.conf b/conf/gitolite.conf @@ -15,10 +15,21 @@ repo mudgangster option hook.post-receive = stagit config gitweb.description = "MUD client" -repo pdb +repo lua-arc4random lua-bcrypt lua-symmetric pdb RW+ = mike R = daemon option hook.post-receive = stagit + +repo lua-arc4random + config gitweb.description = "Cryptographically secure PRNG for Lua" + +repo lua-bcrypt + config gitweb.description = "Secure password hashing for Lua" + +repo lua-symmetric + config gitweb.description = "Symmetric crypto for Lua" + +repo pdb config gitweb.description = "Simple password manager" repo dotfiles