summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-14No need to declare optind/optarg if unistd.h is included.Moritz Jodeit
2006-03-14More use of const and fix a signed/unsigned comparison.Moritz Jodeit
2006-03-14*AliveCountMax applies to protcol v2 only; ok dtucker, djmMarkus Friedl
2006-03-14add an argument to cvs_diff3() to be able to handle verbosity ofXavier Santolaria
2006-03-14ci currently doesn't parse the -x flag at all, defaulting to ",v/" everyRay Lai
2006-03-14OpenRCS currently strips any text in a filename up to and includingRay Lai
2006-03-14log the originating address and not just the name when a reverseDamien Miller
2006-03-13Do not warn for functions declared with ARGSUSEDMoritz Jodeit
2006-03-13delint; from David HillOtto Moerbeek
2006-03-13Remove dependence on /dev/stdin and /dev/stdoutTodd C. Miller
2006-03-13Make ssh-add check file permissions before attempting to load privateDarren Tucker
2006-03-13Allow config directives to contain whitespace by surrounding them by doubleDarren Tucker
2006-03-13Make ssh-keygen handle CR and CRLF line termination when converting IETFDarren Tucker
2006-03-13Set TCP_NODELAY for all connections not just "interactive" ones. FixesDarren Tucker
2006-03-13don't log that we are listening on a socket before the listen() callDamien Miller
2006-03-12Include arpa/inet.h after netinet/in.h, not before. deraadt@ OKTodd C. Miller
2006-03-12knf nitDamien Miller
2006-03-12plug a memleak in rcs_set_description()Joris Vink
2006-03-12more getopt() EOF crud; adobriyan@gmailTheo de Raadt
2006-03-11Now that the last diff went in, we just have to remove some checks inNiall O'Higgins
2006-03-11- implement GNU-compatible handling of revisions specified as singleNiall O'Higgins
2006-03-11type police and assorted cleanup. From Lionel Fourquaux; ok ray@Otto Moerbeek
2006-03-11- set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediatelyNiall O'Higgins
2006-03-11- reset NEWFILE flag on each iteration through main loop. this stopsNiall O'Higgins
2006-03-11/tmp -> _PATH_TMPRay Lai
2006-03-11Fixes the `optindx' might be used uninitialized in this functionRay Lai
2006-03-11Silence 2 warnings.Ray Lai
2006-03-11Silence 39 warnings.Ray Lai
2006-03-11Silence uninitialized variable warning.Ray Lai
2006-03-11Make FLUSH macro more function-like, so there are no hidden surprises.Ray Lai
2006-03-11Initialize p to NULL to prevent gcc warning.Ray Lai
2006-03-11Fix rcsnum_tostr() description.Ray Lai
2006-03-10realloc & size_t police; simplify some pointer arithmetic; ok ray@Otto Moerbeek
2006-03-10fix a stupid mistake in cvs_worklist_clean() while loop.Niall O'Higgins
2006-03-10use same date format as gnu/usr.bin/rcs in error message. OK niallo@.Xavier Santolaria
2006-03-10i am going to be hated for including this oneDamien Miller
2006-03-10Only write a log message if the log message is not empty.Ray Lai
2006-03-10Don't ferror() after fclose().Ray Lai
2006-03-10make sure cvs_worklist_clean() is safe, since we areJoris Vink
2006-03-09trailing spaces;Joris Vink
2006-03-09should have been part of previous commit (add rcstime.c here too).Xavier Santolaria
2006-03-09move joris' timezone support into rcstime.c; more work to be done there.Xavier Santolaria
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-03-08add a worklist framework, which will be used for atomic operations onJoris Vink
2006-03-08fix usage();Xavier Santolaria
2006-03-08spacing in usage();Xavier Santolaria
2006-03-08even bettererHenning Brauer
2006-03-08do not point to rcsfile(5) as we do not provide it.Xavier Santolaria
2006-03-08really match gnu on error;Xavier Santolaria
2006-03-08respect -q; pointed out by Ray Lai.Xavier Santolaria