summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2001-06-26#include <kafs.h>Dug Song
2001-06-26add smartcard support to the makefiles (commented out);Markus Friedl
the smartcard support is based on work by itoi@eecs.umich.edu
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
and out of sync
2001-06-26document SSH_ASKPASS; fubob@MIT.EDUMarkus Friedl
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund ↵Dug Song
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
- () -> (void) - no variable names
2001-06-26unbreakMarkus Friedl
2001-06-26new interface for secure_filename()Markus Friedl
2001-06-26remove unnecessary .Pp between .It;Mike Pechkin
millert@ ok
2001-06-26more smartcard support.Markus Friedl
2001-06-26update usageMarkus Friedl
2001-06-26initial support for smartcards in the agentMarkus Friedl
2001-06-26add debug flagMarkus Friedl
2001-06-26allow loading a private RSA key to a cyberflex card.Markus Friedl
2001-06-25prototype cleanup; ok markus@Kevin Steves
2001-06-25terminate secure_filename checking after checking homedir. that way itNiels Provos
works on AFS. okay markus@
2001-06-25sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.comMarkus Friedl
2001-06-25update copyright for 2001Markus Friedl
2001-06-24passing modes works fine: debug2->3Markus Friedl
2001-06-24oops, missing format stringMarkus Friedl
2001-06-24switch to readpassphrase(3)Markus Friedl
2.7/8-stable needs readpassphrase.[ch] from libc
2001-06-24move ip+hostname check to match.cMarkus Friedl
2001-06-23consistent with ssh2: skip key if empty passphrase is entered,Markus Friedl
retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
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
(i tested > 1000 RSA keys)
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
TODO; cleanup headers
2001-06-23try to decode ssh-3.0.0 private rsa keysMarkus Friedl
(allow migration to openssh, not vice versa), #910
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
only used for backward compat. merge ssh1/2 hostkey check and move it to auth.c
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
close/open
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys).
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
o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok
2001-06-21don't reset forced_command (we allow multiple login shells in ssh2); ↵Markus Friedl
dwd@bell-labs.com
2001-06-20move from channel_stop_listening to channel_free_all,Markus Friedl
call channel_free_all before calling waitpid() in serverloop. fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
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