Age | Commit message (Expand) | Author |
2001-01-01 | use shared fatal(); from stevesk@pobox.com | Markus Friedl |
2000-12-31 | Redress PR 1547. Provide an option to pass high characters without | Hugh Graham |
2000-12-30 | Allow printing characters > 0x80, thus permitting other charsets | Angelos D. Keromytis |
2000-12-29 | missing xfree; from vaughan99@yahoo.com | Markus Friedl |
2000-12-29 | remove->unlink; stevesk@pobox.com | Markus Friedl |
2000-12-29 | undo change in comment; stevesk@pobox.com | Markus Friedl |
2000-12-29 | sync with portable openssh; stevesk@pobox.com | Markus Friedl |
2000-12-28 | Adding m88k support | Steve Murphree |
2000-12-28 | enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}' | Markus Friedl |
2000-12-28 | count authentication failures only | Markus Friedl |
2000-12-28 | fingerprint for MITM attacks, too | Markus Friedl |
2000-12-28 | document -D | Markus Friedl |
2000-12-27 | Show CURDIR in that failure case too. Can't show a Makefile name yet | Marc Espie |
2000-12-27 | less chatty | Markus Friedl |
2000-12-27 | undo | Markus Friedl |
2000-12-27 | OpenSSH-2.4.0 | Markus Friedl |
2000-12-27 | typo | Markus Friedl |
2000-12-27 | new option: HostKeyAlias: allows the user to record the host key | Markus Friedl |
2000-12-27 | multiple -t force pty allocation, document ORIGINAL_COMMAND | Markus Friedl |
2000-12-27 | update for ssh-2 | Markus Friedl |
2000-12-24 | Get rid of unused usage() exit code; pointed out by mpech@prosoft.org.lv | Aaron Campbell |
2000-12-24 | oops | Aaron Campbell |
2000-12-24 | indent | Aaron Campbell |
2000-12-24 | Get rid of undocumented -h option. | Aaron Campbell |
2000-12-24 | Get rid of ugly usage() output. People can read the man page to get a command | Aaron Campbell |
2000-12-24 | Sync usage() with man page. | Aaron Campbell |
2000-12-24 | Spelling: tripple -> triple | Aaron Campbell |
2000-12-24 | Fix an off-by-one error. Since `i' starts at 0, not 1, we don't have to | Aaron Campbell |
2000-12-23 | Make cdio subject line more explicit (aaron & me) | Marc Espie |
2000-12-23 | hostnames are case-insensitive; brian | Theo de Raadt |
2000-12-22 | repair same static buf oflow in printf(1) and printf(1) internal inside csh(1) | Theo de Raadt |
2000-12-22 | use strtoul() instead of atoi() | Theo de Raadt |
2000-12-22 | fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com | Markus Friedl |
2000-12-22 | Complain about, and name the missing directory when trying to install | Janne Johansson |
2000-12-21 | - Get rid of local error() function and instead use err(3). | Aaron Campbell |
2000-12-21 | Use arc4random(). | Aaron Campbell |
2000-12-21 | print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@ | Markus Friedl |
2000-12-20 | remove comments about HPUX and call error() if ioctl fails; from stevesk@pobo... | Markus Friedl |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-20 | init pointer to NULL; report from Jan.Iven@cern.ch | Markus Friedl |
2000-12-20 | cannot get ip for remote host if proxy_command is used | Markus Friedl |
2000-12-20 | allow ssh -i userkey for root | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-19 | replace <ssl/x.h> with <openssl/x.h> | Markus Friedl |
2000-12-19 | remove() -> unlink() for consistency | Markus Friedl |
2000-12-17 | data base -> database | Todd C. Miller |
2000-12-17 | typo; from wsanchez@apple.com | Markus Friedl |
2000-12-16 | allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE | Markus Friedl |
2000-12-16 | unused; from stevesk@pobox.com | Markus Friedl |
2000-12-15 | compute diffie-hellman in parallel between server and client. okay markus@ | Niels Provos |