kcgi minimal CGI library in C Version 0.5.5 ( 2015-04-12 ): Bug-fix when linking to kcgihtml(3) . Added the access scheme (HTTP or HTTPS) to struct kreq . Have validation for document body correctly set the ctypepos prior to validation. While there, properly decode the content-type field (i.e., discarding parameters) when looking up the type in the known types. Version 0.5.4 ( 2015-04-12 ): Single bug-fix: the nonce count parsed from an HTTP digest was not being correctly recorded. Version 0.5.3 ( 2015-04-10 ): Fully process the Authentication header, implementing RFC 2617 . This was originally developed in kcaldav , but makes more sense to be run here inside of the untrusted child. Values are stored in the struct khttpauth field documented in khttp_parse(3) . kcgi is a minimal CGI library for web applications in ISC licensed ISO C. It was...