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