Commits


Remove pleges for main process (and for sub procs upon termination)


Remove CVS ID line and add my copyright as well Henning is not responsible for the stuff I put in :)


Add ChangeLog


Check the return value of strftime() While OpenBSD guarantees NUL termination on overflow, other platforms don't and thus the contents of the array are undefined.


Use strftime() to have more apache like log messages


Remove commented debug function


Open logs later and add more pledge promises twind needs to write and create files on SIGHUP


Add debug messages when opening and closing log files


Log when a child terminates


Set title for main process


Fork child processes after daemonizing, keeps parent alive


Re-open access and error log files on SIGHUP


Add tags and scope files


Mention twind user and log file directory


Uncommented line by accident


Replace malloc() in xmalloc() with calloc() so that all memory get zero'ed out at allocation time. Remove a then useless memset


Add contact information


Inform about the UID and tweak language


Add some more bits and pices to the README


Initial commit of twind - a small and simple gemini daemon


Initial commit