]> andersk Git - openssh.git/blame - ChangeLog
- (bal) OpenBSD Resync
[openssh.git] / ChangeLog
CommitLineData
effa6591 120010123
2 - (bal) regexp.h typo in configure.in. Should have been regex.h
3 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
8a51e026 4 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 5 - (bal) OpenBSD Resync
6 - markus@cvs.openbsd.org 2001/01/22 8:15:00
7 [auth-krb4.c sshconnect1.c]
8 only AFS needs radix.[ch]
9 - markus@cvs.openbsd.org 2001/01/22 8:32:53
10 [auth2.c]
11 no need to include; from mouring@etoh.eviladmin.org
12 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
13 [key.c]
14 free() -> xfree(); ok markus@
15 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
16 [sshconnect2.c sshd.c]
17 fix memory leaks in SSH2 key exchange; ok markus@
18
effa6591 19
42f11eb2 2020010122
21 - (bal) OpenBSD Resync
22 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
23 [servconf.c ssh.h sshd.c]
24 only auth-chall.c needs #ifdef SKEY
25 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
26 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
27 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
28 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
29 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
30 ssh1.h sshconnect1.c sshd.c ttymodes.c]
31 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
32 - markus@cvs.openbsd.org 2001/01/19 16:48:14
33 [sshd.8]
34 fix typo; from stevesk@
35 - markus@cvs.openbsd.org 2001/01/19 16:50:58
36 [ssh-dss.c]
37 clear and free digest, make consistent with other code (use dlen); from
38 stevesk@
39 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
40 [auth-options.c auth-options.h auth-rsa.c auth2.c]
41 pass the filename to auth_parse_options()
42 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
43 [readconf.c]
44 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
45 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
46 [sshconnect2.c]
47 dh_new_group() does not return NULL. ok markus@
48 - markus@cvs.openbsd.org 2001/01/20 21:33:42
49 [ssh-add.c]
50 do not loop forever if askpass does not exist; from
51 andrew@pimlott.ne.mediaone.net
52 - djm@cvs.openbsd.org 2001/01/20 23:00:56
53 [servconf.c]
54 Check for NULL return from strdelim; ok markus
55 - djm@cvs.openbsd.org 2001/01/20 23:02:07
56 [readconf.c]
57 KNF; ok markus
58 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
59 [ssh-keygen.1]
60 remove -R flag; ok markus@
61 - markus@cvs.openbsd.org 2001/01/21 19:05:40
62 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
63 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
64 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
65 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
66 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
67 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
68 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
69 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
70 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
71 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
72 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
73 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
74 ttysmodes.c uidswap.c xmalloc.c]
75 split ssh.h and try to cleanup the #include mess. remove unnecessary
76 #includes. rename util.[ch] -> misc.[ch]
77 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
78 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
79 conflict when compiling for non-kerb install
80 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
81 on 1/19.
82
6005a40c 8320010120
84 - (bal) OpenBSD Resync
85 - markus@cvs.openbsd.org 2001/01/19 12:45:26
86 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
87 only auth-chall.c needs #ifdef SKEY
47af6577 88 - (bal) Slight auth2-pam.c clean up.
89 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
90 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 91
922e6493 9220010119
93 - (djm) Update versions in RPM specfiles
59c97189 94 - (bal) OpenBSD Resync
95 - markus@cvs.openbsd.org 2001/01/18 16:20:21
96 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
97 sshd.8 sshd.c]
98 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
99 systems
100 - markus@cvs.openbsd.org 2001/01/18 16:59:59
101 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
102 session.h sshconnect1.c]
103 1) removes fake skey from sshd, since this will be much
104 harder with /usr/libexec/auth/login_XXX
105 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
106 3) make addition of BSD_AUTH and other challenge reponse methods
107 easier.
108 - markus@cvs.openbsd.org 2001/01/18 17:12:43
109 [auth-chall.c auth2-chall.c]
110 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 111 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
112 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 113 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 114 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
59c97189 115
b5c334cc 11620010118
117 - (bal) Super Sized OpenBSD Resync
118 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
119 [sshd.c]
120 maxfd+1
121 - markus@cvs.openbsd.org 2001/01/13 17:59:18
122 [ssh-keygen.1]
123 small ssh-keygen manpage cleanup; stevesk@pobox.com
124 - markus@cvs.openbsd.org 2001/01/13 18:03:07
125 [scp.c ssh-keygen.c sshd.c]
126 getopt() returns -1 not EOF; stevesk@pobox.com
127 - markus@cvs.openbsd.org 2001/01/13 18:06:54
128 [ssh-keyscan.c]
129 use SSH_DEFAULT_PORT; from stevesk@pobox.com
130 - markus@cvs.openbsd.org 2001/01/13 18:12:47
131 [ssh-keyscan.c]
132 free() -> xfree(); fix memory leak; from stevesk@pobox.com
133 - markus@cvs.openbsd.org 2001/01/13 18:14:13
134 [ssh-add.c]
135 typo, from stevesk@sweden.hp.com
136 - markus@cvs.openbsd.org 2001/01/13 18:32:50
137 [packet.c session.c ssh.c sshconnect.c sshd.c]
138 split out keepalive from packet_interactive (from dale@accentre.com)
139 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
140 - markus@cvs.openbsd.org 2001/01/13 18:36:45
141 [packet.c packet.h]
142 reorder, typo
143 - markus@cvs.openbsd.org 2001/01/13 18:38:00
144 [auth-options.c]
145 fix comment
146 - markus@cvs.openbsd.org 2001/01/13 18:43:31
147 [session.c]
148 Wall
149 - markus@cvs.openbsd.org 2001/01/13 19:14:08
150 [clientloop.h clientloop.c ssh.c]
151 move callback to headerfile
152 - markus@cvs.openbsd.org 2001/01/15 21:40:10
153 [ssh.c]
154 use log() instead of stderr
155 - markus@cvs.openbsd.org 2001/01/15 21:43:51
156 [dh.c]
157 use error() not stderr!
158 - markus@cvs.openbsd.org 2001/01/15 21:45:29
159 [sftp-server.c]
160 rename must fail if newpath exists, debug off by default
161 - markus@cvs.openbsd.org 2001/01/15 21:46:38
162 [sftp-server.c]
163 readable long listing for sftp-server, ok deraadt@
164 - markus@cvs.openbsd.org 2001/01/16 19:20:06
165 [key.c ssh-rsa.c]
166 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
167 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
168 since they are in the wrong format, too. they must be removed from
169 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
170 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
171 .ssh/authorized_keys2) additionally, we now check that
172 BN_num_bits(rsa->n) >= 768.
173 - markus@cvs.openbsd.org 2001/01/16 20:54:27
174 [sftp-server.c]
175 remove some statics. simpler handles; idea from nisse@lysator.liu.se
176 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
177 [bufaux.c radix.c sshconnect.h sshconnect1.c]
178 indent
179 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
180 be missing such feature.
181
182
52ce34a2 18320010117
184 - (djm) Only write random seed file at exit
717057b6 185 - (djm) Make PAM support optional, enable with --with-pam
186 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
187 provides a crypt() of its own)
188 - (djm) Avoid a warning in bsd-bindresvport.c
189 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
190 can cause weird segfaults errors on Solaris
8694a1ce 191 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 192 - (djm) Add --with-pam to RPM spec files
52ce34a2 193
2fd3c144 19420010115
195 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 196 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 197
63b68889 19820010114
199 - (stevesk) initial work for OpenBSD "support supplementary group in
200 {Allow,Deny}Groups" patch:
201 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
202 - add bsd-getgrouplist.h
203 - new files groupaccess.[ch]
204 - build but don't use yet (need to merge auth.c changes)
c6a69271 205 - (stevesk) complete:
206 - markus@cvs.openbsd.org 2001/01/13 11:56:48
207 [auth.c sshd.8]
208 support supplementary group in {Allow,Deny}Groups
209 from stevesk@pobox.com
63b68889 210
f546c780 21120010112
212 - (bal) OpenBSD Sync
213 - markus@cvs.openbsd.org 2001/01/10 22:56:22
214 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
215 cleanup sftp-server implementation:
216 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
217 parse SSH2_FILEXFER_ATTR_EXTENDED
218 send SSH2_FX_EOF if readdir returns no more entries
219 reply to SSH2_FXP_EXTENDED message
220 use #defines from the draft
221 move #definations to sftp.h
222 more info:
223 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
224 - markus@cvs.openbsd.org 2001/01/10 19:43:20
225 [sshd.c]
226 XXX - generate_empheral_server_key() is not safe against races,
227 because it calls log()
228 - markus@cvs.openbsd.org 2001/01/09 21:19:50
229 [packet.c]
230 allow TCP_NDELAY for ipv6; from netbsd via itojun@
231
9548d6c8 23220010110
233 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
234 Bladt Norbert <Norbert.Bladt@adi.ch>
235
af972861 23620010109
237 - (bal) Resync CVS ID of cli.c
4b80e97b 238 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
239 code.
eea39c02 240 - (bal) OpenBSD Sync
241 - markus@cvs.openbsd.org 2001/01/08 22:29:05
242 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
243 sshd_config version.h]
244 implement option 'Banner /etc/issue.net' for ssh2, move version to
245 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
246 is enabled).
247 - markus@cvs.openbsd.org 2001/01/08 22:03:23
248 [channels.c ssh-keyscan.c]
249 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
250 - markus@cvs.openbsd.org 2001/01/08 21:55:41
251 [sshconnect1.c]
252 more cleanups and fixes from stevesk@pobox.com:
253 1) try_agent_authentication() for loop will overwrite key just
254 allocated with key_new(); don't alloc
255 2) call ssh_close_authentication_connection() before exit
256 try_agent_authentication()
257 3) free mem on bad passphrase in try_rsa_authentication()
258 - markus@cvs.openbsd.org 2001/01/08 21:48:17
259 [kex.c]
260 missing free; thanks stevesk@pobox.com
f1c4659d 261 - (bal) Detect if clock_t structure exists, if not define it.
262 - (bal) Detect if O_NONBLOCK exists, if not define it.
263 - (bal) removed news4-posix.h (now empty)
264 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
265 instead of 'int'
adc83ebf 266 - (stevesk) sshd_config: sync
4f771a33 267 - (stevesk) defines.h: remove spurious ``;''
af972861 268
bbcf899f 26920010108
270 - (bal) Fixed another typo in cli.c
271 - (bal) OpenBSD Sync
272 - markus@cvs.openbsd.org 2001/01/07 21:26:55
273 [cli.c]
274 typo
275 - markus@cvs.openbsd.org 2001/01/07 21:26:55
276 [cli.c]
277 missing free, stevesk@pobox.com
278 - markus@cvs.openbsd.org 2001/01/07 19:06:25
279 [auth1.c]
280 missing free, stevesk@pobox.com
281 - markus@cvs.openbsd.org 2001/01/07 11:28:04
282 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
283 ssh.h sshd.8 sshd.c]
284 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
285 syslog priority changes:
286 fatal() LOG_ERR -> LOG_CRIT
287 log() LOG_INFO -> LOG_NOTICE
b8c37305 288 - Updated TODO
bbcf899f 289
9616313f 29020010107
291 - (bal) OpenBSD Sync
292 - markus@cvs.openbsd.org 2001/01/06 11:23:27
293 [ssh-rsa.c]
294 remove unused
295 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
296 [ssh-keyscan.1]
297 missing .El
298 - markus@cvs.openbsd.org 2001/01/04 22:41:03
299 [session.c sshconnect.c]
300 consistent use of _PATH_BSHELL; from stevesk@pobox.com
301 - djm@cvs.openbsd.org 2001/01/04 22:35:32
302 [ssh.1 sshd.8]
303 Mention AES as available SSH2 Cipher; ok markus
304 - markus@cvs.openbsd.org 2001/01/04 22:25:58
305 [sshd.c]
306 sync usage()/man with defaults; from stevesk@pobox.com
307 - markus@cvs.openbsd.org 2001/01/04 22:21:26
308 [sshconnect2.c]
309 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
310 that prints a banner (e.g. /etc/issue.net)
311
1877dc0c 31220010105
313 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 314 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 315
488c06c8 31620010104
317 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
318 work by Chris Vaughan <vaughan99@yahoo.com>
319
7c49df64 32020010103
321 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
322 tree (mainly positioning)
323 - (bal) OpenSSH CVS Update
324 - markus@cvs.openbsd.org 2001/01/02 20:41:02
325 [packet.c]
326 log remote ip on disconnect; PR 1600 from jcs@rt.fm
327 - markus@cvs.openbsd.org 2001/01/02 20:50:56
328 [sshconnect.c]
329 strict_host_key_checking for host_status != HOST_CHANGED &&
330 ip_status == HOST_CHANGED
2f2f9c77 331 - (bal) authfile.c: Synced CVS ID tag
2c523de9 332 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
333 - (bal) Disable sftp-server if no 64bit int support exists. Based on
334 patch by Tim Rice <tim@multitalents.net>
335 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
336 and sftp-server.8 manpage.
7c49df64 337
a421e945 33820010102
339 - (bal) OpenBSD CVS Update
340 - markus@cvs.openbsd.org 2001/01/01 14:52:49
341 [scp.c]
342 use shared fatal(); from stevesk@pobox.com
343
0efc80a7 34420001231
345 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
346 for multiple reasons.
b1335fdf 347 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 348
efcae5b1 34920001230
350 - (bal) OpenBSD CVS Update
351 - markus@cvs.openbsd.org 2000/12/28 18:58:30
352 [ssh-keygen.c]
353 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 354 - markus@cvs.openbsd.org 2000/12/29 22:19:13
355 [channels.c]
356 missing xfree; from vaughan99@yahoo.com
efcae5b1 357 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 358 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
359 Suggested by Christian Kurz <shorty@debain.org>
cb6dabf4 360 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
361 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
362 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 363
36420001229
365 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
366 Kurz <shorty@debain.org>
8abcdba4 367 - (bal) OpenBSD CVS Update
368 - markus@cvs.openbsd.org 2000/12/28 14:25:51
369 [auth.h auth2.c]
370 count authentication failures only
371 - markus@cvs.openbsd.org 2000/12/28 14:25:03
372 [sshconnect.c]
373 fingerprint for MITM attacks, too.
374 - markus@cvs.openbsd.org 2000/12/28 12:03:57
375 [sshd.8 sshd.c]
376 document -D
377 - markus@cvs.openbsd.org 2000/12/27 14:19:21
378 [serverloop.c]
379 less chatty
380 - markus@cvs.openbsd.org 2000/12/27 12:34
381 [auth1.c sshconnect2.c sshd.c]
382 typo
383 - markus@cvs.openbsd.org 2000/12/27 12:30:19
384 [readconf.c readconf.h ssh.1 sshconnect.c]
385 new option: HostKeyAlias: allow the user to record the host key
386 under a different name. This is useful for ssh tunneling over
387 forwarded connections or if you run multiple sshd's on different
388 ports on the same machine.
389 - markus@cvs.openbsd.org 2000/12/27 11:51:53
390 [ssh.1 ssh.c]
391 multiple -t force pty allocation, document ORIGINAL_COMMAND
392 - markus@cvs.openbsd.org 2000/12/27 11:41:31
393 [sshd.8]
394 update for ssh-2
c52c7082 395 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
396 fix merge.
0dd78cd8 397
8f523d67 39820001228
399 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
400 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 401 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 402 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
403 header. Patch by Tim Rice <tim@multitalents.net>
404 - Updated TODO w/ known HP/UX issue
405 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
406 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 407
b03bd394 40820001227
409 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
410 Takumi Yamane <yamtak@b-session.com>
411 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 412 by Corinna Vinschen <vinschen@redhat.com>
413 - (djm) Fix catman-do target for non-bash
414 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
415 Takumi Yamane <yamtak@b-session.com>
416 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 417 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 418 - (djm) Fix catman-do target for non-bash
f318b98b 419 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
420 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
421 'RLIMIT_NOFILE'
3bdf55b1 422 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
423 the info in COPYING.Ylonen has been moved to the start of each
424 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 425
8d88011e 42620001223
427 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
428 if a change to config.h has occurred. Suggested by Gert Doering
429 <gert@greenie.muc.de>
430 - (bal) OpenBSD CVS Update:
431 - markus@cvs.openbsd.org 2000/12/22 16:49:40
432 [ssh-keygen.c]
433 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
434
1e3b8b07 43520001222
436 - Updated RCSID for pty.c
437 - (bal) OpenBSD CVS Updates:
438 - markus@cvs.openbsd.org 2000/12/21 15:10:16
439 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
440 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
441 - markus@cvs.openbsd.org 2000/12/20 19:26:56
442 [authfile.c]
443 allow ssh -i userkey for root
444 - markus@cvs.openbsd.org 2000/12/20 19:37:21
445 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
446 fix prototypes; from stevesk@pobox.com
447 - markus@cvs.openbsd.org 2000/12/20 19:32:08
448 [sshd.c]
449 init pointer to NULL; report from Jan.Ivan@cern.ch
450 - markus@cvs.openbsd.org 2000/12/19 23:17:54
451 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
452 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
453 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
454 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
455 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
456 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
457 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
458 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
459 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
460 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
461 unsigned' with u_char.
462
67b0facb 46320001221
464 - (stevesk) OpenBSD CVS updates:
465 - markus@cvs.openbsd.org 2000/12/19 15:43:45
466 [authfile.c channels.c sftp-server.c ssh-agent.c]
467 remove() -> unlink() for consistency
468 - markus@cvs.openbsd.org 2000/12/19 15:48:09
469 [ssh-keyscan.c]
470 replace <ssl/x.h> with <openssl/x.h>
471 - markus@cvs.openbsd.org 2000/12/17 02:33:40
472 [uidswap.c]
473 typo; from wsanchez@apple.com
474
adeebd37 47520001220
476 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
477 and Linux-PAM. Based on report and fix from Andrew Morgan
478 <morgan@transmeta.com>
479
f072c47a 48020001218
481 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 482 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
483 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 484
731c1541 48520001216
486 - (stevesk) OpenBSD CVS updates:
487 - markus@cvs.openbsd.org 2000/12/16 02:53:57
488 [scp.c]
489 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
490 - markus@cvs.openbsd.org 2000/12/16 02:39:57
491 [scp.c]
492 unused; from stevesk@pobox.com
493
227e8e86 49420001215
9853409f 495 - (stevesk) Old OpenBSD patch wasn't completely applied:
496 - markus@cvs.openbsd.org 2000/01/24 22:11:20
497 [scp.c]
498 allow '.' in usernames; from jedgar@fxp.org
227e8e86 499 - (stevesk) OpenBSD CVS updates:
500 - markus@cvs.openbsd.org 2000/12/13 16:26:53
501 [ssh-keyscan.c]
502 fatal already adds \n; from stevesk@pobox.com
503 - markus@cvs.openbsd.org 2000/12/13 16:25:44
504 [ssh-agent.c]
505 remove redundant spaces; from stevesk@pobox.com
506 - ho@cvs.openbsd.org 2000/12/12 15:50:21
507 [pty.c]
508 When failing to set tty owner and mode on a read-only filesystem, don't
509 abort if the tty already has correct owner and reasonably sane modes.
510 Example; permit 'root' to login to a firewall with read-only root fs.
511 (markus@ ok)
512 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
513 [pty.c]
514 KNF
6ffc9c88 515 - markus@cvs.openbsd.org 2000/12/12 14:45:21
516 [sshd.c]
517 source port < 1024 is no longer required for rhosts-rsa since it
518 adds no additional security.
519 - markus@cvs.openbsd.org 2000/12/12 16:11:49
520 [ssh.1 ssh.c]
521 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
522 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
523 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 524 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
525 [scp.c]
526 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 527 - provos@cvs.openbsd.org 2000/12/15 10:30:15
528 [kex.c kex.h sshconnect2.c sshd.c]
529 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 530
6c935fbd 53120001213
532 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
533 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 534 - (stevesk) OpenBSD CVS update:
1fe6a48f 535 - markus@cvs.openbsd.org 2000/12/12 15:30:02
536 [ssh-keyscan.c ssh.c sshd.c]
537 consistently use __progname; from stevesk@pobox.com
6c935fbd 538
367d1840 53920001211
540 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
541 patch to install ssh-keyscan manpage. Patch by Pekka Savola
542 <pekka@netcore.fi>
e3a70753 543 - (bal) OpenbSD CVS update
544 - markus@cvs.openbsd.org 2000/12/10 17:01:53
545 [sshconnect1.c]
546 always request new challenge for skey/tis-auth, fixes interop with
547 other implementations; report from roth@feep.net
367d1840 548
6b523bae 54920001210
550 - (bal) OpenBSD CVS updates
551 - markus@cvs.openbsd.org 2000/12/09 13:41:51
552 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
553 undo rijndael changes
554 - markus@cvs.openbsd.org 2000/12/09 13:48:31
555 [rijndael.c]
556 fix byte order bug w/o introducing new implementation
557 - markus@cvs.openbsd.org 2000/12/09 14:08:27
558 [sftp-server.c]
559 "" -> "." for realpath; from vinschen@redhat.com
560 - markus@cvs.openbsd.org 2000/12/09 14:06:54
561 [ssh-agent.c]
562 extern int optind; from stevesk@sweden.hp.com
13af0aa2 563 - provos@cvs.openbsd.org 2000/12/09 23:51:11
564 [compat.c]
565 remove unnecessary '\n'
6b523bae 566
ce9c0b75 56720001209
6b523bae 568 - (bal) OpenBSD CVS updates:
ce9c0b75 569 - djm@cvs.openbsd.org 2000/12/07 4:24:59
570 [ssh.1]
571 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
572
f72fc97f 57320001207
6b523bae 574 - (bal) OpenBSD CVS updates:
f72fc97f 575 - markus@cvs.openbsd.org 2000/12/06 22:58:14
576 [compat.c compat.h packet.c]
577 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 578 - markus@cvs.openbsd.org 2000/12/06 23:10:39
579 [rijndael.c]
580 unexpand(1)
581 - markus@cvs.openbsd.org 2000/12/06 23:05:43
582 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
583 new rijndael implementation. fixes endian bugs
f72fc97f 584
97fb6912 58520001206
6b523bae 586 - (bal) OpenBSD CVS updates:
97fb6912 587 - markus@cvs.openbsd.org 2000/12/05 20:34:09
588 [channels.c channels.h clientloop.c serverloop.c]
589 async connects for -R/-L; ok deraadt@
590 - todd@cvs.openssh.org 2000/12/05 16:47:28
591 [sshd.c]
592 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 593 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
594 have it (used in ssh-keyscan).
227e8e86 595 - (stevesk) OpenBSD CVS update:
f20255cb 596 - markus@cvs.openbsd.org 2000/12/06 19:57:48
597 [ssh-keyscan.c]
598 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 599
f6fdbddf 60020001205
6b523bae 601 - (bal) OpenBSD CVS updates:
f6fdbddf 602 - markus@cvs.openbsd.org 2000/12/04 19:24:02
603 [ssh-keyscan.c ssh-keyscan.1]
604 David Maziere's ssh-keyscan, ok niels@
605 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
606 to the recent OpenBSD source tree.
835d2104 607 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 608
cbc5abf9 60920001204
610 - (bal) More C functions defined in NeXT that are unaccessable without
f6fdbddf 611 defining -POSIX.
cbc5abf9 612 - (bal) OpenBSD CVS updates:
613 - markus@cvs.openbsd.org 2000/12/03 11:29:04
614 [compat.c]
615 remove fallback to SSH_BUG_HMAC now that the drafts are updated
616 - markus@cvs.openbsd.org 2000/12/03 11:27:55
617 [compat.c]
97fb6912 618 correctly match "2.1.0.pl2 SSH" etc; from
619 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 620 - markus@cvs.openbsd.org 2000/12/03 11:15:03
621 [auth2.c compat.c compat.h sshconnect2.c]
622 support f-secure/ssh.com 2.0.12; ok niels@
623
0b6fbf03 62420001203
cbc5abf9 625 - (bal) OpenBSD CVS updates:
0b6fbf03 626 - markus@cvs.openbsd.org 2000/11/30 22:54:31
627 [channels.c]
628 debug->warn if tried to do -R style fwd w/o client requesting this;
629 ok neils@
630 - markus@cvs.openbsd.org 2000/11/29 20:39:17
631 [cipher.c]
632 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
633 - markus@cvs.openbsd.org 2000/11/30 18:33:05
634 [ssh-agent.c]
635 agents must not dump core, ok niels@
636 - markus@cvs.openbsd.org 2000/11/30 07:04:02
637 [ssh.1]
638 T is for both protocols
639 - markus@cvs.openbsd.org 2000/12/01 00:00:51
640 [ssh.1]
641 typo; from green@FreeBSD.org
642 - markus@cvs.openbsd.org 2000/11/30 07:02:35
643 [ssh.c]
644 check -T before isatty()
645 - provos@cvs.openbsd.org 2000/11/29 13:51:27
646 [sshconnect.c]
647 show IP address and hostname when new key is encountered. okay markus@
648 - markus@cvs.openbsd.org 2000/11/30 22:53:35
649 [sshconnect.c]
650 disable agent/x11/port fwding if hostkey has changed; ok niels@
651 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
652 [sshd.c]
653 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
654 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 655 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
656 PAM authentication using KbdInteractive.
657 - (djm) Added another TODO
0b6fbf03 658
90f4078a 65920001202
660 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
661 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
662 <mstone@cs.loyola.edu>
663
dcef6523 66420001129
7062c40f 665 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
666 if there are background children with open fds.
c193d002 667 - (djm) bsd-rresvport.c bzero -> memset
668 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
669 still fail during compilation of sftp-server).
670 - (djm) Fail if ar is not found during configure
c523303b 671 - (djm) OpenBSD CVS updates:
672 - provos@cvs.openbsd.org 2000/11/22 08:38:31
673 [sshd.8]
674 talk about /etc/primes, okay markus@
675 - markus@cvs.openbsd.org 2000/11/23 14:03:48
676 [ssh.c sshconnect1.c sshconnect2.c]
677 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
678 defaults
679 - markus@cvs.openbsd.org 2000/11/25 09:42:53
680 [sshconnect1.c]
681 reorder check for illegal ciphers, bugreport from espie@
682 - markus@cvs.openbsd.org 2000/11/25 10:19:34
683 [ssh-keygen.c ssh.h]
684 print keytype when generating a key.
685 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 686 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
687 more manpage paths in fixpaths calls
688 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 689 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 690
e879a080 69120001125
692 - (djm) Give up privs when reading seed file
693
d343d900 69420001123
695 - (bal) Merge OpenBSD changes:
696 - markus@cvs.openbsd.org 2000/11/15 22:31:36
697 [auth-options.c]
698 case insensitive key options; from stevesk@sweeden.hp.com
699 - markus@cvs.openbsd.org 2000/11/16 17:55:43
700 [dh.c]
701 do not use perror() in sshd, after child is forked()
702 - markus@cvs.openbsd.org 2000/11/14 23:42:40
703 [auth-rsa.c]
704 parse option only if key matches; fix some confusing seen by the client
705 - markus@cvs.openbsd.org 2000/11/14 23:44:19
706 [session.c]
707 check no_agent_forward_flag for ssh-2, too
708 - markus@cvs.openbsd.org 2000/11/15
709 [ssh-agent.1]
710 reorder SYNOPSIS; typo, use .It
711 - markus@cvs.openbsd.org 2000/11/14 23:48:55
712 [ssh-agent.c]
713 do not reorder keys if a key is removed
714 - markus@cvs.openbsd.org 2000/11/15 19:58:08
715 [ssh.c]
716 just ignore non existing user keys
717 - millert@cvs.openbsd.org 200/11/15 20:24:43
718 [ssh-keygen.c]
719 Add missing \n at end of error message.
720
0b49a754 72120001122
722 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
723 are compilable.
724 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
725
fab2e5d3 72620001117
727 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
728 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
835d2104 729 - (stevesk) Reworked progname support.
260d427b 730 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
731 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 732
c2207f11 73320001116
734 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
735 releases.
736 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
737 <roth@feep.net>
738
3d398e04 73920001113
740 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
741 contrib/README
fa08c86b 742 - (djm) Merge OpenBSD changes:
743 - markus@cvs.openbsd.org 2000/11/06 16:04:56
744 [channels.c channels.h clientloop.c nchan.c serverloop.c]
745 [session.c ssh.c]
746 agent forwarding and -R for ssh2, based on work from
747 jhuuskon@messi.uku.fi
748 - markus@cvs.openbsd.org 2000/11/06 16:13:27
749 [ssh.c sshconnect.c sshd.c]
750 do not disabled rhosts(rsa) if server port > 1024; from
751 pekkas@netcore.fi
752 - markus@cvs.openbsd.org 2000/11/06 16:16:35
753 [sshconnect.c]
754 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
755 - markus@cvs.openbsd.org 2000/11/09 18:04:40
756 [auth1.c]
757 typo; from mouring@pconline.com
758 - markus@cvs.openbsd.org 2000/11/12 12:03:28
759 [ssh-agent.c]
760 off-by-one when removing a key from the agent
761 - markus@cvs.openbsd.org 2000/11/12 12:50:39
762 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
763 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
764 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
765 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
766 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
767 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
768 add support for RSA to SSH2. please test.
769 there are now 3 types of keys: RSA1 is used by ssh-1 only,
770 RSA and DSA are used by SSH2.
771 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
772 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
773 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
774 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 775 - (djm) Change to interim version
5733a41a 776 - (djm) Fix RPM spec file stupidity
6fff1ac4 777 - (djm) fixpaths to DSA and RSA keys too
3d398e04 778
d287c664 77920001112
780 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
781 Phillips Porch <root@theporch.com>
3d398e04 782 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
783 <dcp@sgi.com>
a3bf38d0 784 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
785 failed ioctl(TIOCSCTTY) call.
d287c664 786
3c4d4fef 78720001111
788 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
789 packaging files
35325fd4 790 - (djm) Fix new Makefile.in warnings
027bf205 791 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
792 promoted to type int. Report and fix from Dan Astoorian
793 <djast@cs.toronto.edu>
d287c664 794 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 795 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 796
3e366738 79720001110
798 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
799 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
800 - (bal) Added in check to verify S/Key library is being detected in
801 configure.in
802 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
803 Patch by Mark Miller <markm@swoon.net>
804 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
805 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
806 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
807
373998a4 80820001107
e506ee73 809 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
810 Mark Miller <markm@swoon.net>
373998a4 811 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
812 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 813 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
814 Mark D. Roth <roth@feep.net>
373998a4 815
ac89998a 81620001106
817 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 818 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
d6846e6a 819 - (djm) Remove UPGRADING document in favour of a link to the better
820 maintained FAQ on www.openssh.com
73bd30fe 821 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
822 <pekkas@netcore.fi>
823 - (djm) Don't need X11-askpass in RPM spec file if building without it
824 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 825 - (djm) Release 2.3.0p1
97b378bf 826 - (bal) typo in configure.in in regards to --with-ldflags from Marko
827 Asplund <aspa@kronodoc.fi>
828 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 829
b850ecd9 83020001105
831 - (bal) Sync with OpenBSD:
832 - markus@cvs.openbsd.org 2000/10/31 9:31:58
833 [compat.c]
834 handle all old openssh versions
835 - markus@cvs.openbsd.org 2000/10/31 13:1853
836 [deattack.c]
837 so that large packets do not wrap "n"; from netbsd
838 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 839 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
840 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
841 setsid() into more common files
96054e6f 842 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 843 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
844 bsd-waitpid.c
b850ecd9 845
75b90ced 84620001029
847 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 848 - (stevesk) Create contrib/cygwin/ directory; patch from
849 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 850 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 851 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 852
344f2b94 85320001028
854 - (djm) fix select hack in serverloop.c from Philippe WILLEM
855 <Philippe.WILLEM@urssaf.fr>
240ae474 856 - (djm) Fix mangled AIXAUTHENTICATE code
606ea390 857 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
858 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 859 - (djm) Sync with OpenBSD:
860 - markus@cvs.openbsd.org 2000/10/16 15:46:32
861 [ssh.1]
862 fixes from pekkas@netcore.fi
863 - markus@cvs.openbsd.org 2000/10/17 14:28:11
864 [atomicio.c]
865 return number of characters processed; ok deraadt@
866 - markus@cvs.openbsd.org 2000/10/18 12:04:02
867 [atomicio.c]
868 undo
869 - markus@cvs.openbsd.org 2000/10/18 12:23:02
870 [scp.c]
871 replace atomicio(read,...) with read(); ok deraadt@
872 - markus@cvs.openbsd.org 2000/10/18 12:42:00
873 [session.c]
874 restore old record login behaviour
875 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
876 [auth-skey.c]
877 fmt string problem in unused code
878 - provos@cvs.openbsd.org 2000/10/19 10:45:16
879 [sshconnect2.c]
880 don't reference freed memory. okay deraadt@
881 - markus@cvs.openbsd.org 2000/10/21 11:04:23
882 [canohost.c]
883 typo, eramore@era-t.ericsson.se; ok niels@
884 - markus@cvs.openbsd.org 2000/10/23 13:31:55
885 [cipher.c]
886 non-alignment dependent swap_bytes(); from
887 simonb@wasabisystems.com/netbsd
888 - markus@cvs.openbsd.org 2000/10/26 12:38:28
889 [compat.c]
890 add older vandyke products
891 - markus@cvs.openbsd.org 2000/10/27 01:32:19
892 [channels.c channels.h clientloop.c serverloop.c session.c]
893 [ssh.c util.c]
894 enable non-blocking IO on channels, and tty's (except for the
895 client ttys).
344f2b94 896
ddc49b5c 89720001027
898 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
899
48e7916f 90020001025
901 - (djm) Added WARNING.RNG file and modified configure to ask users of the
902 builtin entropy code to read it.
903 - (djm) Prefer builtin regex to PCRE.
00937921 904 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
905 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
906 <proski@gnu.org>
48e7916f 907
8dcda1e3 90820001020
909 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 910 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
911 is more correct then current version.
8dcda1e3 912
f5af5cd5 91320001018
914 - (stevesk) Add initial support for setproctitle(). Current
915 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 916 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 917
2f31bdd6 91820001017
919 - (djm) Add -lregex to cywin libs from Corinna Vinschen
920 <vinschen@cygnus.com>
ba7a3f40 921 - (djm) Don't rely on atomicio's retval to determine length of askpass
922 supplied passphrase. Problem report from Lutz Jaenicke
923 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 924 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
925 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
926 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 927
33de75a3 92820001016
929 - (djm) Sync with OpenBSD:
930 - markus@cvs.openbsd.org 2000/10/14 04:01:15
931 [cipher.c]
932 debug3
933 - markus@cvs.openbsd.org 2000/10/14 04:07:23
934 [scp.c]
935 remove spaces from arguments; from djm@mindrot.org
936 - markus@cvs.openbsd.org 2000/10/14 06:09:46
937 [ssh.1]
938 Cipher is for SSH-1 only
939 - markus@cvs.openbsd.org 2000/10/14 06:12:09
940 [servconf.c servconf.h serverloop.c session.c sshd.8]
941 AllowTcpForwarding; from naddy@
942 - markus@cvs.openbsd.org 2000/10/14 06:16:56
943 [auth2.c compat.c compat.h sshconnect2.c version.h]
944 OpenSSH_2.3; note that is is not complete, but the version number
945 needs to be changed for interoperability reasons
946 - markus@cvs.openbsd.org 2000/10/14 06:19:45
947 [auth-rsa.c]
948 do not send RSA challenge if key is not allowed by key-options; from
949 eivind@ThinkSec.com
950 - markus@cvs.openbsd.org 2000/10/15 08:14:01
951 [rijndael.c session.c]
952 typos; from stevesk@sweden.hp.com
953 - markus@cvs.openbsd.org 2000/10/15 08:18:31
954 [rijndael.c]
955 typo
30d8b039 956 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
957 through diffs
aa0289fe 958 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 959 <pekkas@netcore.fi>
aa0289fe 960 - (djm) Update version in Redhat spec file
961 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
962 Redhat 7.0 spec file
5b2d4b75 963 - (djm) Make inability to read/write PRNG seedfile non-fatal
964
33de75a3 965
4d670c24 96620001015
967 - (djm) Fix ssh2 hang on background processes at logout.
968
71dfaf1c 96920001014
443172c4 970 - (bal) Add support for realpath and getcwd for platforms with broken
971 or missing realpath implementations for sftp-server.
972 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
d8f1edd5 973 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 974 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 975 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 976 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
977 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 978 - (djm) Big OpenBSD sync:
979 - markus@cvs.openbsd.org 2000/09/30 10:27:44
980 [log.c]
981 allow loglevel debug
982 - markus@cvs.openbsd.org 2000/10/03 11:59:57
983 [packet.c]
984 hmac->mac
985 - markus@cvs.openbsd.org 2000/10/03 12:03:03
986 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
987 move fake-auth from auth1.c to individual auth methods, disables s/key in
988 debug-msg
989 - markus@cvs.openbsd.org 2000/10/03 12:16:48
990 ssh.c
991 do not resolve canonname, i have no idea why this was added oin ossh
992 - markus@cvs.openbsd.org 2000/10/09 15:30:44
993 ssh-keygen.1 ssh-keygen.c
994 -X now reads private ssh.com DSA keys, too.
995 - markus@cvs.openbsd.org 2000/10/09 15:32:34
996 auth-options.c
997 clear options on every call.
998 - markus@cvs.openbsd.org 2000/10/09 15:51:00
999 authfd.c authfd.h
1000 interop with ssh-agent2, from <res@shore.net>
1001 - markus@cvs.openbsd.org 2000/10/10 14:20:45
1002 compat.c
1003 use rexexp for version string matching
1004 - provos@cvs.openbsd.org 2000/10/10 22:02:18
1005 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1006 First rough implementation of the diffie-hellman group exchange. The
1007 client can ask the server for bigger groups to perform the diffie-hellman
1008 in, thus increasing the attack complexity when using ciphers with longer
1009 keys. University of Windsor provided network, T the company.
1010 - markus@cvs.openbsd.org 2000/10/11 13:59:52
1011 [auth-rsa.c auth2.c]
1012 clear auth options unless auth sucessfull
1013 - markus@cvs.openbsd.org 2000/10/11 14:00:27
1014 [auth-options.h]
1015 clear auth options unless auth sucessfull
1016 - markus@cvs.openbsd.org 2000/10/11 14:03:27
1017 [scp.1 scp.c]
1018 support 'scp -o' with help from mouring@pconline.com
1019 - markus@cvs.openbsd.org 2000/10/11 14:11:35
1020 [dh.c]
1021 Wall
1022 - markus@cvs.openbsd.org 2000/10/11 14:14:40
1023 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1024 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1025 add support for s/key (kbd-interactive) to ssh2, based on work by
1026 mkiernan@avantgo.com and me
1027 - markus@cvs.openbsd.org 2000/10/11 14:27:24
1028 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1029 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1030 [sshconnect2.c sshd.c]
1031 new cipher framework
1032 - markus@cvs.openbsd.org 2000/10/11 14:45:21
1033 [cipher.c]
1034 remove DES
1035 - markus@cvs.openbsd.org 2000/10/12 03:59:20
1036 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1037 enable DES in SSH-1 clients only
1038 - markus@cvs.openbsd.org 2000/10/12 08:21:13
1039 [kex.h packet.c]
1040 remove unused
1041 - markus@cvs.openbsd.org 2000/10/13 12:34:46
1042 [sshd.c]
1043 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1044 - markus@cvs.openbsd.org 2000/10/13 12:59:15
1045 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
1046 rijndael/aes support
1047 - markus@cvs.openbsd.org 2000/10/13 13:10:54
1048 [sshd.8]
1049 more info about -V
1050 - markus@cvs.openbsd.org 2000/10/13 13:12:02
1051 [myproposal.h]
1052 prefer no compression
3ed32516 1053 - (djm) Fix scp user@host handling
1054 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 1055 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1056 u_intXX_t types on all platforms.
9ea53ba5 1057 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 1058 - (stevesk) ~/.hushlogin shouldn't cause required password change to
1059 be bypassed.
f5665f6f 1060 - (stevesk) Display correct path to ssh-askpass in configure output.
1061 Report from Lutz Jaenicke.
71dfaf1c 1062
ebd782f7 106320001007
1064 - (stevesk) Print PAM return value in PAM log messages to aid
1065 with debugging.
97994d32 1066 - (stevesk) Fix detection of pw_class struct member in configure;
1067 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1068
47a134c1 106920001002
1070 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1071 - (djm) Add host system and CC to end-of-configure report. Suggested by
1072 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1073
7322ef0e 107420000931
1075 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1076
6ac7829a 107720000930
b6490dcb 1078 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
772bd898 1079 - (djm) Support in bsd-snprintf.c for long long conversions from
1080 Ben Lindstrom <mouring@pconline.com>
1081 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 1082 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
1083 very short lived X connections. Bug report from Tobias Oetiker
1084 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 1085 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1086 patch from Pekka Savola <pekkas@netcore.fi>
58665035 1087 - (djm) Forgot to cvs add LICENSE file
dc2901a0 1088 - (djm) Add LICENSE to RPM spec files
de273eef 1089 - (djm) CVS OpenBSD sync:
1090 - markus@cvs.openbsd.org 2000/09/26 13:59:59
1091 [clientloop.c]
1092 use debug2
1093 - markus@cvs.openbsd.org 2000/09/27 15:41:34
1094 [auth2.c sshconnect2.c]
1095 use key_type()
1096 - markus@cvs.openbsd.org 2000/09/28 12:03:18
1097 [channels.c]
1098 debug -> debug2 cleanup
2a7d529a 1099 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
1100 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1101 <Alain.St-Denis@ec.gc.ca>
1102 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
1103 Problem was caused by interrupted read in ssh-add. Report from Donald
1104 J. Barry <don@astro.cornell.edu>
6ac7829a 1105
c5d85828 110620000929
1107 - (djm) Fix SSH2 not terminating until all background tasks done problem.
2ed85c06 1108 - (djm) Another off-by-one fix from Pavel Kankovsky
1109 <peak@argo.troja.mff.cuni.cz>
22d89d24 1110 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1111 tidy necessary differences. Use Markus' new debugN() in entropy.c
77bb0bca 1112 - (djm) Merged big SCO portability patch from Tim Rice
1113 <tim@multitalents.net>
c5d85828 1114
6fd7f731 111520000926
1116 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 1117 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
1118 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
1119 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 1120
2f125ca1 112120000924
1122 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
1123 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 1124 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
1125 <markm@swoon.net>
2f125ca1 1126
764d4113 112720000923
1128 - (djm) Fix address logging in utmp from Kevin Steves
1129 <stevesk@sweden.hp.com>
777319db 1130 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 1131 - (djm) Seperate tests for int64_t and u_int64_t types
37c1c46d 1132 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
1133 <stevesk@sweden.hp.com>
e79b44e1 1134 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
e2144f11 1135 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
1136 Michael Stone <mstone@cs.loyola.edu>
188adeb2 1137 - (djm) OpenBSD CVS sync:
1138 - markus@cvs.openbsd.org 2000/09/17 09:38:59
1139 [sshconnect2.c sshd.c]
1140 fix DEBUG_KEXDH
1141 - markus@cvs.openbsd.org 2000/09/17 09:52:51
1142 [sshconnect.c]
1143 yes no; ok niels@
1144 - markus@cvs.openbsd.org 2000/09/21 04:55:11
1145 [sshd.8]
1146 typo
1147 - markus@cvs.openbsd.org 2000/09/21 05:03:54
1148 [serverloop.c]
1149 typo
1150 - markus@cvs.openbsd.org 2000/09/21 05:11:42
1151 scp.c
1152 utime() to utimes(); mouring@pconline.com
1153 - markus@cvs.openbsd.org 2000/09/21 05:25:08
1154 sshconnect2.c
1155 change login logic in ssh2, allows plugin of other auth methods
1156 - markus@cvs.openbsd.org 2000/09/21 05:25:35
1157 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
1158 [serverloop.c]
1159 add context to dispatch_run
1160 - markus@cvs.openbsd.org 2000/09/21 05:07:52
1161 authfd.c authfd.h ssh-agent.c
1162 bug compat for old ssh.com software
764d4113 1163
7f377177 116420000920
1165 - (djm) Fix bad path substitution. Report from Andrew Miner
1166 <asminer@cs.iastate.edu>
1167
bcbf86ec 116820000916
7950bf97 1169 - (djm) Fix SSL search order from Lutz Jaenicke
1170 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 1171 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 1172 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 1173 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
1174 Patch from Larry Jones <larry.jones@sdrc.com>
ad55cd03 1175 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
1176 password change patch.
1177 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 1178 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
1179 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 1180 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
1181 - (djm) Re-enable int64_t types - we need them for sftp
1182 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
1183 - (djm) Update Redhat SPEC file accordingly
1184 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
1185 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
1186 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
1187 <Dirk.DeWachter@rug.ac.be>
1188 - (djm) Fixprogs and entropy list fixes from Larry Jones
1189 <larry.jones@sdrc.com>
1190 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
1191 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 1192 - (djm) Merge OpenBSD changes:
1193 - markus@cvs.openbsd.org 2000/09/05 02:59:57
1194 [session.c]
1195 print hostname (not hushlogin)
1196 - markus@cvs.openbsd.org 2000/09/05 13:18:48
1197 [authfile.c ssh-add.c]
1198 enable ssh-add -d for DSA keys
1199 - markus@cvs.openbsd.org 2000/09/05 13:20:49
1200 [sftp-server.c]
1201 cleanup
1202 - markus@cvs.openbsd.org 2000/09/06 03:46:41
1203 [authfile.h]
1204 prototype
1205 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
1206 [ALL]
1207 cleanup copyright notices on all files. I have attempted to be
1208 accurate with the details. everything is now under Tatu's licence
1209 (which I copied from his readme), and/or the core-sdi bsd-ish thing
1210 for deattack, or various openbsd developers under a 2-term bsd
1211 licence. We're not changing any rules, just being accurate.
1212 - markus@cvs.openbsd.org 2000/09/07 14:40:30
1213 [channels.c channels.h clientloop.c serverloop.c ssh.c]
1214 cleanup window and packet sizes for ssh2 flow control; ok niels
1215 - markus@cvs.openbsd.org 2000/09/07 14:53:00
1216 [scp.c]
1217 typo
1218 - markus@cvs.openbsd.org 2000/09/07 15:13:37
1219 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
1220 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
1221 [pty.c readconf.c]
1222 some more Copyright fixes
1223 - markus@cvs.openbsd.org 2000/09/08 03:02:51
1224 [README.openssh2]
1225 bye bye
1226 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
1227 [LICENCE cipher.c]
1228 a few more comments about it being ARC4 not RC4
1229 - markus@cvs.openbsd.org 2000/09/12 14:53:11
1230 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
1231 multiple debug levels
1232 - markus@cvs.openbsd.org 2000/09/14 14:25:15
1233 [clientloop.c]
1234 typo
1235 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
1236 [ssh-agent.c]
1237 check return value for setenv(3) for failure, and deal appropriately
1238
deb8d717 123920000913
1240 - (djm) Fix server not exiting with jobs in background.
1241
b5e300c2 124220000905
1243 - (djm) Import OpenBSD CVS changes
1244 - markus@cvs.openbsd.org 2000/08/31 15:52:24
1245 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
1246 implement a SFTP server. interops with sftp2, scp2 and the windows
1247 client from ssh.com
1248 - markus@cvs.openbsd.org 2000/08/31 15:56:03
1249 [README.openssh2]
1250 sync
1251 - markus@cvs.openbsd.org 2000/08/31 16:05:42
1252 [session.c]
1253 Wall
1254 - markus@cvs.openbsd.org 2000/08/31 16:09:34
1255 [authfd.c ssh-agent.c]
1256 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
1257 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
1258 [scp.1 scp.c]
1259 cleanup and fix -S support; stevesk@sweden.hp.com
1260 - markus@cvs.openbsd.org 2000/09/01 16:29:32
1261 [sftp-server.c]
1262 portability fixes
1263 - markus@cvs.openbsd.org 2000/09/01 16:32:41
1264 [sftp-server.c]
1265 fix cast; mouring@pconline.com
1266 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
1267 [ssh-add.1 ssh.1]
1268 add missing .El against .Bl.
1269 - markus@cvs.openbsd.org 2000/09/04 13:03:41
1270 [session.c]
1271 missing close; ok theo
1272 - markus@cvs.openbsd.org 2000/09/04 13:07:21
1273 [session.c]
1274 fix get_last_login_time order; from andre@van-veen.de
1275 - markus@cvs.openbsd.org 2000/09/04 13:10:09
1276 [sftp-server.c]
1277 more cast fixes; from mouring@pconline.com
1278 - markus@cvs.openbsd.org 2000/09/04 13:06:04
1279 [session.c]
1280 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
1281 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 1282 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
1283
1e61f54a 128420000903
1285 - (djm) Fix Redhat init script
1286
c80876b4 128720000901
1288 - (djm) Pick up Jim's new X11-askpass
1289 - (djm) Release 2.2.0p1
1290
8b4a0d08 129120000831
bcbf86ec 1292 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 1293 <acox@cv.telegroup.com>
b817711d 1294 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 1295
0b65b628 129620000830
1297 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 1298 - (djm) Periodically rekey arc4random
1299 - (djm) Clean up diff against OpenBSD.
bcbf86ec 1300 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 1301 <stevesk@sweden.hp.com>
b33a2e6e 1302 - (djm) Quieten the pam delete credentials error message
44839801 1303 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
1304 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 1305 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 1306 - (djm) Fix doh in bsd-arc4random.c
0b65b628 1307
9aaf9be4 130820000829
bcbf86ec 1309 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
1310 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 1311 Garrick James <garrick@james.net>
b5f90139 1312 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
1313 Bastian Trompetter <btrompetter@firemail.de>
698d107e 1314 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 1315 - More OpenBSD updates:
1316 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
1317 [scp.c]
1318 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
1319 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
1320 [session.c]
1321 Wall
1322 - markus@cvs.openbsd.org 2000/08/26 04:33:43
1323 [compat.c]
1324 ssh.com-2.3.0
1325 - markus@cvs.openbsd.org 2000/08/27 12:18:05
1326 [compat.c]
1327 compatibility with future ssh.com versions
1328 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
1329 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
1330 print uid/gid as unsigned
1331 - markus@cvs.openbsd.org 2000/08/28 13:51:00
1332 [ssh.c]
1333 enable -n and -f for ssh2
1334 - markus@cvs.openbsd.org 2000/08/28 14:19:53
1335 [ssh.c]
1336 allow combination of -N and -f
1337 - markus@cvs.openbsd.org 2000/08/28 14:20:56
1338 [util.c]
1339 util.c
1340 - markus@cvs.openbsd.org 2000/08/28 14:22:02
1341 [util.c]
1342 undo
1343 - markus@cvs.openbsd.org 2000/08/28 14:23:38
1344 [util.c]
1345 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 1346
137d7b6c 134720000823
1348 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 1349 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
1350 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 1351 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 1352 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 1353 - (djm) Add local version to version.h
ea788c22 1354 - (djm) Don't reseed arc4random everytime it is used
2e73a022 1355 - (djm) OpenBSD CVS updates:
1356 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
1357 [ssh.c]
1358 accept remsh as a valid name as well; roman@buildpoint.com
1359 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
1360 [deattack.c crc32.c packet.c]
1361 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
1362 libz crc32 function yet, because it has ugly "long"'s in it;
1363 oneill@cs.sfu.ca
1364 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
1365 [scp.1 scp.c]
1366 -S prog support; tv@debian.org
1367 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
1368 [scp.c]
1369 knf
1370 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
1371 [log-client.c]
1372 shorten
1373 - markus@cvs.openbsd.org 2000/08/19 12:48:11
1374 [channels.c channels.h clientloop.c ssh.c ssh.h]
1375 support for ~. in ssh2
1376 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
1377 [crc32.h]
1378 proper prototype
1379 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 1380 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
1381 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 1382 [fingerprint.c fingerprint.h]
1383 add SSH2/DSA support to the agent and some other DSA related cleanups.
1384 (note that we cannot talk to ssh.com's ssh2 agents)
1385 - markus@cvs.openbsd.org 2000/08/19 15:55:52
1386 [channels.c channels.h clientloop.c]
1387 more ~ support for ssh2
1388 - markus@cvs.openbsd.org 2000/08/19 16:21:19
1389 [clientloop.c]
1390 oops
1391 - millert@cvs.openbsd.org 2000/08/20 12:25:53
1392 [session.c]
1393 We have to stash the result of get_remote_name_or_ip() before we
1394 close our socket or getpeername() will get EBADF and the process
1395 will exit. Only a problem for "UseLogin yes".
1396 - millert@cvs.openbsd.org 2000/08/20 12:30:59
1397 [session.c]
1398 Only check /etc/nologin if "UseLogin no" since login(1) may have its
1399 own policy on determining who is allowed to login when /etc/nologin
1400 is present. Also use the _PATH_NOLOGIN define.
1401 - millert@cvs.openbsd.org 2000/08/20 12:42:43
1402 [auth1.c auth2.c session.c ssh.c]
1403 Add calls to setusercontext() and login_get*(). We basically call
1404 setusercontext() in most places where previously we did a setlogin().
1405 Add default login.conf file and put root in the "daemon" login class.
1406 - millert@cvs.openbsd.org 2000/08/21 10:23:31
1407 [session.c]
1408 Fix incorrect PATH setting; noted by Markus.
137d7b6c 1409
c345cf9d 141020000818
1411 - (djm) OpenBSD CVS changes:
1412 - markus@cvs.openbsd.org 2000/07/22 03:14:37
1413 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
1414 random early drop; ok theo, niels
1415 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
1416 [ssh.1]
1417 typo
1418 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
1419 [sshd.8]
1420 many fixes from pepper@mail.reppep.com
1421 - provos@cvs.openbsd.org 2000/08/01 13:01:42
1422 [Makefile.in util.c aux.c]
1423 rename aux.c to util.c to help with cygwin port
1424 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
1425 [authfd.c]
1426 correct sun_len; Alexander@Leidinger.net
1427 - provos@cvs.openbsd.org 2000/08/02 10:27:17
1428 [readconf.c sshd.8]
1429 disable kerberos authentication by default
1430 - provos@cvs.openbsd.org 2000/08/02 11:27:05
1431 [sshd.8 readconf.c auth-krb4.c]
1432 disallow kerberos authentication if we can't verify the TGT; from
1433 dugsong@
1434 kerberos authentication is on by default only if you have a srvtab.
1435 - markus@cvs.openbsd.org 2000/08/04 14:30:07
1436 [auth.c]
1437 unused
1438 - markus@cvs.openbsd.org 2000/08/04 14:30:35
1439 [sshd_config]
1440 MaxStartups
1441 - markus@cvs.openbsd.org 2000/08/15 13:20:46
1442 [authfd.c]
1443 cleanup; ok niels@
1444 - markus@cvs.openbsd.org 2000/08/17 14:05:10
1445 [session.c]
1446 cleanup login(1)-like jobs, no duplicate utmp entries
1447 - markus@cvs.openbsd.org 2000/08/17 14:06:34
1448 [session.c sshd.8 sshd.c]
1449 sshd -u len, similar to telnetd
1a022229 1450 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 1451 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 1452
416ed5a7 145320000816
1454 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 1455 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 1456 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 1457 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 1458 implementation.
ba606eb2 1459 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 1460
dbaa2e87 146120000815
1462 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 1463 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
1464 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 1465 - (djm) Don't seek in directory based lastlogs
bcbf86ec 1466 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 1467 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 1468 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 1469
6c33bf70 147020000813
1471 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
1472 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
1473
3fcce26c 147420000809
bcbf86ec 1475 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 1476 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 1477 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 1478 <charles@comm.polymtl.ca>
3fcce26c 1479
71d43804 148020000808
1481 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
1482 time, spec file cleanup.
1483
f9bcea07 148420000807
378f2232 1485 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 1486 - (djm) Suppress error messages on channel close shutdown() failurs
1487 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 1488 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 1489
bcf89935 149020000725
1491 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
1492
4c8722d9 149320000721
1494 - (djm) OpenBSD CVS updates:
1495 - markus@cvs.openbsd.org 2000/07/16 02:27:22
1496 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
1497 [sshconnect1.c sshconnect2.c]
1498 make ssh-add accept dsa keys (the agent does not)
1499 - djm@cvs.openbsd.org 2000/07/17 19:25:02
1500 [sshd.c]
1501 Another closing of stdin; ok deraadt
1502 - markus@cvs.openbsd.org 2000/07/19 18:33:12
1503 [dsa.c]
1504 missing free, reorder
1505 - markus@cvs.openbsd.org 2000/07/20 16:23:14
1506 [ssh-keygen.1]
1507 document input and output files
1508
240777b8 150920000720
4c8722d9 1510 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 1511
3c7def32 151220000716
4c8722d9 1513 - (djm) Release 2.1.1p4
3c7def32 1514
819b676f 151520000715
704b1659 1516 - (djm) OpenBSD CVS updates
1517 - provos@cvs.openbsd.org 2000/07/13 16:53:22
1518 [aux.c readconf.c servconf.c ssh.h]
1519 allow multiple whitespace but only one '=' between tokens, bug report from
1520 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
1521 - provos@cvs.openbsd.org 2000/07/13 17:14:09
1522 [clientloop.c]
1523 typo; todd@fries.net
1524 - provos@cvs.openbsd.org 2000/07/13 17:19:31
1525 [scp.c]
1526 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
1527 - markus@cvs.openbsd.org 2000/07/14 16:59:46
1528 [readconf.c servconf.c]
1529 allow leading whitespace. ok niels
1530 - djm@cvs.openbsd.org 2000/07/14 22:01:38
1531 [ssh-keygen.c ssh.c]
1532 Always create ~/.ssh with mode 700; ok Markus
819b676f 1533 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
1534 - Include floatingpoint.h for entropy.c
1535 - strerror replacement
704b1659 1536
3f7a7e4a 153720000712
c37fb3c1 1538 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 1539 - (djm) OpenBSD CVS Updates:
1540 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
1541 [session.c sshd.c ]
1542 make MaxStartups code still work with -d; djm
1543 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
1544 [readconf.c ssh_config]
1545 disable FallBackToRsh by default
c37fb3c1 1546 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
1547 Ben Lindstrom <mouring@pconline.com>
1e970014 1548 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
1549 spec file.
dcb36e5d 1550 - (djm) Released 2.1.1p3
3f7a7e4a 1551
56118702 155220000711
1553 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
1554 <tbert@abac.com>
132dd316 1555 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 1556 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 1557 <mouring@pconline.com>
bcbf86ec 1558 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 1559 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 1560 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
1561 to compile on more platforms (incl NeXT).
cc6f2c4c 1562 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 1563 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 1564 - (djm) OpenBSD CVS updates:
1565 - markus@cvs.openbsd.org 2000/06/26 03:22:29
1566 [authfd.c]
1567 cleanup, less cut&paste
1568 - markus@cvs.openbsd.org 2000/06/26 15:59:19
1569 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 1570 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 1571 theo and me
1572 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
1573 [session.c]
1574 use no_x11_forwarding_flag correctly; provos ok
1575 - provos@cvs.openbsd.org 2000/07/05 15:35:57
1576 [sshd.c]
1577 typo
1578 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
1579 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 1580 Insert more missing .El directives. Our troff really should identify
089fbbd2 1581 these and spit out a warning.
1582 - todd@cvs.openbsd.org 2000/07/06 21:55:04
1583 [auth-rsa.c auth2.c ssh-keygen.c]
1584 clean code is good code
1585 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
1586 [serverloop.c]
1587 sense of port forwarding flag test was backwards
1588 - provos@cvs.openbsd.org 2000/07/08 17:17:31
1589 [compat.c readconf.c]
1590 replace strtok with strsep; from David Young <dyoung@onthejob.net>
1591 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
1592 [auth.h]
1593 KNF
1594 - ho@cvs.openbsd.org 2000/07/08 19:27:33
1595 [compat.c readconf.c]
1596 Better conditions for strsep() ending.
1597 - ho@cvs.openbsd.org 2000/07/10 10:27:05
1598 [readconf.c]
1599 Get the correct message on errors. (niels@ ok)
1600 - ho@cvs.openbsd.org 2000/07/10 10:30:25
1601 [cipher.c kex.c servconf.c]
1602 strtok() --> strsep(). (niels@ ok)
5540ea9b 1603 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 1604 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
1605 builds)
229f64ee 1606 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 1607
a8545c6c 160820000709
1609 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
1610 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 1611 - (djm) Match prototype and function declaration for rresvport_af.
1612 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 1613 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 1614 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 1615 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
1616 <jimw@peisj.pebio.com>
264dce47 1617 - (djm) Fix pam sprintf fix
1618 - (djm) Cleanup entropy collection code a little more. Split initialisation
1619 from seeding, perform intialisation immediatly at start, be careful with
1620 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 1621 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
1622 Including sigaction() et al. replacements
bcbf86ec 1623 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 1624 <tbert@abac.com>
a8545c6c 1625
e2902a5b 162620000708
bcbf86ec 1627 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 1628 Aaron Hopkins <aaron@die.net>
7a33f831 1629 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
1630 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 1631 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 1632 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 1633 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 1634 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 1635 - (djm) Don't use inet_addr.
e2902a5b 1636
5637650d 163720000702
1638 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 1639 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
1640 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 1641 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
1642 Chris, the Young One <cky@pobox.com>
bcbf86ec 1643 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 1644 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 1645
388e9f9f 164620000701
1647 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 1648 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 1649 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
1650 <vinschen@cygnus.com>
30228d7c 1651 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 1652 - (djm) Added check for broken snprintf() functions which do not correctly
1653 terminate output string and attempt to use replacement.
46158300 1654 - (djm) Released 2.1.1p2
388e9f9f 1655
9f32ceb4 165620000628
1657 - (djm) Fixes to lastlog code for Irix
1658 - (djm) Use atomicio in loginrec
3206bb3b 1659 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
1660 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 1661 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 1662 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 1663 support. Enable using "USE_SIA=1 ./configure [options]"
bcbf86ec 1664
d8caae24 166520000627
1666 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 1667 - (djm) Formatting
d8caae24 1668
fe30cc2e 166920000626
3e98362e 1670 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 1671 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
1672 - (djm) Added password expiry checking (no password change support)
be0b9bb7 1673 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
1674 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 1675 - (djm) Fix fixed EGD code.
3e98362e 1676 - OpenBSD CVS update
1677 - provos@cvs.openbsd.org 2000/06/25 14:17:58
1678 [channels.c]
1679 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
1680
1c04b088 168120000623
bcbf86ec 1682 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 1683 Svante Signell <svante.signell@telia.com>
1684 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 1685 - OpenBSD CVS Updates:
1686 - markus@cvs.openbsd.org 2000/06/22 10:32:27
1687 [sshd.c]
1688 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
1689 - djm@cvs.openbsd.org 2000/06/22 17:55:00
1690 [auth-krb4.c key.c radix.c uuencode.c]
1691 Missing CVS idents; ok markus
1c04b088 1692
f528fdf2 169320000622
1694 - (djm) Automatically generate host key during "make install". Suggested
1695 by Gary E. Miller <gem@rellim.com>
1696 - (djm) Paranoia before kill() system call
74fc9186 1697 - OpenBSD CVS Updates:
1698 - markus@cvs.openbsd.org 2000/06/18 18:50:11
1699 [auth2.c compat.c compat.h sshconnect2.c]
1700 make userauth+pubkey interop with ssh.com-2.2.0
1701 - markus@cvs.openbsd.org 2000/06/18 20:56:17
1702 [dsa.c]
1703 mem leak + be more paranoid in dsa_verify.
1704 - markus@cvs.openbsd.org 2000/06/18 21:29:50
1705 [key.c]
1706 cleanup fingerprinting, less hardcoded sizes
1707 - markus@cvs.openbsd.org 2000/06/19 19:39:45
1708 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
1709 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 1710 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 1711 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
1712 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 1713 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
1714 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 1715 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
1716 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
1717 OpenBSD tag
1718 - markus@cvs.openbsd.org 2000/06/21 10:46:10
1719 sshconnect2.c missing free; nuke old comment
f528fdf2 1720
e5fe9a1f 172120000620
1722 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 1723 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 1724 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 1725 - (djm) Typo in loginrec.c
e5fe9a1f 1726
cbd7492e 172720000618
1728 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 1729 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 1730 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 1731 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 1732 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 1733 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 1734 Martin Petrak <petrak@spsknm.schools.sk>
1735 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
1736 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 1737 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 1738 - OpenBSD CVS updates:
1739 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
1740 [channels.c]
1741 everyone says "nix it" (remove protocol 2 debugging message)
1742 - markus@cvs.openbsd.org 2000/06/17 13:24:34
1743 [sshconnect.c]
1744 allow extended server banners
1745 - markus@cvs.openbsd.org 2000/06/17 14:30:10
1746 [sshconnect.c]
1747 missing atomicio, typo
1748 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
1749 [servconf.c servconf.h session.c sshd.8 sshd_config]
1750 add support for ssh v2 subsystems. ok markus@.
1751 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
1752 [readconf.c servconf.c]
1753 include = in WHITESPACE; markus ok
1754 - markus@cvs.openbsd.org 2000/06/17 19:09:10
1755 [auth2.c]
1756 implement bug compatibility with ssh-2.0.13 pubkey, server side
1757 - markus@cvs.openbsd.org 2000/06/17 21:00:28
1758 [compat.c]
1759 initial support for ssh.com's 2.2.0
1760 - markus@cvs.openbsd.org 2000/06/17 21:16:09
1761 [scp.c]
1762 typo
1763 - markus@cvs.openbsd.org 2000/06/17 22:05:02
1764 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
1765 split auth-rsa option parsing into auth-options
1766 add options support to authorized_keys2
1767 - markus@cvs.openbsd.org 2000/06/17 22:42:54
1768 [session.c]
1769 typo
cbd7492e 1770
509b1f88 177120000613
1772 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
1773 - Platform define for SCO 3.x which breaks on /dev/ptmx
1774 - Detect and try to fix missing MAXPATHLEN
a4d05724 1775 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
1776 <P.S.S.Camp@ukc.ac.uk>
509b1f88 1777
09564242 177820000612
1779 - (djm) Glob manpages in RPM spec files to catch compressed files
1780 - (djm) Full license in auth-pam.c
08ae384f 1781 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 1782 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
1783 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
1784 def'd
1785 - Set AIX to use preformatted manpages
bcbf86ec 1786
74b224a0 178720000610
1788 - (djm) Minor doc tweaks
217ab55e 1789 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 1790
32c80420 179120000609
1792 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
1793 (in favour of utmpx) on Solaris 8
1794
fa649821 179520000606
48c99b2c 1796 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
1797 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 1798 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 1799 timeout
f988dce5 1800 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 1801 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 1802 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 1803 <tibbs@math.uh.edu>
1e83f2a2 1804 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
1805 <zack@wolery.cumb.org>
fa649821 1806 - (djm) OpenBSD CVS updates:
1807 - todd@cvs.openbsd.org
1808 [sshconnect2.c]
1809 teach protocol v2 to count login failures properly and also enable an
1810 explanation of why the password prompt comes up again like v1; this is NOT
1811 crypto
bcbf86ec 1812 - markus@cvs.openbsd.org
fa649821 1813 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
1814 xauth_location support; pr 1234
1815 [readconf.c sshconnect2.c]
1816 typo, unused
1817 [session.c]
1818 allow use_login only for login sessions, otherwise remote commands are
1819 execed with uid==0
1820 [sshd.8]
1821 document UseLogin better
1822 [version.h]
1823 OpenSSH 2.1.1
1824 [auth-rsa.c]
bcbf86ec 1825 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 1826 negative match or no match at all
1827 [channels.c hostfile.c match.c]
bcbf86ec 1828 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 1829 kris@FreeBSD.org
1830
8e7b16f8 183120000606
bcbf86ec 1832 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 1833 configure.
1834
d7c0f3d5 183520000604
1836 - Configure tweaking for new login code on Irix 5.3
2d6c411f 1837 - (andre) login code changes based on djm feedback
d7c0f3d5 1838
2d6c411f 183920000603
1840 - (andre) New login code
1841 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
1842 - Add loginrec.[ch], logintest.c and autoconf code
bcbf86ec 1843
5daf7064 184420000531
1845 - Cleanup of auth.c, login.c and fake-*
1846 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 1847 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 1848 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
1849 of fallback DIY code.
5daf7064 1850
b9f446d1 185120000530
1852 - Define atexit for old Solaris
b02ebca1 1853 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
1854 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 1855 - OpenBSD CVS updates:
1856 - markus@cvs.openbsd.org
1857 [session.c]
1858 make x11-fwd work w/ localhost (xauth add host/unix:11)
1859 [cipher.c compat.c readconf.c servconf.c]
1860 check strtok() != NULL; ok niels@
1861 [key.c]
1862 fix key_read() for uuencoded keys w/o '='
1863 [serverloop.c]
1864 group ssh1 vs. ssh2 in serverloop
1865 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
1866 split kexinit/kexdh, factor out common code
1867 [readconf.c ssh.1 ssh.c]
1868 forwardagent defaults to no, add ssh -A
1869 - theo@cvs.openbsd.org
1870 [session.c]
1871 just some line shortening
60688ef9 1872 - Released 2.1.0p3
b9f446d1 1873
29611d9c 187420000520
1875 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 1876 - Don't touch utmp if USE_UTMPX defined
a423beaf 1877 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 1878 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 1879 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 1880 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 1881 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 1882 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 1883 - Doc cleanup
29611d9c 1884
301e9b01 188520000518
1886 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
1887 - OpenBSD CVS updates:
1888 - markus@cvs.openbsd.org
1889 [sshconnect.c]
1890 copy only ai_addrlen bytes; misiek@pld.org.pl
1891 [auth.c]
bcbf86ec 1892 accept an empty shell in authentication; bug reported by
301e9b01 1893 chris@tinker.ucr.edu
1894 [serverloop.c]
1895 we don't have stderr for interactive terminal sessions (fcntl errors)
1896
ad85db64 189720000517
1898 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
1899 - Fixes command line printing segfaults (spotter: Bladt Norbert)
1900 - Fixes erroneous printing of debug messages to syslog
1901 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
1902 - Gives useful error message if PRNG initialisation fails
1903 - Reduced ssh startup delay
1904 - Measures cumulative command time rather than the time between reads
704b1659 1905 after select()
ad85db64 1906 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 1907 optionally run 'ent' to measure command entropy
c1ef8333 1908 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 1909 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 1910 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 1911 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 1912 - OpenBSD CVS update:
bcbf86ec 1913 - markus@cvs.openbsd.org
0e73cc53 1914 [ssh.c]
1915 fix usage()
1916 [ssh2.h]
1917 draft-ietf-secsh-architecture-05.txt
1918 [ssh.1]
1919 document ssh -T -N (ssh2 only)
1920 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
1921 enable nonblocking IO for sshd w/ proto 1, too; split out common code
1922 [aux.c]
1923 missing include
c04f75f1 1924 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
1925 - INSTALL typo and URL fix
1926 - Makefile fix
1927 - Solaris fixes
bcbf86ec 1928 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 1929 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 1930 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 1931 - Detect OpenSSL seperatly from RSA
bcbf86ec 1932 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 1933 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 1934
3d1a1654 193520000513
bcbf86ec 1936 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 1937 <misiek@pld.org.pl>
1938
d02a3a00 193920000511
bcbf86ec 1940 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 1941 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 1942 - "make host-key" fix for Irix
d02a3a00 1943
d0c832f3 194420000509
1945 - OpenBSD CVS update
1946 - markus@cvs.openbsd.org
1947 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
1948 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
1949 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
1950 - hugh@cvs.openbsd.org
1951 [ssh.1]
1952 - zap typo
1953 [ssh-keygen.1]
1954 - One last nit fix. (markus approved)
1955 [sshd.8]
1956 - some markus certified spelling adjustments
1957 - markus@cvs.openbsd.org
1958 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
1959 [sshconnect2.c ]
1960 - bug compat w/ ssh-2.0.13 x11, split out bugs
1961 [nchan.c]
1962 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
1963 [ssh-keygen.c]
1964 - handle escapes in real and original key format, ok millert@
1965 [version.h]
1966 - OpenSSH-2.1
3dc1102e 1967 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 1968 - Doc updates
bcbf86ec 1969 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 1970 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 1971
ebdeb9a8 197220000508
1973 - Makefile and RPM spec fixes
1974 - Generate DSA host keys during "make key" or RPM installs
f6cde515 1975 - OpenBSD CVS update
1976 - markus@cvs.openbsd.org
1977 [clientloop.c sshconnect2.c]
1978 - make x11-fwd interop w/ ssh-2.0.13
1979 [README.openssh2]
1980 - interop w/ SecureFX
1981 - Release 2.0.0beta2
ebdeb9a8 1982
bcbf86ec 1983 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 1984 <andre.lucas@dial.pipex.com>
1985
1d1ffb87 198620000507
1987 - Remove references to SSLeay.
1988 - Big OpenBSD CVS update
1989 - markus@cvs.openbsd.org
1990 [clientloop.c]
1991 - typo
1992 [session.c]
1993 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
1994 [session.c]
1995 - update proctitle for proto 1, too
1996 [channels.h nchan.c serverloop.c session.c sshd.c]
1997 - use c-style comments
1998 - deraadt@cvs.openbsd.org
1999 [scp.c]
2000 - more atomicio
bcbf86ec 2001 - markus@cvs.openbsd.org
1d1ffb87 2002 [channels.c]
2003 - set O_NONBLOCK
2004 [ssh.1]
2005 - update AUTHOR
2006 [readconf.c ssh-keygen.c ssh.h]
2007 - default DSA key file ~/.ssh/id_dsa
2008 [clientloop.c]
2009 - typo, rm verbose debug
2010 - deraadt@cvs.openbsd.org
2011 [ssh-keygen.1]
2012 - document DSA use of ssh-keygen
2013 [sshd.8]
2014 - a start at describing what i understand of the DSA side
2015 [ssh-keygen.1]
2016 - document -X and -x
2017 [ssh-keygen.c]
2018 - simplify usage
bcbf86ec 2019 - markus@cvs.openbsd.org
1d1ffb87 2020 [sshd.8]
2021 - there is no rhosts_dsa
2022 [ssh-keygen.1]
2023 - document -y, update -X,-x
2024 [nchan.c]
2025 - fix close for non-open ssh1 channels
2026 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2027 - s/DsaKey/HostDSAKey/, document option
2028 [sshconnect2.c]
2029 - respect number_of_password_prompts
2030 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2031 - GatewayPorts for sshd, ok deraadt@
2032 [ssh-add.1 ssh-agent.1 ssh.1]
2033 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2034 [ssh.1]
2035 - more info on proto 2
2036 [sshd.8]
2037 - sync AUTHOR w/ ssh.1
2038 [key.c key.h sshconnect.c]
2039 - print key type when talking about host keys
2040 [packet.c]
2041 - clear padding in ssh2
2042 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2043 - replace broken uuencode w/ libc b64_ntop
2044 [auth2.c]
2045 - log failure before sending the reply
2046 [key.c radix.c uuencode.c]
2047 - remote trailing comments before calling __b64_pton
2048 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2049 [sshconnect2.c sshd.8]
2050 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2051 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2052
1a11e1ae 205320000502
0fbe8c74 2054 - OpenBSD CVS update
2055 [channels.c]
2056 - init all fds, close all fds.
2057 [sshconnect2.c]
2058 - check whether file exists before asking for passphrase
2059 [servconf.c servconf.h sshd.8 sshd.c]
2060 - PidFile, pr 1210
2061 [channels.c]
2062 - EINTR
2063 [channels.c]
2064 - unbreak, ok niels@
2065 [sshd.c]
2066 - unlink pid file, ok niels@
2067 [auth2.c]
2068 - Add missing #ifdefs; ok - markus
bcbf86ec 2069 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 2070 gathering commands from a text file
1a11e1ae 2071 - Release 2.0.0beta1
2072
c4bc58eb 207320000501
2074 - OpenBSD CVS update
2075 [packet.c]
2076 - send debug messages in SSH2 format
3189621b 2077 [scp.c]
2078 - fix very rare EAGAIN/EINTR issues; based on work by djm
2079 [packet.c]
2080 - less debug, rm unused
2081 [auth2.c]
2082 - disable kerb,s/key in ssh2
2083 [sshd.8]
2084 - Minor tweaks and typo fixes.
2085 [ssh-keygen.c]
2086 - Put -d into usage and reorder. markus ok.
bcbf86ec 2087 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 2088 <karn@ka9q.ampr.org>
bcbf86ec 2089 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 2090 <andre.lucas@dial.pipex.com>
0d5f7abc 2091 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2092 <gd@hilb1.medat.de>
8cb940db 2093 - Add some missing ifdefs to auth2.c
8af50c98 2094 - Deprecate perl-tk askpass.
52bcc044 2095 - Irix portability fixes - don't include netinet headers more than once
2096 - Make sure we don't save PRNG seed more than once
c4bc58eb 2097
2b763e31 209820000430
2099 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 2100 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2101 patch.
2102 - Adds timeout to entropy collection
2103 - Disables slow entropy sources
2104 - Load and save seed file
bcbf86ec 2105 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 2106 saved in root's .ssh directory)
2107 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 2108 - More OpenBSD updates:
2109 [session.c]
2110 - don't call chan_write_failed() if we are not writing
2111 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2112 - keysize warnings error() -> log()
2b763e31 2113
a306f2dd 211420000429
2115 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2116 [README.openssh2]
2117 - interop w/ F-secure windows client
2118 - sync documentation
2119 - ssh_host_dsa_key not ssh_dsa_key
2120 [auth-rsa.c]
2121 - missing fclose
2122 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
2123 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
2124 [sshd.c uuencode.c uuencode.h authfile.h]
2125 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
2126 for trading keys with the real and the original SSH, directly from the
2127 people who invented the SSH protocol.
2128 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
2129 [sshconnect1.c sshconnect2.c]
2130 - split auth/sshconnect in one file per protocol version
2131 [sshconnect2.c]
2132 - remove debug
2133 [uuencode.c]
2134 - add trailing =
2135 [version.h]
2136 - OpenSSH-2.0
2137 [ssh-keygen.1 ssh-keygen.c]
2138 - add -R flag: exit code indicates if RSA is alive
2139 [sshd.c]
2140 - remove unused
2141 silent if -Q is specified
2142 [ssh.h]
2143 - host key becomes /etc/ssh_host_dsa_key
2144 [readconf.c servconf.c ]
2145 - ssh/sshd default to proto 1 and 2
2146 [uuencode.c]
2147 - remove debug
2148 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
2149 - xfree DSA blobs
2150 [auth2.c serverloop.c session.c]
2151 - cleanup logging for sshd/2, respect PasswordAuth no
2152 [sshconnect2.c]
2153 - less debug, respect .ssh/config
2154 [README.openssh2 channels.c channels.h]
bcbf86ec 2155 - clientloop.c session.c ssh.c
a306f2dd 2156 - support for x11-fwding, client+server
2157
0ac7199f 215820000421
2159 - Merge fix from OpenBSD CVS
2160 [ssh-agent.c]
2161 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2162 via Debian bug #59926
18ba2aab 2163 - Define __progname in session.c if libc doesn't
2164 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 2165 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 2166 <David.DelPiero@qed.qld.gov.au>
0ac7199f 2167
e1b37056 216820000420
bcbf86ec 2169 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 2170 <andre.lucas@dial.pipex.com>
9da5c3c9 2171 - Sync with OpenBSD CVS:
2172 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
2173 - pid_t
2174 [session.c]
2175 - remove bogus chan_read_failed. this could cause data
2176 corruption (missing data) at end of a SSH2 session.
4e577b89 2177 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
2178 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
2179 - Use vhangup to clean up Linux ttys
2180 - Force posix getopt processing on GNU libc systems
371ecff9 2181 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 2182 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 2183
d6f24e45 218420000419
2185 - OpenBSD CVS updates
2186 [channels.c]
2187 - fix pr 1196, listen_port and port_to_connect interchanged
2188 [scp.c]
bcbf86ec 2189 - after completion, replace the progress bar ETA counter with a final
d6f24e45 2190 elapsed time; my idea, aaron wrote the patch
2191 [ssh_config sshd_config]
2192 - show 'Protocol' as an example, ok markus@
2193 [sshd.c]
2194 - missing xfree()
2195 - Add missing header to bsd-misc.c
2196
35484284 219720000416
2198 - Reduce diff against OpenBSD source
bcbf86ec 2199 - All OpenSSL includes are now unconditionally referenced as
35484284 2200 openssl/foo.h
2201 - Pick up formatting changes
2202 - Other minor changed (typecasts, etc) that I missed
2203
6ae2364d 220420000415
2205 - OpenBSD CVS updates.
2206 [ssh.1 ssh.c]
2207 - ssh -2
2208 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
2209 [session.c sshconnect.c]
2210 - check payload for (illegal) extra data
2211 [ALL]
2212 whitespace cleanup
2213
c323ac76 221420000413
2215 - INSTALL doc updates
f54651ce 2216 - Merged OpenBSD updates to include paths.
bcbf86ec 2217
a8be9f80 221820000412
2219 - OpenBSD CVS updates:
2220 - [channels.c]
2221 repair x11-fwd
2222 - [sshconnect.c]
2223 fix passwd prompt for ssh2, less debugging output.
2224 - [clientloop.c compat.c dsa.c kex.c sshd.c]
2225 less debugging output
2226 - [kex.c kex.h sshconnect.c sshd.c]
2227 check for reasonable public DH values
2228 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
2229 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
2230 add Cipher and Protocol options to ssh/sshd, e.g.:
2231 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
2232 arcfour,3des-cbc'
2233 - [sshd.c]
2234 print 1.99 only if server supports both
2235
18e92801 223620000408
2237 - Avoid some compiler warnings in fake-get*.c
2238 - Add IPTOS macros for systems which lack them
9d98aaf6 2239 - Only set define entropy collection macros if they are found
e78a59f5 2240 - More large OpenBSD CVS updates:
2241 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
2242 [session.h ssh.h sshd.c README.openssh2]
2243 ssh2 server side, see README.openssh2; enable with 'sshd -2'
2244 - [channels.c]
2245 no adjust after close
2246 - [sshd.c compat.c ]
2247 interop w/ latest ssh.com windows client.
bcbf86ec 2248
8ce64345 224920000406
2250 - OpenBSD CVS update:
2251 - [channels.c]
2252 close efd on eof
2253 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
2254 ssh2 client implementation, interops w/ ssh.com and lsh servers.
2255 - [sshconnect.c]
2256 missing free.
2257 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
2258 remove unused argument, split cipher_mask()
2259 - [clientloop.c]
2260 re-order: group ssh1 vs. ssh2
2261 - Make Redhat spec require openssl >= 0.9.5a
2262
e7627112 226320000404
2264 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 2265 - OpenBSD CVS update:
2266 - [packet.h packet.c]
2267 ssh2 packet format
2268 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
2269 [channels.h channels.c]
2270 channel layer support for ssh2
2271 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
2272 DSA, keyexchange, algorithm agreement for ssh2
6c081128 2273 - Generate manpages before make install not at the end of make all
2274 - Don't seed the rng quite so often
2275 - Always reseed rng when requested
e7627112 2276
bfc9a610 227720000403
2278 - Wrote entropy collection routines for systems that lack /dev/random
2279 and EGD
837c30b8 2280 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 2281
7368a6c8 228220000401
2283 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
2284 - [auth.c session.c sshd.c auth.h]
2285 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
2286 - [bufaux.c bufaux.h]
2287 support ssh2 bignums
2288 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
2289 [readconf.c ssh.c ssh.h serverloop.c]
2290 replace big switch() with function tables (prepare for ssh2)
2291 - [ssh2.h]
2292 ssh2 message type codes
2293 - [sshd.8]
2294 reorder Xr to avoid cutting
2295 - [serverloop.c]
2296 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
2297 - [channels.c]
2298 missing close
2299 allow bigger packets
2300 - [cipher.c cipher.h]
2301 support ssh2 ciphers
2302 - [compress.c]
2303 cleanup, less code
2304 - [dispatch.c dispatch.h]
2305 function tables for different message types
2306 - [log-server.c]
2307 do not log() if debuggin to stderr
2308 rename a cpp symbol, to avoid param.h collision
2309 - [mpaux.c]
2310 KNF
2311 - [nchan.c]
2312 sync w/ channels.c
2313
f5238bee 231420000326
2315 - Better tests for OpenSSL w/ RSAref
bcbf86ec 2316 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 2317 Ben Lindstrom <mouring@pconline.com>
4fe2af09 2318 - OpenBSD CVS update
2319 - [auth-krb4.c]
2320 -Wall
2321 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
2322 [match.h ssh.c ssh.h sshconnect.c sshd.c]
2323 initial support for DSA keys. ok deraadt@, niels@
2324 - [cipher.c cipher.h]
2325 remove unused cipher_attack_detected code
2326 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2327 Fix some formatting problems I missed before.
2328 - [ssh.1 sshd.8]
2329 fix spelling errors, From: FreeBSD
2330 - [ssh.c]
2331 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 2332
0024a081 233320000324
2334 - Released 1.2.3
2335
bd499f9e 233620000317
2337 - Clarified --with-default-path option.
2338 - Added -blibpath handling for AIX to work around stupid runtime linking.
2339 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 2340 <jmknoble@jmknoble.cx>
474b5fef 2341 - Checks for 64 bit int types. Problem report from Mats Fredholm
2342 <matsf@init.se>
610cd5c6 2343 - OpenBSD CVS updates:
bcbf86ec 2344 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 2345 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
2346 [sshd.c]
2347 pedantic: signed vs. unsigned, void*-arithm, etc
2348 - [ssh.1 sshd.8]
2349 Various cleanups and standardizations.
bcbf86ec 2350 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 2351 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 2352
4696775a 235320000316
bcbf86ec 2354 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 2355 Hesprich <dghespri@sprintparanet.com>
d423d822 2356 - Propogate LD through to Makefile
b7a9ce47 2357 - Doc cleanups
2ba2a610 2358 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 2359
cb0b7ea4 236020000315
2361 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
2362 problems with gcc/Solaris.
bcbf86ec 2363 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 2364 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 2365 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 2366 Debian package, README file and chroot patch from Ricardo Cerqueira
2367 <rmcc@clix.pt>
bcbf86ec 2368 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 2369 option.
2370 - Slight cleanup to doc files
b14b2ae7 2371 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 2372
a8ed9fd9 237320000314
bcbf86ec 2374 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 2375 peter@frontierflying.com
84afc958 2376 - Include /usr/local/include and /usr/local/lib for systems that don't
2377 do it themselves
2378 - -R/usr/local/lib for Solaris
2379 - Fix RSAref detection
2380 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 2381
bcf36c78 238220000311
2383 - Detect RSAref
43e48848 2384 - OpenBSD CVS change
2385 [sshd.c]
2386 - disallow guessing of root password
867dbf40 2387 - More configure fixes
80faa19f 2388 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 2389
c8d54615 239020000309
2391 - OpenBSD CVS updates to v1.2.3
704b1659 2392 [ssh.h atomicio.c]
2393 - int atomicio -> ssize_t (for alpha). ok deraadt@
2394 [auth-rsa.c]
2395 - delay MD5 computation until client sends response, free() early, cleanup.
2396 [cipher.c]
2397 - void* -> unsigned char*, ok niels@
2398 [hostfile.c]
2399 - remove unused variable 'len'. fix comments.
2400 - remove unused variable
2401 [log-client.c log-server.c]
2402 - rename a cpp symbol, to avoid param.h collision
2403 [packet.c]
2404 - missing xfree()
2405 - getsockname() requires initialized tolen; andy@guildsoftware.com
2406 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2407 from Holger.Trapp@Informatik.TU-Chemnitz.DE
2408 [pty.c pty.h]
bcbf86ec 2409 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 2410 pty.c ok provos@, dugsong@
704b1659 2411 [readconf.c]
2412 - turn off x11-fwd for the client, too.
2413 [rsa.c]
2414 - PKCS#1 padding
2415 [scp.c]
2416 - allow '.' in usernames; from jedgar@fxp.org
2417 [servconf.c]
2418 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
2419 - sync with sshd_config
2420 [ssh-keygen.c]
2421 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
2422 [ssh.1]
2423 - Change invalid 'CHAT' loglevel to 'VERBOSE'
2424 [ssh.c]
2425 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
2426 - turn off x11-fwd for the client, too.
2427 [sshconnect.c]
2428 - missing xfree()
2429 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
2430 - read error vs. "Connection closed by remote host"
2431 [sshd.8]
2432 - ie. -> i.e.,
2433 - do not link to a commercial page..
2434 - sync with sshd_config
2435 [sshd.c]
2436 - no need for poll.h; from bright@wintelcom.net
2437 - log with level log() not fatal() if peer behaves badly.
2438 - don't panic if client behaves strange. ok deraadt@
2439 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
2440 - delay close() of pty until the pty has been chowned back to root
2441 - oops, fix comment, too.
2442 - missing xfree()
2443 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
2444 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 2445 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 2446 pty.c ok provos@, dugsong@
2447 - create x11 cookie file
2448 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
2449 - version 1.2.3
c8d54615 2450 - Cleaned up
bcbf86ec 2451 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 2452 required after OpenBSD updates)
c8d54615 2453
07055445 245420000308
2455 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
2456
245720000307
2458 - Released 1.2.2p1
2459
9c8c3fc6 246020000305
2461 - Fix DEC compile fix
54096dcc 2462 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 2463 - Check for getpagesize in libucb.a if not found in libc. Fix for old
2464 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2465 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 2466 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 2467
6bf4d066 246820000303
2469 - Added "make host-key" target, Suggestion from Dominik Brettnacher
2470 <domi@saargate.de>
bcbf86ec 2471 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 2472 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
2473 Miskiewicz <misiek@pld.org.pl>
22fa590f 2474 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2475 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 2476
a0391976 247720000302
2478 - Big cleanup of autoconf code
2479 - Rearranged to be a little more logical
2480 - Added -R option for Solaris
2481 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
2482 to detect library and header location _and_ ensure library has proper
2483 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 2484 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 2485 - Avoid warning message with Unix98 ptys
bcbf86ec 2486 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 2487 platform-specific code.
2488 - Document some common problems
bcbf86ec 2489 - Allow root access to any key. Patch from
81eef326 2490 markus.friedl@informatik.uni-erlangen.de
a0391976 2491
f55afe71 249220000207
2493 - Removed SOCKS code. Will support through a ProxyCommand.
2494
d07d1c58 249520000203
2496 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 2497 - Add --with-ssl-dir option
d07d1c58 2498
9d5f374b 249920000202
bcbf86ec 2500 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 2501 <jmd@aoe.vt.edu>
6b1f3fdb 2502 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2503 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 2504 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 2505
bc8c2601 250620000201
2507 - Use socket pairs by default (instead of pipes). Prevents race condition
2508 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
2509
69c76614 251020000127
2511 - Seed OpenSSL's random number generator before generating RSA keypairs
2512 - Split random collector into seperate file
aaf2abd7 2513 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 2514
f9507c24 251520000126
2516 - Released 1.2.2 stable
2517
bcbf86ec 2518 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 2519 mouring@newton.pconline.com
bcbf86ec 2520 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 2521 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 2522 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
2523 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 2524
bfae20ad 252520000125
bcbf86ec 2526 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 2527 <andre.lucas@dial.pipex.com>
07b0cb78 2528 - Reorder PAM initialisation so it does not mess up lastlog. Reported
2529 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 2530 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 2531 <gem@rellim.com>
2532 - New URL for x11-ssh-askpass.
bcbf86ec 2533 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 2534 <jmknoble@jmknoble.cx>
bcbf86ec 2535 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 2536 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 2537 - Updated RPM spec files to use DESTDIR
bfae20ad 2538
bb58aa4b 253920000124
2540 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
2541 increment)
2542
d45317d8 254320000123
2544 - OpenBSD CVS:
2545 - [packet.c]
2546 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 2547 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 2548 <drankin@bohemians.lexington.ky.us>
12aa90af 2549 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 2550
e844f761 255120000122
2552 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
2553 <bent@clark.net>
c54a6257 2554 - Merge preformatted manpage patch from Andre Lucas
2555 <andre.lucas@dial.pipex.com>
8eb34e02 2556 - Make IPv4 use the default in RPM packages
2557 - Irix uses preformatted manpages
1e64903d 2558 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
2559 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 2560 - OpenBSD CVS updates:
2561 - [packet.c]
2562 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2563 from Holger.Trapp@Informatik.TU-Chemnitz.DE
2564 - [sshd.c]
2565 log with level log() not fatal() if peer behaves badly.
2566 - [readpass.c]
bcbf86ec 2567 instead of blocking SIGINT, catch it ourselves, so that we can clean
2568 the tty modes up and kill ourselves -- instead of our process group
2569 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 2570 people with cbreak shells never even noticed..
399d9d44 2571 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2572 ie. -> i.e.,
e844f761 2573
4c8ef3fb 257420000120
2575 - Don't use getaddrinfo on AIX
7b2ea3a1 2576 - Update to latest OpenBSD CVS:
2577 - [auth-rsa.c]
2578 - fix user/1056, sshd keeps restrictions; dbt@meat.net
2579 - [sshconnect.c]
2580 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
2581 - destroy keys earlier
bcbf86ec 2582 - split key exchange (kex) and user authentication (user-auth),
d468fc76 2583 ok: provos@
7b2ea3a1 2584 - [sshd.c]
2585 - no need for poll.h; from bright@wintelcom.net
2586 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 2587 - split key exchange (kex) and user authentication (user-auth),
d468fc76 2588 ok: provos@
f3bba493 2589 - Big manpage and config file cleanup from Andre Lucas
2590 <andre.lucas@dial.pipex.com>
5f4fdfae 2591 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 2592 - Doc updates
d468fc76 2593 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
2594 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 2595
082bbfb3 259620000119
20af321f 2597 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 2598 - Compile fix from Darren_Hall@progressive.com
59e76f33 2599 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
2600 addresses using getaddrinfo(). Added a configure switch to make the
2601 default lookup mode AF_INET
082bbfb3 2602
a63a7f37 260320000118
2604 - Fixed --with-pid-dir option
51a6baf8 2605 - Makefile fix from Gary E. Miller <gem@rellim.com>
bcbf86ec 2606 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 2607 <andre.lucas@dial.pipex.com>
a63a7f37 2608
f914c7fb 260920000117
2610 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
2611 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 2612 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 2613 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 2614 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 2615 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
2616 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 2617 deliver (no IPv6 kernel support)
80a44451 2618 - Released 1.2.1pre27
f914c7fb 2619
f4a7cf29 2620 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 2621 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 2622 <jhuuskon@hytti.uku.fi>
bcbf86ec 2623 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 2624 further testing.
5957fd29 2625 - Patch from Christos Zoulas <christos@zoulas.com>
2626 - Try $prefix first when looking for OpenSSL.
2627 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 2628 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 2629 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 2630
47e45e44 263120000116
2632 - Renamed --with-xauth-path to --with-xauth
2633 - Added --with-pid-dir option
2634 - Released 1.2.1pre26
2635
a82ef8ae 2636 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 2637 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 2638 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 2639
5cdfe03f 264020000115
2641 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 2642 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 2643 Nordby <anders@fix.no>
bcbf86ec 2644 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 2645 openpty. Report from John Seifarth <john@waw.be>
2646 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 2647 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 2648 <gem@rellim.com>
2649 - Use __snprintf and __vnsprintf if they are found where snprintf and
2650 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
2651 and others.
2652
48e671d5 265320000114
2654 - Merged OpenBSD IPv6 patch:
2655 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
2656 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
2657 [hostfile.c sshd_config]
2658 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 2659 features: sshd allows multiple ListenAddress and Port options. note
2660 that libwrap is not IPv6-ready. (based on patches from
48e671d5 2661 fujiwara@rcac.tdi.co.jp)
2662 - [ssh.c canohost.c]
bcbf86ec 2663 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 2664 from itojun@
2665 - [channels.c]
2666 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
2667 - [packet.h]
2668 allow auth-kerberos for IPv4 only
2669 - [scp.1 sshd.8 servconf.h scp.c]
2670 document -4, -6, and 'ssh -L 2022/::1/22'
2671 - [ssh.c]
bcbf86ec 2672 'ssh @host' is illegal (null user name), from
48e671d5 2673 karsten@gedankenpolizei.de
2674 - [sshconnect.c]
2675 better error message
2676 - [sshd.c]
2677 allow auth-kerberos for IPv4 only
2678 - Big IPv6 merge:
2679 - Cleanup overrun in sockaddr copying on RHL 6.1
2680 - Replacements for getaddrinfo, getnameinfo, etc based on versions
2681 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
2682 - Replacement for missing structures on systems that lack IPv6
2683 - record_login needed to know about AF_INET6 addresses
2684 - Borrowed more code from OpenBSD: rresvport_af and requisites
2685
2598df62 268620000110
2687 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
2688
b8a0310d 268920000107
2690 - New config.sub and config.guess to fix problems on SCO. Supplied
2691 by Gary E. Miller <gem@rellim.com>
b6a98a85 2692 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 2693 - Released 1.2.1pre25
b8a0310d 2694
dfb95100 269520000106
2696 - Documentation update & cleanup
2697 - Better KrbIV / AFS detection, based on patch from:
2698 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2699
b9795b89 270020000105
bcbf86ec 2701 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 2702 overriding symbols in libcrypto. Removed libcrypt and crypt.h
2703 altogether (libcrypto includes its own crypt(1) replacement)
2704 - Added platform-specific rules for Irix 6.x. Included warning that
2705 they are untested.
2706
a1ec4d79 270720000103
2708 - Add explicit make rules for files proccessed by fixpaths.
bcbf86ec 2709 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 2710 <tnh@kondara.org>
bcbf86ec 2711 - Removed "nullok" directive from default PAM configuration files.
2712 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 2713 UPGRADING file.
e02735bb 2714 - OpenBSD CVS updates
2715 - [ssh-agent.c]
bcbf86ec 2716 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 2717 dgaudet@arctic.org
2718 - [sshconnect.c]
2719 compare correct version for 1.3 compat mode
a1ec4d79 2720
93c7f644 272120000102
2722 - Prevent multiple inclusion of config.h and defines.h. Suggested
2723 by Andre Lucas <andre.lucas@dial.pipex.com>
2724 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
2725 <dgaudet@arctic.org>
2726
76b8607f 272719991231
bcbf86ec 2728 - Fix password support on systems with a mixture of shadowed and
2729 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 2730 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 2731 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 2732 Fournier <marc.fournier@acadiau.ca>
b92964b7 2733 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
2734 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 2735 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 2736 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 2737 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
2738 <iretd@bigfoot.com>
bcbf86ec 2739 - Really fix broken default path. Fix from Jim Knoble
986a22ec 2740 <jmknoble@jmknoble.cx>
ae3a3d31 2741 - Remove test for quad_t. No longer needed.
76a8e733 2742 - Released 1.2.1pre24
2743
2744 - Added support for directory-based lastlogs
2745 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 2746
13f825f4 274719991230
2748 - OpenBSD CVS updates:
2749 - [auth-passwd.c]
2750 check for NULL 1st
bcbf86ec 2751 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 2752 cleaned up sshd.c up significantly.
bcbf86ec 2753 - PAM authentication was incorrectly interpreting
76b8607f 2754 "PermitRootLogin without-password". Report from Matthias Andree
2755 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 2756 - Several other cleanups
0bc5b6fb 2757 - Merged Dante SOCKS support patch from David Rankin
2758 <drankin@bohemians.lexington.ky.us>
2759 - Updated documentation with ./configure options
76b8607f 2760 - Released 1.2.1pre23
13f825f4 2761
c73a0cb5 276219991229
bcbf86ec 2763 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 2764 <drankin@bohemians.lexington.ky.us>
2765 - Fix --with-default-path option.
bcbf86ec 2766 - Autodetect perl, patch from David Rankin
a0f84251 2767 <drankin@bohemians.lexington.ky.us>
bcbf86ec 2768 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 2769 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 2770 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 2771 <nalin@thermo.stat.ncsu.edu>
e3a93db0 2772 - Detect missing size_t and typedef it.
5ab44a92 2773 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
2774 - Minor Makefile cleaning
c73a0cb5 2775
b6019d68 277619991228
2777 - Replacement for getpagesize() for systems which lack it
bcbf86ec 2778 - NetBSD login.c compile fix from David Rankin
70e0115b 2779 <drankin@bohemians.lexington.ky.us>
2780 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 2781 - Portability fixes for Irix 5.3 (now compiles OK!)
2782 - autoconf and other misc cleanups
ea1970a3 2783 - Merged AIX patch from Darren Hall <dhall@virage.org>
2784 - Cleaned up defines.h
fa9a2dd6 2785 - Released 1.2.1pre22
b6019d68 2786
d2dcff5f 278719991227
2788 - Automatically correct paths in manpages and configuration files. Patch
2789 and script from Andre Lucas <andre.lucas@dial.pipex.com>
2790 - Removed credits from README to CREDITS file, updated.
cb807f40 2791 - Added --with-default-path to specify custom path for server
2792 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 2793 - PAM bugfix. PermitEmptyPassword was being ignored.
2794 - Fixed PAM config files to allow empty passwords if server does.
2795 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 2796 - Use last few chars of tty line as ut_id
5a7794be 2797 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 2798 - OpenBSD CVS updates:
2799 - [packet.h auth-rhosts.c]
2800 check format string for packet_disconnect and packet_send_debug, too
2801 - [channels.c]
2802 use packet_get_maxsize for channels. consistence.
d2dcff5f 2803
f74efc8d 280419991226
2805 - Enabled utmpx support by default for Solaris
2806 - Cleanup sshd.c PAM a little more
986a22ec 2807 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 2808 X11 ssh-askpass program.
20c43d8c 2809 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 2810 Unfortunatly there is currently no way to disable auth failure
2811 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 2812 developers
83b7f649 2813 - OpenBSD CVS update:
2814 - [ssh-keygen.1 ssh.1]
bcbf86ec 2815 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 2816 .Sh FILES, too
72251cb6 2817 - Released 1.2.1pre21
bcbf86ec 2818 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 2819 <jmknoble@jmknoble.cx>
2820 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 2821
f498ed15 282219991225
2823 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
2824 - Cleanup of auth-passwd.c for shadow and MD5 passwords
2825 - Cleanup and bugfix of PAM authentication code
f74efc8d 2826 - Released 1.2.1pre20
2827
2828 - Merged fixes from Ben Taylor <bent@clark.net>
2829 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
2830 - Disabled logging of PAM password authentication failures when password
2831 is empty. (e.g start of authentication loop). Reported by Naz
2832 <96na@eng.cam.ac.uk>)
f498ed15 2833
283419991223
bcbf86ec 2835 - Merged later HPUX patch from Andre Lucas
f498ed15 2836 <andre.lucas@dial.pipex.com>
2837 - Above patch included better utmpx support from Ben Taylor
f74efc8d 2838 <bent@clark.net>
f498ed15 2839
eef6f7e9 284019991222
bcbf86ec 2841 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 2842 <pope@netguide.dk>
ae28776a 2843 - Fix login.c breakage on systems which lack ut_host in struct
2844 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 2845
a7effaac 284619991221
bcbf86ec 2847 - Integration of large HPUX patch from Andre Lucas
2848 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 2849 benefits:
2850 - Ability to disable shadow passwords at configure time
2851 - Ability to disable lastlog support at configure time
2852 - Support for IP address in $DISPLAY
ae2f7af7 2853 - OpenBSD CVS update:
2854 - [sshconnect.c]
2855 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 2856 - Fix DISABLE_SHADOW support
2857 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 2858 - Release 1.2.1pre19
a7effaac 2859
3f1d9bcd 286019991218
bcbf86ec 2861 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 2862 <cjj@u.washington.edu>
7e1c2490 2863 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 2864
60d804c8 286519991216
bcbf86ec 2866 - Makefile changes for Solaris from Peter Kocks
60d804c8 2867 <peter.kocks@baygate.com>
89cafde6 2868 - Minor updates to docs
2869 - Merged OpenBSD CVS changes:
2870 - [authfd.c ssh-agent.c]
2871 keysize warnings talk about identity files
2872 - [packet.c]
2873 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 2874 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 2875 "Chris, the Young One" <cky@pobox.com>
2876 - Released 1.2.1pre18
60d804c8 2877
7dc6fc6d 287819991215
2879 - Integrated patchs from Juergen Keil <jk@tools.de>
2880 - Avoid void* pointer arithmatic
2881 - Use LDFLAGS correctly
68227e6d 2882 - Fix SIGIO error in scp
2883 - Simplify status line printing in scp
bcbf86ec 2884 - Added better test for inline functions compiler support from
906a2515 2885 Darren_Hall@progressive.com
7dc6fc6d 2886
95f1eccc 288719991214
2888 - OpenBSD CVS Changes
2889 - [canohost.c]
bcbf86ec 2890 fix get_remote_port() and friends for sshd -i;
95f1eccc 2891 Holger.Trapp@Informatik.TU-Chemnitz.DE
2892 - [mpaux.c]
2893 make code simpler. no need for memcpy. niels@ ok
2894 - [pty.c]
2895 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
2896 fix proto; markus
2897 - [ssh.1]
2898 typo; mark.baushke@solipsa.com
2899 - [channels.c ssh.c ssh.h sshd.c]
2900 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
2901 - [sshconnect.c]
2902 move checking of hostkey into own function.
2903 - [version.h]
2904 OpenSSH-1.2.1
884bcb37 2905 - Clean up broken includes in pty.c
7303768f 2906 - Some older systems don't have poll.h, they use sys/poll.h instead
2907 - Doc updates
95f1eccc 2908
847e8865 290919991211
bcbf86ec 2910 - Fix compilation on systems with AFS. Reported by
847e8865 2911 aloomis@glue.umd.edu
bcbf86ec 2912 - Fix installation on Solaris. Reported by
847e8865 2913 Gordon Rowell <gordonr@gormand.com.au>
2914 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
2915 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
2916 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
2917 - Compile fix from David Agraz <dagraz@jahoopa.com>
2918 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 2919 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 2920 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 2921
8946db53 292219991209
2923 - Import of patch from Ben Taylor <bent@clark.net>:
2924 - Improved PAM support
2925 - "uninstall" rule for Makefile
2926 - utmpx support
2927 - Should fix PAM problems on Solaris
2d86a6cc 2928 - OpenBSD CVS updates:
2929 - [readpass.c]
2930 avoid stdio; based on work by markus, millert, and I
2931 - [sshd.c]
2932 make sure the client selects a supported cipher
2933 - [sshd.c]
bcbf86ec 2934 fix sighup handling. accept would just restart and daemon handled
2935 sighup only after the next connection was accepted. use poll on
2d86a6cc 2936 listen sock now.
2937 - [sshd.c]
2938 make that a fatal
87e91331 2939 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
2940 to fix libwrap support on NetBSD
5001b9e4 2941 - Released 1.2pre17
8946db53 2942
6d8c4ea4 294319991208
bcbf86ec 2944 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 2945 David Agraz <dagraz@jahoopa.com>
2946
4285816a 294719991207
986a22ec 2948 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 2949 fixes compatability with 4.x and 5.x
db28aeb5 2950 - Fixed default SSH_ASKPASS
bcbf86ec 2951 - Fix PAM account and session being called multiple times. Problem
d465f2ca 2952 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 2953 - Merged more OpenBSD changes:
2954 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 2955 move atomicio into it's own file. wrap all socket write()s which
a408af76 2956 were doing write(sock, buf, len) != len, with atomicio() calls.
2957 - [auth-skey.c]
2958 fd leak
2959 - [authfile.c]
2960 properly name fd variable
2961 - [channels.c]
2962 display great hatred towards strcpy
2963 - [pty.c pty.h sshd.c]
2964 use openpty() if it exists (it does on BSD4_4)
2965 - [tildexpand.c]
2966 check for ~ expansion past MAXPATHLEN
2967 - Modified helper.c to use new atomicio function.
2968 - Reformat Makefile a little
2969 - Moved RC4 routines from rc4.[ch] into helper.c
2970 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 2971 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
2972 - Tweaked Redhat spec
9158d92f 2973 - Clean up bad imports of a few files (forgot -kb)
2974 - Released 1.2pre16
4285816a 2975
9c7b6dfd 297619991204
2977 - Small cleanup of PAM code in sshd.c
57112b5a 2978 - Merged OpenBSD CVS changes:
2979 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
2980 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
2981 - [auth-rsa.c]
2982 warn only about mismatch if key is _used_
2983 warn about keysize-mismatch with log() not error()
2984 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
2985 ports are u_short
2986 - [hostfile.c]
2987 indent, shorter warning
2988 - [nchan.c]
2989 use error() for internal errors
2990 - [packet.c]
2991 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
2992 serverloop.c
2993 indent
2994 - [ssh-add.1 ssh-add.c ssh.h]
2995 document $SSH_ASKPASS, reasonable default
2996 - [ssh.1]
2997 CheckHostIP is not available for connects via proxy command
2998 - [sshconnect.c]
2999 typo
3000 easier to read client code for passwd and skey auth
3001 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 3002
dad3b556 300319991126
3004 - Add definition for __P()
3005 - Added [v]snprintf() replacement for systems that lack it
3006
0ce43ae4 300719991125
3008 - More reformatting merged from OpenBSD CVS
3009 - Merged OpenBSD CVS changes:
3010 - [channels.c]
3011 fix packet_integrity_check() for !have_hostname_in_open.
3012 report from mrwizard@psu.edu via djm@ibs.com.au
3013 - [channels.c]
3014 set SO_REUSEADDR and SO_LINGER for forwarded ports.
3015 chip@valinux.com via damien@ibs.com.au
3016 - [nchan.c]
3017 it's not an error() if shutdown_write failes in nchan.
3018 - [readconf.c]
3019 remove dead #ifdef-0-code
3020 - [readconf.c servconf.c]
3021 strcasecmp instead of tolower
3022 - [scp.c]
3023 progress meter overflow fix from damien@ibs.com.au
3024 - [ssh-add.1 ssh-add.c]
3025 SSH_ASKPASS support
3026 - [ssh.1 ssh.c]
3027 postpone fork_after_authentication until command execution,
3028 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3029 plus: use daemon() for backgrounding
cf8dd513 3030 - Added BSD compatible install program and autoconf test, thanks to
3031 Niels Kristian Bech Jensen <nkbj@image.dk>
3032 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 3033 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 3034 - Release 1.2pre15
0ce43ae4 3035
5260325f 303619991124
3037 - Merged very large OpenBSD source code reformat
3038 - OpenBSD CVS updates
3039 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3040 [ssh.h sshd.8 sshd.c]
3041 syslog changes:
3042 * Unified Logmessage for all auth-types, for success and for failed
3043 * Standard connections get only ONE line in the LOG when level==LOG:
3044 Auth-attempts are logged only, if authentication is:
3045 a) successfull or
3046 b) with passwd or
3047 c) we had more than AUTH_FAIL_LOG failues
3048 * many log() became verbose()
3049 * old behaviour with level=VERBOSE
3050 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3051 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3052 messages. allows use of s/key in windows (ttssh, securecrt) and
3053 ssh-1.2.27 clients without 'ssh -v', ok: niels@
3054 - [sshd.8]
3055 -V, for fallback to openssh in SSH2 compatibility mode
3056 - [sshd.c]
3057 fix sigchld race; cjc5@po.cwru.edu
3058
4655fe80 305919991123
3060 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 3061 - Restructured package-related files under packages/*
4655fe80 3062 - Added generic PAM config
8b241e50 3063 - Numerous little Solaris fixes
9c08d6ce 3064 - Add recommendation to use GNU make to INSTALL document
4655fe80 3065
60bed5fd 306619991122
3067 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 3068 - OpenBSD CVS Changes
bcbf86ec 3069 - [ssh-keygen.c]
3070 don't create ~/.ssh only if the user wants to store the private
3071 key there. show fingerprint instead of public-key after
2f2cc3f9 3072 keygeneration. ok niels@
b09a984b 3073 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 3074 - Added timersub() macro
b09a984b 3075 - Tidy RCSIDs of bsd-*.c
bcbf86ec 3076 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 3077 pam_strerror definition (one arg vs two).
530f1889 3078 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 3079 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 3080 Robert Hardy <rhardy@webcon.net>)
1647c2b5 3081 - Added a setenv replacement for systems which lack it
d84a9a44 3082 - Only display public key comment when presenting ssh-askpass dialog
3083 - Released 1.2pre14
60bed5fd 3084
bcbf86ec 3085 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 3086 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3087
9d6b7add 308819991121
2f2cc3f9 3089 - OpenBSD CVS Changes:
60bed5fd 3090 - [channels.c]
3091 make this compile, bad markus
3092 - [log.c readconf.c servconf.c ssh.h]
3093 bugfix: loglevels are per host in clientconfig,
3094 factor out common log-level parsing code.
3095 - [servconf.c]
3096 remove unused index (-Wall)
3097 - [ssh-agent.c]
3098 only one 'extern char *__progname'
3099 - [sshd.8]
3100 document SIGHUP, -Q to synopsis
3101 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3102 [channels.c clientloop.c]
3103 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3104 [hope this time my ISP stays alive during commit]
3105 - [OVERVIEW README] typos; green@freebsd
3106 - [ssh-keygen.c]
3107 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3108 exit if writing the key fails (no infinit loop)
3109 print usage() everytime we get bad options
3110 - [ssh-keygen.c] overflow, djm@mindrot.org
3111 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
bcbf86ec 3112
2b942fe0 311319991120
bcbf86ec 3114 - Merged more Solaris support from Marc G. Fournier
2b942fe0 3115 <marc.fournier@acadiau.ca>
3116 - Wrote autoconf tests for integer bit-types
3117 - Fixed enabling kerberos support
bcbf86ec 3118 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 3119 handling.
2b942fe0 3120
06479889 312119991119
3122 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 3123 - Merged OpenBSD CVS changes
3124 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
3125 more %d vs. %s in fmt-strings
3126 - [authfd.c]
3127 Integers should not be printed with %s
7b1cc56c 3128 - EGD uses a socket, not a named pipe. Duh.
3129 - Fix includes in fingerprint.c
29dbde15 3130 - Fix scp progress bar bug again.
bcbf86ec 3131 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 3132 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 3133 - Added autoconf option to enable Kerberos 4 support (untested)
3134 - Added autoconf option to enable AFS support (untested)
3135 - Added autoconf option to enable S/Key support (untested)
3136 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 3137 - Renamed BSD helper function files to bsd-*
bcbf86ec 3138 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 3139 when they are absent.
3140 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 3141
2bd61362 314219991118
3143 - Merged OpenBSD CVS changes
3144 - [scp.c] foregroundproc() in scp
3145 - [sshconnect.h] include fingerprint.h
bcbf86ec 3146 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 3147 changes.
0c16a097 3148 - [ssh.1] Spell my name right.
2bd61362 3149 - Added openssh.com info to README
3150
f095fcc7 315119991117
3152 - Merged OpenBSD CVS changes
3153 - [ChangeLog.Ylonen] noone needs this anymore
3154 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 3155 - [hostfile.c]
3156 in known_hosts key lookup the entry for the bits does not need
3157 to match, all the information is contained in n and e. This
3158 solves the problem with buggy servers announcing the wrong
f095fcc7 3159 modulus length. markus and me.
bcbf86ec 3160 - [serverloop.c]
3161 bugfix: check for space if child has terminated, from:
f095fcc7 3162 iedowse@maths.tcd.ie
3163 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
3164 [fingerprint.c fingerprint.h]
3165 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
3166 - [ssh-agent.1] typo
3167 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 3168 - [sshd.c]
f095fcc7 3169 force logging to stderr while loading private key file
3170 (lost while converting to new log-levels)
3171
4d195447 317219991116
3173 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3174 - Merged OpenBSD CVS changes:
3175 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
3176 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
3177 the keysize of rsa-parameter 'n' is passed implizit,
3178 a few more checks and warnings about 'pretended' keysizes.
3179 - [cipher.c cipher.h packet.c packet.h sshd.c]
3180 remove support for cipher RC4
3181 - [ssh.c]
3182 a note for legay systems about secuity issues with permanently_set_uid(),
3183 the private hostkey and ptrace()
3184 - [sshconnect.c]
3185 more detailed messages about adding and checking hostkeys
3186
dad9a31e 318719991115
3188 - Merged OpenBSD CVS changes:
bcbf86ec 3189 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 3190 $DISPLAY, ok niels
3191 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 3192 modular.
dad9a31e 3193 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 3194 - Merged more OpenBSD CVS changes:
704b1659 3195 [auth-krb4.c]
3196 - disconnect if getpeername() fails
3197 - missing xfree(*client)
3198 [canohost.c]
3199 - disconnect if getpeername() fails
3200 - fix comment: we _do_ disconnect if ip-options are set
3201 [sshd.c]
3202 - disconnect if getpeername() fails
3203 - move checking of remote port to central place
3204 [auth-rhosts.c] move checking of remote port to central place
3205 [log-server.c] avoid extra fd per sshd, from millert@
3206 [readconf.c] print _all_ bad config-options in ssh(1), too
3207 [readconf.h] print _all_ bad config-options in ssh(1), too
3208 [ssh.c] print _all_ bad config-options in ssh(1), too
3209 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 3210 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 3211 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 3212 - Merged more Solaris compability from Marc G. Fournier
3213 <marc.fournier@acadiau.ca>
3214 - Wrote autoconf tests for __progname symbol
986a22ec 3215 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 3216 - Released 1.2pre12
3217
3218 - Another OpenBSD CVS update:
3219 - [ssh-keygen.1] fix .Xr
dad9a31e 3220
92da7197 322119991114
3222 - Solaris compilation fixes (still imcomplete)
3223
94f7bb9e 322419991113
dd092f97 3225 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3226 - Don't install config files if they already exist
3227 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 3228 - Removed redundant inclusions of config.h
e9c75a39 3229 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 3230 - Merged OpenBSD CVS changes:
3231 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 3232 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 3233 totalsize, ok niels,aaron
bcbf86ec 3234 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 3235 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 3236 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
3237 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 3238 - Tidied default config file some more
3239 - Revised Redhat initscript to fix bug: sshd (re)start would fail
3240 if executed from inside a ssh login.
94f7bb9e 3241
e35c1dc2 324219991112
3243 - Merged changes from OpenBSD CVS
3244 - [sshd.c] session_key_int may be zero
b4748e2f 3245 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 3246 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 3247 deraadt,millert
3248 - Brought default sshd_config more in line with OpenBSD's
547c9f30 3249 - Grab server in gnome-ssh-askpass (Debian bug #49872)
3250 - Released 1.2pre10
e35c1dc2 3251
8bc7973f 3252 - Added INSTALL documentation
6fa724bc 3253 - Merged yet more changes from OpenBSD CVS
3254 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
3255 [ssh.c ssh.h sshconnect.c sshd.c]
3256 make all access to options via 'extern Options options'
3257 and 'extern ServerOptions options' respectively;
3258 options are no longer passed as arguments:
3259 * make options handling more consistent
3260 * remove #include "readconf.h" from ssh.h
3261 * readconf.h is only included if necessary
3262 - [mpaux.c] clear temp buffer
3263 - [servconf.c] print _all_ bad options found in configfile
045672f9 3264 - Make ssh-askpass support optional through autoconf
59b0f0d4 3265 - Fix nasty division-by-zero error in scp.c
3266 - Released 1.2pre11
8bc7973f 3267
4cca272e 326819991111
3269 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 3270 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 3271 - Merged OpenBSD CVS changes:
3272 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3273 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3274 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 3275 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 3276 file transfers. Fix submitted to OpenBSD developers. Report and fix
3277 from Kees Cook <cook@cpoint.net>
6a17f9c2 3278 - Merged more OpenBSD CVS changes:
bcbf86ec 3279 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 3280 + krb-cleanup cleanup
3281 - [clientloop.c log-client.c log-server.c ]
3282 [readconf.c readconf.h servconf.c servconf.h ]
3283 [ssh.1 ssh.c ssh.h sshd.8]
3284 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
3285 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 3286 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
3287 allow session_key_int != sizeof(session_key)
3288 [this should fix the pre-assert-removal-core-files]
3289 - Updated default config file to use new LogLevel option and to improve
3290 readability
3291
f370266e 329219991110
67d68e3a 3293 - Merged several minor fixes:
f370266e 3294 - ssh-agent commandline parsing
3295 - RPM spec file now installs ssh setuid root
3296 - Makefile creates libdir
4cca272e 3297 - Merged beginnings of Solaris compability from Marc G. Fournier
3298 <marc.fournier@acadiau.ca>
f370266e 3299
d4f11b59 330019991109
3301 - Autodetection of SSL/Crypto library location via autoconf
3302 - Fixed location of ssh-askpass to follow autoconf
3303 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3304 - Autodetection of RSAref library for US users
3305 - Minor doc updates
560557bb 3306 - Merged OpenBSD CVS changes:
3307 - [rsa.c] bugfix: use correct size for memset()
3308 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 3309 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 3310 - RPM build now creates subpackages
aa51e7cc 3311 - Released 1.2pre9
d4f11b59 3312
e1a9c08d 331319991108
3314 - Removed debian/ directory. This is now being maintained separately.
3315 - Added symlinks for slogin in RPM spec file
3316 - Fixed permissions on manpages in RPM spec file
3317 - Added references to required libraries in README file
3318 - Removed config.h.in from CVS
3319 - Removed pwdb support (better pluggable auth is provided by glibc)
3320 - Made PAM and requisite libdl optional
3321 - Removed lots of unnecessary checks from autoconf
3322 - Added support and autoconf test for openpty() function (Unix98 pty support)
3323 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
3324 - Added TODO file
3325 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
3326 - Added ssh-askpass program
3327 - Added ssh-askpass support to ssh-add.c
3328 - Create symlinks for slogin on install
3329 - Fix "distclean" target in makefile
3330 - Added example for ssh-agent to manpage
3331 - Added support for PAM_TEXT_INFO messages
3332 - Disable internal /etc/nologin support if PAM enabled
3333 - Merged latest OpenBSD CVS changes:
5bae4ab8 3334 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 3335 - [sshd.c] don't send fail-msg but disconnect if too many authentication
3336 failures
e1a9c08d 3337 - [sshd.c] remove unused argument. ok dugsong
3338 - [sshd.c] typo
3339 - [rsa.c] clear buffers used for encryption. ok: niels
3340 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 3341 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 3342 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 3343 - Released 1.2pre8
e1a9c08d 3344
3028328e 334519991102
3346 - Merged change from OpenBSD CVS
3347 - One-line cleanup in sshd.c
3348
474832c5 334919991030
3350 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 3351 - Merged latest updates for OpenBSD CVS:
3352 - channels.[ch] - remove broken x11 fix and document istate/ostate
3353 - ssh-agent.c - call setsid() regardless of argv[]
3354 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
3355 - Documentation cleanups
3356 - Renamed README -> README.Ylonen
3357 - Renamed README.openssh ->README
474832c5 3358
339660f6 335919991029
3360 - Renamed openssh* back to ssh* at request of Theo de Raadt
3361 - Incorporated latest changes from OpenBSD's CVS
3362 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3363 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 3364 - Make distclean now removed configure script
3365 - Improved PAM logging
3366 - Added some debug() calls for PAM
4ecd19ea 3367 - Removed redundant subdirectories
bcbf86ec 3368 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 3369 building on Debian.
242588e6 3370 - Fixed off-by-one error in PAM env patch
3371 - Released 1.2pre6
339660f6 3372
5881cd60 337319991028
3374 - Further PAM enhancements.
3375 - Much cleaner
3376 - Now uses account and session modules for all logins.
3377 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
3378 - Build fixes
3379 - Autoconf
3380 - Change binary names to open*
3381 - Fixed autoconf script to detect PAM on RH6.1
3382 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 3383 - Released 1.2pre4
fca82d2e 3384
3385 - Imported latest OpenBSD CVS code
3386 - Updated README.openssh
93f04616 3387 - Released 1.2pre5
fca82d2e 3388
5881cd60 338919991027
3390 - Adapted PAM patch.
3391 - Released 1.0pre2
3392
3393 - Excised my buggy replacements for strlcpy and mkdtemp
3394 - Imported correct OpenBSD strlcpy and mkdtemp routines.
3395 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
3396 - Picked up correct version number from OpenBSD
3397 - Added sshd.pam PAM configuration file
3398 - Added sshd.init Redhat init script
3399 - Added openssh.spec RPM spec file
3400 - Released 1.2pre3
3401
340219991026
3403 - Fixed include paths of OpenSSL functions
3404 - Use OpenSSL MD5 routines
3405 - Imported RC4 code from nanocrypt
3406 - Wrote replacements for OpenBSD arc4random* functions
3407 - Wrote replacements for strlcpy and mkdtemp
3408 - Released 1.0pre1
This page took 3.357933 seconds and 5 git commands to generate.