summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-06-23consistent with ssh2: skip key if empty passphrase is entered,Markus Friedl
2001-06-23pidfile/sigterm race; bbraun@synack.netMarkus Friedl
2001-06-23kill whitespace at EOL.Jun-ichiro itojun Hagino
2001-06-23turn off -Wstrict-prototypes (for atomicio.h)Markus Friedl
2001-06-23fix import for (broken?) ssh.com/f-secure private keysMarkus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-23try to decode ssh-3.0.0 private rsa keysMarkus Friedl
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23handle sigature of size 0 (some broken clients send this).Markus Friedl
2001-06-23restore correct ignore_user_known_hosts logic.Markus Friedl
2001-06-23draft-ietf-secsh-dh-group-exchange-01.txtMarkus Friedl
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-23*known_hosts2 is obsolete for hostbased authentication andMarkus Friedl
2001-06-23slightly better careTheo de Raadt
2001-06-22don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@Markus Friedl
2001-06-22allow long usernames/groups in readdirMarkus Friedl
2001-06-22increase linebuffer to deal with larger moduli; use rewind instead ofNiels Provos
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
2001-06-22document /etc/moduliNiels Provos
2001-06-22use /etc/moduli instead of /etc/primes, okay markus@Niels Provos
2001-06-22o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-06-21don't reset forced_command (we allow multiple login shells in ssh2); dwd@bell...Markus Friedl
2001-06-20move from channel_stop_listening to channel_free_all,Markus Friedl
2001-06-19allocate and free at the same level.Markus Friedl
2001-06-19disable x11-fwd if use_login is enabled; from lukem@wasabisystems.comMarkus Friedl
2001-06-19cleanup forced command handling, from dwd@bell-labs.comMarkus Friedl
2001-06-16copy pw_expire and pw_change, too.Markus Friedl
2001-06-16no stdio or exit() in signal handlers.Markus Friedl
2001-06-16bad //-style comment; thx to stevev@darkwing.uoregon.eduMarkus Friedl
2001-06-16typo; dunlap@apl.washington.eduMarkus Friedl
2001-06-13typo, use pid not s->pid, mstone@cs.loyola.eduMarkus Friedl
2001-06-12unusedMarkus Friedl
2001-06-12remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, sinceMarkus Friedl
2001-06-12do not log() packet_set_maxsizeMarkus Friedl
2001-06-12merge ssh1/ssh2 tty msg parse and alloc codeMarkus Friedl
2001-06-12merge session_free into session_close()Markus Friedl
2001-06-11typo; bdubreuil@crrel.usace.army.milMarkus Friedl
2001-06-11reset pointer to NULL after xfree(); report from solar@openwall.comMarkus Friedl
2001-06-10you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@Markus Friedl
2001-06-10we support rekeyingMarkus Friedl
2001-06-08move the path for xauth to pathnames.hMarkus Friedl
2001-06-07don't overwrite errnoMarkus Friedl
2001-06-07use xxx_put_cstring()Markus Friedl
2001-06-07style is used for bsdauth.Markus Friedl
2001-06-06remove debug message; Darren.Moffat@eng.sun.comMarkus Friedl
2001-06-06cleanup, remove old codeMarkus Friedl
2001-06-05let session_close() delete the pty. deny x11fwd if xauthfile is set.Markus Friedl
2001-06-05don't delete the auth socket in channel_stop_listening()Markus Friedl
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev