]> andersk Git - openssh.git/blame - ChangeLog
- PAM bugfix. PermitEmptyPassword was being ignored.
[openssh.git] / ChangeLog
CommitLineData
d2dcff5f 119991227
2 - Automatically correct paths in manpages and configuration files. Patch
3 and script from Andre Lucas <andre.lucas@dial.pipex.com>
4 - Removed credits from README to CREDITS file, updated.
cb807f40 5 - Added --with-default-path to specify custom path for server
6 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 7 - PAM bugfix. PermitEmptyPassword was being ignored.
8 - Fixed PAM config files to allow empty passwords if server does.
9 - Explained spurious PAM auth warning workaround in UPGRADING
d2dcff5f 10
f74efc8d 1119991226
12 - Enabled utmpx support by default for Solaris
13 - Cleanup sshd.c PAM a little more
bc7ea646 14 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
15 X11 ssh-askpass program.
20c43d8c 16 - Disable logging of PAM success and failures, PAM is verbose enough.
17 Unfortunatly there is currently no way to disable auth failure
18 messages. Mention this in UPGRADING file and sent message to PAM
19 developers
83b7f649 20 - OpenBSD CVS update:
21 - [ssh-keygen.1 ssh.1]
22 remove ref to .ssh/random_seed, mention .ssh/environment in
23 .Sh FILES, too
72251cb6 24 - Released 1.2.1pre21
25 - Fixed implicit '.' in default path, report from Jim Knoble
26 <jmknoble@pobox.com>
30a39691 27 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 28
f498ed15 2919991225
30 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
31 - Cleanup of auth-passwd.c for shadow and MD5 passwords
32 - Cleanup and bugfix of PAM authentication code
f74efc8d 33 - Released 1.2.1pre20
34
35 - Merged fixes from Ben Taylor <bent@clark.net>
36 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
37 - Disabled logging of PAM password authentication failures when password
38 is empty. (e.g start of authentication loop). Reported by Naz
39 <96na@eng.cam.ac.uk>)
f498ed15 40
4119991223
42 - Merged later HPUX patch from Andre Lucas
43 <andre.lucas@dial.pipex.com>
44 - Above patch included better utmpx support from Ben Taylor
f74efc8d 45 <bent@clark.net>
f498ed15 46
eef6f7e9 4719991222
48 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
49 <pope@netguide.dk>
ae28776a 50 - Fix login.c breakage on systems which lack ut_host in struct
51 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 52
a7effaac 5319991221
54 - Integration of large HPUX patch from Andre Lucas
55 <andre.lucas@dial.pipex.com>. Integrating it had a few other
56 benefits:
57 - Ability to disable shadow passwords at configure time
58 - Ability to disable lastlog support at configure time
59 - Support for IP address in $DISPLAY
ae2f7af7 60 - OpenBSD CVS update:
61 - [sshconnect.c]
62 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 63 - Fix DISABLE_SHADOW support
64 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 65 - Release 1.2.1pre19
a7effaac 66
3f1d9bcd 6719991218
68 - Redhat init script patch from Chun-Chung Chen
69 <cjj@u.washington.edu>
7e1c2490 70 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 71
60d804c8 7219991216
73 - Makefile changes for Solaris from Peter Kocks
74 <peter.kocks@baygate.com>
89cafde6 75 - Minor updates to docs
76 - Merged OpenBSD CVS changes:
77 - [authfd.c ssh-agent.c]
78 keysize warnings talk about identity files
79 - [packet.c]
80 "Connection closed by x.x.x.x": fatal() -> log()
c9d323f0 81 - Correctly handle empty passwords in shadow file. Patch from:
82 "Chris, the Young One" <cky@pobox.com>
83 - Released 1.2.1pre18
60d804c8 84
7dc6fc6d 8519991215
86 - Integrated patchs from Juergen Keil <jk@tools.de>
87 - Avoid void* pointer arithmatic
88 - Use LDFLAGS correctly
68227e6d 89 - Fix SIGIO error in scp
90 - Simplify status line printing in scp
906a2515 91 - Added better test for inline functions compiler support from
92 Darren_Hall@progressive.com
7dc6fc6d 93
95f1eccc 9419991214
95 - OpenBSD CVS Changes
96 - [canohost.c]
97 fix get_remote_port() and friends for sshd -i;
98 Holger.Trapp@Informatik.TU-Chemnitz.DE
99 - [mpaux.c]
100 make code simpler. no need for memcpy. niels@ ok
101 - [pty.c]
102 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
103 fix proto; markus
104 - [ssh.1]
105 typo; mark.baushke@solipsa.com
106 - [channels.c ssh.c ssh.h sshd.c]
107 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
108 - [sshconnect.c]
109 move checking of hostkey into own function.
110 - [version.h]
111 OpenSSH-1.2.1
884bcb37 112 - Clean up broken includes in pty.c
7303768f 113 - Some older systems don't have poll.h, they use sys/poll.h instead
114 - Doc updates
95f1eccc 115
847e8865 11619991211
117 - Fix compilation on systems with AFS. Reported by
118 aloomis@glue.umd.edu
119 - Fix installation on Solaris. Reported by
120 Gordon Rowell <gordonr@gormand.com.au>
121 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
122 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
123 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
124 - Compile fix from David Agraz <dagraz@jahoopa.com>
125 - Avoid compiler warning in bsd-snprintf.c
126 - Added pam_limits.so to default PAM config. Suggested by
127 Jim Knoble <jmknoble@pobox.com>
128
8946db53 12919991209
130 - Import of patch from Ben Taylor <bent@clark.net>:
131 - Improved PAM support
132 - "uninstall" rule for Makefile
133 - utmpx support
134 - Should fix PAM problems on Solaris
2d86a6cc 135 - OpenBSD CVS updates:
136 - [readpass.c]
137 avoid stdio; based on work by markus, millert, and I
138 - [sshd.c]
139 make sure the client selects a supported cipher
140 - [sshd.c]
141 fix sighup handling. accept would just restart and daemon handled
142 sighup only after the next connection was accepted. use poll on
143 listen sock now.
144 - [sshd.c]
145 make that a fatal
87e91331 146 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
147 to fix libwrap support on NetBSD
5001b9e4 148 - Released 1.2pre17
8946db53 149
6d8c4ea4 15019991208
151 - Compile fix for Solaris with /dev/ptmx from
152 David Agraz <dagraz@jahoopa.com>
153
4285816a 15419991207
155 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
156 fixes compatability with 4.x and 5.x
db28aeb5 157 - Fixed default SSH_ASKPASS
d465f2ca 158 - Fix PAM account and session being called multiple times. Problem
159 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 160 - Merged more OpenBSD changes:
161 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
162 move atomicio into it's own file. wrap all socket write()s which
163 were doing write(sock, buf, len) != len, with atomicio() calls.
164 - [auth-skey.c]
165 fd leak
166 - [authfile.c]
167 properly name fd variable
168 - [channels.c]
169 display great hatred towards strcpy
170 - [pty.c pty.h sshd.c]
171 use openpty() if it exists (it does on BSD4_4)
172 - [tildexpand.c]
173 check for ~ expansion past MAXPATHLEN
174 - Modified helper.c to use new atomicio function.
175 - Reformat Makefile a little
176 - Moved RC4 routines from rc4.[ch] into helper.c
177 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 178 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
179 - Tweaked Redhat spec
9158d92f 180 - Clean up bad imports of a few files (forgot -kb)
181 - Released 1.2pre16
4285816a 182
9c7b6dfd 18319991204
184 - Small cleanup of PAM code in sshd.c
57112b5a 185 - Merged OpenBSD CVS changes:
186 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
187 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
188 - [auth-rsa.c]
189 warn only about mismatch if key is _used_
190 warn about keysize-mismatch with log() not error()
191 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
192 ports are u_short
193 - [hostfile.c]
194 indent, shorter warning
195 - [nchan.c]
196 use error() for internal errors
197 - [packet.c]
198 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
199 serverloop.c
200 indent
201 - [ssh-add.1 ssh-add.c ssh.h]
202 document $SSH_ASKPASS, reasonable default
203 - [ssh.1]
204 CheckHostIP is not available for connects via proxy command
205 - [sshconnect.c]
206 typo
207 easier to read client code for passwd and skey auth
208 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 209
dad3b556 21019991126
211 - Add definition for __P()
212 - Added [v]snprintf() replacement for systems that lack it
213
0ce43ae4 21419991125
215 - More reformatting merged from OpenBSD CVS
216 - Merged OpenBSD CVS changes:
217 - [channels.c]
218 fix packet_integrity_check() for !have_hostname_in_open.
219 report from mrwizard@psu.edu via djm@ibs.com.au
220 - [channels.c]
221 set SO_REUSEADDR and SO_LINGER for forwarded ports.
222 chip@valinux.com via damien@ibs.com.au
223 - [nchan.c]
224 it's not an error() if shutdown_write failes in nchan.
225 - [readconf.c]
226 remove dead #ifdef-0-code
227 - [readconf.c servconf.c]
228 strcasecmp instead of tolower
229 - [scp.c]
230 progress meter overflow fix from damien@ibs.com.au
231 - [ssh-add.1 ssh-add.c]
232 SSH_ASKPASS support
233 - [ssh.1 ssh.c]
234 postpone fork_after_authentication until command execution,
235 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
236 plus: use daemon() for backgrounding
cf8dd513 237 - Added BSD compatible install program and autoconf test, thanks to
238 Niels Kristian Bech Jensen <nkbj@image.dk>
239 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 240 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 241 - Release 1.2pre15
0ce43ae4 242
5260325f 24319991124
244 - Merged very large OpenBSD source code reformat
245 - OpenBSD CVS updates
246 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
247 [ssh.h sshd.8 sshd.c]
248 syslog changes:
249 * Unified Logmessage for all auth-types, for success and for failed
250 * Standard connections get only ONE line in the LOG when level==LOG:
251 Auth-attempts are logged only, if authentication is:
252 a) successfull or
253 b) with passwd or
254 c) we had more than AUTH_FAIL_LOG failues
255 * many log() became verbose()
256 * old behaviour with level=VERBOSE
257 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
258 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
259 messages. allows use of s/key in windows (ttssh, securecrt) and
260 ssh-1.2.27 clients without 'ssh -v', ok: niels@
261 - [sshd.8]
262 -V, for fallback to openssh in SSH2 compatibility mode
263 - [sshd.c]
264 fix sigchld race; cjc5@po.cwru.edu
265
4655fe80 26619991123
267 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 268 - Restructured package-related files under packages/*
4655fe80 269 - Added generic PAM config
8b241e50 270 - Numerous little Solaris fixes
9c08d6ce 271 - Add recommendation to use GNU make to INSTALL document
4655fe80 272
60bed5fd 27319991122
274 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 275 - OpenBSD CVS Changes
276 - [ssh-keygen.c]
277 don't create ~/.ssh only if the user wants to store the private
278 key there. show fingerprint instead of public-key after
279 keygeneration. ok niels@
b09a984b 280 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 281 - Added timersub() macro
b09a984b 282 - Tidy RCSIDs of bsd-*.c
96ad4350 283 - Added autoconf test and macro to deal with old PAM libraries
284 pam_strerror definition (one arg vs two).
530f1889 285 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
286 - Retry /dev/urandom reads interrupted by signal (report from
287 Robert Hardy <rhardy@webcon.net>)
1647c2b5 288 - Added a setenv replacement for systems which lack it
d84a9a44 289 - Only display public key comment when presenting ssh-askpass dialog
290 - Released 1.2pre14
60bed5fd 291
2ddcfdf3 292 - Configure, Make and changelog corrections from Tudor Bosman
293 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
294
9d6b7add 29519991121
2f2cc3f9 296 - OpenBSD CVS Changes:
60bed5fd 297 - [channels.c]
298 make this compile, bad markus
299 - [log.c readconf.c servconf.c ssh.h]
300 bugfix: loglevels are per host in clientconfig,
301 factor out common log-level parsing code.
302 - [servconf.c]
303 remove unused index (-Wall)
304 - [ssh-agent.c]
305 only one 'extern char *__progname'
306 - [sshd.8]
307 document SIGHUP, -Q to synopsis
308 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
309 [channels.c clientloop.c]
310 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
311 [hope this time my ISP stays alive during commit]
312 - [OVERVIEW README] typos; green@freebsd
313 - [ssh-keygen.c]
314 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
315 exit if writing the key fails (no infinit loop)
316 print usage() everytime we get bad options
317 - [ssh-keygen.c] overflow, djm@mindrot.org
318 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
319
2b942fe0 32019991120
321 - Merged more Solaris support from Marc G. Fournier
322 <marc.fournier@acadiau.ca>
323 - Wrote autoconf tests for integer bit-types
324 - Fixed enabling kerberos support
13c36c4c 325 - Fix segfault in ssh-keygen caused by buffer overrun in filename
326 handling.
2b942fe0 327
06479889 32819991119
329 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 330 - Merged OpenBSD CVS changes
331 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
332 more %d vs. %s in fmt-strings
333 - [authfd.c]
334 Integers should not be printed with %s
7b1cc56c 335 - EGD uses a socket, not a named pipe. Duh.
336 - Fix includes in fingerprint.c
29dbde15 337 - Fix scp progress bar bug again.
2ddcfdf3 338 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 339 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 340 - Added autoconf option to enable Kerberos 4 support (untested)
341 - Added autoconf option to enable AFS support (untested)
342 - Added autoconf option to enable S/Key support (untested)
343 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 344 - Renamed BSD helper function files to bsd-*
caf3bc51 345 - Added tests for login and daemon and enable OpenBSD replacements for
346 when they are absent.
347 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 348
2bd61362 34919991118
350 - Merged OpenBSD CVS changes
351 - [scp.c] foregroundproc() in scp
352 - [sshconnect.h] include fingerprint.h
353 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
354 changes.
0c16a097 355 - [ssh.1] Spell my name right.
2bd61362 356 - Added openssh.com info to README
357
f095fcc7 35819991117
359 - Merged OpenBSD CVS changes
360 - [ChangeLog.Ylonen] noone needs this anymore
361 - [authfd.c] close-on-exec for auth-socket, ok deraadt
362 - [hostfile.c]
363 in known_hosts key lookup the entry for the bits does not need
364 to match, all the information is contained in n and e. This
365 solves the problem with buggy servers announcing the wrong
366 modulus length. markus and me.
367 - [serverloop.c]
368 bugfix: check for space if child has terminated, from:
369 iedowse@maths.tcd.ie
370 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
371 [fingerprint.c fingerprint.h]
372 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
373 - [ssh-agent.1] typo
374 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
375 - [sshd.c]
376 force logging to stderr while loading private key file
377 (lost while converting to new log-levels)
378
4d195447 37919991116
380 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
381 - Merged OpenBSD CVS changes:
382 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
383 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
384 the keysize of rsa-parameter 'n' is passed implizit,
385 a few more checks and warnings about 'pretended' keysizes.
386 - [cipher.c cipher.h packet.c packet.h sshd.c]
387 remove support for cipher RC4
388 - [ssh.c]
389 a note for legay systems about secuity issues with permanently_set_uid(),
390 the private hostkey and ptrace()
391 - [sshconnect.c]
392 more detailed messages about adding and checking hostkeys
393
dad9a31e 39419991115
395 - Merged OpenBSD CVS changes:
396 - [ssh-add.c] change passphrase loop logic and remove ref to
397 $DISPLAY, ok niels
398 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
399 modular.
400 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 401 - Merged more OpenBSD CVS changes:
402 [auth-krb4.c]
403 - disconnect if getpeername() fails
404 - missing xfree(*client)
405 [canohost.c]
406 - disconnect if getpeername() fails
407 - fix comment: we _do_ disconnect if ip-options are set
408 [sshd.c]
409 - disconnect if getpeername() fails
410 - move checking of remote port to central place
411 [auth-rhosts.c] move checking of remote port to central place
412 [log-server.c] avoid extra fd per sshd, from millert@
413 [readconf.c] print _all_ bad config-options in ssh(1), too
414 [readconf.h] print _all_ bad config-options in ssh(1), too
415 [ssh.c] print _all_ bad config-options in ssh(1), too
416 [sshconnect.c] disconnect if getpeername() fails
417 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 418 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 419 - Merged more Solaris compability from Marc G. Fournier
420 <marc.fournier@acadiau.ca>
421 - Wrote autoconf tests for __progname symbol
8c119fd0 422 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 423 - Released 1.2pre12
424
425 - Another OpenBSD CVS update:
426 - [ssh-keygen.1] fix .Xr
dad9a31e 427
92da7197 42819991114
429 - Solaris compilation fixes (still imcomplete)
430
94f7bb9e 43119991113
dd092f97 432 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
433 - Don't install config files if they already exist
434 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 435 - Removed redundant inclusions of config.h
e9c75a39 436 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 437 - Merged OpenBSD CVS changes:
438 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
439 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
440 totalsize, ok niels,aaron
441 - Delay fork (-f option) in ssh until after port forwarded connections
442 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 443 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
444 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 445 - Tidied default config file some more
446 - Revised Redhat initscript to fix bug: sshd (re)start would fail
447 if executed from inside a ssh login.
94f7bb9e 448
e35c1dc2 44919991112
450 - Merged changes from OpenBSD CVS
451 - [sshd.c] session_key_int may be zero
b4748e2f 452 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
453 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
454 deraadt,millert
455 - Brought default sshd_config more in line with OpenBSD's
547c9f30 456 - Grab server in gnome-ssh-askpass (Debian bug #49872)
457 - Released 1.2pre10
e35c1dc2 458
8bc7973f 459 - Added INSTALL documentation
6fa724bc 460 - Merged yet more changes from OpenBSD CVS
461 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
462 [ssh.c ssh.h sshconnect.c sshd.c]
463 make all access to options via 'extern Options options'
464 and 'extern ServerOptions options' respectively;
465 options are no longer passed as arguments:
466 * make options handling more consistent
467 * remove #include "readconf.h" from ssh.h
468 * readconf.h is only included if necessary
469 - [mpaux.c] clear temp buffer
470 - [servconf.c] print _all_ bad options found in configfile
045672f9 471 - Make ssh-askpass support optional through autoconf
59b0f0d4 472 - Fix nasty division-by-zero error in scp.c
473 - Released 1.2pre11
8bc7973f 474
4cca272e 47519991111
476 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 477 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 478 - Merged OpenBSD CVS changes:
479 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
480 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
481 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 482 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 483 file transfers. Fix submitted to OpenBSD developers. Report and fix
484 from Kees Cook <cook@cpoint.net>
6a17f9c2 485 - Merged more OpenBSD CVS changes:
486 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
487 + krb-cleanup cleanup
488 - [clientloop.c log-client.c log-server.c ]
489 [readconf.c readconf.h servconf.c servconf.h ]
490 [ssh.1 ssh.c ssh.h sshd.8]
491 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
492 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 493 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
494 allow session_key_int != sizeof(session_key)
495 [this should fix the pre-assert-removal-core-files]
496 - Updated default config file to use new LogLevel option and to improve
497 readability
498
f370266e 49919991110
67d68e3a 500 - Merged several minor fixes:
f370266e 501 - ssh-agent commandline parsing
502 - RPM spec file now installs ssh setuid root
503 - Makefile creates libdir
4cca272e 504 - Merged beginnings of Solaris compability from Marc G. Fournier
505 <marc.fournier@acadiau.ca>
f370266e 506
d4f11b59 50719991109
508 - Autodetection of SSL/Crypto library location via autoconf
509 - Fixed location of ssh-askpass to follow autoconf
510 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
511 - Autodetection of RSAref library for US users
512 - Minor doc updates
560557bb 513 - Merged OpenBSD CVS changes:
514 - [rsa.c] bugfix: use correct size for memset()
515 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 516 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 517 - RPM build now creates subpackages
aa51e7cc 518 - Released 1.2pre9
d4f11b59 519
e1a9c08d 52019991108
521 - Removed debian/ directory. This is now being maintained separately.
522 - Added symlinks for slogin in RPM spec file
523 - Fixed permissions on manpages in RPM spec file
524 - Added references to required libraries in README file
525 - Removed config.h.in from CVS
526 - Removed pwdb support (better pluggable auth is provided by glibc)
527 - Made PAM and requisite libdl optional
528 - Removed lots of unnecessary checks from autoconf
529 - Added support and autoconf test for openpty() function (Unix98 pty support)
530 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
531 - Added TODO file
532 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
533 - Added ssh-askpass program
534 - Added ssh-askpass support to ssh-add.c
535 - Create symlinks for slogin on install
536 - Fix "distclean" target in makefile
537 - Added example for ssh-agent to manpage
538 - Added support for PAM_TEXT_INFO messages
539 - Disable internal /etc/nologin support if PAM enabled
540 - Merged latest OpenBSD CVS changes:
5bae4ab8 541 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 542 - [sshd.c] don't send fail-msg but disconnect if too many authentication
543 failures
e1a9c08d 544 - [sshd.c] remove unused argument. ok dugsong
545 - [sshd.c] typo
546 - [rsa.c] clear buffers used for encryption. ok: niels
547 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 548 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 549 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 550 - Released 1.2pre8
e1a9c08d 551
3028328e 55219991102
553 - Merged change from OpenBSD CVS
554 - One-line cleanup in sshd.c
555
474832c5 55619991030
557 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 558 - Merged latest updates for OpenBSD CVS:
559 - channels.[ch] - remove broken x11 fix and document istate/ostate
560 - ssh-agent.c - call setsid() regardless of argv[]
561 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
562 - Documentation cleanups
563 - Renamed README -> README.Ylonen
564 - Renamed README.openssh ->README
474832c5 565
339660f6 56619991029
567 - Renamed openssh* back to ssh* at request of Theo de Raadt
568 - Incorporated latest changes from OpenBSD's CVS
569 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
570 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 571 - Make distclean now removed configure script
572 - Improved PAM logging
573 - Added some debug() calls for PAM
4ecd19ea 574 - Removed redundant subdirectories
575 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
576 building on Debian.
242588e6 577 - Fixed off-by-one error in PAM env patch
578 - Released 1.2pre6
339660f6 579
5881cd60 58019991028
581 - Further PAM enhancements.
582 - Much cleaner
583 - Now uses account and session modules for all logins.
584 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
585 - Build fixes
586 - Autoconf
587 - Change binary names to open*
588 - Fixed autoconf script to detect PAM on RH6.1
589 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 590 - Released 1.2pre4
fca82d2e 591
592 - Imported latest OpenBSD CVS code
593 - Updated README.openssh
93f04616 594 - Released 1.2pre5
fca82d2e 595
5881cd60 59619991027
597 - Adapted PAM patch.
598 - Released 1.0pre2
599
600 - Excised my buggy replacements for strlcpy and mkdtemp
601 - Imported correct OpenBSD strlcpy and mkdtemp routines.
602 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
603 - Picked up correct version number from OpenBSD
604 - Added sshd.pam PAM configuration file
605 - Added sshd.init Redhat init script
606 - Added openssh.spec RPM spec file
607 - Released 1.2pre3
608
60919991026
610 - Fixed include paths of OpenSSL functions
611 - Use OpenSSL MD5 routines
612 - Imported RC4 code from nanocrypt
613 - Wrote replacements for OpenBSD arc4random* functions
614 - Wrote replacements for strlcpy and mkdtemp
615 - Released 1.0pre1
This page took 0.324776 seconds and 5 git commands to generate.