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