summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-11-10Unlike GNU rcs, our co will not overwrite an existing file, evenTodd C. Miller
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-10fix usage messageTheo de Raadt
2006-11-09Simplify stripping of write bits from file mode.Todd C. Miller
2006-11-09sync with usr.bin/rcs version.Xavier Santolaria
2006-11-09auf deutsch!Michael Shalayeff
2006-11-09mr.wolfMichael Shalayeff
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-07BN_hex2bn returns int; from dtucker@Markus Friedl
2006-11-07correctly check for bad signatures in the monitor, otherwise the monitor andMarkus Friedl
2006-11-07Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] canRay Lai
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-11-06Replace -### with -s### pre-getopt() and use strtonum()Todd C. Miller
2006-11-06- handle global -n flag in conjunction with remove -f.Xavier Santolaria
2006-11-04from ru@freebsd:Jason McIntyre
2006-11-03ouT makefile rules are smarter now, kill a redundant CLEANFILESOtto Moerbeek
2006-11-02There is no need to trim an empty string any further, just returnRay Lai
2006-11-02Check length before checking index of len - 1.Ray Lai
2006-11-02ftp(1) sends EPSV by default, not PASV;Jason McIntyre
2006-11-02Pass full buffer size to fgets.Ray Lai
2006-11-02Add checks for fgets and properly overwrite newline.Ray Lai
2006-11-01Don't overwrite line[strlen(line) - 1] when line is zero-length.Ray Lai
2006-10-31fill november and december; now every date has an event.Jasper Lievisse Adriaanse
2006-10-31other galaxies exist!Jasper Lievisse Adriaanse
2006-10-31Don't blindly truncate buf[strlen(buf) - 1] without checking forRay Lai
2006-10-31check DH_compute_key() for -1 even if it should not happen because ofMarkus Friedl
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-10-29Optimise a couple of printf()s; originally from Han Boetes.Tom Cosgrove
2006-10-29Plug a mem leak. Found in one of my trees. Forgat where it came from; mostOtto Moerbeek
2006-10-29Remove useless code that can cause a SEGV if a buffer is realloc()ed.Todd C. Miller
2006-10-28revert previous change; causes segfault when called fromChristian Weisgerber
2006-10-28correct/expand example of usage of -w; ok jmc@ stevesk@Otto Moerbeek
2006-10-27expand the description of -d somewhat;Jason McIntyre
2006-10-27- update Nd somewhatJason McIntyre
2006-10-27- simplify and sort synopsisJason McIntyre
2006-10-26Remove an unused variable spotted by lint.Chad Loder
2006-10-26- document that multiple commands may be newline or semicolon separatedJason McIntyre
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-24+.Ex -std sedJason McIntyre