summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-02-04add Xavier Santolaria to AUTHORS sectionJean-Francois Brousseau
2005-02-04cleanup and additional error checking on connection setupJean-Francois Brousseau
2005-02-04more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink;Xavier Santolaria
2005-02-04remove duplicate trace message which gets output in cvs_sendfile()Jean-Francois Brousseau
2005-02-04unfuck amd64Peter Valchev
2005-02-04clearer wording;Jason McIntyre
2005-02-03be more consistent everywhere with `-k mode' option;Xavier Santolaria
2005-02-03add `release' command aliases;Xavier Santolaria
2005-02-03document `cvs release'; ok jmc@ Joris Vink;Xavier Santolaria
2005-02-02document missing options for `cvs update'; ok jmcXavier Santolaria
2005-02-02Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@Otto Moerbeek
2005-02-02replace 0 with STDIN_FILENO. from han boetes and jared yanovichTed Unangst
2005-02-01- accept a minus sign in front of the file's revision number toJean-Francois Brousseau
2005-02-01first round of malloc()/realloc() fixes:Jean-Francois Brousseau
2005-02-01make fbackupfile() return FALSE when the rename(2) from theHenning Brauer
2005-02-01document `cvs checkout'; ok jmc@ jfb@ Joris Vink;Xavier Santolaria
2005-01-31perform error checking on all the protocol callsJean-Francois Brousseau
2005-01-31don't crash if we have no valid CVSROOT stringJean-Francois Brousseau
2005-01-31Warn if the user tries to use the -u option w/o running a command.Todd C. Miller
2005-01-31recognize OpenEXR images.Marc Espie
2005-01-31when reporting a file to remove, we must use the Entry request alongJean-Francois Brousseau
2005-01-31use fflush(stdout) before system() so we won't miss anyRobert Nagy
2005-01-31Safer backup file generation using mkstemp(); henning@ OKTodd C. Miller
2005-01-31the most excellent drinkmeister dr.mendeleevMichael Shalayeff
2005-01-30document `cvs export' and add my copyright; ok jmc@ jfb@.Xavier Santolaria
2005-01-30Make code match intent; ok djm@Darren Tucker
2005-01-29apply sizeof() to the appropriate buffer in a strlcpy() callJean-Francois Brousseau
2005-01-28document cvsintro(7);Jason McIntyre
2005-01-28- give cvs commands a standard options listJason McIntyre
2005-01-28wording;Jason McIntyre
2005-01-28grammar;Jason McIntyre
2005-01-28Make it clear that the example entries in ssh_config are only some of theDarren Tucker
2005-01-27get rid of event.h, it won't be usedJean-Francois Brousseau
2005-01-27since we close the handles to Entries files, we must reopen them to addJean-Francois Brousseau
2005-01-27fix missing .Op in `cvs editors' synopsis;Xavier Santolaria
2005-01-27document `cvs editors'; ok jmc jfb;Xavier Santolaria
2005-01-27Compute compression ratio using signed arithmetic, since the compressed sizeOtto Moerbeek
2005-01-26document `cvs watch' and `cvs watchers'; help/ok jmc@; "looks good" jfb@;Xavier Santolaria
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
2005-01-24more error checkingJean-Francois Brousseau
2005-01-24sync usage of some of the commands, and start filling the cmd_optsJean-Francois Brousseau
2005-01-24get rid of a debugging printf() that slipped through the cracksJean-Francois Brousseau
2005-01-24* use the global cvs_msg instead of our ownJean-Francois Brousseau
2005-01-24when loading a file's information, remove its entry from the parentJean-Francois Brousseau
2005-01-24add missing command IDsJean-Francois Brousseau
2005-01-24#if -> #ifdef so builds without HAVE_LOGIN_CAP work too; ok djm@ otto@Darren Tucker
2005-01-24Have scp and sftp wait for the spawned ssh to exit before they exitDarren Tucker
2005-01-24Deal with format strings that are "const char *", not just "char *".Todd C. Miller
2005-01-24Update length field in catstrg() with the length of the appended string.Todd C. Miller
2005-01-23config option "Ciphers" should be case-sensitive; ok dtucker@Damien Miller