summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-04- unlink tmp files when finished.Xavier Santolaria
2006-12-04- fix crash when doing keyword expansion of zero-length buffers.Niall O'Higgins
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28we will never support pserver, so do not bother documentingXavier Santolaria
2006-11-27sort sent requests;Xavier Santolaria
2006-11-27hook up annotate server bits.Xavier Santolaria
2006-11-27don't process the file if its status is FILE_UNLINK.Xavier Santolaria
2006-11-27client-side of the annotate command is usable, build it too.Xavier Santolaria
2006-11-15Bring back basic annotate command. Needs more work.Xavier Santolaria
2006-11-14Add support for the "Set" request.Xavier Santolaria
2006-11-14Simplify in cvs_read_rcfile() by using cvs_path_cat();Xavier Santolaria
2006-11-14Handle global -l, -Q, and -r on the server side too.Xavier Santolaria
2006-11-14add rlog and rannotate commands requests,Xavier Santolaria
2006-11-14dummy support for Argumentx request.Xavier Santolaria
2006-11-14add this, so version compiles...Xavier Santolaria
2006-11-14Bring back version command. Still needs tweaks to make theXavier Santolaria
2006-11-13Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.cXavier Santolaria
2006-11-13Add missing server-side bits for init...Xavier Santolaria
2006-11-13Add server-side bits for admin command.Xavier Santolaria
2006-11-13Run cvs_file_classify() so local mode works...Xavier Santolaria
2006-11-13Build admin command.Xavier Santolaria
2006-11-13fix check on required arguments.Xavier Santolaria
2006-11-13Write rcs file when finished.Xavier Santolaria
2006-11-13Add support for [-a users] and [-o rev].Xavier Santolaria
2006-11-13bring back basic admin command, mostly based on OpenRCS rcs(1).Xavier Santolaria
2006-11-10fix -wXavier Santolaria
2006-11-10no magic, "Attic" -> CVS_PATH_ATTICXavier Santolaria
2006-11-10do not forget to send -l and -q Global options too.Xavier Santolaria
2006-11-10send Global options -n -Q -r to the server.Xavier Santolaria
2006-11-10sync with usr.bin/rcs/diff3.cXavier Santolaria
2006-11-09sync with usr.bin/rcs version.Xavier Santolaria
2006-11-09cvs init remote bits.Xavier Santolaria
2006-11-09add support for -c (Check that working files are not modified).Xavier Santolaria
2006-11-09respect TMPDIR here too, changes pulled in from usr.bin/rcs.Xavier Santolaria
2006-11-09fix pasto..Xavier Santolaria
2006-11-09remote tag command support joins the party!Xavier Santolaria
2006-11-08[-s states] and [-w logins] bits.Xavier Santolaria
2006-11-08bring back support for CVS_CLIENT_LOG that was removed withXavier Santolaria
2006-11-06- handle global -n flag in conjunction with remove -f.Xavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-10-25Check len to be > 0 before accessing buf[len-1] and check if theMoritz Jodeit
2006-10-24bring back support for -h, -N, -R, and -t.Xavier Santolaria
2006-10-24Reuse len instead of calling strlen again.Ray Lai
2006-10-24Check that string length != 0 before setting buf[strlen(buf) - 1].Ray Lai
2006-10-11check fgets(3) return value and also fix aThordur I. Bjornsson
2006-08-23pull in latest change from openrcs:Joris Vink
2006-08-02Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS.Ray Lai
2006-07-30Sync some whitespace changes from rcs. No binary change.Ray Lai