]> the.earth.li Git - onak.git/commit
Move the CGI specific routines into cgi/ and split out UID escaping
authorJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 18:17:22 +0000 (23:47 +0530)
committerJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 18:17:22 +0000 (23:47 +0530)
commitf6d38365b7e7e1e88ba02136ffe6f0fb08903ef0
tree274e6d51821fa8c485968ee5f26099b3f030cb8e
parentb767e3e90280a1222fc4404cbd4c832342c9382d
Move the CGI specific routines into cgi/ and split out UID escaping

The only piece from getcgi.c that anything other than the CGI needs is
the code to escape a UID. Move that into keyindex.c and shuffle the CGI
routines off to the subdirectory. The escaping routine could do with a
lot of improvement, but this is a start in terms of cleaning things up.
CMakeLists.txt
cgi/CMakeLists.txt
cgi/getcgi.c [new file with mode: 0644]
cgi/getcgi.h [new file with mode: 0644]
getcgi.c [deleted file]
getcgi.h [deleted file]
keyindex.c
keyindex.h
stats.c