summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-07 23:21:31 +1100
committerDamien Miller <djm@mindrot.org>2001-02-07 23:21:31 +1100
commit4855ae9874af2633abb68b49d2462cca7ca4654e (patch)
tree8f1c938d5dc62c13a1e3e017805457d8c92abd79 /ChangeLog
parent63dc3e90e5988d510c2bbddb46408f2e9220ec16 (diff)
Cleanup, fix dates
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 18 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fb64a5e0..85137b62f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
120010107 120010207
2 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs 2 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
3 seem lose track of it while in openbsd-compat/ (two confirmed reports) 3 seem lose track of it while in openbsd-compat/ (two confirmed reports)
4 - (djm) Much KNF on PAM code 4 - (djm) Much KNF on PAM code
5 - (djm) Revise auth-pam.c conversation function to be a little more readable. 5 - (djm) Revise auth-pam.c conversation function to be a little more
6 readable.
6 - (djm) Revise kbd-int PAM conversation function to fold all text messages 7 - (djm) Revise kbd-int PAM conversation function to fold all text messages
7 to before first prompt. Fixes hangs if last pam_message did not require 8 to before first prompt. Fixes hangs if last pam_message did not require
8 a reply. 9 a reply.
9 - (djm) Fix password changing when using PAM kbd-int authentication 10 - (djm) Fix password changing when using PAM kbd-int authentication
10 11
1120010105 1220010205
12 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms 13 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
13 that don't have NGROUPS_MAX. 14 that don't have NGROUPS_MAX.
14 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu> 15 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
@@ -52,15 +53,15 @@
52 make the alpha happy 53 make the alpha happy
53 - markus@cvs.openbsd.org 2001/01/31 13:37:24 54 - markus@cvs.openbsd.org 2001/01/31 13:37:24
54 [channels.c channels.h serverloop.c ssh.c] 55 [channels.c channels.h serverloop.c ssh.c]
55 do not disconnect if local port forwarding fails, e.g. if port is already in 56 do not disconnect if local port forwarding fails, e.g. if port is
56 use 57 already in use
57 - markus@cvs.openbsd.org 2001/02/01 14:58:09 58 - markus@cvs.openbsd.org 2001/02/01 14:58:09
58 [channels.c] 59 [channels.c]
59 use ipaddr in channel messages, ietf-secsh wants this 60 use ipaddr in channel messages, ietf-secsh wants this
60 - markus@cvs.openbsd.org 2001/01/31 12:26:20 61 - markus@cvs.openbsd.org 2001/01/31 12:26:20
61 [channels.c] 62 [channels.c]
62 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages; 63 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
63 bug report from edmundo@rano.org 64 messages; bug report from edmundo@rano.org
64 - markus@cvs.openbsd.org 2001/01/31 13:48:09 65 - markus@cvs.openbsd.org 2001/01/31 13:48:09
65 [sshconnect2.c] 66 [sshconnect2.c]
66 unused 67 unused
@@ -68,7 +69,7 @@
68 [sftp-client.c sftp-server.c] 69 [sftp-client.c sftp-server.c]
69 make gcc on the alpha even happier 70 make gcc on the alpha even happier
70 71
7120010104 7220010204
72 - (bal) I think this is the last of the bsd-*.h that don't belong. 73 - (bal) I think this is the last of the bsd-*.h that don't belong.
73 - (bal) Minor Makefile fix 74 - (bal) Minor Makefile fix
74 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done 75 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
@@ -103,20 +104,20 @@
103 SIGCHLD handler. 104 SIGCHLD handler.
104 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@ 105 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
105 106
10620010103 10720010203
107 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 108 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
108 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD 109 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
109 based file) to ensure #include space does not get confused. 110 based file) to ensure #include space does not get confused.
110 - (bal) Minor Makefile.in tweak. dirname may not exist on some 111 - (bal) Minor Makefile.in tweak. dirname may not exist on some
111 platforms so builds fail. (NeXT being a well known one) 112 platforms so builds fail. (NeXT being a well known one)
112 113
11320010102 11420010202
114 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen 115 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
115 <vinschen@redhat.com> 116 <vinschen@redhat.com>
116 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms 117 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
117 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net> 118 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
118 119
11920010101 12020010201
120 - (bal) Minor fix to Makefile to stop rebuilding executables if no 121 - (bal) Minor fix to Makefile to stop rebuilding executables if no
121 changes have occured to any of the supporting code. Patch by 122 changes have occured to any of the supporting code. Patch by
122 Roumen Petrov <roumen.petrov@skalasoft.com> 123 Roumen Petrov <roumen.petrov@skalasoft.com>
@@ -448,12 +449,12 @@
448 - markus@cvs.openbsd.org 2001/01/10 22:56:22 449 - markus@cvs.openbsd.org 2001/01/10 22:56:22
449 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h] 450 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
450 cleanup sftp-server implementation: 451 cleanup sftp-server implementation:
451 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT 452 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
452 parse SSH2_FILEXFER_ATTR_EXTENDED 453 parse SSH2_FILEXFER_ATTR_EXTENDED
453 send SSH2_FX_EOF if readdir returns no more entries 454 send SSH2_FX_EOF if readdir returns no more entries
454 reply to SSH2_FXP_EXTENDED message 455 reply to SSH2_FXP_EXTENDED message
455 use #defines from the draft 456 use #defines from the draft
456 move #definations to sftp.h 457 move #definations to sftp.h
457 more info: 458 more info:
458 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt 459 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
459 - markus@cvs.openbsd.org 2001/01/10 19:43:20 460 - markus@cvs.openbsd.org 2001/01/10 19:43:20