summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2004-11-18Prototypes for the log message functionsJean-Francois Brousseau
2004-11-18Make the 'cvs log' command work in client mode, mostly based on theJean-Francois Brousseau
2004-11-18Compile with the log message code and do not install the cvs binaryJean-Francois Brousseau
2004-11-16more correct error checking, from Joris Vink <amni at pandora dot be>Jean-Francois Brousseau
2004-11-16add Joris Vink as an authorJean-Francois Brousseau
2004-11-15More stuff to doJean-Francois Brousseau
2004-11-15Fix some issues in the protocol dispatch table:Jean-Francois Brousseau
2004-11-12updateJean-Francois Brousseau
2004-11-12Functions to extract log messages from files and query users for themJean-Francois Brousseau
2004-11-12typo: comparations -> comparisonsJean-Francois Brousseau
2004-11-12Show file specifications as optional last arguments to the commit,Jean-Francois Brousseau
2004-11-10missing headerskrapht
2004-11-09* don't use the import code just yet, it uses new functions that aren'tkrapht
2004-11-09Better handling of log message input and removal of crufty codekrapht
2004-11-09at least compilekrapht
2004-11-09cvs_exec()krapht
2004-11-09* don't setup a signal handler for SIGCHLD yetkrapht
2004-11-09Editor invocation code, still needs some workkrapht
2004-11-09a bit more sensekrapht
2004-11-09session prototypes and some cleanupkrapht
2004-11-09session skeleton codekrapht
2004-11-09We don't need to keep a copy of each Entries line, it isn't usedkrapht
2004-11-09import code from Joris Vink <amni at pandora dot be>krapht
2004-11-09cvsd_sock_accept() must return the descriptor, not 0krapht
2004-09-29Add the `user' and `group' keyword examplesJean-Francois Brousseau
2004-09-27cvsd_recvmsg() is supposed to return 1 when a message has been read.Jean-Francois Brousseau
2004-09-27Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C)Jean-Francois Brousseau
2004-09-27Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta()Jean-Francois Brousseau
2004-09-27Rename some variables to match the general format, and avoid exportingJean-Francois Brousseau
2004-09-27use the real lenght to zero out the buffer inJoris Vink
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-25Change the cvsd_recvmsg() API so that it returns 1 when a message wasJean-Francois Brousseau
2004-09-25Most of the code to handle SIGCHLD and spawn new children wheneverJean-Francois Brousseau
2004-09-25- check return values for rcsnum_alloc()Joris Vink
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-09-24Add a `-h' option to print the usage and exit with status 0 and fixJean-Francois Brousseau
2004-09-23Lower the level of an error messageJean-Francois Brousseau
2004-09-23print error messages when we receive the `error' responseJean-Francois Brousseau
2004-09-16check value of strdup(3) calls;Joris Vink
2004-08-31use the correct Entries path to store in cef_path;Joris Vink
2004-08-31Do not crash when there is no user specified in the CVSROOT. SimplifiedJean-Francois Brousseau
2004-08-31check return value of strdup(3);Joris Vink
2004-08-27Add CF_NOSYMS to the flags so we skip symbolic linksJean-Francois Brousseau
2004-08-27Instead of keeping an open pointer to the Entries file when opening withJean-Francois Brousseau
2004-08-27Unbreak when running into files with an inode of 0Jean-Francois Brousseau
2004-08-27cleanup and reset the valid requests array when allocating a new rootJean-Francois Brousseau
2004-08-27When the remote version string points to NULL, print "(unknown)" likeJean-Francois Brousseau
2004-08-27Skip directory entries which have a file number of 0Jean-Francois Brousseau