diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-20 22:07:51 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-20 22:07:51 +0200 |
commit | 3ea978c60ee03dba2cb883ba18d3b334cfbf6cd0 (patch) | |
tree | 6a3de0d664f261f7ae1ab57d35e7d2f37acc673b /README | |
parent | fd9e2f7245212f2b652652f4669648260e59f9e9 (diff) | |
download | cforum-3ea978c60ee03dba2cb883ba18d3b334cfbf6cd0.tar.gz |
Implement login
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,11 +9,11 @@ It is also rather small: wc -l *.c *.h crypt/*.c crypt/*.h */*.t */*.lex 97 cforum.c - 316 ctl.c - 305 db.c + 381 ctl.c + 306 db.c 11 err.c 144 query.c - 100 cforum.h + 101 cforum.h 907 crypt/crypt_blowfish.c 124 crypt/crypt_gensalt.c 551 crypt/wrapper.c @@ -23,11 +23,11 @@ It is also rather small: 43 crypt/ow-crypt.h 3 t/err.t 1 t/foot.t - 29 t/front.t + 30 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 - 2918 total + 2986 total |