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