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