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