summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/sock.c
AgeCommit message (Expand)Author
2005-02-22unused variableJean-Francois Brousseau
2005-02-15set the close-on-exec flag on the parent's local socket descriptorJean-Francois Brousseau
2005-02-15avoid crashing when setting a variable with cvsd_set() that was notJean-Francois Brousseau
2005-01-27get rid of event.h, it won't be usedJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-11-09cvsd_sock_accept() must return the descriptor, not 0krapht
2004-09-24Before attempting to unlink() the local socket, set the effectiveJean-Francois Brousseau
2004-09-24When creating the local socket, set the group to the server's group IDJean-Francois Brousseau
2004-08-02* wrap more code between program-dependent ifdef's and fix a bug whileJean-Francois Brousseau
2004-08-02* add the appropriate preprocessor wrappers to compile only the codeJean-Francois Brousseau
2004-07-25* when calling cvsd_sock_open(), close the socket if it is alreadyJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau