summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 22:03:33Ben Lindstrom
[authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c ssh-agent.c ssh.c] use strings instead of ints for smartcard reader ids
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 12:53:34Ben Lindstrom
[scard.c] close smartcard connection if card is missing
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 12:42:50Ben Lindstrom
[sftp-int.c sftp-server.c] avoid paths beginning with "//"; <vinschen@redhat.com> ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 09:28:44Ben Lindstrom
[readconf.c readconf.h ssh.1 ssh.c] add 'SmartcardDevice' client option to specify which smartcard device is used to access a smartcard used for storing the user's private RSA key. ok markus@.
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 08:41:10Ben Lindstrom
[scard.c] do not complain about missing smartcards. ok markus@
2001-08-06 - stevesk@cvs.openbsd.org 2001/07/30 16:23:30Ben Lindstrom
[rijndael.c rijndael.h] new BSD-style license: Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose.
2001-08-06 - jakob@cvs.openbsd.org 2001/07/30 16:06:07Ben Lindstrom
[scard.c scard.h] better errorcodes from sc_*; ok markus@
2001-08-06 - mouring@cvs.openbsd.org 2001/07/29 17:02:46Ben Lindstrom
[scp.1] Clarified -o option in scp.1 OKed by Markus@
2001-08-06 - markus@cvs.openbsd.org 2001/07/28 09:21:15Ben Lindstrom
[sshd.8] cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
2001-08-06 - deraadt@cvs.openbsd.org 2001/07/27 17:26:16Ben Lindstrom
[scp.c] shorten lines
2001-08-06 - millert@cvs.openbsd.org 2001/07/27 14:50:45Ben Lindstrom
[ssh.c] If smart card support is compiled in and a smart card is being used for authentication, make it the first method used. markus@ OK
2001-08-06 - rees@cvs.openbsd.org 2001/07/26 20:04:27Ben Lindstrom
[scard.c ssh-keygen.c] Inquire Cyberflex class for 0xf0 cards change aid to conform to 7816-5 remove gratuitous fid selects
2001-08-06 - stevesk@cvs.openbsd.org 2001/07/26 17:18:22Ben Lindstrom
[sshd.8 sshd.c] add -t option to test configuration file and keys; pekkas@netcore.fi ok markus@
2001-08-06 - markus@cvs.openbsd.org 2001/07/25 14:35:18Ben Lindstrom
[readconf.c ssh.1 ssh.c sshconnect.c] cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org
2001-08-06 - markus@cvs.openbsd.org 2001/07/25 11:59:35Ben Lindstrom
[scard.c] typo in comment
2001-08-06 - stevesk@cvs.openbsd.org 2001/07/23 18:21:46Ben Lindstrom
[xmalloc.c] no zero size xstrdup() error; ok markus@
2001-08-06 - stevesk@cvs.openbsd.org 2001/07/23 18:14:58Ben Lindstrom
[auth2.c auth-rsa.c] use %lu; ok markus@
2001-08-06 - aaron@cvs.openbsd.org 2001/07/23 14:14:18Ben Lindstrom
[ssh-keygen.1] Fix typo.
2001-08-06 - markus@cvs.openbsd.org 2001/07/23 12:47:05Ben Lindstrom
[ssh.1] sync PreferredAuthentications
2001-08-06 - markus@cvs.openbsd.org 2001/07/23 09:06:28Ben Lindstrom
[sshconnect2.c] reorder default sequence of userauth methods to match ssh behaviour: hostbased,publickey,keyboard-interactive,password
2001-08-06 - markus@cvs.openbsd.org 2001/07/22 22:24:16Ben Lindstrom
[sshd.8] Xr login.conf
2001-08-06 - markus@cvs.openbsd.org 2001/07/22 22:04:19Ben Lindstrom
[readconf.c ssh.1] enable challenge-response auth by default; ok millert@
2001-08-06 - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42Ben Lindstrom
[ssh.1] There is no option "Compress", point to "Compression" instead; ok markus
2001-08-06 - markus@cvs.openbsd.org 2001/07/22 21:32:27Ben Lindstrom
[sshpty.c] update comment
2001-08-06 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ onDamien Miller
a fast UltraSPARC.
2001-07-26 - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLDKevin Steves
handler has converged.
2001-07-25 - (bal) Added 'install-nokeys' to Makefile to assist package builders.Ben Lindstrom
2001-07-24 - (bal) 4711 not 04711 for ssh binary.Ben Lindstrom
2001-07-22 - stevesk@cvs.openbsd.org 2001/07/20 18:41:51Ben Lindstrom
[ssh.1] "the" command line
2001-07-22 - markus@cvs.openbsd.org 2001/07/20 14:46:11Ben Lindstrom
[ssh-agent.c] do not exit() from signal handlers; ok deraadt@
2001-07-22 - stevesk@cvs.openbsd.org 2001/07/19 00:41:44Ben Lindstrom
[ssh.1] escape chars are below now
2001-07-22 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40Ben Lindstrom
[ssh-agent.c] chdir("/") from bbraun@synack.net; ok markus@
2001-07-22 - OpenBSD CVS SyncBen Lindstrom
- markus@cvs.openbsd.org 2001/07/18 21:10:43 [sshpty.c] pr #1946, allow sshd if /dev is readonly
2001-07-22 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,Ben Lindstrom
myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in. Added openbsd-compat/bsd-cray.c. Rest will be merged after approval. Selective patches from William L. Jones <jones@mail.utexas.edu>
2001-07-19 - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.Tim Rice
report from Mark Miller <markm@swoon.net>
2001-07-18 - OpenBSD CVS SyncBen Lindstrom
- mouring@cvs.openbsd.org 2001/07/18 16:45:52 [scp.c] Missing -o in scp usage()
2001-07-18cvs + pico == Bad when attempting to abort. <sigh> This should go withBen Lindstrom
the last update. - (bal) Updated cygwin README and ssh-host-config. Patch by Corinna Vinschen <vinschen@redhat.com>
2001-07-18*** empty log message ***Ben Lindstrom
2001-07-18 - (bal) Allow sshd to switch user context without password for Cygwin.Ben Lindstrom
Patch by Corinna Vinschen <vinschen@redhat.com>
2001-07-18 - (bal) Cleaned up trailing spaces in ChangeLog.Ben Lindstrom
2001-07-18 - markus@cvs.openbsd.org 2001/07/17 21:04:58Ben Lindstrom
[channels.c channels.h clientloop.c nchan.c serverloop.c] keep track of both maxfd and the size of the malloc'ed fdsets. update maxfd if maxfd gets closed.
2001-07-18 - markus@cvs.openbsd.org 2001/07/17 20:48:42Ben Lindstrom
[ssh-agent.c] update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
2001-07-18 - stevesk@cvs.openbsd.org 2001/07/15 16:58:29Ben Lindstrom
[ssh-agent.c] typo in usage; ok markus@
2001-07-18 - stevesk@cvs.openbsd.org 2001/07/15 16:57:21Ben Lindstrom
[ssh-agent.1] -d will not fork; ok markus@
2001-07-18 - markus@cvs.openbsd.org 2001/07/15 16:17:08Ben Lindstrom
[serverloop.c] schedule client alive for ssh2 only, greg@cheers.bungi.com
2001-07-18 - OpenBSD CVS SyncBen Lindstrom
- stevesk@cvs.openbsd.org 2001/07/14 15:10:17 [readpass.c sftp-client.c sftp-common.c sftp-glob.c] delete spurious #includes; ok deraadt@ markus@
2001-07-15 - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.Tim Rice
(needed by openbsd-compat/fake-getaddrinfo.c)
2001-07-15 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported byBen Lindstrom
Josh Larios <jdlarios@cac.washington.edu>
2001-07-15 - (stevesk) configure.in: use ll suffix for long long constantKevin Steves
in snprintf() test
2001-07-14 - (stevesk) change getopt() declarationKevin Steves