A CMS written in C, utilizing CGI. Disclaimer: Please, do not take this project too seriously. It is nothing more than a fun experiment and it should not ever be used on a public-facing web server.

Joshua Drake 0e71159435 Fixed b64decode vor 9 Jahren
bcrypt c015c7e2d5 Replaced SHA512 password hashing with bcrypt vor 9 Jahren
libb64 c2ddc7f4bd Minor build system refactoring vor 9 Jahren
sqlite3 c2ddc7f4bd Minor build system refactoring vor 9 Jahren
.gitignore fb99290f2f Init commit vor 9 Jahren
LICENSE fb99290f2f Init commit vor 9 Jahren
Makefile 3ea541ab55 SHA512->bcrypt cleanup vor 9 Jahren
auth.c 880826f54b Fixed redundant conditional vor 9 Jahren
auth.h 3ea541ab55 SHA512->bcrypt cleanup vor 9 Jahren
cms.c 064c1dd329 Log message cleanup vor 9 Jahren
dSFMT-common.h b1a51e0c92 Update to rev1 vor 9 Jahren
dSFMT-params.h b1a51e0c92 Update to rev1 vor 9 Jahren
dSFMT-params19937.h b1a51e0c92 Update to rev1 vor 9 Jahren
dSFMT-params521.h b1a51e0c92 Update to rev1 vor 9 Jahren
dSFMT.c b1a51e0c92 Update to rev1 vor 9 Jahren
dSFMT.h b1a51e0c92 Update to rev1 vor 9 Jahren
initauth.sql 8e0489ce02 Converted passhash and salt columns of auth table to text type vor 9 Jahren
list.c 9547dd0b2c Initial commit vor 9 Jahren
list.h 9547dd0b2c Initial commit vor 9 Jahren
ow-crypt.h c015c7e2d5 Replaced SHA512 password hashing with bcrypt vor 9 Jahren
util.c 0e71159435 Fixed b64decode vor 9 Jahren
util.h 1668976c2a Minor fixes vor 9 Jahren