]> andersk Git - openssh.git/blob - ChangeLog
9d6d07a1d8925a82387b32b8913b629e5db632c4
[openssh.git] / ChangeLog
1 19991116
2  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3  - Merged OpenBSD CVS changes:
4    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
5      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
6      the keysize of rsa-parameter 'n' is passed implizit,
7      a few more checks and warnings about 'pretended' keysizes.
8    - [cipher.c cipher.h packet.c packet.h sshd.c]
9      remove support for cipher RC4
10    - [ssh.c]
11      a note for legay systems about secuity issues with permanently_set_uid(),
12      the private hostkey and ptrace()
13    - [sshconnect.c]
14      more detailed messages about adding and checking hostkeys
15
16 19991115
17  - Merged OpenBSD CVS changes:
18    - [ssh-add.c] change passphrase loop logic and remove ref to 
19      $DISPLAY, ok niels
20  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
21    modular. 
22  - Revised autoconf support for enabling/disabling askpass support.
23  - Merged more OpenBSD CVS changes:
24         [auth-krb4.c]
25           - disconnect if getpeername() fails
26           - missing xfree(*client)
27         [canohost.c]
28           - disconnect if getpeername() fails
29           - fix comment: we _do_ disconnect if ip-options are set
30         [sshd.c]
31           - disconnect if getpeername() fails
32           - move checking of remote port to central place
33         [auth-rhosts.c] move checking of remote port to central place
34         [log-server.c] avoid extra fd per sshd, from millert@
35         [readconf.c] print _all_ bad config-options in ssh(1), too
36         [readconf.h] print _all_ bad config-options in ssh(1), too
37         [ssh.c] print _all_ bad config-options in ssh(1), too
38         [sshconnect.c] disconnect if getpeername() fails
39  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
40  - Various small cleanups to bring diff (against OpenBSD) size down.
41  - Merged more Solaris compability from Marc G. Fournier
42    <marc.fournier@acadiau.ca>
43  - Wrote autoconf tests for __progname symbol
44  - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
45  - Released 1.2pre12
46
47  - Another OpenBSD CVS update:
48    - [ssh-keygen.1] fix .Xr
49
50 19991114
51  - Solaris compilation fixes (still imcomplete)
52
53 19991113
54  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
55    - Don't install config files if they already exist
56    - Fix inclusion of additional preprocessor directives from acconfig.h
57  - Removed redundant inclusions of config.h
58  - Added 'Obsoletes' lines to RPM spec file
59  - Merged OpenBSD CVS changes:
60    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
61    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t 
62      totalsize, ok niels,aaron
63  - Delay fork (-f option) in ssh until after port forwarded connections 
64    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
65  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
66  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
67  - Tidied default config file some more
68  - Revised Redhat initscript to fix bug: sshd (re)start would fail
69    if executed from inside a ssh login.
70
71 19991112
72  - Merged changes from OpenBSD CVS
73    - [sshd.c] session_key_int may be zero
74    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
75      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok 
76      deraadt,millert
77  - Brought default sshd_config more in line with OpenBSD's
78  - Grab server in gnome-ssh-askpass (Debian bug #49872)
79  - Released 1.2pre10
80
81  - Added INSTALL documentation
82  - Merged yet more changes from OpenBSD CVS
83    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
84      [ssh.c ssh.h sshconnect.c sshd.c]
85      make all access to options via 'extern Options options'
86      and 'extern ServerOptions options' respectively;
87      options are no longer passed as arguments:
88       * make options handling more consistent
89       * remove #include "readconf.h" from ssh.h
90       * readconf.h is only included if necessary
91    - [mpaux.c] clear temp buffer
92    - [servconf.c] print _all_ bad options found in configfile
93  - Make ssh-askpass support optional through autoconf
94  - Fix nasty division-by-zero error in scp.c
95  - Released 1.2pre11
96
97 19991111
98  - Added (untested) Entropy Gathering Daemon (EGD) support
99  - Fixed /dev/urandom fd leak (Debian bug #49722)
100  - Merged OpenBSD CVS changes:
101    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
102    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
103    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
104  - Fix integer overflow which was messing up scp's progress bar for large 
105    file transfers. Fix submitted to OpenBSD developers.
106  - Merged more OpenBSD CVS changes:
107    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() 
108      + krb-cleanup cleanup
109    - [clientloop.c log-client.c log-server.c ]
110      [readconf.c readconf.h servconf.c servconf.h ]
111      [ssh.1 ssh.c ssh.h sshd.8]
112      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
113      obsoletes QuietMode and FascistLogging in sshd.
114    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
115      allow session_key_int != sizeof(session_key)
116      [this should fix the pre-assert-removal-core-files]
117  - Updated default config file to use new LogLevel option and to improve
118    readability
119
120 19991110
121  - Merged several minor fixes:
122    - ssh-agent commandline parsing
123    - RPM spec file now installs ssh setuid root
124    - Makefile creates libdir
125    - Merged beginnings of Solaris compability from Marc G. Fournier
126      <marc.fournier@acadiau.ca>
127
128 19991109
129  - Autodetection of SSL/Crypto library location via autoconf
130  - Fixed location of ssh-askpass to follow autoconf
131  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
132  - Autodetection of RSAref library for US users
133  - Minor doc updates
134  - Merged OpenBSD CVS changes:
135    - [rsa.c] bugfix: use correct size for memset()
136    - [sshconnect.c] warn if announced size of modulus 'n' != real size
137  - Added GNOME passphrase requestor (use --with-gnome-askpass)
138  - RPM build now creates subpackages
139  - Released 1.2pre9
140
141 19991108
142  - Removed debian/ directory. This is now being maintained separately.
143  - Added symlinks for slogin in RPM spec file
144  - Fixed permissions on manpages in RPM spec file
145  - Added references to required libraries in README file
146  - Removed config.h.in from CVS
147  - Removed pwdb support (better pluggable auth is provided by glibc)
148  - Made PAM and requisite libdl optional
149  - Removed lots of unnecessary checks from autoconf
150  - Added support and autoconf test for openpty() function (Unix98 pty support)
151  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
152  - Added TODO file
153  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
154    - Added ssh-askpass program
155    - Added ssh-askpass support to ssh-add.c
156    - Create symlinks for slogin on install
157    - Fix "distclean" target in makefile
158    - Added example for ssh-agent to manpage
159    - Added support for PAM_TEXT_INFO messages
160    - Disable internal /etc/nologin support if PAM enabled
161  - Merged latest OpenBSD CVS changes:
162    - [all] replace assert() with error, fatal or packet_disconnect
163    - [sshd.c] don't send fail-msg but disconnect if too many authentication
164      failures
165    - [sshd.c] remove unused argument. ok dugsong
166    - [sshd.c] typo
167    - [rsa.c] clear buffers used for encryption. ok: niels
168    - [rsa.c] replace assert() with error, fatal or packet_disconnect
169    - [auth-krb4.c] remove unused argument. ok dugsong
170  - Fixed coredump after merge of OpenBSD rsa.c patch
171  - Released 1.2pre8
172
173 19991102
174  - Merged change from OpenBSD CVS
175   - One-line cleanup in sshd.c
176
177 19991030
178  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
179  - Merged latest updates for OpenBSD CVS:
180    - channels.[ch] - remove broken x11 fix and document istate/ostate
181    - ssh-agent.c - call setsid() regardless of argv[]
182    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
183  - Documentation cleanups
184  - Renamed README -> README.Ylonen
185  - Renamed README.openssh ->README
186
187 19991029
188  - Renamed openssh* back to ssh* at request of Theo de Raadt
189  - Incorporated latest changes from OpenBSD's CVS
190  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
191  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
192  - Make distclean now removed configure script
193  - Improved PAM logging
194  - Added some debug() calls for PAM
195  - Removed redundant subdirectories
196  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for 
197    building on Debian.
198  - Fixed off-by-one error in PAM env patch
199  - Released 1.2pre6
200
201 19991028
202  - Further PAM enhancements.
203    - Much cleaner
204    - Now uses account and session modules for all logins.
205  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
206    - Build fixes
207    - Autoconf
208    - Change binary names to open*
209  - Fixed autoconf script to detect PAM on RH6.1
210  - Added tests for libpwdb, and OpenBSD functions to autoconf
211  - Released 1.2pre4
212
213  - Imported latest OpenBSD CVS code
214  - Updated README.openssh
215  - Released 1.2pre5
216
217 19991027
218  - Adapted PAM patch.
219  - Released 1.0pre2
220
221  - Excised my buggy replacements for strlcpy and mkdtemp
222  - Imported correct OpenBSD strlcpy and mkdtemp routines.
223  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
224  - Picked up correct version number from OpenBSD
225  - Added sshd.pam PAM configuration file
226  - Added sshd.init Redhat init script
227  - Added openssh.spec RPM spec file
228  - Released 1.2pre3
229
230 19991026
231  - Fixed include paths of OpenSSL functions
232  - Use OpenSSL MD5 routines
233  - Imported RC4 code from nanocrypt
234  - Wrote replacements for OpenBSD arc4random* functions
235  - Wrote replacements for strlcpy and mkdtemp
236  - Released 1.0pre1
This page took 1.051681 seconds and 3 git commands to generate.