]> the.earth.li Git - onak.git/commitdiff
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)
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.


No differences found