summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-01-25plug a leak if multiple expansions are done on a single line. okOtto Moerbeek
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-25plug a memleak in keyword expansion.Niall O'Higgins
2007-01-25typo in error message.Xavier Santolaria
2007-01-25do not use strlcpuy on a buffer filled by fgetln, since fgetln doesOtto Moerbeek
2007-01-25plug a mem leak and wrong usage of strlcpy after fgetln. since fgetlnOtto Moerbeek
2007-01-24+.Xr csplit 1 ,Jason McIntyre
2007-01-24user proper format string for size_t; file size is off_t; ok joris@Otto Moerbeek
2007-01-24The example is not correct and uses non-idiomatic scripting. So fix it.Otto Moerbeek
2007-01-24terminate CVS/Entries with a newline.Pierre-Yves Ritschard
2007-01-24split compress(1) into compress(1) and gzip(1), as suggested by millert;Jason McIntyre
2007-01-24the ok from xsa was for another diff, rollback previous commit.Pierre-Yves Ritschard
2007-01-24put a newline at the end of the Entries file, this syncs withPierre-Yves Ritschard
2007-01-23When acting as a server do not blindly removeJoris Vink
2007-01-23Don't fatal() when unexpected files are encountered in the workingRay Lai
2007-01-22fix detection of whether we should show progress meter or not: scpDamien Miller
2007-01-22return error from do_upload() when a write fails. fixes bz#1252: zeroDamien Miller
2007-01-21add support for the -A flag;Xavier Santolaria
2007-01-21spacesKevin Steves
2007-01-21spacesKevin Steves
2007-01-20typoJoris Vink
2007-01-20Add missing check for fgets return value inThordur I. Bjornsson
2007-01-20Prevent negative array index accesses when strlen(buff) == 0.Ray Lai
2007-01-20more safety checks for file->file_rcsrev;Joris Vink
2007-01-20sweep opencvs for missing rcs_translate_tag() return checks.Niall O'Higgins
2007-01-20check return value of rcs_translate_tag(). prevents a segfault found by todd...Niall O'Higgins
2007-01-19another place to check for DT_UNKNOWN for d_type for afs/nfsTodd T. Fries
2007-01-19When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions,Joris Vink
2007-01-19move cvs_import() proto to the correct place.Xavier Santolaria
2007-01-18extra safety check for NULL value.Niall O'Higgins
2007-01-18We don't want to use GZIP for compress. Only examine GZIP environmentTodd C. Miller
2007-01-18* add an extra argument to the dir lookup functions to say whether weMarc Espie
2007-01-18import improvements:Joris Vink
2007-01-18send -l Argument to server when appropriate.Xavier Santolaria
2007-01-18more informative error msg.Xavier Santolaria
2007-01-18put functions protos at the right place.Xavier Santolaria
2007-01-17Honour activep for times (eg ServerAliveInterval) while parsingDarren Tucker
2007-01-17on checkout, only create the module path if we find the module.Thordur I. Bjornsson
2007-01-17send -l Argument to server when appropriate.Xavier Santolaria
2007-01-17add support for remote checkout in both our client and server,Joris Vink
2007-01-17realively -> relativelyRay Lai
2007-01-16Eliminate gcc -Wundef warnings in flex-generated code.Marc Aurele La France
2007-01-16handle the export command in cvs_client_{set,clear}_sticky().Xavier Santolaria
2007-01-16better, share -l and -R flags between checkout and export cmds.Xavier Santolaria
2007-01-16handle -l and -R for checkout too.Xavier Santolaria
2007-01-16sanitize what kind of symbols we can have in symbol names,Joris Vink
2007-01-15When checking in multiple files, if no log message is entered forTodd C. Miller
2007-01-15document `update -C'.Xavier Santolaria
2007-01-15Fix -a when given an entry with an already existing user. Also, giveOtto Moerbeek
2007-01-15replace old diffing mechanisms with the new fluffy RCS stuff,Joris Vink