Age | Commit message (Expand) | Author |
2006-03-16 | Consistency, one Lord of the Rings entry not marked "(LOTR)" | Ryan Thomas McBride |
2006-03-16 | Try to display errormessage even if remout == -1 | Bjorn Sandell |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-03-16 | add missing {} so everything gets reached. | Xavier Santolaria |
2006-03-16 | kill two unused variables. | Xavier Santolaria |
2006-03-16 | Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCs | Damien Miller |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-16 | Currently co(1) overwrites files that the current user doesn't have | Ray Lai |
2006-03-16 | Simplify rcs_statfile() by having it call rcs_choosefile(). | Ray Lai |
2006-03-16 | clean up the od(1) usage form, it was ugly with a capital u | Theo de Raadt |
2006-03-15 | Handle ^C correctly, morph it to escape key so the input | Peter 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-15 | ask for log message when it's not specified, got broken in xsa's previous | Joris Vink |
2006-03-15 | - use shared cvs_yesno() for yesno prompt, fixing an issue spotted by | Niall 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-15 | bogus idiom | Theo de Raadt |
2006-03-15 | no need for one of the volatile | Theo de Raadt |
2006-03-15 | - check for tty when asking for logmsg or description | Xavier Santolaria |
2006-03-15 | - fix typo in comment; an path -> a path | Niall O'Higgins |
2006-03-15 | - make cvs_worklist members volatile. | Niall O'Higgins |
2006-03-15 | if no key file are given when printing the DNS host record, use the | Jakob Schlyter |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-15 | Move and rename checkin_choose_rcsfile() to rcs_choosefile(). | Ray Lai |
2006-03-15 | Both strlen and sizeof return a size_t. This also fixes a signed/unsigned | David Hill |
2006-03-15 | Don't assume there is an RCS directory just because the filename | Ray Lai |
2006-03-14 | No need to declare optind/optarg if unistd.h is included. | Moritz Jodeit |
2006-03-14 | More use of const and fix a signed/unsigned comparison. | Moritz Jodeit |
2006-03-14 | *AliveCountMax applies to protcol v2 only; ok dtucker, djm | Markus Friedl |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-03-14 | ci currently doesn't parse the -x flag at all, defaulting to ",v/" every | Ray Lai |
2006-03-14 | OpenRCS currently strips any text in a filename up to and including | Ray Lai |
2006-03-14 | log the originating address and not just the name when a reverse | Damien Miller |
2006-03-13 | Do not warn for functions declared with ARGSUSED | Moritz Jodeit |
2006-03-13 | delint; from David Hill | Otto Moerbeek |
2006-03-13 | Remove dependence on /dev/stdin and /dev/stdout | Todd C. Miller |
2006-03-13 | Make ssh-add check file permissions before attempting to load private | Darren Tucker |
2006-03-13 | Allow config directives to contain whitespace by surrounding them by double | Darren Tucker |
2006-03-13 | Make ssh-keygen handle CR and CRLF line termination when converting IETF | Darren Tucker |
2006-03-13 | Set TCP_NODELAY for all connections not just "interactive" ones. Fixes | Darren Tucker |
2006-03-13 | don't log that we are listening on a socket before the listen() call | Damien Miller |
2006-03-12 | Include arpa/inet.h after netinet/in.h, not before. deraadt@ OK | Todd C. Miller |
2006-03-12 | knf nit | Damien Miller |
2006-03-12 | plug a memleak in rcs_set_description() | Joris Vink |
2006-03-12 | more getopt() EOF crud; adobriyan@gmail | Theo de Raadt |
2006-03-11 | Now that the last diff went in, we just have to remove some checks in | Niall O'Higgins |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | type 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() immediately | Niall O'Higgins |