Integrated the DKIM signer into serv_smtpclient, but disabled it
[citadel.git] / citadel / Makefile
2023-09-02 Art Cancroonly build chkpw and chkpwd if we can
2023-08-31 Art CancroRenamed Makefile to GNUmakefile to enforce the use...
2023-08-29 Art CancroMakefile: proper incantation for compiling loadtest
2023-08-28 Art CancroMakefile: use ${CC} selected by configure
2023-08-27 Art Cancroloadtest.c: added
2023-08-25 Art Cancrodbnothing: temporary utility that just opens and closes...
2023-08-24 Art Cancroctdlload: use the backend API instead of BDB calls
2023-08-24 Art Cancroctdldump: use the backend API instead of BDB calls
2023-08-24 Art CancroMakefile: BACKEND_LDFLAGS "created" by configure
2023-08-24 Art CancroMakefile: move -ldb from hardcoded to a new BACKEND_LDFLAGS
2023-08-24 Art CancroMakefile: restructured so that backends can be compiled...
2023-08-09 Art CancroBuilding better abstractions for the backend interface
2023-08-09 Art Cancroserver/database_bdb.c is now server/backends/berkeley_d...
2023-08-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-07-22 Art Cancroctdldump/ctdlload: fixed on Raspberry Pi, reintroduced...
2023-07-21 Art CancroMerge branch 'Memory_Leak_SmtpClient' into 'master'
2023-07-21 Art CancroRelease version 983 generated by do-release.sh v983
2023-07-21 Art CancroRelease version 982 generated by do-release.sh v982
2023-07-18 Art CancroRemoved serv_migrate.c and ctdlmigrate. They are repla...
2023-07-14 Art CancroNow I have a machine gun that can write ctdluser record...
2023-07-12 Art Cancroctdlload: wrote the code to ingest dump lines
2023-07-11 Art CancroWrote the first of 14 export functions (msgmain)
2023-07-11 Art CancroMakefile: added some more pretty things
2023-07-11 Art Cancroctdldump.c: skeletonize
2023-07-10 Art Cancrocitadel/Makefile: parallelizable build with wildcards
2023-06-23 Art CancroMerge branch 'Webcit_Coredump_StrBufQuotedPrintableEnco...
2023-06-20 Art CancroDo not include ctdl3264 in the build
2023-06-13 Art Cancrodon't compress use table records anymore
2023-06-12 Art CancroRelease version 977 generated by do-release.sh v977
2023-04-12 Art Cancromakefile tweaks
2023-03-30 Art Cancro`ctdl3264` is back and it's DRY
2023-03-29 Art CancroRestored `ctdl3264` but disabled it.
2023-02-25 Art CancroRemoved ctdl3264 experiment.
2023-02-22 Art Cancroctdl3264: open and close databases
2023-02-18 Art Cancrowtf
2023-02-14 Art CancroExperimental utility ctdl3264 for database conversion...
2023-02-12 Art Cancrocitadel.h is now citadel_defs.h
2023-02-11 Art Cancromoved from citadel.h to server.h
2022-12-17 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-12-16 Art Cancrobuild mods
2022-07-06 Art CancroDefine the citserver BUILD_ID as a five digit number...
2022-06-12 Art CancroAdd ${LDFLAGS} to utilities, not just the server.
2022-06-12 Art CancroMore tweaking to cleanly support bin and run directories.
2022-06-11 Art CancroMore work on "make install" including some simplificati...
2022-06-08 Art Cancrochkpw and chkpwd are now working
2022-06-05 Art CancroConverted citmail to the new setup:
2022-06-05 Art CancroConverted two more utilities: ctdlmigrate and sendcommand
2022-06-05 Art CancroMoved 'setup' to the utils directory and converted...
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...