diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-19 22:27:31 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-19 22:27:31 +0200 |
commit | fd9e2f7245212f2b652652f4669648260e59f9e9 (patch) | |
tree | 35e12c2f78cde9338f34780921cd8020eea1bbb4 /README | |
parent | 93c1df59ef14348e9a3e1d66ea0b96960f5b5732 (diff) | |
download | cforum-fd9e2f7245212f2b652652f4669648260e59f9e9.tar.gz |
Add bcrypt
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -7,19 +7,27 @@ C89, it can be run on practically any UNIX system. It is also rather small: - wc -l *.c *.h */*.t */*.lex - 96 cforum.c - 301 ctl.c - 268 db.c + wc -l *.c *.h crypt/*.c crypt/*.h */*.t */*.lex + 97 cforum.c + 316 ctl.c + 305 db.c 11 err.c 144 query.c - 96 cforum.h + 100 cforum.h + 907 crypt/crypt_blowfish.c + 124 crypt/crypt_gensalt.c + 551 crypt/wrapper.c + 24 crypt/crypt.h + 27 crypt/crypt_blowfish.h + 30 crypt/crypt_gensalt.h + 43 crypt/ow-crypt.h 3 t/err.t 1 t/foot.t 29 t/front.t 15 t/head.t + 18 t/login.t 38 t/newuser.t 28 t/post.t 12 t/user.t 95 mktpl/mktpl.lex - 1137 total + 2918 total |