Commits


Revert all access/error logging for now, needs more thought


forget to unveil() log path


Merge branch 'master' of ssh://git.xosc.org:/var/www/git/twind * 'master' of ssh://git.xosc.org:/var/www/git/twind: Implement function to close both access and error logs Implement error logging Remove commented line Next part of access logging Add first support for client access/error logs


Implement function to close both access and error logs


Remove commented line


Next part of access logging


Add first support for client access/error logs


Fix indentation


Change some exits to something less intrusive


check return value of daemon()


MAke sure there is always enough space in the buffer


Correct wrong error message


Shorten to 80 chars per line


Add support to specify custom port number


Simplify open_sockets function


Initialize previously uninitialized values, found by valgrind


Add option for version numbers


Add my copyright


Put unveil() calls at proper location


Add first try of unveil support


Remove proc pledge after fork()


Now fix guards for real


Fix ifdef guard


Shutdown SSL connection and free mem before termination


Merge branch 'master' of ssh://git.xosc.org:/var/www/git/twind * 'master' of ssh://git.xosc.org:/var/www/git/twind: Add guard for strlcpy on BSD fix copy and pasto