Age | Commit message (Expand) | Author |
2006-11-14 | Simplify in cvs_read_rcfile() by using cvs_path_cat(); | Xavier Santolaria |
2006-11-14 | Handle global -l, -Q, and -r on the server side too. | Xavier Santolaria |
2006-11-14 | add another date (02/11). | Alexandre Anriot |
2006-11-14 | add rlog and rannotate commands requests, | Xavier Santolaria |
2006-11-14 | dummy support for Argumentx request. | Xavier Santolaria |
2006-11-14 | add this, so version compiles... | Xavier Santolaria |
2006-11-14 | Bring back version command. Still needs tweaks to make the | Xavier Santolaria |
2006-11-13 | fix macro abuse leading to stray numbers in the vm display. | Otto Moerbeek |
2006-11-13 | Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.c | Xavier Santolaria |
2006-11-13 | Add missing server-side bits for init... | Xavier Santolaria |
2006-11-13 | Add server-side bits for admin command. | Xavier Santolaria |
2006-11-13 | Run cvs_file_classify() so local mode works... | Xavier Santolaria |
2006-11-13 | Build admin command. | Xavier Santolaria |
2006-11-13 | fix check on required arguments. | Xavier Santolaria |
2006-11-13 | no magic, use defined RCS_LOCK_INVAL variable. | Xavier Santolaria |
2006-11-13 | Write rcs file when finished. | Xavier Santolaria |
2006-11-13 | Add support for [-a users] and [-o rev]. | Xavier Santolaria |
2006-11-13 | bring back basic admin command, mostly based on OpenRCS rcs(1). | Xavier Santolaria |
2006-11-10 | Unlike GNU rcs, our co will not overwrite an existing file, even | Todd C. Miller |
2006-11-10 | fix -w | Xavier Santolaria |
2006-11-10 | no magic, "Attic" -> CVS_PATH_ATTIC | Xavier Santolaria |
2006-11-10 | do not forget to send -l and -q Global options too. | Xavier Santolaria |
2006-11-10 | send Global options -n -Q -r to the server. | Xavier Santolaria |
2006-11-10 | sync with usr.bin/rcs/diff3.c | Xavier Santolaria |
2006-11-10 | fix usage message | Theo de Raadt |
2006-11-09 | Simplify stripping of write bits from file mode. | Todd C. Miller |
2006-11-09 | sync with usr.bin/rcs version. | Xavier Santolaria |
2006-11-09 | auf deutsch! | Michael Shalayeff |
2006-11-09 | mr.wolf | Michael Shalayeff |
2006-11-09 | cvs init remote bits. | Xavier Santolaria |
2006-11-09 | add support for -c (Check that working files are not modified). | Xavier Santolaria |
2006-11-09 | respect TMPDIR here too, changes pulled in from usr.bin/rcs. | Xavier Santolaria |
2006-11-09 | fix pasto.. | Xavier Santolaria |
2006-11-09 | remote tag command support joins the party! | Xavier Santolaria |
2006-11-08 | [-s states] and [-w logins] bits. | Xavier Santolaria |
2006-11-08 | bring back support for CVS_CLIENT_LOG that was removed with | Xavier Santolaria |
2006-11-07 | BN_hex2bn returns int; from dtucker@ | Markus Friedl |
2006-11-07 | correctly check for bad signatures in the monitor, otherwise the monitor and | Markus Friedl |
2006-11-07 | Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] can | Ray Lai |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl |
2006-11-06 | Replace -### 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-04 | from ru@freebsd: | Jason McIntyre |
2006-11-03 | ouT makefile rules are smarter now, kill a redundant CLEANFILES | Otto Moerbeek |
2006-11-02 | There is no need to trim an empty string any further, just return | Ray Lai |
2006-11-02 | Check length before checking index of len - 1. | Ray Lai |
2006-11-02 | ftp(1) sends EPSV by default, not PASV; | Jason McIntyre |
2006-11-02 | Pass full buffer size to fgets. | Ray Lai |
2006-11-02 | Add checks for fgets and properly overwrite newline. | Ray Lai |
2006-11-01 | Don't overwrite line[strlen(line) - 1] when line is zero-length. | Ray Lai |