summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvsd.c
AgeCommit message (Expand)Author
2005-02-22Split the cvs daemon into two different processes: cvsd and cvsd-child.Jean-Francois Brousseau
2005-02-15avoid crashing when setting a variable with cvsd_set() that was notJean-Francois Brousseau
2004-12-14add missing '\t' in usage(); okay jfb@.Xavier Santolaria
2004-12-09fix pointer of type `void *' used in arithmetic warning; ok jfb@.Xavier Santolaria
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-11-28make sure va_end() is always called in all possible pathsPatrick Latifi
2004-11-25Handle CVSD_SET_MODDIR, add session allocation and some minor cleanupJean-Francois Brousseau
2004-09-27Rename some variables to match the general format, and avoid exportingJean-Francois Brousseau
2004-09-27Add the `user' and `group' keywords in the configuration file format, soJean-Francois Brousseau
2004-09-27Simplify signal handling by having only one handler that sets the properJean-Francois Brousseau
2004-09-25Most of the code to handle SIGCHLD and spawn new children wheneverJean-Francois Brousseau
2004-09-24Add a `-h' option to print the usage and exit with status 0 and fixJean-Francois Brousseau
2004-08-06Fix the SIGINT handlerJean-Francois Brousseau
2004-08-02Unused variablesJean-Francois Brousseau
2004-07-25* rework on the child API, still needs more functionalityJean-Francois Brousseau
2004-07-16Fix cvsd_privdrop() so we don't just drop effective IDs but all of them,Jean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau