1998-10-19 Sami Lehtinen * Added correct parsing for specifying 'user@host' on the commandline. (`ssh2 user@host' equals `ssh2 -luser host') * Fixed --with-etcdir and --with-libwrap options in configure and apps/ssh/Makefile.am. * Fixed calculating MAC, as it was done against the draft. Added compatibility code, so that we can work with older ssh-2.0.x-versions (2.0.{7,8,9}) still. * Implemented PasswordAuthentication and PubkeyAuthentication keywords in the server. Still need to be done in the client. 1998-10-07 Sami Lehtinen * Added code to configure, so that it detects whether compiled symbols are prepended with underscore or not. With changes to the assembler files, this should fix the problems with commercial versions assembler-optimized crypto functions. * Fixed a _lot_ of buggy code in sftp2. Shouldn't seg fault anymore. 1998-10-06 Timo Rinne * Fixed -t flag in ssh2 client to have an desired effect (force pty allocation). 1998-10-02 Timo Rinne * Added O_TRUNC into scp. Existing target files are now also truncated. 1998-09-30 Timo J. Rinne * Added ssh_getopt. * Fixed command line parsing of ssh2 and sshd2. * Modified ssh-add2, ssh-agent2, ssh-keygen2 and scp2 to use ssh_getopt2. 1998-09-17 Sami Lehtinen * Added support for environment variable DESTDIR in apps/ssh/Makefile. * Added --with-etcdir configuration option. * Added libwrap-support. (still partially untested) * Fixed a bug in sshd2, which caused sshd2 to go to busy-loop if ssh2-client was killed with, for example, kill -9 . * Fixed bug in sshmp.c, which caused FPE in ssh-keygen2, when it was compiled on Alpha with gcc. * Fixed little bugs here and there. 1998-09-07 Sami Lehtinen * Added clean-up-old -target to apps/ssh/Makefile.am to allow easy removal of the *.old-files made by the installation. * Fixed a bug in initilization of variables in ssh2 (and other programs, which were run with user-privileges) which caused annoying messages with shadow passwords etc. * Fixed a bug in 'make install'. 1998-08-27 Sami Lehtinen * Changed 'make install' so that it now renames the old files to have '.old'-trailer. 1998-08-26 Sami Lehtinen * Earlier addition: Fixed ssh2-client to not kill all forwarded connections on session_close, but instead fork to background to wait for their completion. * Fixed problems with compilation. 1998-08-06 Timo Rinne * Made ssh forward also ssh1 agent connections. 1998-08-05 Sami Lehtinen * Changed ssh-add2 to fetch first key named 'id_*' when executed without aurguments. * Changed ssh-add2 to use ssh-askpass2 instead of ssh2-askpass.