summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-16Consistency, one Lord of the Rings entry not marked "(LOTR)"Ryan Thomas McBride
2006-03-16Try to display errormessage even if remout == -1Bjorn Sandell
2006-03-16zap more unused variables.Xavier Santolaria
2006-03-16add missing {} so everything gets reached.Xavier Santolaria
2006-03-16kill two unused variables.Xavier Santolaria
2006-03-16Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCsDamien Miller
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-16Currently co(1) overwrites files that the current user doesn't haveRay Lai
2006-03-16Simplify rcs_statfile() by having it call rcs_choosefile().Ray Lai
2006-03-16clean up the od(1) usage form, it was ugly with a capital uTheo de Raadt
2006-03-15Handle ^C correctly, morph it to escape key so the inputPeter Valchev
2006-03-15- remove unused function cvs_putchar()Niall O'Higgins
2006-03-15- zap filename arg in rcsdiff_rev() since its not used.Niall O'Higgins
2006-03-15ask for log message when it's not specified, got broken in xsa's previousJoris Vink
2006-03-15- use shared cvs_yesno() for yesno prompt, fixing an issue spotted byNiall O'Higgins
2006-03-15- add util.h, reorganising a bunch of things and exposing cvs_yesno()Niall O'Higgins
2006-03-15- fchmod file to mode.Niall O'Higgins
2006-03-15bogus idiomTheo de Raadt
2006-03-15no need for one of the volatileTheo de Raadt
2006-03-15- check for tty when asking for logmsg or descriptionXavier Santolaria
2006-03-15- fix typo in comment; an path -> a pathNiall O'Higgins
2006-03-15- make cvs_worklist members volatile.Niall O'Higgins
2006-03-15if no key file are given when printing the DNS host record, use theJakob Schlyter
2006-03-15remove some bizzare idioms; ok rayTheo de Raadt
2006-03-15Move and rename checkin_choose_rcsfile() to rcs_choosefile().Ray Lai
2006-03-15Both strlen and sizeof return a size_t. This also fixes a signed/unsignedDavid Hill
2006-03-15Don't assume there is an RCS directory just because the filenameRay Lai
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