Age | Commit message (Expand) | Author |
2003-07-18 | userid is unsigned, but well, force it anyways; andrushock@korovino.net | Theo de Raadt |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-07-16 | mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se> | Markus Friedl |
2003-07-16 | clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@ | Markus Friedl |
2003-07-16 | don't exit on multiple -v or -d; ok deraadt@ | Markus Friedl |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-07-14 | remove undocumented -V option. would be only useful if openssh is used | Markus Friedl |
2003-07-10 | sync usage with manpage, add missing -R | Markus Friedl |
2003-07-10 | the 2^(blocksize*2) rekeying limit is too expensive for 3DES, | Markus Friedl |
2003-07-09 | minor tweak: when generating the hex fingerprint, give strlcat the full bound... | Anil Madhavapeddy |
2003-07-03 | fix AddressFamily option in config file, from brent@graveland.net; ok markus@ | Damien Miller |
2003-07-02 | convert hostkeyalias to lowercase, otherwise uppercase aliases will | Markus Friedl |
2003-07-02 | (re)add socks5 suppport to -D; ok djm@ | Markus Friedl |
2003-07-02 | deny dynamic forwarding with -R for v1, too; ok djm@ | Markus Friedl |
2003-06-29 | memset 0, not \0; andrushock@korovino.net | Markus Friedl |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-06-28 | report pidfile creation errors, based on patch from Roumen Petrov; ok markus@ | Damien Miller |
2003-06-26 | do not dump core for 'ssh -o proxycommand host'; ok deraadt@ | Markus Friedl |
2003-06-25 | Typo police: attribute is better written with an 'r'. | Miod Vallat |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-06-23 | document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@ | Markus Friedl |
2003-06-20 | sync some implemented options; ok markus@ | Damien Miller |
2003-06-20 | sync description of protocol 2 cipher proposal; ok markus | Damien Miller |
2003-06-18 | backout last change, since it violates pkcs#1 | Markus Friedl |
2003-06-17 | use license from /usr/share/misc/license.template for new code | Markus Friedl |
2003-06-16 | print out key comment on each prompt; make ssh-askpass more useable; ok djm@ | Markus Friedl |
2003-06-16 | make sure the signature has at least the expected length (don't | Markus Friedl |
2003-06-12 | add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 | Markus Friedl |
2003-06-12 | Typo. | Nils Nordman |
2003-06-12 | mention more copyright holders; ok markus@ | Damien Miller |
2003-06-12 | typos; dtucker at zip.com.au | Markus Friedl |
2003-06-11 | $OpenBSD$ | Damien Miller |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller |
2003-06-11 | sync with check_host_key() change | Jakob Schlyter |
2003-06-11 | clean up check_host_key() and improve SSHFP feedback. ok markus@ | Jakob Schlyter |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt |
2003-06-04 | kill ssh process on receipt of signal; ok markus@ | Damien Miller |
2003-06-04 | kill ssh process upon receipt of signal, bz #241. | Damien Miller |
2003-06-04 | ansify; ok markus@ | Damien Miller |
2003-06-04 | remove bitrotten commet; ok markus@ | Damien Miller |
2003-06-04 | remove duplicated group-dropping code; ok markus@ | Damien Miller |
2003-06-04 | disable challenge/response and keyboard-interactive auth methods upon hostkey | Damien Miller |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
2003-06-02 | VerifyHostKeyDNS is v2 only. ok markus@ | Jakob Schlyter |
2003-05-29 | seteuid and setegid; markus ok | Theo de Raadt |
2003-05-26 | fix format strings; ok markus@ | Damien Miller |
2003-05-24 | cast some types for printing; ok markus@ | Damien Miller |