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