summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-02-27support SSH-2.0-2.1 ; from Christophe_Moret@hp.comMarkus Friedl
2001-02-27fix random paddingMarkus Friedl
2001-02-26Silence some warnings in generated grammers compiled with YYDEBUG;Thorsten Lockert
okay millert@
2001-02-24look for id_rsa by default, before id_dsaTheo de Raadt
2001-02-24ssh2 rsa key before dsa keyTheo de Raadt
2001-02-23Add -h option ("human-readable") as df. Based on suggestions and code fromPaul Janzen
Matt Bing <matt@anzen.com>.
2001-02-23the random session key depends now on the session_key_intMarkus Friedl
sent by the 'attacker' dig1 = md5(cookie|session_key_int); dig2 = md5(dig1|cookie|session_key_int); fake_session_key = dig1|dig2; this change is caused by a mail from anakin@pobox.com patch based on discussions with my german advisor niels@openbsd.org
2001-02-23handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clientsMarkus Friedl
2001-02-23debug2->3Markus Friedl
2001-02-22use pwcopy in ssh.c, tooMarkus Friedl
2001-02-22typos/grammar from matt@anzen.comMarkus Friedl
2001-02-22activate RSA 2 keyTheo de Raadt
2001-02-22bye bye -dTheo de Raadt
2001-02-22document -d, and -t defaults to rsa1Theo de Raadt
2001-02-22grammar; slade@shore.netTheo de Raadt
2001-02-22Update to ncurses-5.2-20010210:Todd C. Miller
o remove macro callPutChar() from tty_update.c, since this is no longer needed (reported by Philippe Blain). o add a null-pointer check in tic.c to handle the case when the input file is really empty. Modify the next_char() function in comp_scan.c to allow arbitrarily long lines, and incidentally supply a newline to files that do not end in a newline. These changes improve tic's recovery from attempts to read binary files, e.g., its output from the terminfo database (reported by Bernhard Rosenkraenzer). o revert change to c++/demo.cc from 20001209, which changed definition of main() apparently to accommodate cygwin linker, but broke the demo program.
2001-02-22plug mem leak i introduced; spotted by millertTheo de Raadt
2001-02-21-i supports DSA identities now; ok markus@Kevin Steves
2001-02-21careful with & and &&; markus okTheo de Raadt
2001-02-21improve fd handlingTheo de Raadt
2001-02-21inline -> __inline__, and some indentTheo de Raadt
2001-02-19clarify message to make it not mention "ident"Theo de Raadt
2001-02-19Update to sudo-1.6.3p6Todd C. Miller
2001-02-19np is changed by recursion; vinschen@redhat.comTheo de Raadt
2001-02-19OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}Markus Friedl
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-02-18-C support.Marc Espie
Recognize -B, for better gnu-nm compatibility.
2001-02-18typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fiMarkus Friedl
2001-02-17it's the OpenSSH oneTheo de Raadt
2001-02-17cleanup -V output; noted by millertTheo de Raadt
2001-02-17bye bye setgid kvmTheo de Raadt
2001-02-17do not use nlist anymore, kvm gets the bullet nextTheo de Raadt
2001-02-17partial KNF, because i cannot read the diffs i am trying to debugTheo de Raadt
2001-02-17Take prototypes from <time.h>; use errx.Paul Janzen
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
they're really needed.
2001-02-17Tidy, be a bit more careful about buffers, and don't use strlen() on utmp.Paul Janzen
2001-02-17typoReinhard J. Sammer
2001-02-17Guard against Var_Value() being applied to an empty string, which itMarc Espie
doesn't do [for efficiency reason, hash_interval does not deal with empty strings not declared as intervals. More recent incarnations of this code will use Var_Value_interval extensively instead] Problem found by Peter Stromberg.
2001-02-162.5.0Markus Friedl
2001-02-16proper payload-length check for x11 w/o screen-numberMarkus Friedl
2001-02-16remove debugMarkus Friedl
2001-02-16Missing '.It' in a list, aaron@ oksmart
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
add stylized echo to 2, too.
2001-02-15indentTheo de Raadt
2001-02-14Relax advertising requirements on copyrightThorsten Lockert
2001-02-14Fix and document 'preserve modes & times' option ('-p' flag in sftp);Damien Miller
ok markus@
2001-02-13setproctitle(user) only if getpwnam succeedsMarkus Friedl
2001-02-13clear select masks on EINTR, noticed by itojun@Markus Friedl
2001-02-13fat utmp fix; ianm@cit.uws.edu.auTheo de Raadt
2001-02-12missing memset; from solar@openwall.comMarkus Friedl