summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2006-03-22remove IV support from the CRC attack detector, OpenSSH has never usedDamien Miller
2006-03-22simplify SSHFP example; ok jmc@Jakob Schlyter
2006-03-20spacingTheo de Raadt
2006-03-20spacingTheo de Raadt
2006-03-20be strict with tolower() castingTheo de Raadt
2006-03-20spacingTheo de Raadt
2006-03-20cast xstrdup to propert u_char *Theo de Raadt
2006-03-20x11_fake_data is only ever used as u_char *Theo de Raadt
2006-03-20spacingTheo de Raadt
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-20sprinkle some ARGSUSED for table driven functions (which sometimes must ignor...Theo de Raadt
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-20djm did a typoTheo de Raadt
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-20(really) last of the Coverity diffs: avoid possible NULL deref inDamien Miller
2006-03-20memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20last lot of GSSAPI related leaks detected by Coverity viaDamien Miller
2006-03-20more GSSAPI related leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20GSSAPI related leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19please lintTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19whoever thought that break after return was a good idea needs to get their he...Theo de Raadt
2006-03-19ARGSUSED for signal handlersTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-19Correct strdelim null test; ok djm@Darren Tucker
2006-03-19memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19potential NULL pointer dereferences detected by CoverityDamien Miller
2006-03-19FILE* leak detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19more memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-17another unreachable found by lintDamien Miller
2006-03-17unreachanble statement, found by lintDamien Miller
2006-03-16Try to display errormessage even if remout == -1Bjorn Sandell
2006-03-16Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCsDamien Miller
2006-03-15if no key file are given when printing the DNS host record, use theJakob Schlyter
2006-03-14*AliveCountMax applies to protcol v2 only; ok dtucker, djmMarkus Friedl
2006-03-14log the originating address and not just the name when a reverseDamien 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-12knf nitDamien Miller
2006-03-07Implement the diffie-hellman-group-exchange-sha256 key exchange methodDamien Miller
2006-03-04move a debug() outside of a signal handler; ok markus@ a little while backDamien Miller
2006-02-28fix logout recording when privilege separation is disabled, analysis andDamien Miller
2006-02-26comma;Jason McIntyre