summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2015-01-22heirarchy -> hierarchy;Jason McIntyre
2015-01-22Provide a warning about chroot misuses (which sadly, seem to have becomeTheo de Raadt
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2015-01-20kex_setup errors are fatal()Markus Friedl
2015-01-20make this compile with KERBEROS5 enabledDamien Miller
2015-01-20fix hostkeys in agent; ok markus@Damien Miller
2015-01-19switch ssh-keyscan from setjmp to multiple ssh transport layer instancesMarkus Friedl
2015-01-19add experimental api for packet layer; ok djm@Markus Friedl
2015-01-19store compat flags in struct ssh; ok djm@Markus Friedl
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@Markus Friedl
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2015-01-19update packet.c & isolate, introduce struct sshMarkus Friedl
2015-01-19fix format strings in (disabled) debuggingDamien Miller
2015-01-19djm, your /usr/include tree is oldTheo de Raadt
2015-01-18some feedback from markus@: comment hostkeys_foreach()Damien Miller
2015-01-18make ssh-keygen use hostkeys_foreach(). Removes someDamien Miller
2015-01-18convert load_hostkeys() (hostkey ordering and known_hostDamien Miller
2015-01-18introduce hostkeys_foreach() to allow iteration over aDamien Miller
2015-01-18string truncation due to sizeof(size)Theo de Raadt
2015-01-18avoid trailing ',' in host key algorithmsDamien Miller
2015-01-18infer key length correctly when user specified a fully-Damien Miller
2015-01-17fix hostkeys on ssh agent; found by unit test I'm about to commitDamien Miller
2015-01-16garbage collect empty .No macros mandoc warns aboutIngo Schwarze
2015-01-16regression: incorrect error message on otherwise-successfulDamien Miller
2015-01-16when hostname canonicalisation is enabled, try to parse hostnamesDamien Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15remove xmalloc, switch to sshbufMarkus Friedl
2015-01-15switch to sshbufMarkus Friedl
2015-01-15handle UMAC128 initialization like UMAC; ok djm@ markus@Christian Weisgerber
2015-01-15fix regression reported by brad@ for passworded keys withoutDamien Miller
2015-01-15sync ssh-keysign, ssh-keygen and some dependencies to the newDamien Miller
2015-01-15remove commented-out test code now that it has moved to aDamien Miller
2015-01-14whitespaceDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller
2015-01-14fix small regression: ssh-agent would return a success messageDamien Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-14update sftp client and server to new buffer API.Damien Miller
2015-01-14switch to sshbuf/sshkey; with & ok djm@Markus Friedl
2015-01-14avoid an warning for the !OPENSSL caseDamien Miller
2015-01-14swith auth-options to new sshbuf/sshkey; ok djm@Markus Friedl
2015-01-14make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@Damien Miller
2015-01-14remove unneeded includes, sync my copyright across files & whitespace; ok djm@Markus Friedl
2015-01-13adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependenciesMarkus Friedl
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesDamien Miller
2015-01-12unbreak parsing of pubkey comments; with gerhard; ok djm/deraadtMarkus Friedl
2015-01-12missing error assigment on sshbuf_put_string()Markus Friedl
2015-01-12apparently memcpy(x, NULL, 0) is undefined behaviour according toDamien Miller
2015-01-12free->sshkey_free; ok djm@Markus Friedl