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