]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2002/02/06 14:55:16
[openssh.git] / ChangeLog
CommitLineData
980c9344 120020208
2 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2002/02/04 12:15:25
4 [sshd.c]
5 add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
6 fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
4c646df4 7 - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
8 [ssh-agent.1]
9 more sync for default ssh-add identities; ok markus@
375f867e 10 - djm@cvs.openbsd.org 2002/02/05 00:00:46
11 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
12 Add "-B" option to specify copy buffer length (default 32k); ok markus@
06ee33fb 13 - markus@cvs.openbsd.org 2002/02/05 14:32:55
14 [channels.c channels.h ssh.c]
15 merge channel_request() into channel_request_start()
7d5e8c46 16 - markus@cvs.openbsd.org 2002/02/06 14:22:42
17 [sftp.1]
18 sort options; ok mpech@, stevesk@
22be05a5 19 - mpech@cvs.openbsd.org 2002/02/06 14:27:23
20 [sftp.c]
21 sync usage() with manual.
5a4ae906 22 - markus@cvs.openbsd.org 2002/02/06 14:37:22
23 [session.c]
24 minor KNF
3a0d3d54 25 - markus@cvs.openbsd.org 2002/02/06 14:55:16
26 [channels.c clientloop.c serverloop.c ssh.c]
27 channel_new never returns NULL, mouring@; ok djm@
980c9344 28
bcc0381e 2920020205
983784a1 30 - (djm) Cleanup after sync:
31 - :%s/reverse_mapping_check/verify_reverse_mapping/g
bcc0381e 32 - (djm) OpenBSD CVS Sync
33 - stevesk@cvs.openbsd.org 2002/01/24 21:09:25
34 [channels.c misc.c misc.h packet.c]
35 add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
36 no nagle changes just yet; ok djm@ markus@
2ac91be1 37 - stevesk@cvs.openbsd.org 2002/01/24 21:13:23
38 [packet.c]
39 need misc.h for set_nodelay()
7d30579d 40 - markus@cvs.openbsd.org 2002/01/25 21:00:24
41 [sshconnect2.c]
42 unused include
087dea86 43 - markus@cvs.openbsd.org 2002/01/25 21:42:11
44 [ssh-dss.c ssh-rsa.c]
45 use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
46 don't use evp_md->md_size, it's not public.
a209a158 47 - markus@cvs.openbsd.org 2002/01/25 22:07:40
48 [kex.c kexdh.c kexgex.c key.c mac.c]
49 use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
f9314d9a 50 - stevesk@cvs.openbsd.org 2002/01/26 16:44:22
51 [includes.h session.c]
52 revert code to add x11 localhost display authorization entry for
53 hostname/unix:d and uts.nodename/unix:d if nodename was different than
54 hostname. just add entry for unix:d instead. ok markus@
e6e573bd 55 - stevesk@cvs.openbsd.org 2002/01/27 14:57:46
56 [channels.c servconf.c servconf.h session.c sshd.8 sshd_config]
57 add X11UseLocalhost; ok markus@
75a624f0 58 - stevesk@cvs.openbsd.org 2002/01/27 18:08:17
59 [ssh.c]
60 handle simple case to identify FamilyLocal display; ok markus@
a2863956 61 - markus@cvs.openbsd.org 2002/01/29 14:27:57
62 [ssh-add.c]
63 exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@
bf4c5edc 64 - markus@cvs.openbsd.org 2002/01/29 14:32:03
65 [auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c]
66 [servconf.c servconf.h session.c sshd.8 sshd_config]
67 s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion;
68 ok stevesk@
8875ca97 69 - stevesk@cvs.openbsd.org 2002/01/29 16:29:02
70 [session.c]
71 limit subsystem length in log; ok markus@
8e3ce4dc 72 - markus@cvs.openbsd.org 2002/01/29 16:41:19
73 [ssh-add.1]
74 add DIAGNOSTICS; ok stevesk@
24932ee9 75 - markus@cvs.openbsd.org 2002/01/29 22:46:41
76 [session.c]
77 don't depend on servconf.c; ok djm@
16210ef7 78 - markus@cvs.openbsd.org 2002/01/29 23:50:37
79 [scp.1 ssh.1]
80 mention exit status; ok stevesk@
215ced77 81 - markus@cvs.openbsd.org 2002/01/31 13:35:11
82 [kexdh.c kexgex.c]
83 cross check announced key type and type from key blob
d01c63bb 84 - markus@cvs.openbsd.org 2002/01/31 15:00:05
85 [serverloop.c]
86 no need for WNOHANG; ok stevesk@
7899c98f 87 - markus@cvs.openbsd.org 2002/02/03 17:53:25
88 [auth1.c serverloop.c session.c session.h]
89 don't use channel_input_channel_request and callback
90 use new server_input_channel_req() instead:
91 server_input_channel_req does generic request parsing on server side
92 session_input_channel_req handles just session specific things now
93 ok djm@
8034b5cd 94 - markus@cvs.openbsd.org 2002/02/03 17:55:55
95 [channels.c channels.h]
96 remove unused channel_input_channel_request
05ca0898 97 - markus@cvs.openbsd.org 2002/02/03 17:58:21
98 [channels.c channels.h ssh.c]
99 generic callbacks are not really used, remove and
100 add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
101 ok djm@
0dbdc37c 102 - markus@cvs.openbsd.org 2002/02/03 17:59:23
103 [sshconnect2.c]
104 more cross checking if announced vs. used key type; ok stevesk@
3b5a1b05 105 - stevesk@cvs.openbsd.org 2002/02/03 22:35:57
106 [ssh.1 sshd.8]
107 some KeepAlive cleanup/clarify; ok markus@
49ebf326 108 - stevesk@cvs.openbsd.org 2002/02/03 23:22:59
109 [ssh-agent.1]
110 ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.
762f5ea2 111 - stevesk@cvs.openbsd.org 2002/02/04 00:53:39
112 [ssh-agent.c]
113 unneeded includes
67fa09f5 114 - markus@cvs.openbsd.org 2002/02/04 11:58:10
115 [auth2.c]
116 cross checking of announced vs actual pktype in pubkey/hostbaed auth;
117 ok stevesk@
5eaf8578 118 - markus@cvs.openbsd.org 2002/02/04 12:15:25
119 [log.c log.h readconf.c servconf.c]
120 add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
121 fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
a445d432 122 - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
123 [ssh-add.1]
124 more sync for default ssh-add identities; ok markus@
a96fd7c2 125 - djm@cvs.openbsd.org 2002/02/04 21:53:12
126 [sftp.1 sftp.c]
127 Add "-P" option to directly connect to a local sftp-server. Should be
128 useful for regression testing; ok markus@
86e23f3e 129 - djm@cvs.openbsd.org 2002/02/05 00:00:46
130 [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
131 Add "-B" option to specify copy buffer length (default 32k); ok markus@
bcc0381e 132
8d7324af 13320020130
134 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
70e2f2f3 135 - (tim) [configure.ac] fix logic on when ssh-rand-helper is installed.
136 [sshd_config] put back in line that tells what PATH was compiled into sshd.
8d7324af 137
90bab5a8 13820020125
9b7fcaf0 139 - (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn't
140 and grabbing can cause deadlocks with kinput2.
90bab5a8 141
533845df 14220020124
143 - (stevesk) Makefile.in: bug #61; delete commented line for now.
144
906e811b 14520020123
146 - (djm) Fix non-standard shell syntax in autoconf. Patch from
147 Dave Dykstra <dwd@bell-labs.com>
846f83ab 148 - (stevesk) fix --with-zlib=
eb5d7ff6 149 - (djm) Use case statements in autoconf to clean up some tests
5b6c4ceb 150 - (bal) reverted out of 5/2001 change to atexit(). I assume I
151 did it to handle SonyOS. If that is the case than we will
152 do a special case for them.
906e811b 153
f1b0ecc3 15420020122
155 - (djm) autoconf hacking:
156 - We don't support --without-zlib currently, so don't allow it.
157 - Rework cryptographic random number support detection. We now detect
158 whether OpenSSL seeds itself. If it does, then we don't bother with
159 the ssh-rand-helper program. You can force the use of ssh-rand-helper
160 using the --with-rand-helper configure argument
161 - Simplify and clean up ssh-rand-helper configuration
9780116c 162 - Add OpenSSL sanity check: verify that header version matches version
163 reported by library
49d7ed32 164 - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday
3dc93cd8 165 - OpenBSD CVS Sync
166 - djm@cvs.openbsd.org 2001/12/21 08:52:22
167 [ssh-keygen.1 ssh-keygen.c]
168 Remove default (rsa1) key type; ok markus@
f9654cd7 169 - djm@cvs.openbsd.org 2001/12/21 08:53:45
170 [readpass.c]
171 Avoid interruptable passphrase read; ok markus@
67656ffc 172 - djm@cvs.openbsd.org 2001/12/21 10:06:43
173 [ssh-add.1 ssh-add.c]
174 Try all standard key files (id_rsa, id_dsa, identity) when invoked with
175 no arguments; ok markus@
b0ce9259 176 - markus@cvs.openbsd.org 2001/12/21 12:17:33
177 [serverloop.c]
178 remove ifdef for USE_PIPES since fdin != fdout; ok djm@
0e0bba68 179 - deraadt@cvs.openbsd.org 2001/12/24 07:29:43
180 [ssh-add.c]
181 try all listed keys.. how did this get broken?
e13b4278 182 - markus@cvs.openbsd.org 2001/12/25 18:49:56
183 [key.c]
184 be more careful on allocation
45c49544 185 - markus@cvs.openbsd.org 2001/12/25 18:53:00
186 [auth1.c]
187 be more carefull on allocation
bb28e836 188 - markus@cvs.openbsd.org 2001/12/27 18:10:29
189 [ssh-keygen.c]
190 -t is only needed for key generation (unbreaks -i, -e, etc).
b775c6f2 191 - markus@cvs.openbsd.org 2001/12/27 18:22:16
192 [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c]
193 [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
194 call fatal() for openssl allocation failures
135113a3 195 - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
196 [sshd.8]
197 clarify -p; ok markus@
cf184a44 198 - markus@cvs.openbsd.org 2001/12/27 18:26:13
199 [authfile.c]
200 missing include
108d362e 201 - markus@cvs.openbsd.org 2001/12/27 19:37:23
202 [dh.c kexdh.c kexgex.c]
203 always use BN_clear_free instead of BN_free
dc421aa3 204 - markus@cvs.openbsd.org 2001/12/27 19:54:53
205 [auth1.c auth.h auth-rh-rsa.c]
206 auth_rhosts_rsa now accept generic keys.
95500969 207 - markus@cvs.openbsd.org 2001/12/27 20:39:58
208 [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h]
209 [serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
210 get rid of packet_integrity_check, use packet_done() instead.
3456d3c7 211 - markus@cvs.openbsd.org 2001/12/28 12:14:27
20b279e6 212 [auth1.c auth2.c auth2-chall.c auth-rsa.c channels.c clientloop.c]
213 [kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c]
214 [ssh.c sshconnect1.c sshconnect2.c sshd.c]
3456d3c7 215 s/packet_done/packet_check_eom/ (end-of-message); ok djm@
20b279e6 216 - markus@cvs.openbsd.org 2001/12/28 13:57:33
217 [auth1.c kexdh.c kexgex.c packet.c packet.h sshconnect1.c sshd.c]
218 packet_get_bignum* no longer returns a size
4ef6f649 219 - markus@cvs.openbsd.org 2001/12/28 14:13:13
220 [bufaux.c bufaux.h packet.c]
221 buffer_get_bignum: int -> void
54a5250f 222 - markus@cvs.openbsd.org 2001/12/28 14:50:54
223 [auth1.c auth-rsa.c channels.c dispatch.c kex.c kexdh.c kexgex.c]
224 [packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c]
225 [sshconnect2.c sshd.c]
226 packet_read* no longer return the packet length, since it's not used.
7819b5c3 227 - markus@cvs.openbsd.org 2001/12/28 15:06:00
228 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
229 [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c]
230 remove plen from the dispatch fn. it's no longer used.
60015649 231 - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
232 [ssh.1 sshd.8]
233 document LogLevel DEBUG[123]; ok markus@
20905a8e 234 - stevesk@cvs.openbsd.org 2001/12/29 21:56:01
235 [authfile.c channels.c compress.c packet.c sftp-server.c]
236 [ssh-agent.c ssh-keygen.c]
237 remove unneeded casts and some char->u_char cleanup; ok markus@
6c79c353 238 - stevesk@cvs.openbsd.org 2002/01/03 04:11:08
239 [ssh_config]
240 grammar in comment
b4047251 241 - stevesk@cvs.openbsd.org 2002/01/04 17:59:17
242 [readconf.c servconf.c]
243 remove #ifdef _PATH_XAUTH/#endif; ok markus@
0f84fe37 244 - stevesk@cvs.openbsd.org 2002/01/04 18:14:16
245 [servconf.c sshd.8]
246 protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and
247 /etc/ssh_host_dsa_key like we have in sshd_config. ok markus@
8341f420 248 - markus@cvs.openbsd.org 2002/01/05 10:43:40
249 [channels.c]
250 fix hanging x11 channels for rejected cookies (e.g.
251 XAUTHORITY=/dev/null xbiff) bug #36, based on patch from
252 djast@cs.toronto.edu
cb362b5e 253 - stevesk@cvs.openbsd.org 2002/01/05 21:51:56
254 [ssh.1 sshd.8]
255 some missing and misplaced periods
4ccb828d 256 - markus@cvs.openbsd.org 2002/01/09 13:49:27
257 [ssh-keygen.c]
258 append \n only for public keys
0c0738d5 259 - markus@cvs.openbsd.org 2002/01/09 17:16:00
260 [channels.c]
261 merge channel_pre_open_15/channel_pre_open_20; ok provos@
9c50edcf 262 - markus@cvs.openbsd.org 2002/01/09 17:26:35
263 [channels.c nchan.c]
264 replace buffer_consume(b, buffer_len(b)) with buffer_clear(b);
265 ok provos@
99416ceb 266 - markus@cvs.openbsd.org 2002/01/10 11:13:29
267 [serverloop.c]
268 skip client_alive_check until there are channels; ok beck@
3d209bbe 269 - markus@cvs.openbsd.org 2002/01/10 11:24:04
270 [clientloop.c]
271 handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@
3c27606d 272 - markus@cvs.openbsd.org 2002/01/10 12:38:26
273 [nchan.c]
274 remove dead code (skip drain)
6d566d33 275 - markus@cvs.openbsd.org 2002/01/10 12:47:59
276 [nchan.c]
277 more unused code (with channels.c:1.156)
5a5f4c37 278 - markus@cvs.openbsd.org 2002/01/11 10:31:05
279 [packet.c]
280 handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
781a02b8 281 - markus@cvs.openbsd.org 2002/01/11 13:36:43
282 [ssh2.h]
283 add defines for msg type ranges
6367063f 284 - markus@cvs.openbsd.org 2002/01/11 13:39:36
285 [auth2.c dispatch.c dispatch.h kex.c]
286 a single dispatch_protocol_error() that sends a message of
287 type 'UNIMPLEMENTED'
288 dispatch_range(): set handler for a ranges message types
289 use dispatch_protocol_ignore() for authentication requests after
290 successful authentication (the drafts requirement).
291 serverloop/clientloop now send a 'UNIMPLEMENTED' message instead
292 of exiting.
70499440 293 - markus@cvs.openbsd.org 2002/01/11 20:14:11
294 [auth2-chall.c auth-skey.c]
295 use strlcpy not strlcat; mouring@
a62ebe1f 296 - markus@cvs.openbsd.org 2002/01/11 23:02:18
297 [readpass.c]
298 use _PATH_TTY
bd2d2ac4 299 - markus@cvs.openbsd.org 2002/01/11 23:02:51
300 [auth2-chall.c]
301 use snprintf; mouring@
7ef24c8c 302 - markus@cvs.openbsd.org 2002/01/11 23:26:30
303 [auth-skey.c]
304 use snprintf; mouring@
68a7e648 305 - markus@cvs.openbsd.org 2002/01/12 13:10:29
306 [auth-skey.c]
307 undo local change
95f0a918 308 - provos@cvs.openbsd.org 2002/01/13 17:27:07
309 [ssh-agent.c]
310 change to use queue.h macros; okay markus@
3469eac4 311 - markus@cvs.openbsd.org 2002/01/13 17:57:37
312 [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
313 use buffer API and avoid static strings of fixed size;
314 ok provos@/mouring@
368e9dfc 315 - markus@cvs.openbsd.org 2002/01/13 21:31:20
316 [channels.h nchan.c]
317 add chan_set_[io]state(), order states, state is now an u_int,
318 simplifies debugging messages; ok provos@
3057c23b 319 - markus@cvs.openbsd.org 2002/01/14 13:22:35
320 [nchan.c]
321 chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@
322 - markus@cvs.openbsd.org 2002/01/14 13:34:07
323 [nchan.c]
324 merge chan_[io]buf_empty[12]; ok provos@
668a91b7 325 - markus@cvs.openbsd.org 2002/01/14 13:40:10
326 [nchan.c]
327 correct fn names for ssh2, do not switch from closed to closed;
328 ok provos@
3c9f1ecd 329 - markus@cvs.openbsd.org 2002/01/14 13:41:13
330 [nchan.c]
331 remove duplicated code; ok provos@
70bef40e 332 - markus@cvs.openbsd.org 2002/01/14 13:55:55
333 [channels.c channels.h nchan.c]
334 remove function pointers for events, remove chan_init*; ok provos@
8ab5f6b2 335 - markus@cvs.openbsd.org 2002/01/14 13:57:03
336 [channels.h nchan.c]
337 (c) 2002
5641aefa 338 - markus@cvs.openbsd.org 2002/01/16 13:17:51
339 [channels.c channels.h serverloop.c ssh.c]
340 wrapper for channel_setup_fwd_listener
ac10636f 341 - stevesk@cvs.openbsd.org 2002/01/16 17:40:23
342 [sshd_config]
343 The stategy now used for options in the default sshd_config shipped
344 with OpenSSH is to specify options with their default value where
345 possible, but leave them commented. Uncommented options change a
346 default value. Subsystem is currently the only default option
347 changed. ok markus@
cf5a07a8 348 - stevesk@cvs.openbsd.org 2002/01/16 17:42:33
349 [ssh.1]
350 correct defaults for -i/IdentityFile; ok markus@
1bbbc136 351 - stevesk@cvs.openbsd.org 2002/01/16 17:55:33
352 [ssh_config]
353 correct some commented defaults. add Ciphers default. ok markus@
4267abfd 354 - stevesk@cvs.openbsd.org 2002/01/17 04:27:37
355 [log.c]
356 casts to silence enum type warnings for bugzilla bug 37; ok markus@
ba218fbe 357 - stevesk@cvs.openbsd.org 2002/01/18 17:14:16
358 [sshd.8]
359 correct Ciphers default; paola.mannaro@ubs.com
e6207598 360 - stevesk@cvs.openbsd.org 2002/01/18 18:14:17
361 [authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c]
362 unneeded cast cleanup; ok markus@
dfafef8f 363 - stevesk@cvs.openbsd.org 2002/01/18 20:46:34
364 [sshd.8]
365 clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from
366 allard@oceanpark.com; ok markus@
616a6b93 367 - markus@cvs.openbsd.org 2002/01/21 15:13:51
368 [sshconnect.c]
369 use read_passphrase+ECHO in confirm(), allows use of ssh-askpass
370 for hostkey confirm.
55f9eebd 371 - markus@cvs.openbsd.org 2002/01/21 22:30:12
372 [cipher.c compat.c myproposal.h]
373 remove "rijndael-*", just use "aes-" since this how rijndael is called
374 in the drafts; ok stevesk@
32e7d71f 375 - markus@cvs.openbsd.org 2002/01/21 23:27:10
376 [channels.c nchan.c]
377 cleanup channels faster if the are empty and we are in drain-state;
378 ok deraadt@
3a454b6a 379 - stevesk@cvs.openbsd.org 2002/01/22 02:52:41
380 [servconf.c]
381 typo in error message; from djast@cs.toronto.edu
4ca007b2 382 - (djm) Make auth2-pam.c compile again after dispatch.h and packet.h
383 changes
507c4f2e 384 - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
385 bogus in configure
187cd1fa 386 - (djm) Use local sys/queue.h if necessary in ssh-agent.c
f1b0ecc3 387
40f64e6f 38820020121
389 - (djm) Rework ssh-rand-helper:
390 - Reduce quantity of ifdef code, in preparation for ssh_rand_conf
391 - Always seed from system calls, even when doing PRNGd seeding
392 - Tidy and comment #define knobs
393 - Remove unused facility for multiple runs through command list
394 - KNF, cleanup, update copyright
395
088cdc23 39620020114
397 - (djm) Bug #50 - make autoconf entropy path checks more robust
398
760b35a6 39920020108
400 - (djm) Merge Cygwin copy_environment with do_pam_environment, removing
401 fixed env var size limit in the process. Report from Corinna Vinschen
402 <vinschen@redhat.com>
5cbceb3f 403 - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX. does
404 not depend on transition links. from Lutz Jaenicke.
760b35a6 405
1d2a4613 40620020106
407 - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
408 for all platforms except HP-UX, which is "/usr/spool/sockets/X11/%u".
409
d93656c9 41020020105
411 - (bal) NCR requies use_pipes to operate correctly.
29525240 412 - (stevesk) fix spurious ; from NCR change.
d93656c9 413
554e28b2 41420020103
415 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
416 Roger Cornelius <rac@tenzing.org>
417
e9571a2c 41820011229
419 - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen
420 <vinschen@redhat.com> Could be abused to guess valid usernames
929fb284 421 - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
422 <vinschen@redhat.com>
e9571a2c 423
760edf28 42420011228
425 - (djm) Remove recommendation to use GNU make, we should support most
426 make programs.
427
7bec72bc 42820011225
429 - (stevesk) [Makefile.in ssh-rand-helper.c]
430 portable lib and __progname support for ssh-rand-helper; ok djm@
431
b8291fa0 43220011223
433 - (bal) Removed contrib/chroot.diff and noted in contrib/README that it
434 was not being maintained.
435
46058ce2 43620011222
437 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
438 solar@openwall.com
439 - (djm) Rework entropy code. If the OpenSSL PRNG is has not been
440 internally seeded, execute a subprogram "ssh-rand-helper" to obtain
441 some entropy for us. Rewrite the old in-process entropy collecter as
442 an example ssh-rand-helper.
443 - (djm) Always perform ssh_prng_cmds path lookups in configure, even if
444 we don't end up using ssh_prng_cmds (so we always get a valid file)
445
5fb9865a 44620011221
447 - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
448 server. I have found this necessary to avoid server hangs with X input
449 extensions (e.g. kinput2). Enable by setting the environment variable
450 "GNOME_SSH_ASKPASS_NOGRAB"
805e659f 451 - OpenBSD CVS Sync
452 - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
453 [channels.c pathnames.h]
454 use only one path to X11 UNIX domain socket vs. an array of paths
455 to try. report from djast@cs.toronto.edu. ok markus@
2f293d43 456 - markus@cvs.openbsd.org 2001/12/09 18:45:56
457 [auth2.c auth2-chall.c auth.h]
458 add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
459 fixes memleak.
5e8948af 460 - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
461 [sshd.c]
462 possible fd leak on error; ok markus@
cdc95d6e 463 - markus@cvs.openbsd.org 2001/12/10 20:34:31
464 [ssh-keyscan.c]
465 check that server supports v1 for -t rsa1, report from wirth@dfki.de
fb396518 466 - jakob@cvs.openbsd.org 2001/12/18 10:04:21
467 [auth.h hostfile.c hostfile.h]
468 remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@
306feb91 469 - jakob@cvs.openbsd.org 2001/12/18 10:05:15
470 [auth2.c]
471 log fingerprint on successful public key authentication; ok markus@
46df736f 472 - jakob@cvs.openbsd.org 2001/12/18 10:06:24
473 [auth-rsa.c]
474 log fingerprint on successful public key authentication, simplify
475 usage of key structs; ok markus@
184eed6a 476 - deraadt@cvs.openbsd.org 2001/12/19 07:18:56
477 [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h]
478 [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c]
479 [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c]
480 [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c]
481 [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c]
482 [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c]
483 [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config]
484 [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c]
485 basic KNF done while i was looking for something else
a10be357 486 - markus@cvs.openbsd.org 2001/12/19 16:09:39
487 [serverloop.c]
488 fix race between SIGCHLD and select with an additional pipe. writing
489 to the pipe on SIGCHLD wakes up select(). using pselect() is not
490 portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
491 initial idea by pmenage@ensim.com; ok deraadt@, djm@
6c0fa2b1 492 - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
493 [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
494 change the buffer/packet interface to use void* vs. char*; ok markus@
ac151b18 495 - markus@cvs.openbsd.org 2001/12/20 16:37:29
496 [channels.c channels.h session.c]
497 setup x11 listen socket for just one connect if the client requests so.
498 (v2 only, but the openssh client does not support this feature).
24ca6821 499 - djm@cvs.openbsd.org 2001/12/20 22:50:24
500 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
501 [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c]
502 [sshconnect2.c]
503 Conformance fix: we should send failing packet sequence number when
504 responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
505 yakk@yakk.dot.net; ok markus@
5fb9865a 506
c9d0ad9b 50720011219
508 - (stevesk) OpenBSD CVS sync X11 localhost display
509 - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
510 [channels.h channels.c session.c]
511 sshd X11 fake server will now listen on localhost by default:
512 $ echo $DISPLAY
513 localhost:12.0
514 $ netstat -an|grep 6012
515 tcp 0 0 127.0.0.1.6012 *.* LISTEN
516 tcp6 0 0 ::1.6012 *.* LISTEN
517 sshd_config gatewayports=yes can be used to revert back to the old
518 behavior. will control this with another option later. ok markus@
519 - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
520 [includes.h session.c]
521 handle utsname.nodename case for FamilyLocal X authorization; ok markus@
522
3f3ac025 52320011207
524 - (bal) PCRE no longer required. Banished from the source along with
525 fake-regex.h
c20f63d3 526 - (bal) OpenBSD CVS Sync
527 - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
528 [channels.c sshconnect.c]
529 shutdown(sock, SHUT_RDWR) not needed here; ok markus@
74860245 530 - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
531 [channels.c session.c]
532 strncpy->strlcpy. remaining strncpy's are necessary. ok markus@
d24631c9 533 - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
534 [channels.c]
535 disable nagle for X11 fake server and client TCPs. from netbsd.
536 ok markus@
3f3ac025 537
53820011206
6056eb35 539 - (bal) OpenBSD CVS Sync
540 - deraadt@cvs.openbsd.org 2001/11/14 20:45:08
541 [sshd.c]
542 errno saving wrapping in a signal handler
0408c978 543 - markus@cvs.openbsd.org 2001/11/16 12:46:13
544 [ssh-keyscan.c]
545 handle empty lines instead of dumping core; report from sha@sha-1.net
17a3011c 546 - stevesk@cvs.openbsd.org 2001/11/17 19:14:34
547 [auth2.c auth.c readconf.c servconf.c ssh-agent.c ssh-keygen.c]
548 enum/int type cleanup where it made sense to do so; ok markus@
7ace8c3b 549 - markus@cvs.openbsd.org 2001/11/19 11:20:21
550 [sshd.c]
551 fd leak on HUP; ok stevesk@
8666316a 552 - stevesk@cvs.openbsd.org 2001/11/19 18:40:46
553 [ssh-agent.1]
554 clarify/state that private keys are not exposed to clients using the
555 agent; ok markus@
44c2ab73 556 - mpech@cvs.openbsd.org 2001/11/19 19:02:16
557 [deattack.c radix.c]
558 kill more registers
559 millert@ ok
2f98d223 560 - markus@cvs.openbsd.org 2001/11/21 15:51:24
561 [key.c]
562 mem leak
c840d0ad 563 - stevesk@cvs.openbsd.org 2001/11/21 18:49:14
564 [ssh-keygen.1]
565 more on passphrase construction; ok markus@
f48e63c8 566 - stevesk@cvs.openbsd.org 2001/11/22 05:27:29
567 [ssh-keyscan.c]
568 don't use "\n" in fatal()
7a934d1b 569 - markus@cvs.openbsd.org 2001/11/22 12:34:22
570 [clientloop.c serverloop.c sshd.c]
571 volatile sig_atomic_t
58d94604 572 - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
573 [channels.h]
574 remove dead function prototype; ok markus@
2975f58d 575 - markus@cvs.openbsd.org 2001/11/29 22:08:48
576 [auth-rsa.c]
577 fix protocol error: send 'failed' message instead of a 2nd challenge
578 (happens if the same key is in authorized_keys twice).
579 reported Ralf_Meister@genua.de; ok djm@
b48eeb07 580 - stevesk@cvs.openbsd.org 2001/11/30 20:39:28
581 [ssh.c]
582 sscanf() length dependencies are clearer now; can also shrink proto
583 and data if desired, but i have not done that. ok markus@
2548961d 584 - markus@cvs.openbsd.org 2001/12/01 21:41:48
585 [session.c sshd.8]
586 don't pass user defined variables to /usr/bin/login
947b64c7 587 - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
588 [sftp-common.c]
589 zap };
010f9726 590 - itojun@cvs.openbsd.org 2001/12/05 03:50:01
591 [clientloop.c serverloop.c sshd.c]
592 deal with LP64 printf issue with sig_atomic_t. from thorpej
d5bb9418 593 - itojun@cvs.openbsd.org 2001/12/05 03:56:39
594 [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c
595 sshconnect2.c]
596 make it compile with more strict prototype checking
6aacefa7 597 - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
598 [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c
599 key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c
600 sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c]
601 minor KNF
663ebb32 602 - markus@cvs.openbsd.org 2001/12/05 15:04:48
603 [version.h]
604 post 3.0.2
6a92533a 605 - markus@cvs.openbsd.org 2001/12/05 16:54:51
606 [compat.c match.c match.h]
607 make theo and djm happy: bye bye regexp
2717fa0f 608 - markus@cvs.openbsd.org 2001/12/06 13:30:06
609 [servconf.c servconf.h sshd.8 sshd.c]
610 add -o to sshd, too. ok deraadt@
611 - (bal) Minor white space fix up in servconf.c
6056eb35 612
ffb8d130 61320011126
614 - (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
615 openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
616 Allow SSHD to install as service under WIndows 9x/Me
617 [configure.ac] Fix to allow linking against PCRE on Cygwin
618 Patches by Corinna Vinschen <vinschen@redhat.com>
619
20716479 62020011115
621 - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian
622 <djast@cs.toronto.edu> Fix from markus@
e41f14ae 623 - (djm) Release 3.0.1p1
20716479 624
9aba5a4d 62520011113
626 - (djm) Fix early (and double) free of remote user when using Kerberos.
627 Patch from Simon Wilkinson <simon@sxw.org.uk>
19e810f6 628 - (djm) AIX login{success,failed} changes. Move loginsuccess call to
629 do_authenticated. Call loginfailed for protocol 2 failures > MAX like
630 we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>,
631 K.Wolkersdorfer@fz-juelich.de and others
ede8cea6 632 - (djm) OpenBSD CVS Sync
633 - dugsong@cvs.openbsd.org 2001/11/11 18:47:10
634 [auth-krb5.c]
635 fix krb5 authorization check. found by <jhawk@MIT.EDU>. from
636 art@, deraadt@ ok
b0248360 637 - markus@cvs.openbsd.org 2001/11/12 11:17:07
638 [servconf.c]
639 enable authorized_keys2 again. tested by fries@
0bbf2240 640 - markus@cvs.openbsd.org 2001/11/13 02:03:57
641 [version.h]
642 enter 3.0.1
86b164b3 643 - (djm) Bump RPM package versions
9aba5a4d 644
3e4e3bc8 64520011112
646 - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>
d36ae718 647 - (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>
9ae3f727 648 - OpenBSD CVS Sync
649 - markus@cvs.openbsd.org 2001/10/24 08:41:41
650 [sshd.c]
651 mention remote port in debug message
f103187f 652 - markus@cvs.openbsd.org 2001/10/24 08:41:20
653 [ssh.c]
654 remove unused
67b75437 655 - markus@cvs.openbsd.org 2001/10/24 08:51:35
656 [clientloop.c ssh.c]
657 ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
c6940381 658 - markus@cvs.openbsd.org 2001/10/24 19:57:40
659 [clientloop.c]
660 make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
f564d016 661 - markus@cvs.openbsd.org 2001/10/25 21:14:32
662 [ssh-keygen.1 ssh-keygen.c]
663 better docu for fingerprinting, ok deraadt@
e8d59b4d 664 - markus@cvs.openbsd.org 2001/10/29 19:27:15
665 [sshconnect2.c]
666 hostbased: check for client hostkey before building chost
03cf595c 667 - markus@cvs.openbsd.org 2001/10/30 20:29:09
668 [ssh.1]
669 ssh.1
b4b701be 670 - markus@cvs.openbsd.org 2001/11/07 16:03:17
671 [packet.c packet.h sshconnect2.c]
672 pad using the padding field from the ssh2 packet instead of sending
673 extra ignore messages. tested against several other ssh servers.
10f22cd7 674 - markus@cvs.openbsd.org 2001/11/07 21:40:21
675 [ssh-rsa.c]
676 ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
abc4e9a7 677 - markus@cvs.openbsd.org 2001/11/07 22:10:28
678 [ssh-dss.c ssh-rsa.c]
679 missing free and sync dss/rsa code.
713d61f7 680 - markus@cvs.openbsd.org 2001/11/07 22:12:01
681 [sshd.8]
682 s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
f98585b0 683 - markus@cvs.openbsd.org 2001/11/07 22:41:51
684 [auth2.c auth-rh-rsa.c]
685 unused includes
27c47c0a 686 - markus@cvs.openbsd.org 2001/11/07 22:53:21
687 [channels.h]
688 crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
56b551e2 689 - markus@cvs.openbsd.org 2001/11/08 10:51:08
690 [readpass.c]
691 don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.
dd58cb5e 692 - markus@cvs.openbsd.org 2001/11/08 17:49:53
693 [ssh.1]
694 mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
fad3754c 695 - markus@cvs.openbsd.org 2001/11/08 20:02:24
696 [auth.c]
697 don't print ROOT in CAPS for the authentication messages, i.e.
698 Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
699 becomes
700 Accepted publickey for root from 127.0.0.1 port 42734 ssh2
b3ad8fe6 701 - markus@cvs.openbsd.org 2001/11/09 18:59:23
702 [clientloop.c serverloop.c]
703 don't memset too much memory, ok millert@
704 original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com
ac28afd8 705 - markus@cvs.openbsd.org 2001/11/10 13:19:45
706 [sshd.c]
e15895cd 707 cleanup libwrap support (remove bogus comment, bogus close(), add
708 debug, etc).
5d4446bf 709 - markus@cvs.openbsd.org 2001/11/10 13:22:42
710 [ssh-rsa.c]
711 KNF (unexpand)
ec413a68 712 - markus@cvs.openbsd.org 2001/11/10 13:37:20
713 [packet.c]
714 remove extra debug()
5df83e07 715 - markus@cvs.openbsd.org 2001/11/11 13:02:31
716 [servconf.c]
e15895cd 717 make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if
718 AuthorizedKeysFile is specified.
719 - (djm) Reorder portable-specific server options so that they come first.
720 This should help reduce diff collisions for new server options (as they
721 will appear at the end)
3e4e3bc8 722
78afd1dc 72320011109
724 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
725 if permit_empty_passwd == 0 so null password check cannot be bypassed.
726 jayaraj@amritapuri.com OpenBSD bug 2168
30f60c34 727 - markus@cvs.openbsd.org 2001/11/09 19:08:35
728 [sshd.c]
729 remove extra trailing dot from log message; pilot@naughty.monkey.org
730
7c6d759d 73120011103
732 - (tim) [ contrib/caldera/openssh.spec contrib/caldera/sshd.init] Updates
733 from Raymund Will <ray@caldera.de>
734 [acconfig.h configure.in] Clean up login checks.
735 Problem reported by Jim Knoble <jmknoble@pobox.com>
736
73720011101
58389b85 738 - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)
739
548fd014 74020011031
741 - (djm) Unsmoke drugs: config files should be noreplace.
742
b013a983 74320011030
744 - (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6
745 by default (can force IPv4 using --define "noipv6 1")
746
40d0f6b9 74720011029
748 - (tim) [TODO defines.h loginrec.c] Change the references to configure.in
749 to configure.ac
750
9f214051 75120011028
752 - (djm) Avoid bug in Solaris PAM libs
7eb73cc1 753 - (djm) Disconnect if no tty and PAM reports password expired
9678565b 754 - (djm) Fix for PAM password changes being echoed (from stevesk)
840ad55e 755 - (stevesk) Fix compile problem with PAM password change fix
37a8edf7 756 - (stevesk) README: zlib location is http://www.gzip.org/zlib/
9f214051 757
c8c15bcb 75820011027
759 - (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
760 Patch by Robert Dahlem <Robert.Dahlem@siemens.com>
761
9e127e27 76220011026
763 - (bal) Set the correct current time in login_utmp_only(). Patch by
764 Wayne Davison <wayned@users.sourceforge.net>
fd96c060 765 - (tim) [scard/Makefile.in] Fix install: when building outside of source
766 tree and using --src=/full_path/to/openssh
767 Patch by Mark D. Baushke <mdb@juniper.net>
9e127e27 768
d321c94b 76920011025
770 - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch
771 by todd@
5a162955 772 - (tim) [configure.ac] Give path given in --with-xxx= for pcre,zlib, and
773 tcp-wrappers precedence over system libraries and includes.
774 Report from Dave Dykstra <dwd@bell-labs.com>
d321c94b 775
95c88805 77620011024
777 - (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already.
451dab40 778 - (tim) configure.in -> configure.ac
95c88805 779
bc86d864 78020011023
781 - (bal) Updated version to 3.0p1 in preparing for release.
7f0a4ff1 782 - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
051809f6 783 - (tim) [configure.in] Fix test for broken dirname. Based on patch from
784 Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
785 [contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
786 contrib/suse/openssh.spec] Update version to match version.h
bc86d864 787
ce49121d 78820011022
789 - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
790 Report from Michal Zalewski <lcamtuf@coredump.cx>
791
98a7c37b 79220011021
793 - (tim) [configure.in] Clean up library testing. Add optional PATH to
794 --with-pcre, --with-zlib, and --with-tcp-wrappers. Based on
795 patch by albert chin (china@thewrittenword.com)
796 Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading
797 of patches to configure.in. Replace obsolete AC_STRUCT_ST_BLKSIZE
798 with AC_CHECK_MEMBERS. Add test for broken dirname() on
799 Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu>
800 [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t test.
801 patch by albert chin (china@thewrittenword.com)
802 [scp.c] Replace obsolete HAVE_ST_BLKSIZE with
803 HAVE_STRUCT_STAT_ST_BLKSIZE.
804 [Makefile.in] When running make in top level, always do make
805 in openbsd-compat. patch by Dave Dykstra <dwd@bell-labs.com>
806
09a3bd6d 80720011019
808 - (bal) Fixed up init.d symlink issue and piddir stuff. Patches by
809 Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de
810
418e724c 81120011012
812 - (djm) OpenBSD CVS Sync
813 - markus@cvs.openbsd.org 2001/10/10 22:18:47
814 [channels.c channels.h clientloop.c nchan.c serverloop.c]
815 [session.c session.h]
816 try to keep channels open until an exit-status message is sent.
817 don't kill the login shells if the shells stdin/out/err is closed.
818 this should now work:
819 ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
efcc9957 820 - markus@cvs.openbsd.org 2001/10/11 13:45:21
821 [session.c]
822 delay detach of session if a channel gets closed but the child is
823 still alive. however, release pty, since the fd's to the child are
824 already closed.
fd6cfbaf 825 - markus@cvs.openbsd.org 2001/10/11 15:24:00
826 [clientloop.c]
827 clear select masks if we return before calling select().
b0454d44 828 - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
aeabbb30 829 - (djm) Clean some autoconf-2.52 junk when doing "make distclean"
8140f2aa 830 - (djm) Cleanup sshpty.c a little
6e464960 831 - (bal) First wave of contrib/solaris/ package upgrades. Still more
832 work needs to be done, but it is a 190% better then the stuff we
833 had before!
78c84f13 834 - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
835 set right.
418e724c 836
c48c32c1 83720011010
838 - (djm) OpenBSD CVS Sync
839 - markus@cvs.openbsd.org 2001/10/04 14:34:16
840 [key.c]
841 call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
0c139bd1 842 - markus@cvs.openbsd.org 2001/10/04 15:05:40
843 [channels.c serverloop.c]
844 comment out bogus conditions for selecting on connection_in
72176c0e 845 - markus@cvs.openbsd.org 2001/10/04 15:12:37
846 [serverloop.c]
847 client_alive_check cleanup
a2c92c4a 848 - markus@cvs.openbsd.org 2001/10/06 00:14:50
849 [sshconnect.c]
850 remove unused argument
05fd093c 851 - markus@cvs.openbsd.org 2001/10/06 00:36:42
852 [session.c]
853 fix typo in error message, sync with do_exec_nopty
01e9ef57 854 - markus@cvs.openbsd.org 2001/10/06 11:18:19
855 [sshconnect1.c sshconnect2.c sshconnect.c]
856 unify hostkey check error messages, simplify prompt.
2cdccb44 857 - markus@cvs.openbsd.org 2001/10/07 10:29:52
858 [authfile.c]
859 grammer; Matthew_Clarke@mindlink.bc.ca
639cb8ab 860 - markus@cvs.openbsd.org 2001/10/07 17:49:40
861 [channels.c channels.h]
862 avoid possible FD_ISSET overflow for channels established
863 during channnel_after_select() (used for dynamic channels).
f3964cb9 864 - markus@cvs.openbsd.org 2001/10/08 11:48:57
865 [channels.c]
866 better debug
32af6a3f 867 - markus@cvs.openbsd.org 2001/10/08 16:15:47
868 [sshconnect.c]
869 use correct family for -b option
dab89049 870 - markus@cvs.openbsd.org 2001/10/08 19:05:05
871 [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
872 some more IPv4or6 cleanup
873 - markus@cvs.openbsd.org 2001/10/09 10:12:08
874 [session.c]
875 chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
01855277 876 - markus@cvs.openbsd.org 2001/10/09 19:32:49
877 [session.c]
878 stat subsystem command before calling do_exec, and return error to client.
9d1b2faa 879 - markus@cvs.openbsd.org 2001/10/09 19:51:18
880 [serverloop.c]
881 close all channels if the connection to the remote host has been closed,
882 should fix sshd's hanging with WCHAN==wait
d5f24f94 883 - markus@cvs.openbsd.org 2001/10/09 21:59:41
884 [channels.c channels.h serverloop.c session.c session.h]
885 simplify session close: no more delayed session_close, no more
886 blocking wait() calls.
b6a71cd2 887 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
8782141f 888 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c
c48c32c1 889
46dfe5ef 89020011007
891 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
892 Prompted by Matthew Vernon <matthew@sel.cam.ac.uk>
893
822593d4 89420011005
895 - (bal) AES works under Cray, no more hack.
896
63fa6b6c 89720011004
898 - (bal) nchan2.ms resync. BSD License applied.
899
c8a62153 90020011003
901 - (bal) CVS ID fix up in version.h
b6350327 902 - (bal) OpenBSD CVS Sync:
903 - markus@cvs.openbsd.org 2001/09/27 11:58:16
904 [compress.c]
905 mem leak; chombier@mac.com
906 - markus@cvs.openbsd.org 2001/09/27 11:59:37
907 [packet.c]
908 missing called=1; chombier@mac.com
aa8003d6 909 - markus@cvs.openbsd.org 2001/09/27 15:31:17
910 [auth2.c auth2-chall.c sshconnect1.c]
911 typos; from solar
5b263aae 912 - camield@cvs.openbsd.org 2001/09/27 17:53:24
913 [sshd.8]
914 don't talk about compile-time options
915 ok markus@
e99a518a 916 - djm@cvs.openbsd.org 2001/09/28 12:07:09
917 [ssh-keygen.c]
918 bzero private key after loading to smartcard; ok markus@
f67792f2 919 - markus@cvs.openbsd.org 2001/09/28 15:46:29
920 [ssh.c]
921 bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
5720c10e 922 - markus@cvs.openbsd.org 2001/10/01 08:06:28
923 [scp.c]
924 skip filenames containing \n; report jdamery@chiark.greenend.org.uk
925 and matthew@debian.org
5e4a7219 926 - markus@cvs.openbsd.org 2001/10/01 21:38:53
927 [channels.c channels.h ssh.c sshd.c]
928 remove ugliness; vp@drexel.edu via angelos
8bbc048a 929 - markus@cvs.openbsd.org 2001/10/01 21:51:16
930 [readconf.c readconf.h ssh.1 sshconnect.c]
931 add NoHostAuthenticationForLocalhost; note that the hostkey is
932 now check for localhost, too.
e0543e42 933 - djm@cvs.openbsd.org 2001/10/02 08:38:50
934 [ssh-add.c]
935 return non-zero exit code on error; ok markus@
e4d7f734 936 - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
937 [sshd.c]
938 #include "channels.h" for channel_set_af()
76fbdd47 939 - markus@cvs.openbsd.org 2001/10/03 10:01:20
940 [auth.c]
941 use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
c8a62153 942
d9d47a26 94320011001
944 - (stevesk) loginrec.c: fix type conversion problems exposed when using
945 64-bit off_t.
946
d8d6c87e 94720010929
948 - (bal) move reading 'config.h' up higher. Patch by albert chin
949 <china@thewrittenword.com)
950
fc1fc39e 95120010928
952 - (djm) OpenBSD CVS sync:
953 - djm@cvs.openbsd.org 2001/09/28 09:49:31
954 [scard.c]
955 Fix segv when smartcard communication error occurs during key load.
956 ok markus@
e3d5570b 957 - (djm) Update spec files for new x11-askpass
fc1fc39e 958
8a9ac95d 95920010927
960 - (stevesk) session.c: declare do_pre_login() before use
961 wayned@users.sourceforge.net
962
aa9f6a6e 96320010925
964 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
168edd95 965 - (djm) Sync $sysconfdir/moduli
948fd8b9 966 - (djm) Add AC_SYS_LARGEFILE configure test
4f9d80ee 967 - (djm) Avoid bad and unportable sprintf usage in compat code
aa9f6a6e 968
57dade33 96920010923
970 - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
971 by stevesk@
927c3e15 972 - (bal) Removed 'extern int optopt;' since it is dead wood.
8ead88d3 973 - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
57dade33 974
8ab12eb4 97520010923
976 - (bal) OpenBSD CVS Sync
977 - markus@cvs.openbsd.org 2001/09/23 11:09:13
978 [authfile.c]
979 relax permission check for private key files.
157fc8e1 980 - markus@cvs.openbsd.org 2001/09/23 09:58:13
981 [LICENCE]
982 new rijndael implementation
8ab12eb4 983
64bdafe1 98420010920
985 - (tim) [scard/Makefile.in] Don't strip the Java binary
4a38efad 986 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
fc7eca52 987 - (bal) OpenBSD CVS Sync
988 - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
989 [sshd.8]
990 fix ClientAliveCountMax
ddcfed57 991 - markus@cvs.openbsd.org 2001/09/20 13:46:48
992 [auth2.c]
993 key_read returns now -1 or 1
bcdb96c2 994 - markus@cvs.openbsd.org 2001/09/20 13:50:40
995 [compat.c compat.h ssh.c]
996 bug compat: request a dummy channel for -N (no shell) sessions +
997 cleanup; vinschen@redhat.com
4a778de1 998 - mouring@cvs.openbsd.org 2001/09/20 20:57:51
999 [sshd_config]
1000 CheckMail removed. OKed stevesk@
64bdafe1 1001
4cdbc654 100220010919
35c69348 1003 - (bal) OpenBSD Sync
4cdbc654 1004 - markus@cvs.openbsd.org 2001/09/19 10:08:51
1005 [sshd.8]
1006 command=xxx applies to subsystem now, too
cb8c7bad 1007 - markus@cvs.openbsd.org 2001/09/19 13:23:29
1008 [key.c]
1009 key_read() now returns -1 on type mismatch, too
e1c5bfaf 1010 - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
1011 [readconf.c readconf.h scp.c sftp.c ssh.1]
1012 add ClearAllForwardings ssh option and set it in scp and sftp; ok
1013 markus@
f34f05d5 1014 - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
1015 [authfd.c]
1016 use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens
1017 blesses this and we do it this way elsewhere. this helps in
1018 portable because not all systems have SUN_LEN() and
1019 sockaddr_un.sun_len. ok markus@
2043936f 1020 - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
1021 [sshd.8]
1022 missing -t in usage
368bae7d 1023 - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
1024 [sshd.8]
1025 don't advertise -V in usage; ok markus@
35c69348 1026 - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.
4cdbc654 1027
d0b19c95 102820010918
46a831dd 1029 - (djm) Configure support for smartcards. Based on Ben's work.
fef4ea6b 1030 - (djm) Revert setgroups call, it causes problems on OS-X
46a831dd 1031 - (djm) Avoid warning on BSDgetopt
93816ec8 1032 - (djm) More makefile infrastructre for smartcard support, also based
1033 on Ben's work
4b255446 1034 - (djm) Specify --datadir in RPM spec files so smartcard applet gets
1035 put somewhere sane. Add Ssh.bin to manifest.
69c94072 1036 - (djm) Make smartcard support conditional in Redhat RPM spec
1a77481c 1037 - (bal) LICENCE update. Has not been done in a while.
f49df8e9 1038 - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
1039 returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
1040 check. ok Lutz Jaenicke
35c69348 1041 - (bal) OpenBSD CVS Sync
f1278af7 1042 - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
1043 [scp.1 scp.c sftp.1 sftp.c]
1044 add -Fssh_config option; ok markus@
cf54363d 1045 - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
1046 [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
1047 u_char*/char* cleanup; ok markus
4e842b5e 1048 - markus@cvs.openbsd.org 2001/09/17 20:22:14
1049 [scard.c]
1050 never keep a connection to the smartcard open.
1051 allows ssh-keygen -D U while the agent is running; report from
1052 jakob@
e3c1c3e6 1053 - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
1054 [sftp.1 sftp.c]
1055 cleanup and document -1, -s and -S; ok markus@
f7436b8c 1056 - markus@cvs.openbsd.org 2001/09/17 20:50:22
1057 [key.c ssh-keygen.c]
1058 better error handling if you try to export a bad key to ssh.com
a5f82435 1059 - markus@cvs.openbsd.org 2001/09/17 20:52:47
1060 [channels.c channels.h clientloop.c]
1061 try to fix agent-forwarding-backconnection-bug, as seen on HPUX,
1062 for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
780a9951 1063 - markus@cvs.openbsd.org 2001/09/17 21:04:02
1064 [channels.c serverloop.c]
1065 don't send fake dummy packets on CR (\r)
1066 bugreport from yyua@cs.sfu.ca via solar@@openwall.com
b6761a3e 1067 - markus@cvs.openbsd.org 2001/09/17 21:09:47
1068 [compat.c]
1069 more versions suffering the SSH_BUG_DEBUG bug;
1070 3.0.x reported by dbutts@maddog.storability.com
edaeb835 1071 - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
1072 [scp.1]
1073 missing -B in usage string
d0b19c95 1074
d31a32a4 107520010917
1076 - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
cb547f98 1077 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
1078 rename getopt() to BSDgetopt() to keep form conflicting with
1079 system getopt().
1080 [Makefile.in configure.in] disable filepriv until I can add
1081 missing procpriv calls.
d31a32a4 1082
95d00a03 108320010916
1084 - (djm) Workaround XFree breakage in RPM spec file
6fcf67f7 1085 - (bal) OpenBSD CVS Sync
1086 - markus@cvs.openbsd.org 2001/09/16 14:46:54
1087 [session.c]
1088 calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
1089 pr 1943b
95d00a03 1090
0e0144b7 109120010915
1092 - (djm) Make do_pre_login static to avoid prototype #ifdef hell
0fd6c7a9 1093 - (djm) Sync scard/ stuff
23c098ba 1094 - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
1095 Redhat
94a29edc 1096 - (djm) Redhat initscript config sanity checking from Pekka Savola
1097 <pekkas@netcore.fi>
e72ff812 1098 - (djm) Clear supplemental groups at sshd start to prevent them from
1099 being propogated to random PAM modules. Based on patch from Redhat via
1100 Pekka Savola <pekkas@netcore.fi>
a2cb4268 1101 - (djm) Make sure rijndael.c picks config.h
1102 - (djm) Ensure that u_char gets defined
0e0144b7 1103
dcf29cf8 110420010914
1105 - (bal) OpenBSD CVS Sync
1106 - markus@cvs.openbsd.org 2001/09/13
1107 [rijndael.c rijndael.h]
1108 missing $OpenBSD
fd022eed 1109 - markus@cvs.openbsd.org 2001/09/14
1110 [session.c]
1111 command=xxx overwrites subsystems, too
9658ecbc 1112 - markus@cvs.openbsd.org 2001/09/14
1113 [sshd.c]
1114 typo
fd022eed 1115
88c3bfe0 111620010913
1117 - (bal) OpenBSD CVS Sync
1118 - markus@cvs.openbsd.org 2001/08/23 11:31:59
1119 [cipher.c cipher.h]
1120 switch to the optimised AES reference code from
1121 http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
1122
5c53a31e 112320010912
1124 - (bal) OpenBSD CVS Sync
1125 - jakob@cvs.openbsd.org 2001/08/16 19:18:34
1126 [servconf.c servconf.h session.c sshd.8]
1127 deprecate CheckMail. ok markus@
54bf768d 1128 - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
1129 [ssh.1 sshd.8]
1130 document case sensitivity for ssh, sshd and key file
1131 options and arguments; ok markus@
6d7b3036 1132 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
1133 [servconf.h]
1134 typo in comment
ae897d7c 1135 - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
1136 [ssh.1 sshd.8]
1137 minor typos and cleanup
c78e5800 1138 - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
1139 [ssh.1]
1140 hostname not optional; ok markus@
9495bfc5 1141 - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
1142 [sshd.8]
1143 no rexd; ok markus@
29999e54 1144 - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
1145 [ssh.1]
1146 document cipher des for protocol 1; ok deraadt@
8fbc356d 1147 - camield@cvs.openbsd.org 2001/08/23 17:59:31
1148 [sshd.c]
1149 end request with 0, not NULL
1150 ok markus@
d866473d 1151 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
1152 [ssh-agent.1]
1153 fix usage; ok markus@
75304f85 1154 - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
1155 [ssh-add.1 ssh-keyscan.1]
1156 minor cleanup
b7f79e7a 1157 - danh@cvs.openbsd.org 2001/08/27 22:02:13
1158 [ssh-keyscan.c]
1159 fix memory fault if non-existent filename is given to the -f option
1160 ok markus@
14e4a15f 1161 - markus@cvs.openbsd.org 2001/08/28 09:51:26
1162 [readconf.c]
1163 don't set DynamicForward unless Host matches
e591b98a 1164 - markus@cvs.openbsd.org 2001/08/28 15:39:48
1165 [ssh.1 ssh.c]
1166 allow: ssh -F configfile host
46660a9e 1167 - markus@cvs.openbsd.org 2001/08/29 20:44:03
1168 [scp.c]
1169 clear the malloc'd buffer, otherwise source() will leak malloc'd
1170 memory; ok theo@
e675b851 1171 - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
1172 [sshd.8]
1173 add text about -u0 preventing DNS requests; ok markus@
4c780c2a 1174 - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
1175 [ssh.1 ssh.c]
1176 document -D and DynamicForward; ok markus@
d2e3df16 1177 - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
1178 [ssh.c]
1179 validate ports for -L/-R; ok markus@
70068acc 1180 - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
1181 [ssh.1 sshd.8]
1182 additional documentation for GatewayPorts; ok markus@
ad3e169f 1183 - naddy@cvs.openbsd.org 2001/08/30 15:42:36
1184 [ssh.1]
1185 add -D to synopsis line; ok markus@
3a8aabf0 1186 - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
1187 [readconf.c ssh.1]
1188 validate ports for LocalForward/RemoteForward.
1189 add host/port alternative syntax for IPv6 (like -L/-R).
1190 ok markus@
ed787d14 1191 - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
1192 [auth-options.c sshd.8]
1193 validate ports for permitopen key file option. add host/port
1194 alternative syntax for IPv6. ok markus@
4278ff63 1195 - markus@cvs.openbsd.org 2001/08/30 22:22:32
1196 [ssh-keyscan.c]
1197 do not pass pointers to longjmp; fix from wayne@blorf.net
6b759005 1198 - markus@cvs.openbsd.org 2001/08/31 11:46:39
1199 [sshconnect2.c]
93111dfa 1200 disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
1201 messages
1202 - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
1203 [readconf.c readconf.h ssh.c]
1204 fatal() for nonexistent -Fssh_config. ok markus@
91789042 1205 - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
1206 [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
1207 avoid first person in manual pages
3a222388 1208 - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
1209 [scp.c]
1210 don't forward agent for non third-party copies; ok markus@
5c53a31e 1211
c6ed03bd 121220010815
1213 - (bal) Fixed stray code in readconf.c that went in by mistake.
65e683bd 1214 - OpenBSD CVS Sync
1215 - markus@cvs.openbsd.org 2001/08/07 10:37:46
1216 [authfd.c authfd.h]
1217 extended failure messages from galb@vandyke.com
c7f89f1f 1218 - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
1219 [scp.1]
1220 when describing the -o option, give -o Protocol=1 as the specific example
1221 since we are SICK AND TIRED of clueless people who cannot have difficulty
1222 thinking on their own.
f2f1bedd 1223 - markus@cvs.openbsd.org 2001/08/08 18:20:15
1224 [uidswap.c]
1225 permanently_set_uid is a noop if user is not privilegued;
1226 fixes bug on solaris; from sbi@uchicago.edu
58df8789 1227 - markus@cvs.openbsd.org 2001/08/08 21:34:19
1228 [uidswap.c]
1229 undo last change; does not work for sshd
c3abff07 1230 - jakob@cvs.openbsd.org 2001/08/11 22:51:27
1231 [ssh.c tildexpand.c]
1232 fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>.
1233 ok markus@
4fa5a4db 1234 - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
1235 [scp.c]
1236 don't need main prototype (also sync with rcp); ok markus@
68874d2b 1237 - markus@cvs.openbsd.org 2001/08/14 09:23:02
1238 [sftp.1 sftp-int.c]
1239 "bye"; hk63a@netscape.net
38539909 1240 - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
1241 [scp.1 sftp.1 ssh.1]
1242 consistent documentation and example of ``-o ssh_option'' for sftp and
1243 scp; document keyword=argument for ssh.
41cb4569 1244 - (bal) QNX resync. OK tim@
c6ed03bd 1245
3454ff55 124620010814
1247 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
1248 for some #ifdef _CRAY code; ok wendyp@cray.com
5bd6962b 1249 - (stevesk) sshpty.c: return 0 on error in cray pty code;
1250 ok wendyp@cray.com
4809bc4c 1251 - (stevesk) bsd-cray.c: utmp strings are not C strings
8280a5ae 1252 - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
3454ff55 1253
d89a02d4 125420010812
1255 - (djm) Fix detection of long long int support. Based on patch from
1256 Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
1257
7ef909d3 125820010808
1259 - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be
1260 _BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
1261
a704dd54 126220010807
1263 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
1264 openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
1265 in. Needed for sshconnect.c
1266 [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
1267 [configure.in] make tests with missing libraries fail
1268 patch by Wendy Palm <wendyp@cray.com>
1269 Added openbsd-compat/bsd-cray.h. Selective patches from
1270 William L. Jones <jones@mail.utexas.edu>
1271
4f7893dc 127220010806
1273 - OpenBSD CVS Sync
1274 - markus@cvs.openbsd.org 2001/07/22 21:32:27
1275 [sshpty.c]
1276 update comment
0aea6c59 1277 - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
1278 [ssh.1]
1279 There is no option "Compress", point to "Compression" instead; ok
1280 markus
10a2cbef 1281 - markus@cvs.openbsd.org 2001/07/22 22:04:19
1282 [readconf.c ssh.1]
1283 enable challenge-response auth by default; ok millert@
248bad82 1284 - markus@cvs.openbsd.org 2001/07/22 22:24:16
1285 [sshd.8]
1286 Xr login.conf
9f37c0af 1287 - markus@cvs.openbsd.org 2001/07/23 09:06:28
1288 [sshconnect2.c]
1289 reorder default sequence of userauth methods to match ssh behaviour:
1290 hostbased,publickey,keyboard-interactive,password
29c440a0 1291 - markus@cvs.openbsd.org 2001/07/23 12:47:05
1292 [ssh.1]
1293 sync PreferredAuthentications
7fd9477e 1294 - aaron@cvs.openbsd.org 2001/07/23 14:14:18
1295 [ssh-keygen.1]
1296 Fix typo.
1bdee08c 1297 - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
1298 [auth2.c auth-rsa.c]
1299 use %lu; ok markus@
bac2ef55 1300 - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
1301 [xmalloc.c]
1302 no zero size xstrdup() error; ok markus@
55684f0c 1303 - markus@cvs.openbsd.org 2001/07/25 11:59:35
1304 [scard.c]
1305 typo in comment
ce773142 1306 - markus@cvs.openbsd.org 2001/07/25 14:35:18
1307 [readconf.c ssh.1 ssh.c sshconnect.c]
1308 cleanup connect(); connection_attempts 4 -> 1; from
1309 eivind@freebsd.org
f87f09aa 1310 - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
1311 [sshd.8 sshd.c]
1312 add -t option to test configuration file and keys; pekkas@netcore.fi
1313 ok markus@
c42158fe 1314 - rees@cvs.openbsd.org 2001/07/26 20:04:27
1315 [scard.c ssh-keygen.c]
1316 Inquire Cyberflex class for 0xf0 cards
1317 change aid to conform to 7816-5
1318 remove gratuitous fid selects
2e23cde0 1319 - millert@cvs.openbsd.org 2001/07/27 14:50:45
1320 [ssh.c]
1321 If smart card support is compiled in and a smart card is being used
1322 for authentication, make it the first method used. markus@ OK
0b2988ca 1323 - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
1324 [scp.c]
1325 shorten lines
7f19f8bb 1326 - markus@cvs.openbsd.org 2001/07/28 09:21:15
1327 [sshd.8]
1328 cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
79a6cb5c 1329 - mouring@cvs.openbsd.org 2001/07/29 17:02:46
1330 [scp.1]
1331 Clarified -o option in scp.1 OKed by Markus@
0b595937 1332 - jakob@cvs.openbsd.org 2001/07/30 16:06:07
1333 [scard.c scard.h]
1334 better errorcodes from sc_*; ok markus@
d6192346 1335 - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
1336 [rijndael.c rijndael.h]
1337 new BSD-style license:
1338 Brian Gladman <brg@gladman.plus.com>:
1339 >I have updated my code at:
1340 >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
1341 >with a copyright notice as follows:
1342 >[...]
1343 >I am not sure which version of my old code you are using but I am
1344 >happy for the notice above to be substituted for my existing copyright
1345 >intent if this meets your purpose.
71b7a18e 1346 - jakob@cvs.openbsd.org 2001/07/31 08:41:10
1347 [scard.c]
1348 do not complain about missing smartcards. ok markus@
eea098a3 1349 - jakob@cvs.openbsd.org 2001/07/31 09:28:44
1350 [readconf.c readconf.h ssh.1 ssh.c]
1351 add 'SmartcardDevice' client option to specify which smartcard device
1352 is used to access a smartcard used for storing the user's private RSA
1353 key. ok markus@.
88690211 1354 - jakob@cvs.openbsd.org 2001/07/31 12:42:50
1355 [sftp-int.c sftp-server.c]
1356 avoid paths beginning with "//"; <vinschen@redhat.com>
1357 ok markus@
2251e099 1358 - jakob@cvs.openbsd.org 2001/07/31 12:53:34
1359 [scard.c]
1360 close smartcard connection if card is missing
9ff6f66f 1361 - markus@cvs.openbsd.org 2001/08/01 22:03:33
1362 [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c
1363 ssh-agent.c ssh.c]
1364 use strings instead of ints for smartcard reader ids
1930af48 1365 - markus@cvs.openbsd.org 2001/08/01 22:16:45
1366 [ssh.1 sshd.8]
1367 refer to current ietf drafts for protocol v2
4f831fd7 1368 - markus@cvs.openbsd.org 2001/08/01 23:33:09
1369 [ssh-keygen.c]
1370 allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
1371 like sectok).
1a23ac2c 1372 - markus@cvs.openbsd.org 2001/08/01 23:38:45
05b7537a 1373 [scard.c ssh.c]
1374 support finish rsa keys.
1375 free public keys after login -> call finish -> close smartcard.
93a56445 1376 - markus@cvs.openbsd.org 2001/08/02 00:10:17
1377 [ssh-keygen.c]
1378 add -D readerid option (download, i.e. print public RSA key to stdout).
1379 check for card present when uploading keys.
1380 use strings instead of ints for smartcard reader ids, too.
285d2b15 1381 - jakob@cvs.openbsd.org 2001/08/02 08:58:35
1382 [ssh-keygen.c]
1383 change -u (upload smartcard key) to -U. ok markus@
58153e34 1384 - jakob@cvs.openbsd.org 2001/08/02 15:06:52
1385 [ssh-keygen.c]
1386 more verbose usage(). ok markus@
f0d6bdcf 1387 - jakob@cvs.openbsd.org 2001/08/02 15:07:23
1388 [ssh-keygen.1]
1389 document smartcard upload/download. ok markus@
315dfb04 1390 - jakob@cvs.openbsd.org 2001/08/02 15:32:10
1391 [ssh.c]
1392 add smartcard to usage(). ok markus@
3e984472 1393 - jakob@cvs.openbsd.org 2001/08/02 15:43:57
1394 [ssh-agent.c ssh.c ssh-keygen.c]
1395 add /* SMARTCARD */ to #else/#endif. ok markus@
1a23ac2c 1396 - jakob@cvs.openbsd.org 2001/08/02 16:14:05
dd2495cb 1397 [scard.c ssh-agent.c ssh.c ssh-keygen.c]
1398 clean up some /* SMARTCARD */. ok markus@
0f6d5acf 1399 - mpech@cvs.openbsd.org 2001/08/02 18:37:35
1400 [ssh-keyscan.1]
1401 o) .Sh AUTHOR -> .Sh AUTHORS;
1402 o) .Sh EXAMPLE -> .Sh EXAMPLES;
1403 o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
1404
1405 millert@ ok
5a26334c 1406 - jakob@cvs.openbsd.org 2001/08/03 10:31:19
1407 [ssh-add.1]
1408 document smartcard options. ok markus@
33e766d2 1409 - jakob@cvs.openbsd.org 2001/08/03 10:31:30
1410 [ssh-add.c ssh-agent.c ssh-keyscan.c]
1411 improve usage(). ok markus@
5061072f 1412 - markus@cvs.openbsd.org 2001/08/05 23:18:20
1413 [ssh-keyscan.1 ssh-keyscan.c]
1414 ssh 2 support; from wayned@users.sourceforge.net
578954b1 1415 - markus@cvs.openbsd.org 2001/08/05 23:29:58
1416 [ssh-keyscan.c]
1417 make -t dsa work with commercial servers, too
cddb9003 1418 - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
1419 [scp.c]
1420 use alarm vs. setitimer for portable; ok markus@
94796c10 1421 - (bal) ssh-keyscan double -lssh hack due to seed_rng().
1a23ac2c 1422 - (bal) Second around of UNICOS patches. A few other things left.
1423 Patches by William L. Jones <jones@mail.utexas.edu>
4f7893dc 1424
29a47408 142520010803
1426 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
1427 a fast UltraSPARC.
1428
42ad0eec 142920010726
1430 - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
1431 handler has converged.
1432
aa7dbcdd 143320010725
1434 - (bal) Added 'install-nokeys' to Makefile to assist package builders.
1435
0b7d19eb 143620010724
1437 - (bal) 4711 not 04711 for ssh binary.
1438
ca5c7d6a 143920010722
1440 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
1441 myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
1442 Added openbsd-compat/bsd-cray.c. Rest will be merged after
1443 approval. Selective patches from William L. Jones
1444 <jones@mail.utexas.edu>
7458aff1 1445 - OpenBSD CVS Sync
1446 - markus@cvs.openbsd.org 2001/07/18 21:10:43
1447 [sshpty.c]
1448 pr #1946, allow sshd if /dev is readonly
ec9f3450 1449 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
1450 [ssh-agent.c]
1451 chdir("/") from bbraun@synack.net; ok markus@
5bef3c35 1452 - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
1453 [ssh.1]
1454 escape chars are below now
7efa8482 1455 - markus@cvs.openbsd.org 2001/07/20 14:46:11
1456 [ssh-agent.c]
1457 do not exit() from signal handlers; ok deraadt@
491f5f7b 1458 - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
1459 [ssh.1]
1460 "the" command line
ca5c7d6a 1461
979b0a64 146220010719
1463 - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
1464 report from Mark Miller <markm@swoon.net>
1465
6e69a45d 146620010718
1467 - OpenBSD CVS Sync
2c5b1791 1468 - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
1469 [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
1470 delete spurious #includes; ok deraadt@ markus@
68fa858a 1471 - markus@cvs.openbsd.org 2001/07/15 16:17:08
2c5b1791 1472 [serverloop.c]
1473 schedule client alive for ssh2 only, greg@cheers.bungi.com
2c71dfc1 1474 - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
1475 [ssh-agent.1]
1476 -d will not fork; ok markus@
d1fc1b88 1477 - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
68fa858a 1478 [ssh-agent.c]
d1fc1b88 1479 typo in usage; ok markus@
68fa858a 1480 - markus@cvs.openbsd.org 2001/07/17 20:48:42
1481 [ssh-agent.c]
e364646f 1482 update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
68fa858a 1483 - markus@cvs.openbsd.org 2001/07/17 21:04:58
1484 [channels.c channels.h clientloop.c nchan.c serverloop.c]
489aa2e9 1485 keep track of both maxfd and the size of the malloc'ed fdsets.
1486 update maxfd if maxfd gets closed.
c3941fa6 1487 - mouring@cvs.openbsd.org 2001/07/18 16:45:52
1488 [scp.c]
1489 Missing -o in scp usage()
68fa858a 1490 - (bal) Cleaned up trailing spaces in ChangeLog.
31fb6aaf 1491 - (bal) Allow sshd to switch user context without password for Cygwin.
1492 Patch by Corinna Vinschen <vinschen@redhat.com>
41fcc457 1493 - (bal) Updated cygwin README and ssh-host-config. Patch by
ad0cc858 1494 Corinna Vinschen <vinschen@redhat.com>
6e69a45d 1495
39c98ef7 149620010715
1497 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
1498 Josh Larios <jdlarios@cac.washington.edu>
c14e6239 1499 - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
1500 needed by openbsd-compat/fake-getaddrinfo.c
68fa858a 1501
6800f427 150220010714
1503 - (stevesk) change getopt() declaration
763a1a18 1504 - (stevesk) configure.in: use ll suffix for long long constant
1505 in snprintf() test
6800f427 1506
453b4bd0 150720010713
68fa858a 1508 - (djm) Enable /etc/nologin check on PAM systems, as some lack the
1509 pam_nologin module. Report from William Yodlowsky
453b4bd0 1510 <bsd@openbsd.rutgers.edu>
9912296f 1511 - (djm) Revert dirname fix, a better one is on its way.
1ee482c5 1512 - OpenBSD CVS Sync
1513 - markus@cvs.openbsd.org 2001/07/04 22:47:19
1514 [ssh-agent.c]
1515 ignore SIGPIPE when debugging, too
878b5225 1516 - markus@cvs.openbsd.org 2001/07/04 23:13:10
1517 [scard.c scard.h ssh-agent.c]
1518 handle card removal more gracefully, add sc_close() to scard.h
77261db4 1519 - markus@cvs.openbsd.org 2001/07/04 23:39:07
1520 [ssh-agent.c]
1521 for smartcards remove both RSA1/2 keys
a0e0f486 1522 - markus@cvs.openbsd.org 2001/07/04 23:49:27
1523 [ssh-agent.c]
1524 handle mutiple adds of the same smartcard key
62bb2c8f 1525 - espie@cvs.openbsd.org 2001/07/05 11:43:33
1526 [sftp-glob.c]
1527 Directly cast to the right type. Ok markus@
1528 - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
1529 [sshconnect1.c]
1530 statement after label; ok dugsong@
97de229c 1531 - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
1532 [servconf.c]
1533 fix ``MaxStartups max''; ok markus@
f5a1a01a 1534 - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
1535 [ssh.c]
1536 Use getopt(3); markus@ ok.
ed916b28 1537 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
1538 [session.c sftp-int.c]
1539 correct type on last arg to execl(); nordin@cse.ogi.edu
333b5ba7 1540 - markus@cvs.openbsd.org 2001/07/10 21:49:12
1541 [readpass.c]
1542 don't panic if fork or pipe fail (just return an empty passwd).
46d738cd 1543 - itojun@cvs.openbsd.org 2001/07/11 00:24:53
1544 [servconf.c]
68fa858a 1545 make it compilable in all 4 combination of KRB4/KRB5 settings.
46d738cd 1546 dugsong ok
1547 XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
1548 -I/usr/include/kerberosV?
afd501f9 1549 - markus@cvs.openbsd.org 2001/07/11 16:29:59
1550 [ssh.c]
1551 sort options string, fix -p, add -k
1552 - markus@cvs.openbsd.org 2001/07/11 18:26:15
1553 [auth.c]
1554 no need to call dirname(pw->pw_dir).
1555 note that dirname(3) modifies its argument on some systems.
82d95536 1556 - (djm) Reorder Makefile.in so clean targets work a little better when
1557 run directly from Makefile.in
1812a662 1558 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
453b4bd0 1559
85b08d98 156020010711
68fa858a 1561 - (djm) dirname(3) may modify its argument on glibc and other systems.
85b08d98 1562 Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
1563
a96070d4 156420010704
1565 - OpenBSD CVS Sync
1566 - markus@cvs.openbsd.org 2001/06/25 08:25:41
68fa858a 1567 [channels.c channels.h cipher.c clientloop.c compat.c compat.h
1568 hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
a96070d4 1569 session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
1570 update copyright for 2001
8a497b11 1571 - markus@cvs.openbsd.org 2001/06/25 17:18:27
1572 [ssh-keygen.1]
68fa858a 1573 sshd(8) will never read the private keys, but ssh(1) does;
8a497b11 1574 hugh@mimosa.com
6978866a 1575 - provos@cvs.openbsd.org 2001/06/25 17:54:47
1576 [auth.c auth.h auth-rsa.c]
68fa858a 1577 terminate secure_filename checking after checking homedir. that way
ffb215be 1578 it works on AFS. okay markus@
1579 - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
1580 [auth2.c sshconnect2.c]
1581 prototype cleanup; ok markus@
2b30154a 1582 - markus@cvs.openbsd.org 2001/06/26 02:47:07
1583 [ssh-keygen.c]
1584 allow loading a private RSA key to a cyberflex card.
ffdb5d70 1585 - markus@cvs.openbsd.org 2001/06/26 04:07:06
1586 [ssh-agent.1 ssh-agent.c]
1587 add debug flag
983def13 1588 - markus@cvs.openbsd.org 2001/06/26 04:59:59
1589 [authfd.c authfd.h ssh-add.c]
1590 initial support for smartcards in the agent
f7e5ac7b 1591 - markus@cvs.openbsd.org 2001/06/26 05:07:43
1592 [ssh-agent.c]
1593 update usage
2b5fe3b8 1594 - markus@cvs.openbsd.org 2001/06/26 05:33:34
1595 [ssh-agent.c]
1596 more smartcard support.
543baeea 1597 - mpech@cvs.openbsd.org 2001/06/26 05:48:07
1598 [sshd.8]
1599 remove unnecessary .Pp between .It;
1600 millert@ ok
0c9664c2 1601 - markus@cvs.openbsd.org 2001/06/26 05:50:11
1602 [auth2.c]
1603 new interface for secure_filename()
2a1e4639 1604 - itojun@cvs.openbsd.org 2001/06/26 06:32:58
68fa858a 1605 [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
1606 buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
1607 compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
1608 hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
2a1e4639 1609 radix.h readconf.h readpass.h rsa.h]
1610 prototype pedant. not very creative...
1611 - () -> (void)
1612 - no variable names
1c06a9ca 1613 - itojun@cvs.openbsd.org 2001/06/26 06:33:07
68fa858a 1614 [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
1615 sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
1c06a9ca 1616 ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
1617 prototype pedant. not very creative...
1618 - () -> (void)
1619 - no variable names
ced49be2 1620 - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
68fa858a 1621 [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
ced49be2 1622 servconf.c servconf.h session.c sshconnect1.c sshd.c]
68fa858a 1623 Kerberos v5 support for SSH1, mostly from Assar Westerlund
ced49be2 1624 <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
3474b2b4 1625 - markus@cvs.openbsd.org 2001/06/26 17:25:34
1626 [ssh.1]
1627 document SSH_ASKPASS; fubob@MIT.EDU
255cabd9 1628 - markus@cvs.openbsd.org 2001/06/26 17:27:25
68fa858a 1629 [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
1630 canohost.h channels.h cipher.h clientloop.h compat.h compress.h
1631 crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
1632 hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
1633 packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
1634 session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
1635 sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
255cabd9 1636 tildexpand.h uidswap.h uuencode.h xmalloc.h]
1637 remove comments from .h, since they are cut&paste from the .c files
1638 and out of sync
83f46621 1639 - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
1640 [servconf.c]
1641 #include <kafs.h>
57156994 1642 - markus@cvs.openbsd.org 2001/06/26 20:14:11
1643 [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
1644 add smartcard support to the client, too (now you can use both
1645 the agent and the client).
1646 - markus@cvs.openbsd.org 2001/06/27 02:12:54
1647 [serverloop.c serverloop.h session.c session.h]
1648 quick hack to make ssh2 work again.
80f8f24f 1649 - markus@cvs.openbsd.org 2001/06/27 04:48:53
1650 [auth.c match.c sshd.8]
1651 tridge@samba.org
d0bfe096 1652 - markus@cvs.openbsd.org 2001/06/27 05:35:42
1653 [ssh-keygen.c]
1654 use cyberflex_inq_class to inquire class.
2b63e803 1655 - markus@cvs.openbsd.org 2001/06/27 05:42:25
1656 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1657 s/generate_additional_parameters/rsa_generate_additional_parameters/
1658 http://www.humppa.com/
34e02b83 1659 - markus@cvs.openbsd.org 2001/06/27 06:26:36
1660 [ssh-add.c]
1661 convert to getopt(3)
d3260e12 1662 - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
1663 [ssh-keygen.c]
1664 '\0' terminated data[] is ok; ok markus@
49ccba9c 1665 - markus@cvs.openbsd.org 2001/06/29 07:06:34
1666 [ssh-keygen.c]
1667 new error handling for cyberflex_*
542d70b8 1668 - markus@cvs.openbsd.org 2001/06/29 07:11:01
1669 [ssh-keygen.c]
1670 initialize early
eea46d13 1671 - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
1672 [clientloop.c]
1673 sync function definition with declaration; ok markus@
8ab2cb35 1674 - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
1675 [channels.c]
1676 use socklen_t for getsockopt arg #5; ok markus@
b3f8a79c 1677 - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
1678 [channels.c channels.h clientloop.c]
1679 adress -> address; ok markus@
5b5d170c 1680 - markus@cvs.openbsd.org 2001/07/02 13:59:15
1681 [serverloop.c session.c session.h]
68fa858a 1682 wait until !session_have_children(); bugreport from
5b5d170c 1683 Lutz.Jaenicke@aet.TU-Cottbus.DE
613021ac 1684 - markus@cvs.openbsd.org 2001/07/02 22:29:20
1685 [readpass.c]
1686 do not return NULL, use "" instead.
666248da 1687 - markus@cvs.openbsd.org 2001/07/02 22:40:18
1688 [ssh-keygen.c]
1689 update for sectok.h interface changes.
3cf2be58 1690 - markus@cvs.openbsd.org 2001/07/02 22:52:57
1691 [channels.c channels.h serverloop.c]
1692 improve cleanup/exit logic in ssh2:
1693 stop listening to channels, detach channel users (e.g. sessions).
1694 wait for children (i.e. dying sessions), send exit messages,
1695 cleanup all channels.
637b033d 1696 - (bal) forget a few new files in sync up.
06be7c3b 1697 - (bal) Makefile fix up requires scard.c
ac96ca42 1698 - (stevesk) sync misc.h
9c328529 1699 - (stevesk) more sync for session.c
4f1f4d8d 1700 - (stevesk) sync servconf.h (comments)
afb9165e 1701 - (tim) [contrib/caldera/openssh.spec] sync with Caldera
d9e3d19f 1702 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
1703 issue warning (line 1: tokens ignored at end of directive line)
1704 - (tim) [sshconnect1.c] give the compiler something to do for success:
1705 if KRB5 and AFS are not defined
1706 (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
637b033d 1707
aa8d09da 170820010629
1709 - (bal) Removed net_aton() since we don't use it any more
64c4b8d7 1710 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
7af3215a 1711 - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>.
16adf618 1712 - (stevesk) remove _REENTRANT #define
16995a2c 1713 - (stevesk) session.c: use u_int for envsize
6a26f353 1714 - (stevesk) remove cli.[ch]
aa8d09da 1715
f11065cb 171620010628
1717 - (djm) Sync openbsd-compat with -current libc
68fa858a 1718 - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
050df9db 1719 broken makefile
07608451 1720 - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
1721 - (bal) Remove getusershell() since it's no longer used.
f11065cb 1722
78220944 172320010627
1724 - (djm) Reintroduce pam_session call for non-pty sessions.
68fa858a 1725 - (djm) Remove redundant and incorrect test for max auth attempts in
1726 PAM kbdint code. Based on fix from Matthew Melvin
763dfdf0 1727 <matthewm@webcentral.com.au>
f0194608 1728 - (djm) Rename sysconfdir/primes => sysconfdir/moduli
68fa858a 1729 - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
ff4955c9 1730 existing primes->moduli if it exists.
0eb1a22d 1731 - (djm) Sync with -current openbsd-compat/readpassphrase.c:
1732 - djm@cvs.openbsd.org 2001/06/27 13:23:30
1733 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
5ed2bb5b 1734 - (djm) Turn up warnings if gcc or egcs detected
b8fea62d 1735 - (stevesk) for HP-UX 11.X use X/Open socket interface;
1736 pulls in modern socket prototypes and eliminates a number of compiler
1737 warnings. see xopen_networking(7).
fef01705 1738 - (stevesk) fix x11 forwarding from _PATH_XAUTH change
28564873 1739 - (stevesk) use X/Open socket interface for HP-UX 10.X also
78220944 1740
e16f4ac8 174120010625
0cd000dd 1742 - OpenBSD CVS Sync
bc233fdf 1743 - markus@cvs.openbsd.org 2001/06/21 21:08:25
1744 [session.c]
1745 don't reset forced_command (we allow multiple login shells in
1746 ssh2); dwd@bell-labs.com
a5a2da3b 1747 - mpech@cvs.openbsd.org 2001/06/22 10:17:51
1748 [ssh.1 sshd.8 ssh-keyscan.1]
1749 o) .Sh AUTHOR -> .Sh AUTHORS;
1750 o) remove unnecessary .Pp;
1751 o) better -mdoc style;
1752 o) typo;
1753 o) sort SEE ALSO;
a5a2da3b 1754 aaron@ ok
e2854364 1755 - provos@cvs.openbsd.org 2001/06/22 21:27:08
1756 [dh.c pathnames.h]
1757 use /etc/moduli instead of /etc/primes, okay markus@
e2432638 1758 - provos@cvs.openbsd.org 2001/06/22 21:28:53
1759 [sshd.8]
1760 document /etc/moduli
96a7b0cc 1761 - markus@cvs.openbsd.org 2001/06/22 21:55:49
68fa858a 1762 [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
96a7b0cc 1763 ssh-keygen.1]
1764 merge authorized_keys2 into authorized_keys.
1765 authorized_keys2 is used for backward compat.
1766 (just append authorized_keys2 to authorized_keys).
826676b3 1767 - provos@cvs.openbsd.org 2001/06/22 21:57:59
1768 [dh.c]
1769 increase linebuffer to deal with larger moduli; use rewind instead of
1770 close/open
bc233fdf 1771 - markus@cvs.openbsd.org 2001/06/22 22:21:20
1772 [sftp-server.c]
1773 allow long usernames/groups in readdir
a599bd06 1774 - markus@cvs.openbsd.org 2001/06/22 23:35:21
2e000c58 1775 [ssh.c]
1776 don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
cb220a93 1777 - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
1778 [scp.c]
1779 slightly better care
d0c8ca5c 1780 - markus@cvs.openbsd.org 2001/06/23 00:20:57
1781 [auth2.c auth.c auth.h auth-rh-rsa.c]
1782 *known_hosts2 is obsolete for hostbased authentication and
1783 only used for backward compat. merge ssh1/2 hostkey check
1784 and move it to auth.c
e16f4ac8 1785 - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
1786 [sftp.1 sftp-server.8 ssh-keygen.1]
1787 join .%A entries; most by bk@rt.fm
f49bc4f7 1788 - markus@cvs.openbsd.org 2001/06/23 02:34:33
68fa858a 1789 [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
f49bc4f7 1790 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
68fa858a 1791 get rid of known_hosts2, use it for hostkey lookup, but do not
f49bc4f7 1792 modify.
7d747e89 1793 - markus@cvs.openbsd.org 2001/06/23 03:03:59
1794 [sshd.8]
1795 draft-ietf-secsh-dh-group-exchange-01.txt
73473230 1796 - markus@cvs.openbsd.org 2001/06/23 03:04:42
1797 [auth2.c auth-rh-rsa.c]
1798 restore correct ignore_user_known_hosts logic.
c10d042a 1799 - markus@cvs.openbsd.org 2001/06/23 05:26:02
1800 [key.c]
1801 handle sigature of size 0 (some broken clients send this).
7b518233 1802 - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
1803 [sftp.1 sftp-server.8 ssh-keygen.1]
1804 ok, tmac is now fixed
2e0becb6 1805 - markus@cvs.openbsd.org 2001/06/23 06:41:10
1806 [ssh-keygen.c]
1807 try to decode ssh-3.0.0 private rsa keys
1808 (allow migration to openssh, not vice versa), #910
396c147e 1809 - itojun@cvs.openbsd.org 2001/06/23 15:12:20
68fa858a 1810 [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
1811 canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
1812 hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
1813 readpass.c scp.c servconf.c serverloop.c session.c sftp.c
1814 sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
1815 ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
396c147e 1816 ssh-keygen.c ssh-keyscan.c]
68fa858a 1817 more strict prototypes. raise warning level in Makefile.inc.
396c147e 1818 markus ok'ed
1819 TODO; cleanup headers
a599bd06 1820 - markus@cvs.openbsd.org 2001/06/23 17:05:22
1821 [ssh-keygen.c]
1822 fix import for (broken?) ssh.com/f-secure private keys
1823 (i tested > 1000 RSA keys)
3730bb22 1824 - itojun@cvs.openbsd.org 2001/06/23 17:48:18
1825 [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
1826 kill whitespace at EOL.
3aca00a3 1827 - markus@cvs.openbsd.org 2001/06/23 19:12:43
1828 [sshd.c]
1829 pidfile/sigterm race; bbraun@synack.net
ce404659 1830 - markus@cvs.openbsd.org 2001/06/23 22:37:46
1831 [sshconnect1.c]
1832 consistent with ssh2: skip key if empty passphrase is entered,
1833 retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2cee8a25 1834 - markus@cvs.openbsd.org 2001/06/24 05:25:10
1835 [auth-options.c match.c match.h]
1836 move ip+hostname check to match.c
1843a425 1837 - markus@cvs.openbsd.org 2001/06/24 05:35:33
1838 [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
1839 switch to readpassphrase(3)
1840 2.7/8-stable needs readpassphrase.[ch] from libc
80097c54 1841 - markus@cvs.openbsd.org 2001/06/24 05:47:13
1842 [sshconnect2.c]
1843 oops, missing format string
b4e7177c 1844 - markus@cvs.openbsd.org 2001/06/24 17:18:31
1845 [ttymodes.c]
1846 passing modes works fine: debug2->3
ab88181c 1847 - (djm) -Wall fix for session.c
3159d49a 1848 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
1849 Solaris
0cd000dd 1850
7751d4eb 185120010622
1852 - (stevesk) handle systems without pw_expire and pw_change.
1853
e04e7a19 185420010621
1855 - OpenBSD CVS Sync
1856 - markus@cvs.openbsd.org 2001/06/16 08:49:38
1857 [misc.c]
1858 typo; dunlap@apl.washington.edu
c03175c6 1859 - markus@cvs.openbsd.org 2001/06/16 08:50:39
1860 [channels.h]
1861 bad //-style comment; thx to stevev@darkwing.uoregon.edu
08c260ea 1862 - markus@cvs.openbsd.org 2001/06/16 08:57:35
1863 [scp.c]
1864 no stdio or exit() in signal handlers.
c4d49b85 1865 - markus@cvs.openbsd.org 2001/06/16 08:58:34
1866 [misc.c]
1867 copy pw_expire and pw_change, too.
dac6753b 1868 - markus@cvs.openbsd.org 2001/06/19 12:34:09
1869 [session.c]
1870 cleanup forced command handling, from dwd@bell-labs.com
ff027d84 1871 - markus@cvs.openbsd.org 2001/06/19 14:09:45
1872 [session.c sshd.8]
1873 disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
c95add71 1874 - markus@cvs.openbsd.org 2001/06/19 15:40:45
1875 [session.c]
1876 allocate and free at the same level.
d6746a0b 1877 - markus@cvs.openbsd.org 2001/06/20 13:56:39
1878 [channels.c channels.h clientloop.c packet.c serverloop.c]
1879 move from channel_stop_listening to channel_free_all,
1880 call channel_free_all before calling waitpid() in serverloop.
1881 fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
e04e7a19 1882
5ad9f968 188320010615
1884 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
1885 around grantpt().
f7940aa9 1886 - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
5ad9f968 1887
eb26141e 188820010614
1889 - OpenBSD CVS Sync
1890 - markus@cvs.openbsd.org 2001/06/13 09:10:31
1891 [session.c]
1892 typo, use pid not s->pid, mstone@cs.loyola.edu
1893
86066315 189420010613
eb26141e 1895 - OpenBSD CVS Sync
86066315 1896 - markus@cvs.openbsd.org 2001/06/12 10:58:29
1897 [session.c]
1898 merge session_free into session_close()
1899 merge pty_cleanup_proc into session_pty_cleanup()
653d5f86 1900 - markus@cvs.openbsd.org 2001/06/12 16:10:38
1901 [session.c]
1902 merge ssh1/ssh2 tty msg parse and alloc code
76735fe3 1903 - markus@cvs.openbsd.org 2001/06/12 16:11:26
1904 [packet.c]
1905 do not log() packet_set_maxsize
b44de2b1 1906 - markus@cvs.openbsd.org 2001/06/12 21:21:29
1907 [session.c]
1908 remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
1909 we do already trust $HOME/.ssh
1910 you can use .ssh/sshrc and .ssh/environment if you want to customize
1911 the location of the xauth cookies
7a313633 1912 - markus@cvs.openbsd.org 2001/06/12 21:30:57
1913 [session.c]
1914 unused
86066315 1915
2c9d881a 191620010612
38296b32 1917 - scp.c ID update (upstream synced vfsprintf() from us)
1918 - OpenBSD CVS Sync
2c9d881a 1919 - markus@cvs.openbsd.org 2001/06/10 11:29:20
1920 [dispatch.c]
1921 we support rekeying
1922 protocol errors are fatal.
1500bcdd 1923 - markus@cvs.openbsd.org 2001/06/11 10:18:24
1924 [session.c]
1925 reset pointer to NULL after xfree(); report from solar@openwall.com
f740438e 1926 - markus@cvs.openbsd.org 2001/06/11 16:04:38
1927 [sshd.8]
1928 typo; bdubreuil@crrel.usace.army.mil
2c9d881a 1929
b4d02860 193020010611
68fa858a 1931 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
1932 <markm@swoon.net>
224cbdcc 1933 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
68fa858a 1934 types. Patch by Jan IVEN <Jan.Iven@cern.ch>
0bb724ce 1935 - (bal) Fixed Makefile.in so that 'configure; make install' works.
b4d02860 1936
bf093080 193720010610
1938 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
1939
e697bda7 194020010609
1941 - OpenBSD CVS Sync
1942 - markus@cvs.openbsd.org 2001/05/30 12:55:13
68fa858a 1943 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
e697bda7 1944 packet.c serverloop.c session.c ssh.c ssh1.h]
1945 channel layer cleanup: merge header files and split .c files
36e1f6a1 1946 - markus@cvs.openbsd.org 2001/05/30 15:20:10
1947 [ssh.c]
1948 merge functions, simplify.
a5efa1bb 1949 - markus@cvs.openbsd.org 2001/05/31 10:30:17
68fa858a 1950 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
a5efa1bb 1951 packet.c serverloop.c session.c ssh.c]
68fa858a 1952 undo the .c file split, just merge the header and keep the cvs
a5efa1bb 1953 history
68fa858a 1954 - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
8e7895b8 1955 out of ssh Attic)
68fa858a 1956 - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
a98da4aa 1957 Attic.
1958 - OpenBSD CVS Sync
1959 - markus@cvs.openbsd.org 2001/05/31 13:08:04
1960 [sshd_config]
1961 group options and add some more comments
e4f7282d 1962 - markus@cvs.openbsd.org 2001/06/03 14:55:39
1963 [channels.c channels.h session.c]
68fa858a 1964 use fatal_register_cleanup instead of atexit, sync with x11 authdir
e4f7282d 1965 handling
e5b71e99 1966 - markus@cvs.openbsd.org 2001/06/03 19:36:44
1967 [ssh-keygen.1]
1968 1-2 bits of entrophy per character (not per word), ok stevesk@
4fc334a2 1969 - markus@cvs.openbsd.org 2001/06/03 19:38:42
1970 [scp.c]
1971 pass -v to ssh; from slade@shore.net
f5e69c65 1972 - markus@cvs.openbsd.org 2001/06/03 20:06:11
1973 [auth2-chall.c]
68fa858a 1974 the challenge response device decides how to handle non-existing
f5e69c65 1975 users.
1976 -> fake challenges for skey and cryptocard
f0f32b8e 1977 - markus@cvs.openbsd.org 2001/06/04 21:59:43
1978 [channels.c channels.h session.c]
68fa858a 1979 switch uid when cleaning up tmp files and sockets; reported by
f0f32b8e 1980 zen-parse@gmx.net on bugtraq
c9130033 1981 - markus@cvs.openbsd.org 2001/06/04 23:07:21
1982 [clientloop.c serverloop.c sshd.c]
68fa858a 1983 set flags in the signal handlers, do real work in the main loop,
c9130033 1984 ok provos@
8dcd9d5c 1985 - markus@cvs.openbsd.org 2001/06/04 23:16:16
1986 [session.c]
1987 merge ssh1/2 x11-fwd setup, create listener after tmp-dir
aa144206 1988 - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
1989 [ssh-keyscan.1 ssh-keyscan.c]
1990 License clarification from David Mazieres, ok deraadt@
750c256a 1991 - markus@cvs.openbsd.org 2001/06/05 10:24:32
1992 [channels.c]
1993 don't delete the auth socket in channel_stop_listening()
1994 auth_sock_cleanup_proc() will take care of this.
fc2a1d28 1995 - markus@cvs.openbsd.org 2001/06/05 16:46:19
1996 [session.c]
1997 let session_close() delete the pty. deny x11fwd if xauthfile is set.
d87596b0 1998 - markus@cvs.openbsd.org 2001/06/06 23:13:54
1999 [ssh-dss.c ssh-rsa.c]
2000 cleanup, remove old code
edf9ae81 2001 - markus@cvs.openbsd.org 2001/06/06 23:19:35
2002 [ssh-add.c]
2003 remove debug message; Darren.Moffat@eng.sun.com
2a6a054e 2004 - markus@cvs.openbsd.org 2001/06/07 19:57:53
2005 [auth2.c]
2006 style is used for bsdauth.
2007 disconnect on user/service change (ietf-drafts)
449c5ba5 2008 - markus@cvs.openbsd.org 2001/06/07 20:23:05
68fa858a 2009 [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
449c5ba5 2010 sshconnect.c sshconnect1.c]
2011 use xxx_put_cstring()
e6abba31 2012 - markus@cvs.openbsd.org 2001/06/07 22:25:02
2013 [session.c]
2014 don't overwrite errno
2015 delay deletion of the xauth cookie
fd9ede94 2016 - markus@cvs.openbsd.org 2001/06/08 15:25:40
2017 [includes.h pathnames.h readconf.c servconf.c]
2018 move the path for xauth to pathnames.h
0abe778b 2019 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
83c17f20 2020 - (bal) ANSIify strmode()
68fa858a 2021 - (bal) --with-catman should be --with-mantype patch by Dave
2022 Dykstra <dwd@bell-labs.com>
fd9ede94 2023
4869a96f 202420010606
e697bda7 2025 - OpenBSD CVS Sync
68fa858a 2026 - markus@cvs.openbsd.org 2001/05/17 21:34:15
e697bda7 2027 [ssh.1]
68fa858a 2028 no spaces in PreferredAuthentications;
5ba55ada 2029 meixner@rbg.informatik.tu-darmstadt.de
2030 - markus@cvs.openbsd.org 2001/05/18 14:13:29
68fa858a 2031 [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
5ba55ada 2032 readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
2033 improved kbd-interactive support. work by per@appgate.com and me
bc03d5aa 2034 - djm@cvs.openbsd.org 2001/05/19 00:36:40
2035 [session.c]
2036 Disable X11 forwarding if xauth binary is not found. Patch from Nalin
2037 Dahyabhai <nalin@redhat.com>; ok markus@
68fa858a 2038 - markus@cvs.openbsd.org 2001/05/19 16:05:41
2039 [scp.c]
3e4fc5f9 2040 ftruncate() instead of open()+O_TRUNC like rcp.c does
68fa858a 2041 allows scp /path/to/file localhost:/path/to/file
2042 - markus@cvs.openbsd.org 2001/05/19 16:08:43
2043 [sshd.8]
a18395da 2044 sort options; Matthew.Stier@fnc.fujitsu.com
68fa858a 2045 - markus@cvs.openbsd.org 2001/05/19 16:32:16
2046 [ssh.1 sshconnect2.c]
2047 change preferredauthentication order to
2048 publickey,hostbased,password,keyboard-interactive
3398dda9 2049 document that hostbased defaults to no, document order
47bf6266 2050 - markus@cvs.openbsd.org 2001/05/19 16:46:19
68fa858a 2051 [ssh.1 sshd.8]
2052 document MACs defaults with .Dq
2053 - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
2054 [misc.c misc.h servconf.c sshd.8 sshd.c]
2055 sshd command-line arguments and configuration file options that
2056 specify time may be expressed using a sequence of the form:
e2b1fb42 2057 time[qualifier], where time is a positive integer value and qualifier
68fa858a 2058 is one of the following:
2059 <none>,s,m,h,d,w
2060 Examples:
2061 600 600 seconds (10 minutes)
2062 10m 10 minutes
2063 1h30m 1 hour 30 minutes (90 minutes)
2064 ok markus@
7e8c18e9 2065 - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
68fa858a 2066 [channels.c]
2067 typo in error message
e697bda7 2068 - markus@cvs.openbsd.org 2001/05/20 17:20:36
c8445989 2069 [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
2070 sshd_config]
68fa858a 2071 configurable authorized_keys{,2} location; originally from peter@;
2072 ok djm@
1ddf764b 2073 - markus@cvs.openbsd.org 2001/05/24 11:12:42
68fa858a 2074 [auth.c]
2075 fix comment; from jakob@
2076 - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
2077 [clientloop.c readconf.c ssh.c ssh.h]
4bf9c10e 2078 don't perform escape processing when ``EscapeChar none''; ok markus@
abe0fb9f 2079 - markus@cvs.openbsd.org 2001/05/25 14:37:32
68fa858a 2080 [ssh-keygen.c]
2081 use -P for -e and -y, too.
63cd7dd0 2082 - markus@cvs.openbsd.org 2001/05/28 08:04:39
68fa858a 2083 [ssh.c]
2084 fix usage()
2085 - markus@cvs.openbsd.org 2001/05/28 10:08:55
2086 [authfile.c]
eb2e1595 2087 key_load_private: set comment to filename for PEM keys
2cf27bc4 2088 - markus@cvs.openbsd.org 2001/05/28 22:51:11
68fa858a 2089 [cipher.c cipher.h]
2090 simpler 3des for ssh1
2091 - markus@cvs.openbsd.org 2001/05/28 23:14:49
2092 [channels.c channels.h nchan.c]
6fd8622b 2093 undo broken channel fix and try a different one. there
68fa858a 2094 should be still some select errors...
2095 - markus@cvs.openbsd.org 2001/05/28 23:25:24
2096 [channels.c]
2097 cleanup, typo
08dcb5d7 2098 - markus@cvs.openbsd.org 2001/05/28 23:58:35
68fa858a 2099 [packet.c packet.h sshconnect.c sshd.c]
2100 remove some lines, simplify.
a10bdd7c 2101 - markus@cvs.openbsd.org 2001/05/29 12:31:27
68fa858a 2102 [authfile.c]
2103 typo
5ba55ada 2104
5cde8062 210520010528
2106 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
2107 Patch by Corinna Vinschen <vinschen@redhat.com>
2108
362df52e 210920010517
2110 - OpenBSD CVS Sync
2111 - markus@cvs.openbsd.org 2001/05/12 19:53:13
2112 [sftp-server.c]
2113 readlink does not NULL-terminate; mhe@home.se
6efa3d14 2114 - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
2115 [ssh.1]
2116 X11 forwarding details improved
70ea8327 2117 - markus@cvs.openbsd.org 2001/05/16 20:51:57
2118 [authfile.c]
2119 return comments for private pem files, too; report from nolan@naic.edu
24b6b45f 2120 - markus@cvs.openbsd.org 2001/05/16 21:53:53
2121 [clientloop.c]
2122 check for open sessions before we call select(); fixes the x11 client
2123 bug reported by bowman@math.ualberta.ca
7231bd47 2124 - markus@cvs.openbsd.org 2001/05/16 22:09:21
2125 [channels.c nchan.c]
2126 more select() error fixes (don't set rfd/wfd to -1).
7043a38d 2127 - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
68fa858a 2128 - (bal) Corrected on_exit() emulation via atexit().
362df52e 2129
89aa792b 213020010512
2131 - OpenBSD CVS Sync
2132 - markus@cvs.openbsd.org 2001/05/11 14:59:56
2133 [clientloop.c misc.c misc.h]
2134 add unset_nonblock for stdout/err flushing in client_loop().
286e38f7 2135 - (bal) Patch to partial sync up contrib/solaris/ packaging software.
2136 Patch by pete <ninjaz@webexpress.com>
89aa792b 2137
97430469 213820010511
2139 - OpenBSD CVS Sync
2140 - markus@cvs.openbsd.org 2001/05/09 22:51:57
2141 [channels.c]
2142 fix -R for protocol 2, noticed by greg@nest.cx.
2143 bug was introduced with experimental dynamic forwarding.
a16092bb 2144 - markus@cvs.openbsd.org 2001/05/09 23:01:31
2145 [rijndael.h]
2146 fix prototype; J.S.Peatfield@damtp.cam.ac.uk
97430469 2147
588f4ed0 214820010509
2149 - OpenBSD CVS Sync
2150 - markus@cvs.openbsd.org 2001/05/06 21:23:31
2151 [cli.c]
2152 cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
d18e0850 2153 - markus@cvs.openbsd.org 2001/05/08 19:17:31
a01a10dd 2154 [channels.c serverloop.c clientloop.c]
d18e0850 2155 adds correct error reporting to async connect()s
68fa858a 2156 fixes the server-discards-data-before-connected-bug found by
d18e0850 2157 onoe@sm.sony.co.jp
8a624ebf 2158 - mouring@cvs.openbsd.org 2001/05/08 19:45:25
2159 [misc.c misc.h scp.c sftp.c]
2160 Use addargs() in sftp plus some clean up of addargs(). OK Markus
1b02d786 2161 - markus@cvs.openbsd.org 2001/05/06 21:45:14
2162 [clientloop.c]
68fa858a 2163 use atomicio for flushing stdout/stderr bufs. thanks to
1b02d786 2164 jbw@izanami.cee.hw.ac.uk
010980f6 2165 - markus@cvs.openbsd.org 2001/05/08 22:48:07
2166 [atomicio.c]
2167 no need for xmalloc.h, thanks to espie@
68fa858a 2168 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
7e2d5fa4 2169 <wayne@blorf.net>
99c8ddac 2170 - (bal) ./configure support to disable SIA on OSF1. Patch by
2171 Chris Adams <cmadams@hiwaay.net>
68fa858a 2172 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
b81c369b 2173 <nakaji@tutrp.tut.ac.jp>
588f4ed0 2174
7b22534a 217520010508
68fa858a 2176 - (bal) Fixed configure test for USE_SIA.
7b22534a 2177
94539b2a 217820010506
2179 - (djm) Update config.guess and config.sub with latest versions (from
2180 ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
2181 Suggested by Jason Mader <jason@ncac.gwu.edu>
96c63318 2182 - (bal) White Space and #ifdef sync with OpenBSD
044b0662 2183 - (bal) Add 'seed_rng()' to ssh-add.c
9e9bd8c0 2184 - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
cf7ff074 2185 - OpenBSD CVS Sync
2186 - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
2187 [sftp.1 ssh-add.1 ssh-keygen.1]
2188 typos, grammar
94539b2a 2189
98143cfc 219020010505
2191 - OpenBSD CVS Sync
2192 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
2193 [ssh.1 sshd.8]
2194 typos
5b9601c8 2195 - markus@cvs.openbsd.org 2001/05/04 14:34:34
2196 [channels.c]
94539b2a 2197 channel_new() reallocs channels[], we cannot use Channel *c after
2198 calling channel_new(), XXX fix this in the future...
719fc62f 2199 - markus@cvs.openbsd.org 2001/05/04 23:47:34
2200 [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
68fa858a 2201 move to Channel **channels (instead of Channel *channels), fixes realloc
2202 problems. channel_new now returns a Channel *, favour Channel * over
719fc62f 2203 channel id. remove old channel_allocate interface.
98143cfc 2204
f92fee1f 220520010504
2206 - OpenBSD CVS Sync
2207 - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
2208 [channels.c]
2209 typo in debug() string
503e7e5b 2210 - markus@cvs.openbsd.org 2001/05/03 15:45:15
2211 [session.c]
2212 exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
c98cab9b 2213 - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
2214 [servconf.c]
2215 remove "\n" from fatal()
1fcde3fe 2216 - mouring@cvs.openbsd.org 2001/05/03 23:09:53
2217 [misc.c misc.h scp.c sftp.c]
2218 Move colon() and cleanhost() to misc.c where I should I have put it in
2219 the first place
044aa419 2220 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
c7ccfd39 2221 - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
2222 Patch by Egor Duda <deo@logos-m.ru>
f92fee1f 2223
065604bb 222420010503
2225 - OpenBSD CVS Sync
2226 - markus@cvs.openbsd.org 2001/05/02 16:41:20
2227 [ssh-add.c]
2228 fix prompt for ssh-add.
2229
742ee8f2 223020010502
2231 - OpenBSD CVS Sync
2232 - mouring@cvs.openbsd.org 2001/05/02 01:25:39
2233 [readpass.c]
2234 Put the 'const' back into ssh_askpass() function. Pointed out
2235 by Mark Miller <markm@swoon.net>. OK Markus
2236
3435f5a6 223720010501
2238 - OpenBSD CVS Sync
2239 - markus@cvs.openbsd.org 2001/04/30 11:18:52
2240 [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
2241 implement 'ssh -b bind_address' like 'telnet -b'
eef7adcb 2242 - markus@cvs.openbsd.org 2001/04/30 15:50:46
2243 [compat.c compat.h kex.c]
2244 allow interop with weaker key generation used by ssh-2.0.x, x < 10
ec430473 2245 - markus@cvs.openbsd.org 2001/04/30 16:02:49
2246 [compat.c]
2247 ssh-2.0.10 has the weak-key-bug, too.
3ca6cc45 2248 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
3435f5a6 2249
e8171bff 225020010430
39aefe7b 2251 - OpenBSD CVS Sync
2252 - markus@cvs.openbsd.org 2001/04/29 18:32:52
2253 [serverloop.c]
2254 fix whitespace
fbe90f7b 2255 - markus@cvs.openbsd.org 2001/04/29 19:16:52
2256 [channels.c clientloop.c compat.c compat.h serverloop.c]
2257 more ssh.com-2.0.x bug-compat; from per@appgate.com
e8171bff 2258 - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
0b47e48f 2259 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
39aefe7b 2260
baf8c81a 226120010429
2262 - (bal) Updated INSTALL. PCRE moved to a new place.
e878ffe1 2263 - (djm) Release OpenSSH-2.9p1
baf8c81a 2264
0096ac62 226520010427
2266 - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
2267 patch based on 2.5.2 version by djm.
95595a77 2268 - (bal) Build manpages and config files once unless changed. Patch by
2269 Carson Gaspar <carson@taltos.org>
68fa858a 2270 - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
4a2df58f 2271 Vinschen <vinschen@redhat.com>
5ef815d7 2272 - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
2273 Pekka Savola <pekkas@netcore.fi>
68fa858a 2274 - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen
229be2df 2275 <vinschen@redhat.com>
cc3ccfdc 2276 - (bal) version.h synced, RPM specs updated for 2.9
b1e2a48c 2277 - (tim) update contrib/caldera files with what Caldera is using.
2278 <sps@caldera.de>
0096ac62 2279
b587c165 228020010425
2281 - OpenBSD CVS Sync
2282 - markus@cvs.openbsd.org 2001/04/23 21:57:07
2283 [ssh-keygen.1 ssh-keygen.c]
2284 allow public key for -e, too
012bc0e1 2285 - markus@cvs.openbsd.org 2001/04/23 22:14:13
2286 [ssh-keygen.c]
2287 remove debug
f8252c48 2288 - (bal) Whitespace resync w/ OpenBSD for uidswap.c
10f72868 2289 - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
68fa858a 2290 (default: off), implies KbdInteractiveAuthentication. Suggestion from
10f72868 2291 markus@
c2d059b5 2292 - (djm) Include crypt.h if available in auth-passwd.c
533875af 2293 - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
2294 man page detection fixes for SCO
b587c165 2295
da89cf4d 229620010424
2297 - OpenBSD CVS Sync
2298 - markus@cvs.openbsd.org 2001/04/22 23:58:36
2299 [ssh-keygen.1 ssh.1 sshd.8]
2300 document hostbased and other cleanup
5e29aeaf 2301 - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
3cc990d7 2302 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
68fa858a 2303 - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
d8e76a0a 2304 <dan@mesastate.edu>
3644dc25 2305 - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
da89cf4d 2306
a3626e12 230720010422
2308 - OpenBSD CVS Sync
2309 - markus@cvs.openbsd.org 2001/04/20 16:32:22
2310 [uidswap.c]
2311 set non-privileged gid before uid; tholo@ and deraadt@
1a726b04 2312 - mouring@cvs.openbsd.org 2001/04/21 00:55:57
2313 [sftp.1]
2314 Spelling
67b964a1 2315 - djm@cvs.openbsd.org 2001/04/22 08:13:30
2316 [ssh.1]
2317 typos spotted by stevesk@; ok deraadt@
ba917921 2318 - markus@cvs.openbsd.org 2001/04/22 12:34:05
2319 [scp.c]
2320 scp > 2GB; niles@scyld.com; ok deraadt@, djm@
5deceabb 2321 - markus@cvs.openbsd.org 2001/04/22 13:25:37
2322 [ssh-keygen.1 ssh-keygen.c]
2323 rename arguments -x -> -e (export key), -X -> -i (import key)
2324 xref draft-ietf-secsh-publickeyfile-01.txt
2cad6cef 2325 - markus@cvs.openbsd.org 2001/04/22 13:32:27
2326 [sftp-server.8 sftp.1 ssh.1 sshd.8]
2327 xref draft-ietf-secsh-*
bcaa828e 2328 - markus@cvs.openbsd.org 2001/04/22 13:41:02
2329 [ssh-keygen.1 ssh-keygen.c]
2330 style, noted by stevesk; sort flags in usage
a3626e12 2331
df841692 233220010421
2333 - OpenBSD CVS Sync
2334 - djm@cvs.openbsd.org 2001/04/20 07:17:51
2335 [clientloop.c ssh.1]
2336 Split out and improve escape character documentation, mention ~R in
2337 ~? help text; ok markus@
0e7e0abe 2338 - Update RPM spec files for CVS version.h
1ddee76b 2339 - (stevesk) set the default PAM service name to __progname instead
2340 of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
4b28be2c 2341 - (stevesk) document PAM service name change in INSTALL
13dd877b 2342 - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
2343 fix perl test, fix nroff test, fix Makefile to build outside source tree
df841692 2344
05cc0c99 234520010420
68fa858a 2346 - OpenBSD CVS Sync
05cc0c99 2347 - ian@cvs.openbsd.org 2001/04/18 16:21:05
68fa858a 2348 [ssh-keyscan.1]
2349 Fix typo reported in PR/1779
2350 - markus@cvs.openbsd.org 2001/04/18 21:57:42
2351 [readpass.c ssh-add.c]
561e5254 2352 call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
68fa858a 2353 - markus@cvs.openbsd.org 2001/04/18 22:03:45
2354 [auth2.c sshconnect2.c]
f98c3421 2355 use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
57a5edd8 2356 - markus@cvs.openbsd.org 2001/04/18 22:48:26
68fa858a 2357 [auth2.c]
2358 no longer const
2359 - markus@cvs.openbsd.org 2001/04/18 23:43:26
2360 [auth2.c compat.c sshconnect2.c]
2361 more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
8dddf799 2362 (however the 2.1.0 server seems to work only if debug is enabled...)
ae88ea7e 2363 - markus@cvs.openbsd.org 2001/04/18 23:44:51
68fa858a 2364 [authfile.c]
2365 error->debug; noted by fries@
2366 - markus@cvs.openbsd.org 2001/04/19 00:05:11
2367 [auth2.c]
2368 use local variable, no function call needed.
5cf13595 2369 (btw, hostbased works now with ssh.com >= 2.0.13)
431a2493 2370 - (bal) Put scp-common.h back into scp.c (it exists in the upstream
2371 tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
05cc0c99 2372
e78e738a 237320010418
68fa858a 2374 - OpenBSD CVS Sync
e78e738a 2375 - markus@cvs.openbsd.org 2001/04/17 19:34:25
3a83b819 2376 [session.c]
2377 move auth_approval to do_authenticated().
2378 do_child(): nuke hostkeys from memory
2379 don't source .ssh/rc for subsystems.
2380 - markus@cvs.openbsd.org 2001/04/18 14:15:00
2381 [canohost.c]
2382 debug->debug3
ce2af031 2383 - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
2384 be working again.
e0c4d3ac 2385 - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
2386 Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
3a83b819 2387
8c6b78e4 238820010417
2389 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
6d165a89 2390 and temporary commented out 'catman-do:' since it is broken. Patches
8c6b78e4 2391 for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a88b7b57 2392 - OpenBSD CVS Sync
53b8fe68 2393 - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
2394 [key.c]
2395 better safe than sorry in later mods; yongari@kt-is.co.kr
2396 - markus@cvs.openbsd.org 2001/04/17 08:14:01
2397 [sshconnect1.c]
2398 check for key!=NULL, thanks to costa
2399 - markus@cvs.openbsd.org 2001/04/17 09:52:48
2400 [clientloop.c]
cf6bc93c 2401 handle EINTR/EAGAIN on read; ok deraadt@
53b8fe68 2402 - markus@cvs.openbsd.org 2001/04/17 10:53:26
2403 [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
e961a8f9 2404 add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
53b8fe68 2405 - markus@cvs.openbsd.org 2001/04/17 12:55:04
2406 [channels.c ssh.c]
2407 undo socks5 and https support since they are not really used and
2408 only bloat ssh. remove -D from usage(), since '-D' is experimental.
2409
e4664c3e 241020010416
2411 - OpenBSD CVS Sync
2412 - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
2413 [ttymodes.c]
2414 fix comments
ec1f12d3 2415 - markus@cvs.openbsd.org 2001/04/15 08:43:47
2416 [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
2417 some unused variable and typos; from tomh@po.crl.go.jp
58cfa257 2418 - markus@cvs.openbsd.org 2001/04/15 16:58:03
2419 [authfile.c ssh-keygen.c sshd.c]
2420 don't use errno for key_{load,save}_private; discussion w/ solar@openwall
e968270c 2421 - markus@cvs.openbsd.org 2001/04/15 17:16:00
2422 [clientloop.c]
2423 set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
2424 should fix some of the blocking problems for rsync over SSH-1
84fc17bf 2425 - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
2426 [sshd.8]
2427 some ClientAlive cleanup; ok markus@
b7c70970 2428 - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
2429 [readconf.c servconf.c]
2430 use fatal() or error() vs. fprintf(); ok markus@
5d97cfbf 2431 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
2432 Roth <roth+openssh@feep.net>
6023325e 2433 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
47b53518 2434 - (djm) OpenBSD CVS Sync
2435 - mouring@cvs.openbsd.org 2001/04/16 02:31:44
2436 [scp.c sftp.c]
2437 IPv6 support for sftp (which I bungled in my last patch) which is
2438 borrowed from scp.c. Thanks to Markus@ for pointing it out.
764291b3 2439 - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
2440 [xmalloc.c]
2441 xrealloc dealing with ptr == nULL; mouring
f2c2fd71 2442 - djm@cvs.openbsd.org 2001/04/16 08:19:31
2443 [session.c]
68fa858a 2444 Split motd and hushlogin checks into seperate functions, helps for
f2c2fd71 2445 portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
68fa858a 2446 - Fix OSF SIA support displaying too much information for quiet
2447 logins and logins where access was denied by SIA. Patch from Chris Adams
c96a4aaf 2448 <cmadams@hiwaay.net>
e4664c3e 2449
f03228b1 245020010415
2451 - OpenBSD CVS Sync
2452 - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
2453 [ssh-add.c]
2454 do not double free
9cf972fa 2455 - markus@cvs.openbsd.org 2001/04/14 16:17:14
2456 [channels.c]
2457 remove some channels that are not appropriate for keepalive.
eae942e2 2458 - markus@cvs.openbsd.org 2001/04/14 16:27:57
2459 [ssh-add.c]
2460 use clear_pass instead of xfree()
30dcc918 2461 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
2462 [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
2463 protocol 2 tty modes support; ok markus@
36967a16 2464 - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
2465 [scp.c]
2466 'T' handling rcp/scp sync; ok markus@
e4664c3e 2467 - Missed sshtty.[ch] in Sync.
f03228b1 2468
e400a640 246920010414
2470 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
68fa858a 2471 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
fe56c12b 2472 <vinschen@redhat.com>
3ffc6336 2473 - OpenBSD CVS Sync
2474 - beck@cvs.openbsd.org 2001/04/13 22:46:54
2475 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
2476 Add options ClientAliveInterval and ClientAliveCountMax to sshd.
2477 This gives the ability to do a "keepalive" via the encrypted channel
2478 which can't be spoofed (unlike TCP keepalives). Useful for when you want
2479 to use ssh connections to authenticate people for something, and know
2480 relatively quickly when they are no longer authenticated. Disabled
2481 by default (of course). ok markus@
e400a640 2482
cc44f691 248320010413
68fa858a 2484 - OpenBSD CVS Sync
2485 - markus@cvs.openbsd.org 2001/04/12 14:29:09
2486 [ssh.c]
2487 show debug output during option processing, report from
cc44f691 2488 pekkas@netcore.fi
8002af61 2489 - markus@cvs.openbsd.org 2001/04/12 19:15:26
68fa858a 2490 [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
2491 compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
2492 servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
8002af61 2493 sshconnect2.c sshd_config]
2494 implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
2495 similar to RhostRSAAuthentication unless you enable (the experimental)
2496 HostbasedUsesNameFromPacketOnly option. please test. :)
0140e66a 2497 - markus@cvs.openbsd.org 2001/04/12 19:39:27
2498 [readconf.c]
2499 typo
2d2a2c65 2500 - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
2501 [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
2502 robust port validation; ok markus@ jakob@
edeeab1e 2503 - mouring@cvs.openbsd.org 2001/04/12 23:17:54
2504 [sftp-int.c sftp-int.h sftp.1 sftp.c]
2505 Add support for:
2506 sftp [user@]host[:file [file]] - Fetch remote file(s)
2507 sftp [user@]host[:dir[/]] - Start in remote dir/
2508 OK deraadt@
57aa8961 2509 - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
2510 [ssh.c]
2511 missing \n in error message
96f8b59f 2512 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
2513 lack it.
cc44f691 2514
28b9cb4d 251520010412
68fa858a 2516 - OpenBSD CVS Sync
28b9cb4d 2517 - markus@cvs.openbsd.org 2001/04/10 07:46:58
68fa858a 2518 [channels.c]
2519 cleanup socks4 handling
2520 - itojun@cvs.openbsd.org 2001/04/10 09:13:22
c0ecc314 2521 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
68fa858a 2522 document id_rsa{.pub,}. markus ok
070adba2 2523 - markus@cvs.openbsd.org 2001/04/10 12:15:23
68fa858a 2524 [channels.c]
2525 debug cleanup
45a2e669 2526 - djm@cvs.openbsd.org 2001/04/11 07:06:22
2527 [sftp-int.c]
2528 'mget' and 'mput' aliases; ok markus@
6031af8d 2529 - markus@cvs.openbsd.org 2001/04/11 10:59:01
2530 [ssh.c]
2531 use strtol() for ports, thanks jakob@
6683b40f 2532 - markus@cvs.openbsd.org 2001/04/11 13:56:13
2533 [channels.c ssh.c]
2534 https-connect and socks5 support. i feel so bad.
ff14faf1 2535 - lebel@cvs.openbsd.org 2001/04/11 16:25:30
2536 [sshd.8 sshd.c]
2537 implement the -e option into sshd:
2538 -e When this option is specified, sshd will send the output to the
2539 standard error instead of the system log.
2540 markus@ OK.
28b9cb4d 2541
0a85ab61 254220010410
2543 - OpenBSD CVS Sync
2544 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
2545 [sftp.c]
2546 do not modify an actual argv[] entry
b2ae83b8 2547 - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
2548 [sshd.8]
2549 spelling
317611b5 2550 - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
2551 [sftp.1]
2552 spelling
a8666d84 2553 - markus@cvs.openbsd.org 2001/04/09 15:12:23
2554 [ssh-add.c]
2555 passphrase caching: ssh-add tries last passphrase, clears passphrase if
2556 not successful and after last try.
2557 based on discussions with espie@, jakob@, ... and code from jakob@ and
2558 wolfgang@wsrcc.com
49ae4185 2559 - markus@cvs.openbsd.org 2001/04/09 15:19:49
2560 [ssh-add.1]
2561 ssh-add retries the last passphrase...
b8a297f1 2562 - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
2563 [sshd.8]
2564 ListenAddress mandoc from aaron@
0a85ab61 2565
6e9944b8 256620010409
febd3f8e 2567 - (stevesk) use setresgid() for setegid() if needed
26de7942 2568 - (stevesk) configure.in: typo
6e9944b8 2569 - OpenBSD CVS Sync
2570 - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
2571 [sshd.8]
2572 document ListenAddress addr:port
d64050ef 2573 - markus@cvs.openbsd.org 2001/04/08 13:03:00
2574 [ssh-add.c]
2575 init pointers with NULL, thanks to danimal@danimal.org
d0a4c20b 2576 - markus@cvs.openbsd.org 2001/04/08 11:27:33
2577 [clientloop.c]
2578 leave_raw_mode if ssh2 "session" is closed
63bd8c36 2579 - markus@cvs.openbsd.org 2001/04/06 21:00:17
2580 [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
2581 ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
2582 do gid/groups-swap in addition to uid-swap, should help if /home/group
2583 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
2584 to olar@openwall.com is comments. we had many requests for this.
0490e609 2585 - markus@cvs.openbsd.org 2001/04/07 08:55:18
2586 [buffer.c channels.c channels.h readconf.c ssh.c]
68fa858a 2587 allow the ssh client act as a SOCKS4 proxy (dynamic local
2588 portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me.
2589 thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
0490e609 2590 netscape use localhost:1080 as a socks proxy.
d98d029a 2591 - markus@cvs.openbsd.org 2001/04/08 11:24:33
2592 [uidswap.c]
2593 KNF
6e9944b8 2594
d9d49fdb 259520010408
2596 - OpenBSD CVS Sync
2597 - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
2598 [hostfile.c]
2599 unused; typo in comment
d11c1288 2600 - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
2601 [servconf.c]
2602 in addition to:
2603 ListenAddress host|ipv4_addr|ipv6_addr
2604 permit:
2605 ListenAddress [host|ipv4_addr|ipv6_addr]:port
2606 ListenAddress host|ipv4_addr:port
2607 sshd.8 updates coming. ok markus@
d9d49fdb 2608
613fc910 260920010407
2610 - (bal) CVS ID Resync of version.h
cc94bd38 2611 - OpenBSD CVS Sync
2612 - markus@cvs.openbsd.org 2001/04/05 23:39:20
2613 [serverloop.c]
2614 keep the ssh session even if there is no active channel.
2615 this is more in line with the protocol spec and makes
2616 ssh -N -L 1234:server:110 host
2617 more useful.
2618 based on discussion with <mats@mindbright.se> long time ago
2619 and recent mail from <res@shore.net>
0fc791ba 2620 - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
2621 [scp.c]
2622 remove trailing / from source paths; fixes pr#1756
68fa858a 2623
63f7e231 262420010406
2625 - (stevesk) logintest.c: fix for systems without __progname
72170131 2626 - (stevesk) Makefile.in: log.o is in libssh.a
d8a2f554 2627 - OpenBSD CVS Sync
2628 - markus@cvs.openbsd.org 2001/04/05 10:00:06
2629 [compat.c]
2630 2.3.x does old GEX, too; report jakob@
6ba22c93 2631 - markus@cvs.openbsd.org 2001/04/05 10:39:03
2632 [compress.c compress.h packet.c]
2633 reset compress state per direction when rekeying.
3667ba79 2634 - markus@cvs.openbsd.org 2001/04/05 10:39:48
2635 [version.h]
2636 temporary version 2.5.4 (supports rekeying).
2637 this is not an official release.
cd332296 2638 - markus@cvs.openbsd.org 2001/04/05 10:42:57
68fa858a 2639 [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
2640 mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
2641 sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
cd332296 2642 sshconnect2.c sshd.c]
2643 fix whitespace: unexpand + trailing spaces.
255cfda1 2644 - markus@cvs.openbsd.org 2001/04/05 11:09:17
2645 [clientloop.c compat.c compat.h]
2646 add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
b4a19d21 2647 - markus@cvs.openbsd.org 2001/04/05 15:45:43
2648 [ssh.1]
2649 ssh defaults to protocol v2; from quisar@quisar.ambre.net
46e3af7f 2650 - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
2651 [canohost.c canohost.h session.c]
2652 move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@
54506d2e 2653 - markus@cvs.openbsd.org 2001/04/05 20:01:10
2654 [clientloop.c]
2655 for ~R print message if server does not support rekeying. (and fix ~R).
b37caf1a 2656 - markus@cvs.openbsd.org 2001/04/05 21:02:46
2657 [buffer.c]
2658 better error message
eb0dd41f 2659 - markus@cvs.openbsd.org 2001/04/05 21:05:24
2660 [clientloop.c ssh.c]
2661 don't request a session for 'ssh -N', pointed out slade@shore.net
63f7e231 2662
d8ee838b 266320010405
68fa858a 2664 - OpenBSD CVS Sync
2665 - markus@cvs.openbsd.org 2001/04/04 09:48:35
d8ee838b 2666 [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
68fa858a 2667 don't sent multiple kexinit-requests.
2668 send newkeys, block while waiting for newkeys.
2669 fix comments.
2670 - markus@cvs.openbsd.org 2001/04/04 14:34:58
2671 [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
2672 enable server side rekeying + some rekey related clientup.
7a37c112 2673 todo: we should not send any non-KEX messages after we send KEXINIT
5adb303f 2674 - markus@cvs.openbsd.org 2001/04/04 15:50:55
2675 [compat.c]
2676 f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
c422989b 2677 - markus@cvs.openbsd.org 2001/04/04 20:25:38
68fa858a 2678 [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
c422989b 2679 sshconnect2.c sshd.c]
2680 more robust rekeying
2681 don't send channel data after rekeying is started.
0715ec6c 2682 - markus@cvs.openbsd.org 2001/04/04 20:32:56
2683 [auth2.c]
2684 we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
bbb4cc1b 2685 - markus@cvs.openbsd.org 2001/04/04 22:04:35
2686 [kex.c kexgex.c serverloop.c]
2687 parse full kexinit packet.
2688 make server-side more robust, too.
a7ca6275 2689 - markus@cvs.openbsd.org 2001/04/04 23:09:18
2690 [dh.c kex.c packet.c]
2691 clear+free keys,iv for rekeying.
2692 + fix DH mem leaks. ok niels@
86c9e193 2693 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
2694 BROKEN_VHANGUP
d8ee838b 2695
9d451c5a 269620010404
2697 - OpenBSD CVS Sync
2698 - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
2699 [ssh-agent.1]
2700 grammar; slade@shore.net
894c5fa6 2701 - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
2702 [sftp-glob.c ssh-agent.c ssh-keygen.c]
2703 free() -> xfree()
a5c9ffdb 2704 - markus@cvs.openbsd.org 2001/04/03 19:53:29
2705 [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
2706 move kex to kex*.c, used dispatch_set() callbacks for kex. should
2707 make rekeying easier.
3463ff28 2708 - todd@cvs.openbsd.org 2001/04/03 21:19:38
2709 [ssh_config]
2710 id_rsa1/2 -> id_rsa; ok markus@
d1ac6175 2711 - markus@cvs.openbsd.org 2001/04/03 23:32:12
2712 [kex.c kex.h packet.c sshconnect2.c sshd.c]
2713 undo parts of recent my changes: main part of keyexchange does not
2714 need dispatch-callbacks, since application data is delayed until
2715 the keyexchange completes (if i understand the drafts correctly).
2716 add some infrastructure for re-keying.
e092ce67 2717 - markus@cvs.openbsd.org 2001/04/04 00:06:54
2718 [clientloop.c sshconnect2.c]
2719 enable client rekeying
2720 (1) force rekeying with ~R, or
2721 (2) if the server requests rekeying.
2722 works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
0bc35151 2723 - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
9d451c5a 2724
672f212f 272520010403
2726 - OpenBSD CVS Sync
2727 - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
2728 [sshd.8]
2729 typo; ok markus@
6be9a5e8 2730 - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
2731 [readconf.c servconf.c]
2732 correct comment; ok markus@
fe39c3df 2733 - (stevesk) nchan.c: remove ostate checks and add EINVAL to
2734 shutdown(SHUT_RD) error() bypass for HP-UX.
672f212f 2735
0be033ea 273620010402
2737 - (stevesk) log.c openbsd sync; missing newlines
5d9e4c8d 2738 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
0be033ea 2739
b7a2a476 274020010330
2741 - (djm) Another openbsd-compat/glob.c sync
4047d868 2742 - (djm) OpenBSD CVS Sync
2743 - provos@cvs.openbsd.org 2001/03/28 21:59:41
2744 [kex.c kex.h sshconnect2.c sshd.c]
2745 forgot to include min and max params in hash, okay markus@
c8682232 2746 - provos@cvs.openbsd.org 2001/03/28 22:04:57
2747 [dh.c]
2748 more sanity checking on primes file
d9cd3575 2749 - markus@cvs.openbsd.org 2001/03/28 22:43:31
2750 [auth.h auth2.c auth2-chall.c]
2751 check auth_root_allowed for kbd-int auth, too.
86b878d5 2752 - provos@cvs.openbsd.org 2001/03/29 14:24:59
2753 [sshconnect2.c]
2754 use recommended defaults
1ad64a93 2755 - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
2756 [sshconnect2.c sshd.c]
2757 need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
03b8f8be 2758 - markus@cvs.openbsd.org 2001/03/29 21:17:40
2759 [dh.c dh.h kex.c kex.h]
2760 prepare for rekeying: move DH code to dh.c
76ca7b01 2761 - djm@cvs.openbsd.org 2001/03/29 23:42:01
2762 [sshd.c]
2763 Protocol 1 key regeneration log => verbose, some KNF; ok markus@
b7a2a476 2764
01ce749f 276520010329
2766 - OpenBSD CVS Sync
2767 - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
2768 [ssh.1]
2769 document more defaults; misc. cleanup. ok markus@
569807fb 2770 - markus@cvs.openbsd.org 2001/03/26 23:12:42
2771 [authfile.c]
2772 KNF
457fc0c6 2773 - markus@cvs.openbsd.org 2001/03/26 23:23:24
2774 [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
2775 try to read private f-secure ssh v2 rsa keys.
1a92bd7e 2776 - markus@cvs.openbsd.org 2001/03/27 10:34:08
2777 [ssh-rsa.c sshd.c]
2778 use EVP_get_digestbynid, reorder some calls and fix missing free.
a4da628b 2779 - markus@cvs.openbsd.org 2001/03/27 10:57:00
2780 [compat.c compat.h ssh-rsa.c]
2781 some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
2782 signatures in SSH protocol 2, ok djm@
db1cd2f3 2783 - provos@cvs.openbsd.org 2001/03/27 17:46:50
2784 [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
2785 make dh group exchange more flexible, allow min and max group size,
2786 okay markus@, deraadt@
e5ff6ecf 2787 - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
2788 [scp.c]
2789 start to sync scp closer to rcp; ok markus@
03cb2621 2790 - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
2791 [scp.c]
2792 usage more like rcp and add missing -B to usage; ok markus@
563834bb 2793 - markus@cvs.openbsd.org 2001/03/28 20:50:45
2794 [sshd.c]
2795 call refuse() before close(); from olemx@ans.pl
01ce749f 2796
b5b68128 279720010328
68fa858a 2798 - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
2799 resolve linking conflicts with libcrypto. Report and suggested fix
b5b68128 2800 from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
edbe6722 2801 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
2802 fix from Philippe Levan <levan@epix.net>
cccfea16 2803 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
2804 doesn't work because of conflicts between krbIV's and OpenSSL's des.h
8d0cc79b 2805 - (djm) Sync openbsd-compat/glob.c
b5b68128 2806
0c90b590 280720010327
2808 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
68fa858a 2809 - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
60a8683f 2810 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
690d0d7f 2811 - OpenBSD CVS Sync
2812 - djm@cvs.openbsd.org 2001/03/25 00:01:34
2813 [session.c]
2814 shorten; ok markus@
4f4648f9 2815 - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
2816 [servconf.c servconf.h session.c sshd.8 sshd_config]
2817 PrintLastLog option; from chip@valinux.com with some minor
2818 changes by me. ok markus@
9afbfcfa 2819 - markus@cvs.openbsd.org 2001/03/26 08:07:09
68fa858a 2820 [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
9afbfcfa 2821 sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
2822 simpler key load/save interface, see authfile.h
68fa858a 2823 - (djm) Reestablish PAM credentials (which can be supplemental group
9afbfcfa 2824 memberships) after initgroups() blows them away. Report and suggested
2825 fix from Nalin Dahyabhai <nalin@redhat.com>
0c90b590 2826
b567a40c 282720010324
2828 - Fixed permissions ssh-keyscan. Thanks to Christopher Linn <celinn@mtu.edu>.
80cd07ae 2829 - OpenBSD CVS Sync
2830 - djm@cvs.openbsd.org 2001/03/23 11:04:07
2831 [compat.c compat.h sshconnect2.c sshd.c]
2832 Compat for OpenSSH with broken Rijndael/AES. ok markus@
7af9f7f8 2833 - markus@cvs.openbsd.org 2001/03/23 12:02:49
2834 [auth1.c]
2835 authctxt is now passed to do_authenticated
e285053e 2836 - markus@cvs.openbsd.org 2001/03/23 13:10:57
2837 [sftp-int.c]
2838 fix put, upload to _absolute_ path, ok djm@
1d3c30db 2839 - markus@cvs.openbsd.org 2001/03/23 14:28:32
2840 [session.c sshd.c]
2841 ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
8ca3f6dc 2842 - (djm) Pull out our own SIGPIPE hacks
b567a40c 2843
8a169574 284420010323
68fa858a 2845 - OpenBSD CVS Sync
8a169574 2846 - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
68fa858a 2847 [sshd.c]
2848 do not place linefeeds in buffer
8a169574 2849
ee110bfb 285020010322
2851 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
289ba62e 2852 - (bal) version.c CVS ID resync
a5b09902 2853 - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
2854 resync
ae7242ef 2855 - (bal) scp.c CVS ID resync
3e587cc3 2856 - OpenBSD CVS Sync
2857 - markus@cvs.openbsd.org 2001/03/20 19:10:16
2858 [readconf.c]
2859 default to SSH protocol version 2
e5d7a405 2860 - markus@cvs.openbsd.org 2001/03/20 19:21:21
2861 [session.c]
2862 remove unused arg
39f7530f 2863 - markus@cvs.openbsd.org 2001/03/20 19:21:21
2864 [session.c]
2865 remove unused arg
bb5639fe 2866 - markus@cvs.openbsd.org 2001/03/21 11:43:45
2867 [auth1.c auth2.c session.c session.h]
2868 merge common ssh v1/2 code
5e7cb456 2869 - jakob@cvs.openbsd.org 2001/03/21 14:20:45
2870 [ssh-keygen.c]
2871 add -B flag to usage
ca4df544 2872 - markus@cvs.openbsd.org 2001/03/21 21:06:30
2873 [session.c]
2874 missing init; from mib@unimelb.edu.au
ee110bfb 2875
f5f6020e 287620010321
68fa858a 2877 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
f5f6020e 2878 VanDevender <stevev@darkwing.uoregon.edu>
37eadb90 2879 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
2880 from Solar Designer <solar@openwall.com>
0a3700ee 2881 - (djm) Don't loop forever when changing password via PAM. Patch
2882 from Solar Designer <solar@openwall.com>
0c13ffa2 2883 - (djm) Generate config files before build
7a7101ec 2884 - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
2885 suggested fix from Mike Battersby <mib@unimelb.edu.au>
f5f6020e 2886
8d539493 288720010320
01022caf 2888 - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
2889 - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1620233b 2890 - (bal) Oops. Missed globc.h change (OpenBSD CVS).
614dee3a 2891 - (djm) OpenBSD CVS Sync
2892 - markus@cvs.openbsd.org 2001/03/19 17:07:23
2893 [auth.c readconf.c]
2894 undo /etc/shell and proto 2,1 change for openssh-2.5.2
3dd16786 2895 - markus@cvs.openbsd.org 2001/03/19 17:12:10
2896 [version.h]
2897 version 2.5.2
ea44783f 2898 - (djm) Update RPM spec version
2899 - (djm) Release 2.5.2p1
3743cc2f 2900- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
2901 change S_ISLNK macro to work for UnixWare 2.03
9887f269 2902- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
2903 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
8d539493 2904
e339aa53 290520010319
68fa858a 2906 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
e339aa53 2907 do it implicitly.
7cdb79d4 2908 - (djm) Add getusershell() functions from OpenBSD CVS
b1ed8313 2909 - OpenBSD CVS Sync
2910 - markus@cvs.openbsd.org 2001/03/18 12:07:52
2911 [auth-options.c]
2912 ignore permitopen="host:port" if AllowTcpForwarding==no
f8f230bf 2913 - (djm) Make scp work on systems without 64-bit ints
2538ecf1 2914 - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
2915 move HAVE_LONG_LONG_INT where it works
d1581d5f 2916 - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
107628c0 2917 stuff. Change suggested by Mark Miller <markm@swoon.net>
d1581d5f 2918 - (bal) Small fix to scp. %lu vs %ld
68fa858a 2919 - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
bb6da70f 2920 - (djm) OpenBSD CVS Sync
2921 - djm@cvs.openbsd.org 2001/03/19 03:52:51
2922 [sftp-client.c]
2923 Report ssh connection closing correctly; ok deraadt@
3a1c54d4 2924 - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
2925 [compat.c compat.h sshd.c]
68fa858a 2926 specifically version match on ssh scanners. do not log scan
3a1c54d4 2927 information to the console
dc504afd 2928 - djm@cvs.openbsd.org 2001/03/19 12:10:17
db4d3098 2929 [sshd.8]
dc504afd 2930 Document permitopen authorized_keys option; ok markus@
babd91d4 2931 - djm@cvs.openbsd.org 2001/03/19 05:49:52
2932 [ssh.1]
2933 document PreferredAuthentications option; ok markus@
05c64611 2934 - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
e339aa53 2935
ec0ad9c2 293620010318
68fa858a 2937 - (bal) Fixed scp type casing issue which causes "scp: protocol error:
ec0ad9c2 2938 size not delimited" fatal errors when tranfering.
5cc8d4ad 2939 - OpenBSD CVS Sync
2940 - markus@cvs.openbsd.org 2001/03/17 17:27:59
2941 [auth.c]
2942 check /etc/shells, too
7411201c 2943 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
2944 openbsd-compat/fake-regex.h
ec0ad9c2 2945
8a968c25 294620010317
68fa858a 2947 - Support usrinfo() on AIX. Based on patch from Gert Doering
8a968c25 2948 <gert@greenie.muc.de>
bf1d27bd 2949 - OpenBSD CVS Sync
2950 - markus@cvs.openbsd.org 2001/03/15 15:05:59
2951 [scp.c]
2952 use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
56b3e9ce 2953 - markus@cvs.openbsd.org 2001/03/15 22:07:08
2954 [session.c]
2955 pass Session to do_child + KNF
d50d9b63 2956 - djm@cvs.openbsd.org 2001/03/16 08:16:18
2957 [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
2958 Revise globbing for get/put to be more shell-like. In particular,
2959 "get/put file* directory/" now works. ok markus@
f55d1b5f 2960 - markus@cvs.openbsd.org 2001/03/16 09:55:53
2961 [sftp-int.c]
2962 fix memset and whitespace
6a8496e4 2963 - markus@cvs.openbsd.org 2001/03/16 13:44:24
2964 [sftp-int.c]
2965 discourage strcat/strcpy
01794848 2966 - markus@cvs.openbsd.org 2001/03/16 19:06:30
2967 [auth-options.c channels.c channels.h serverloop.c session.c]
2968 implement "permitopen" key option, restricts -L style forwarding to
2969 to specified host:port pairs. based on work by harlan@genua.de
68fa858a 2970 - Check for gl_matchc support in glob_t and fall back to the
40849fdb 2971 openbsd-compat/glob.[ch] support if it does not exist.
8a968c25 2972
4cb5d598 297320010315
2974 - OpenBSD CVS Sync
2975 - markus@cvs.openbsd.org 2001/03/14 08:57:14
2976 [sftp-client.c]
2977 Wall
85cf5827 2978 - markus@cvs.openbsd.org 2001/03/14 15:15:58
2979 [sftp-int.c]
2980 add version command
61b3a2bc 2981 - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
2982 [sftp-server.c]
2983 note no getopt()
51e2fc8f 2984 - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
68fa858a 2985 - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
4cb5d598 2986
acc9d6d7 298720010314
2988 - OpenBSD CVS Sync
85cf5827 2989 - markus@cvs.openbsd.org 2001/03/13 17:34:42
2990 [auth-options.c]
2991 missing xfree, deny key on parse error; ok stevesk@
2992 - djm@cvs.openbsd.org 2001/03/13 22:42:54
2993 [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
2994 sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
84ceda19 2995 - (bal) Fix strerror() in bsd-misc.c
2996 - (djm) Add replacement glob() from OpenBSD libc if the system glob is
2997 missing or lacks the GLOB_ALTDIRFUNC extension
68fa858a 2998 - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
84ceda19 2999 relatively. Avoids conflict between glob.h and /usr/include/glob.h
acc9d6d7 3000
22138a36 300120010313
3002 - OpenBSD CVS Sync
3003 - markus@cvs.openbsd.org 2001/03/12 22:02:02
3004 [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
3005 remove old key_fingerprint interface, s/_ex//
3006
539af7f5 300720010312
3008 - OpenBSD CVS Sync
3009 - markus@cvs.openbsd.org 2001/03/11 13:25:36
3010 [auth2.c key.c]
3011 debug
301e8e5b 3012 - jakob@cvs.openbsd.org 2001/03/11 15:03:16
3013 [key.c key.h]
3014 add improved fingerprint functions. based on work by Carsten
3015 Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
954f0550 3016 - jakob@cvs.openbsd.org 2001/03/11 15:04:16
3017 [ssh-keygen.1 ssh-keygen.c]
3018 print both md5, sha1 and bubblebabble fingerprints when using
3019 ssh-keygen -l -v. ok markus@.
08345971 3020 - jakob@cvs.openbsd.org 2001/03/11 15:13:09
3021 [key.c]
3022 cleanup & shorten some var names key_fingerprint_bubblebabble.
64b1aa3b 3023 - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
3024 [ssh-keygen.c]
3025 KNF, and SHA1 binary output is just creeping featurism
733cf7f4 3026 - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
3027 test if snprintf() supports %ll
3028 add /dev to search path for PRNGD/EGD socket
3029 fix my mistake in USER_PATH test program
79c9ac1b 3030 - OpenBSD CVS Sync
3031 - markus@cvs.openbsd.org 2001/03/11 18:29:51
3032 [key.c]
3033 style+cleanup
aaf45d87 3034 - markus@cvs.openbsd.org 2001/03/11 22:33:24
3035 [ssh-keygen.1 ssh-keygen.c]
3036 remove -v again. use -B instead for bubblebabble. make -B consistent
3037 with -l and make -B work with /path/to/known_hosts. ok deraadt@
a0322342 3038 - (djm) Bump portable version number for generating test RPMs
94dd09e3 3039 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
68fa858a 3040 - (bal) Reorder includes in Makefile.
539af7f5 3041
d156519a 304220010311
3043 - OpenBSD CVS Sync
3044 - markus@cvs.openbsd.org 2001/03/10 12:48:27
3045 [sshconnect2.c]
3046 ignore nonexisting private keys; report rjmooney@mediaone.net
5e36d59c 3047 - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
3048 [readconf.c ssh_config]
3049 default to SSH2, now that m68k runs fast
2f778758 3050 - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
3051 [ttymodes.c ttymodes.h]
3052 remove unused sgtty macros; ok markus@
99c415db 3053 - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
3054 [compat.c compat.h sshconnect.c]
3055 all known netscreen ssh versions, and older versions of OSU ssh cannot
3056 handle password padding (newer OSU is fixed)
456fce50 3057 - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
3058 make sure $bindir is in USER_PATH so scp will work
cab80f75 3059 - OpenBSD CVS Sync
3060 - markus@cvs.openbsd.org 2001/03/10 17:51:04
3061 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
3062 add PreferredAuthentications
d156519a 3063
1c9a907f 306420010310
3065 - OpenBSD CVS Sync
3066 - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
3067 [ssh-keygen.c]
68fa858a 3068 create *.pub files with umask 0644, so that you can mv them to
1c9a907f 3069 authorized_keys
cb7bd922 3070 - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
3071 [sshd.c]
3072 typo; slade@shore.net
61cf0e38 3073 - Removed log.o from sftp client. Not needed.
1c9a907f 3074
385590e4 307520010309
3076 - OpenBSD CVS Sync
3077 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
3078 [auth1.c]
3079 unused; ok markus@
acf06a60 3080 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
3081 [sftp.1]
3082 spelling, cleanup; ok deraadt@
fee56204 3083 - markus@cvs.openbsd.org 2001/03/08 21:42:33
3084 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
3085 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
3086 no need to do enter passphrase or do expensive sign operations if the
3087 server does not accept key).
385590e4 3088
3a7fe5ba 308920010308
3090 - OpenBSD CVS Sync
d5ebca2b 3091 - djm@cvs.openbsd.org 2001/03/07 10:11:23
3092 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
3093 Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
3094 functions and small protocol change.
3095 - markus@cvs.openbsd.org 2001/03/08 00:15:48
3096 [readconf.c ssh.1]
3097 turn off useprivilegedports by default. only rhost-auth needs
3098 this. older sshd's may need this, too.
097ca118 3099 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
3100 Dirk Markwardt <D.Markwardt@tu-bs.de>
3a7fe5ba 3101
3251b439 310220010307
3103 - (bal) OpenBSD CVS Sync
3104 - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
3105 [ssh-keyscan.c]
3106 appease gcc
a5ec8a3d 3107 - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
3108 [sftp-int.c sftp.1 sftp.c]
3109 sftp -b batchfile; mouring@etoh.eviladmin.org
17910dce 3110 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
3111 [sftp.1]
3112 order things
2c86906e 3113 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
3114 [ssh.1 sshd.8]
3115 the name "secure shell" is boring, noone ever uses it
7daf8515 3116 - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
3117 [ssh.1]
3118 removed dated comment
f52798a4 3119 - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3251b439 3120
657297ff 312120010306
3122 - (bal) OpenBSD CVS Sync
3123 - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
3124 [sshd.8]
3125 alpha order; jcs@rt.fm
7c8f2a26 3126 - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
3127 [servconf.c]
3128 sync error message; ok markus@
f2ba0775 3129 - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
3130 [myproposal.h ssh.1]
3131 switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
3132 provos & markus ok
7a6c39a3 3133 - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
3134 [sshd.8]
3135 detail default hmac setup too
7de5b06b 3136 - markus@cvs.openbsd.org 2001/03/05 17:17:21
3137 [kex.c kex.h sshconnect2.c sshd.c]
3138 generate a 2*need size (~300 instead of 1024/2048) random private
3139 exponent during the DH key agreement. according to Niels (the great
3140 german advisor) this is safe since /etc/primes contains strong
3141 primes only.
3142
3143 References:
3144 P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
3145 agreement with short exponents, In Advances in Cryptology
3146 - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
a5df12e9 3147 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
3148 [ssh.1]
3149 more ssh_known_hosts2 documentation; ok markus@
0b2190ee 3150 - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
3151 [dh.c]
3152 spelling
bbc62e59 3153 - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
3154 [authfd.c cli.c ssh-agent.c]
3155 EINTR/EAGAIN handling is required in more cases
c16c7f20 3156 - millert@cvs.openbsd.org 2001/03/06 01:06:03
3157 [ssh-keyscan.c]
3158 Don't assume we wil get the version string all in one read().
3159 deraadt@ OK'd
09cb311c 3160 - millert@cvs.openbsd.org 2001/03/06 01:08:27
3161 [clientloop.c]
3162 If read() fails with EINTR deal with it the same way we treat EAGAIN
657297ff 3163
1a2936c4 316420010305
3165 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
68fa858a 3166 - (bal) CVS ID touch up on sftp-int.c
e77df335 3167 - (bal) CVS ID touch up on uuencode.c
6cca9fde 3168 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
778f6940 3169 - (bal) OpenBSD CVS Sync
dcb971e1 3170 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
3171 [sshd.8]
3172 it's the OpenSSH one
778f6940 3173 - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
3174 [ssh-keyscan.c]
3175 inline -> __inline__, and some indent
81333640 3176 - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
3177 [authfile.c]
3178 improve fd handling
79ddf6db 3179 - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
3180 [sftp-server.c]
3181 careful with & and &&; markus ok
96ee8386 3182 - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
3183 [ssh.c]
3184 -i supports DSA identities now; ok markus@
0c126dc9 3185 - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
3186 [servconf.c]
3187 grammar; slade@shore.net
ed2166d8 3188 - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
3189 [ssh-keygen.1 ssh-keygen.c]
3190 document -d, and -t defaults to rsa1
b07ae1e9 3191 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
3192 [ssh-keygen.1 ssh-keygen.c]
3193 bye bye -d
e2fccec3 3194 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
3195 [sshd_config]
3196 activate RSA 2 key
e91c60f2 3197 - markus@cvs.openbsd.org 2001/02/22 21:57:27
3198 [ssh.1 sshd.8]
3199 typos/grammar from matt@anzen.com
3b1a83df 3200 - markus@cvs.openbsd.org 2001/02/22 21:59:44
3201 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
3202 use pwcopy in ssh.c, too
19d57054 3203 - markus@cvs.openbsd.org 2001/02/23 15:34:53
3204 [serverloop.c]
3205 debug2->3
00be5382 3206 - markus@cvs.openbsd.org 2001/02/23 18:15:13
3207 [sshd.c]
3208 the random session key depends now on the session_key_int
3209 sent by the 'attacker'
3210 dig1 = md5(cookie|session_key_int);
3211 dig2 = md5(dig1|cookie|session_key_int);
3212 fake_session_key = dig1|dig2;
3213 this change is caused by a mail from anakin@pobox.com
3214 patch based on discussions with my german advisor niels@openbsd.org
ec63b02d 3215 - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
3216 [readconf.c]
3217 look for id_rsa by default, before id_dsa
582038fb 3218 - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
3219 [sshd_config]
3220 ssh2 rsa key before dsa key
6e18cb71 3221 - markus@cvs.openbsd.org 2001/02/27 10:35:27
3222 [packet.c]
3223 fix random padding
1b5dfeb2 3224 - markus@cvs.openbsd.org 2001/02/27 11:00:11
3225 [compat.c]
3226 support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
4ab21f86 3227 - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
3228 [misc.c]
3229 pull in protos
167b3512 3230 - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
3231 [sftp.c]
3232 do not kill the subprocess on termination (we will see if this helps
3233 things or hurts things)
7e8911cd 3234 - markus@cvs.openbsd.org 2001/02/28 08:45:39
3235 [clientloop.c]
3236 fix byte counts for ssh protocol v1
ee55dacf 3237 - markus@cvs.openbsd.org 2001/02/28 08:54:55
3238 [channels.c nchan.c nchan.h]
3239 make sure remote stderr does not get truncated.
3240 remove closed fd's from the select mask.
a6215e53 3241 - markus@cvs.openbsd.org 2001/02/28 09:57:07
3242 [packet.c packet.h sshconnect2.c]
3243 in ssh protocol v2 use ignore messages for padding (instead of
3244 trailing \0).
94dfb550 3245 - markus@cvs.openbsd.org 2001/02/28 12:55:07
3246 [channels.c]
3247 unify debug messages
5649fbbe 3248 - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
3249 [misc.c]
3250 for completeness, copy pw_gecos too
0572fe75 3251 - markus@cvs.openbsd.org 2001/02/28 21:21:41
3252 [sshd.c]
3253 generate a fake session id, too
95ce5599 3254 - markus@cvs.openbsd.org 2001/02/28 21:27:48
3255 [channels.c packet.c packet.h serverloop.c]
3256 use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
3257 use random content in ignore messages.
355724fc 3258 - markus@cvs.openbsd.org 2001/02/28 21:31:32
3259 [channels.c]
3260 typo
c3f7d267 3261 - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
3262 [authfd.c]
3263 split line so that p will have an easier time next time around
a01a5f30 3264 - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
3265 [ssh.c]
3266 shorten usage by a line
12bf85ed 3267 - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
3268 [auth-rsa.c auth2.c deattack.c packet.c]
3269 KNF
4371658c 3270 - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
3271 [cli.c cli.h rijndael.h ssh-keyscan.1]
3272 copyright notices on all source files
ce91d6f8 3273 - markus@cvs.openbsd.org 2001/03/01 22:46:37
3274 [ssh.c]
3275 don't truncate remote ssh-2 commands; from mkubita@securities.cz
3276 use min, not max for logging, fixes overflow.
409edaba 3277 - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
3278 [sshd.8]
3279 explain SIGHUP better
b8dc87d3 3280 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
3281 [sshd.8]
3282 doc the dsa/rsa key pair files
f3c7c613 3283 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
3284 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
3285 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
3286 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
3287 make copyright lines the same format
2671b47f 3288 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
3289 [ssh-keyscan.c]
3290 standard theo sweep
ff7fee59 3291 - millert@cvs.openbsd.org 2001/03/03 21:19:41
3292 [ssh-keyscan.c]
3293 Dynamically allocate read_wait and its copies. Since maxfd is
3294 based on resource limits it is often (usually?) larger than FD_SETSIZE.
c8d75031 3295 - millert@cvs.openbsd.org 2001/03/03 21:40:30
3296 [sftp-server.c]
3297 Dynamically allocate fd_set; deraadt@ OK
20e04e90 3298 - millert@cvs.openbsd.org 2001/03/03 21:41:07
3299 [packet.c]
3300 Dynamically allocate fd_set; deraadt@ OK
dce9bac5 3301 - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
3302 [sftp-server.c]
3303 KNF
c630ce76 3304 - markus@cvs.openbsd.org 2001/03/03 23:52:22
3305 [sftp.c]
3306 clean up arg processing. based on work by Christophe_Moret@hp.com
20244695 3307 - markus@cvs.openbsd.org 2001/03/03 23:59:34
3308 [log.c ssh.c]
3309 log*.c -> log.c
61f8a1d1 3310 - markus@cvs.openbsd.org 2001/03/04 00:03:59
3311 [channels.c]
3312 debug1->2
38967add 3313 - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
3314 [ssh.c]
3315 add -m to usage; ok markus@
46f23b8d 3316 - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
3317 [sshd.8]
3318 small cleanup and clarify for PermitRootLogin; ok markus@
9c81df4c 3319 - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
3320 [servconf.c sshd.8]
3321 kill obsolete RandomSeed; ok markus@ deraadt@
f5429434 3322 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
3323 [sshd.8]
3324 spelling
54b974dc 3325 - millert@cvs.openbsd.org 2001/03/04 17:42:28
3326 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
3327 ssh.c sshconnect.c sshd.c]
3328 log functions should not be passed strings that end in newline as they
3329 get passed on to syslog() and when logging to stderr, do_log() appends
3330 its own newline.
51c251f0 3331 - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
3332 [sshd.8]
3333 list SSH2 ciphers
2605addd 3334 - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
164c80dc 3335 - (bal) Fix up logging since it changed. removed log-*.c
cc3067d6 3336 - (djm) Fix up LOG_AUTHPRIV for systems that have it
70a052c7 3337 - (stevesk) OpenBSD sync:
3338 - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
3339 [ssh-keyscan.c]
3340 skip inlining, why bother
5152d46f 3341 - (stevesk) sftp.c: handle __progname
1a2936c4 3342
40edd7ef 334320010304
3344 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
889fbcd3 3345 - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
3346 give Mark Roth credit for mdoc2man.pl
40edd7ef 3347
9817de5f 334820010303
40edd7ef 3349 - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
3350 - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
3351 - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
3352 - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
68fa858a 3353 "--with-egd-pool" configure option with "--with-prngd-socket" and
9bdd5929 3354 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
3355 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
9817de5f 3356
20cad736 335720010301
68fa858a 3358 - (djm) Properly add -lcrypt if needed.
5f404be3 3359 - (djm) Force standard PAM conversation function in a few more places.
68fa858a 3360 Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
5f404be3 3361 <nalin@redhat.com>
68fa858a 3362 - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
480eb294 3363 <vinschen@redhat.com>
ad1f4a20 3364 - (djm) Released 2.5.1p2
20cad736 3365
cf0c5df5 336620010228
3367 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
3368 "Bad packet length" bugs.
68fa858a 3369 - (djm) Fully revert PAM session patch (again). All PAM session init is
403f5a8e 3370 now done before the final fork().
065ef9b1 3371 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
d9b1f19a 3372 - (djm) Remove /tmp from EGD socket search list
cf0c5df5 3373
86b416a7 337420010227
68fa858a 3375 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen
51fb577a 3376 <vinschen@redhat.com>
2af09193 3377 - (bal) OpenBSD Sync
3378 - markus@cvs.openbsd.org 2001/02/23 15:37:45
3379 [session.c]
3380 handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
68fa858a 3381 - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble
a892c46e 3382 <jmknoble@jmknoble.cx>
68fa858a 3383 - (djm) Fix up POSIX saved uid support. Report from Mark Miller
f4e9a0e1 3384 <markm@swoon.net>
3385 - (djm) Search for -lcrypt on FreeBSD too
c7c72446 3386 - (djm) fatal() on OpenSSL version mismatch
27cf96de 3387 - (djm) Move PAM init to after fork for non-Solaris derived PAMs
d5c4c52e 3388 - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
3389 <markm@swoon.net>
4bc6dd70 3390 - (djm) Fix PAM fix
4236bde4 3391 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
3392 change is being made as 2.5.x configfiles are not back-compatible with
64e0e67e 3393 2.3.x.
3394 - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
3395 <markm@swoon.net>
68fa858a 3396 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
a29d3f1c 3397 <tim@multitalents.net>
68fa858a 3398 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
a29d3f1c 3399 <tim@multitalents.net>
51fb577a 3400
4925395f 340120010226
3402 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
68fa858a 3403 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
e9a13ac1 3404 Based on patch from Tim Rice <tim@multitalents.net>
4925395f 3405
1eb4ec64 340620010225
3407 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
3408 Patch from Adrian Ho <lexfiend@usa.net>
490cad94 3409 - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
3410 platform defines u_int64_t as being that.
1eb4ec64 3411
a738c3b0 341220010224
68fa858a 3413 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna
a738c3b0 3414 Vinschen <vinschen@redhat.com>
3415 - (bal) Reorder where 'strftime' is detected to resolve linking
3416 issues on SCO. Patch by Tim Rice <tim@multitalents.net>
3417
8fd97cc4 341820010224
3419 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
3420 Patch by Pekka Savola <pekkas@netcore.fi>
8f0b3553 3421 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
3422 some platforms.
3d114925 3423 - (bal) Generalize lack of UNIX sockets since this also effects Cray
3424 not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
8fd97cc4 3425
14a49e44 342620010223
3427 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
3428 <tell@telltronics.org>
cb291102 3429 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
3430 that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
68fa858a 3431 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
5a67331c 3432 <tim@multitalents.net>
14a49e44 3433
68fa858a 343420010222
73d6d7fa 3435 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
ca742b3b 3436 - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
3437 - (bal) Removed reference to liblogin from contrib/README. It was
3438 integrated into OpenSSH a long while ago.
2a81eb9f 3439 - (stevesk) remove erroneous #ifdef sgi code.
3440 Michael Stone <mstone@cs.loyola.edu>
73d6d7fa 3441
fbf305f1 344220010221
3443 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
68fa858a 3444 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice
9dd3bc84 3445 <tim@multitalents.net>
1fe61b2e 3446 - (bal) Reverted out of 2001/02/15 patch by djm below because it
3447 breaks Solaris.
3448 - (djm) Move PAM session setup back to before setuid to user.
3449 fixes problems on Solaris-drived PAMs.
266140a8 3450 - (stevesk) session.c: back out to where we were before:
68fa858a 3451 - (djm) Move PAM session initialisation until after fork in sshd. Patch
266140a8 3452 from Nalin Dahyabhai <nalin@redhat.com>
9dd3bc84 3453
8b3319f4 345420010220
3455 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
3456 getcwd.c.
c2b544a5 3457 - (bal) OpenBSD CVS Sync:
3458 - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
3459 [sshd.c]
3460 clarify message to make it not mention "ident"
8b3319f4 3461
1729c161 346220010219
3463 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
3464 pty.[ch] -> sshpty.[ch]
d6f13fbb 3465 - (djm) Rework search for OpenSSL location. Skip directories which don't
3466 exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
3467 with its limit of 6 -L options.
0476625f 3468 - OpenBSD CVS Sync:
3469 - reinhard@cvs.openbsd.org 2001/02/17 08:24:40
3470 [sftp.1]
3471 typo
3472 - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
3473 [ssh.c]
3474 cleanup -V output; noted by millert
3475 - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
3476 [sshd.8]
3477 it's the OpenSSH one
3478 - markus@cvs.openbsd.org 2001/02/18 11:33:54
3479 [dispatch.c]
3480 typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
3481 - markus@cvs.openbsd.org 2001/02/19 02:53:32
3482 [compat.c compat.h serverloop.c]
3483 ssh-1.2.{18-22} has broken handling of ignore messages; report from
3484 itojun@
3485 - markus@cvs.openbsd.org 2001/02/19 03:35:23
3486 [version.h]
3487 OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
3488 - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
3489 [scp.c]
3490 np is changed by recursion; vinschen@redhat.com
3491 - Update versions in RPM spec files
3492 - Release 2.5.1p1
1729c161 3493
663fd560 349420010218
68fa858a 3495 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
3496 <tim@multitalents.net>
25cd3375 3497 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
3498 stevesk
68fa858a 3499 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
58e7f038 3500 <vinschen@redhat.com> and myself.
32ced054 3501 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
3502 Miskiewicz <misiek@pld.ORG.PL>
6a951840 3503 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
3504 Todd C. Miller <Todd.Miller@courtesan.com>
68fa858a 3505 - (djm) Use ttyname() to determine name of tty returned by openpty()
3506 rather then risking overflow. Patch from Marek Michalkiewicz
b82f1310 3507 <marekm@amelek.gda.pl>
68fa858a 3508 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
bdf80b2c 3509 Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
af8fda37 3510 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
68fa858a 3511 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
df538d55 3512 SunOS)
68fa858a 3513 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
f61d6b17 3514 <tim@multitalents.net>
dfef7e7e 3515 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
36a358ca 3516 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
68fa858a 3517 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
d54d99a3 3518 SIGALRM.
e1a023df 3519 - (djm) Move entropy.c over to mysignal()
68fa858a 3520 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
3521 a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
667beaa9 3522 Miller <Todd.Miller@courtesan.com>
ecdde3d8 3523 - (djm) Update RPM spec files for 2.5.0p1
51ee9048 3524 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
3525 enable with --with-bsd-auth.
2adddc78 3526 - (stevesk) entropy.c: typo; should be SIGPIPE
663fd560 3527
0b1728c5 352820010217
3529 - (bal) OpenBSD Sync:
3530 - markus@cvs.openbsd.org 2001/02/16 13:38:18
68fa858a 3531 [channel.c]
3532 remove debug
c8b058b4 3533 - markus@cvs.openbsd.org 2001/02/16 14:03:43
3534 [session.c]
3535 proper payload-length check for x11 w/o screen-number
0b1728c5 3536
b41d8d4d 353720010216
3538 - (bal) added '--with-prce' to allow overriding of system regex when
3539 required (tested by David Dulek <ddulek@fastenal.com>)
d6fdb079 3540 - (bal) Added DG/UX case and set that they have a broken IPTOS.
278588d8 3541 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
3542 Fixes linking on SCO.
68fa858a 3543 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
0ceb21d6 3544 Nalin Dahyabhai <nalin@redhat.com>
3545 - (djm) BSD license for gnome-ssh-askpass (was X11)
3546 - (djm) KNF on gnome-ssh-askpass
ed6553e2 3547 - (djm) USE_PIPES for a few more sysv platforms
3548 - (djm) Cleanup configure.in a little
3549 - (djm) Ask users to check config.log when we can't find necessary libs
aca75d94 3550 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
3551 OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
0ae4fe1d 3552 - (djm) OpenBSD CVS:
3553 - markus@cvs.openbsd.org 2001/02/15 16:19:59
3554 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
3555 [sshconnect1.c sshconnect2.c]
3556 genericize password padding function for SSH1 and SSH2.
3557 add stylized echo to 2, too.
3558 - (djm) Add roundup() macro to defines.h
9535dddf 3559 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
3560 needed on Unixware 2.x.
b41d8d4d 3561
0086bfaf 356220010215
68fa858a 3563 - (djm) Move PAM session setup back to before setuid to user. Fixes
0086bfaf 3564 problems on Solaris-derived PAMs.
e11aab29 3565 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
3566 <Darren.Moffat@eng.sun.com>
9e3c31f7 3567 - (bal) Sync w/ OpenSSH for new release
3568 - markus@cvs.openbsd.org 2001/02/12 12:45:06
3569 [sshconnect1.c]
3570 fix xmalloc(0), ok dugsong@
b2552997 3571 - markus@cvs.openbsd.org 2001/02/11 12:59:25
3572 [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
3573 sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
3574 1) clean up the MAC support for SSH-2
3575 2) allow you to specify the MAC with 'ssh -m'
3576 3) or the 'MACs' keyword in ssh(d)_config
3577 4) add hmac-{md5,sha1}-96
3578 ok stevesk@, provos@
15853e93 3579 - markus@cvs.openbsd.org 2001/02/12 16:16:23
3580 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
3581 ssh-keygen.c sshd.8]
3582 PermitRootLogin={yes,without-password,forced-commands-only,no}
3583 (before this change, root could login even if PermitRootLogin==no)
7cc4cf0a 3584 - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
fd193ca4 3585 [clientloop.c packet.c ssh-keyscan.c]
3586 deal with EAGAIN/EINTR selects which were skipped
7cc4cf0a 3587 - markus@cvs.openssh.org 2001/02/13 22:49:40
3588 [auth1.c auth2.c]
3589 setproctitle(user) only if getpwnam succeeds
3590 - markus@cvs.openbsd.org 2001/02/12 23:26:20
3591 [sshd.c]
3592 missing memset; from solar@openwall.com
3593 - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
3594 [sftp-int.c]
3595 lumask now works with 1 numeric arg; ok markus@, djm@
3596 - djm@cvs.openbsd.org 2001/02/14 9:46:03
3597 [sftp-client.c sftp-int.c sftp.1]
3598 Fix and document 'preserve modes & times' option ('-p' flag in sftp);
3599 ok markus@
0b16bb01 3600 - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
3601 - (djm) Move to Jim's 1.2.0 X11 askpass program
62da27dd 3602 - (stevesk) OpenBSD sync:
3603 - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
3604 [serverloop.c]
3605 indent
0b16bb01 3606
1c2d0a13 360720010214
3608 - (djm) Don't try to close PAM session or delete credentials if the
68fa858a 3609 session has not been open or credentials not set. Based on patch from
1c2d0a13 3610 Andrew Bartlett <abartlet@pcug.org.au>
68fa858a 3611 - (djm) Move PAM session initialisation until after fork in sshd. Patch
0ab1bcba 3612 from Nalin Dahyabhai <nalin@redhat.com>
958e5ae4 3613 - (bal) Missing function prototype in bsd-snprintf.c patch by
3614 Mark Miller <markm@swoon.net>
b7ccb051 3615 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
3616 <cmadams@hiwaay.net> with a little modification and KNF.
815800e1 3617 - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1c2d0a13 3618
0610439b 361920010213
84eb157c 3620 - (djm) Only test -S potential EGD sockets if they exist and are readable.
f1312c76 3621 - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
3622 I did a base KNF over the whe whole file to make it more acceptable.
3623 (backed out of original patch and removed it from ChangeLog)
01f13020 3624 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
3625 Tim Rice <tim@multitalents.net>
8d60e965 3626 - (stevesk) auth1.c: fix PAM passwordless check.
0610439b 3627
894a4851 362820010212
68fa858a 3629 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
3630 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
3631 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
894a4851 3632 Pekka Savola <pekkas@netcore.fi>
782d6a0d 3633 - (djm) Clean up PCRE text in INSTALL
68fa858a 3634 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
77db6c3f 3635 <mib@unimelb.edu.au>
6f68f28a 3636 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
01a7bc9a 3637 - (stevesk) session.c: remove debugging code.
894a4851 3638
abf1f107 363920010211
3640 - (bal) OpenBSD Sync
3641 - markus@cvs.openbsd.org 2001/02/07 22:35:46
3642 [auth1.c auth2.c sshd.c]
3643 move k_setpag() to a central place; ok dugsong@
c845316f 3644 - markus@cvs.openbsd.org 2001/02/10 12:52:02
3645 [auth2.c]
3646 offer passwd before s/key
e6fa162e 3647 - markus@cvs.openbsd.org 2001/02/8 22:37:10
3648 [canohost.c]
3649 remove last call to sprintf; ok deraadt@
0ab4b0f0 3650 - markus@cvs.openbsd.org 2001/02/10 1:33:32
3651 [canohost.c]
3652 add debug message, since sshd blocks here if DNS is not available
7f8ea238 3653 - markus@cvs.openbsd.org 2001/02/10 12:44:02
3654 [cli.c]
3655 don't call vis() for \r
5c470997 3656 - danh@cvs.openbsd.org 2001/02/10 0:12:43
3657 [scp.c]
3658 revert a small change to allow -r option to work again; ok deraadt@
3659 - danh@cvs.openbsd.org 2001/02/10 15:14:11
3660 [scp.c]
3661 fix memory leak; ok markus@
a0e6fead 3662 - djm@cvs.openbsd.org 2001/02/10 0:45:52
3663 [scp.1]
3664 Mention that you can quote pathnames with spaces in them
b3106440 3665 - markus@cvs.openbsd.org 2001/02/10 1:46:28
3666 [ssh.c]
3667 remove mapping of argv[0] -> hostname
f72e01a5 3668 - markus@cvs.openbsd.org 2001/02/06 22:26:17
3669 [sshconnect2.c]
3670 do not ask for passphrase in batch mode; report from ejb@ql.org
3671 - itojun@cvs.opebsd.org 2001/02/08 10:47:05
5d1d11d1 3672 [sshconnect.c sshconnect1.c sshconnect2.c]
68fa858a 3673 %.30s is too short for IPv6 numeric address. use %.128s for now.
f72e01a5 3674 markus ok
3675 - markus@cvs.openbsd.org 2001/02/09 12:28:35
3676 [sshconnect2.c]
3677 do not free twice, thanks to /etc/malloc.conf
3678 - markus@cvs.openbsd.org 2001/02/09 17:10:53
3679 [sshconnect2.c]
3680 partial success: debug->log; "Permission denied" if no more auth methods
3681 - markus@cvs.openbsd.org 2001/02/10 12:09:21
3682 [sshconnect2.c]
3683 remove some lines
e0b2cf6b 3684 - markus@cvs.openbsd.org 2001/02/09 13:38:07
3685 [auth-options.c]
3686 reset options if no option is given; from han.holl@prismant.nl
ca910e13 3687 - markus@cvs.openbsd.org 2001/02/08 21:58:28
3688 [channels.c]
3689 nuke sprintf, ok deraadt@
3690 - markus@cvs.openbsd.org 2001/02/08 21:58:28
3691 [channels.c]
3692 nuke sprintf, ok deraadt@
affa8be4 3693 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3694 [clientloop.h]
3695 remove confusing callback code
d2c46e77 3696 - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
3697 [readconf.c]
3698 snprintf
cc8aca8a 3699 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
3700 sync with netbsd tree changes.
3701 - more strict prototypes, include necessary headers
3702 - use paths.h/pathnames.h decls
3703 - size_t typecase to int -> u_long
5be2ec5e 3704 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
3705 [ssh-keyscan.c]
3706 fix size_t -> int cast (use u_long). markus ok
3707 - markus@cvs.openbsd.org 2001/02/07 22:43:16
3708 [ssh-keyscan.c]
3709 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
3710 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
3711 [ssh-keyscan.c]
68fa858a 3712 do not assume malloc() returns zero-filled region. found by
5be2ec5e 3713 malloc.conf=AJ.
f21032a6 3714 - markus@cvs.openbsd.org 2001/02/08 22:35:30
3715 [sshconnect.c]
68fa858a 3716 don't connect if batch_mode is true and stricthostkeychecking set to
f21032a6 3717 'ask'
7bbcc167 3718 - djm@cvs.openbsd.org 2001/02/04 21:26:07
3719 [sshd_config]
3720 type: ok markus@
3721 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
3722 [sshd_config]
3723 enable sftp-server by default
a2e6d17d 3724 - deraadt 2001/02/07 8:57:26
3725 [xmalloc.c]
3726 deal with new ANSI malloc stuff
3727 - markus@cvs.openbsd.org 2001/02/07 16:46:08
3728 [xmalloc.c]
3729 typo in fatal()
3730 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
3731 [xmalloc.c]
3732 fix size_t -> int cast (use u_long). markus ok
4ef922e3 3733 - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
3734 [serverloop.c sshconnect1.c]
68fa858a 3735 mitigate SSH1 traffic analysis - from Solar Designer
4ef922e3 3736 <solar@openwall.com>, ok provos@
68fa858a 3737 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
ca910e13 3738 (from the OpenBSD tree)
6b442913 3739 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
27df9d4a 3740 - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
17321afe 3741 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
f98d56f0 3742 - (bal) A bit more whitespace cleanup
68fa858a 3743 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
e275684f 3744 <abartlet@pcug.org.au>
b27e97b1 3745 - (stevesk) misc.c: ssh.h not needed.
38a316c0 3746 - (stevesk) compat.c: more friendly cpp error
94f38e16 3747 - (stevesk) OpenBSD sync:
3748 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
3749 [LICENSE]
3750 typos and small cleanup; ok deraadt@
abf1f107 3751
0426a3b4 375220010210
3753 - (djm) Sync sftp and scp stuff from OpenBSD:
3754 - djm@cvs.openbsd.org 2001/02/07 03:55:13
3755 [sftp-client.c]
3756 Don't free handles before we are done with them. Based on work from
3757 Corinna Vinschen <vinschen@redhat.com>. ok markus@
3758 - djm@cvs.openbsd.org 2001/02/06 22:32:53
3759 [sftp.1]
3760 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
3761 - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
3762 [sftp.1]
3763 pretty up significantly
3764 - itojun@cvs.openbsd.org 2001/02/07 06:49:42
3765 [sftp.1]
3766 .Bl-.El mismatch. markus ok
3767 - djm@cvs.openbsd.org 2001/02/07 06:12:30
3768 [sftp-int.c]
3769 Check that target is a directory before doing ls; ok markus@
3770 - itojun@cvs.openbsd.org 2001/02/07 11:01:18
3771 [scp.c sftp-client.c sftp-server.c]
3772 unsigned long long -> %llu, not %qu. markus ok
3773 - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
3774 [sftp.1 sftp-int.c]
3775 more man page cleanup and sync of help text with man page; ok markus@
3776 - markus@cvs.openbsd.org 2001/02/07 14:58:34
3777 [sftp-client.c]
3778 older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
3779 - djm@cvs.openbsd.org 2001/02/07 15:27:19
3780 [sftp.c]
3781 Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
3782 <roumen.petrov@skalasoft.com>
3783 - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
3784 [sftp-int.c]
3785 portable; ok markus@
3786 - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
3787 [sftp-int.c]
3788 lowercase cmds[].c also; ok markus@
3789 - markus@cvs.openbsd.org 2001/02/07 17:04:52
3790 [pathnames.h sftp.c]
3791 allow sftp over ssh protocol 1; ok djm@
3792 - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
3793 [scp.c]
3794 memory leak fix, and snprintf throughout
3795 - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
3796 [sftp-int.c]
3797 plug a memory leak
3798 - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
3799 [session.c sftp-client.c]
3800 %i -> %d
3801 - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
3802 [sftp-int.c]
3803 typo
3804 - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
3805 [sftp-int.c pathnames.h]
3806 _PATH_LS; ok markus@
3807 - djm@cvs.openbsd.org 2001/02/09 04:46:25
3808 [sftp-int.c]
3809 Check for NULL attribs for chown, chmod & chgrp operations, only send
3810 relevant attribs back to server; ok markus@
96b64eb0 3811 - djm@cvs.openbsd.org 2001/02/06 15:05:25
3812 [sftp.c]
3813 Use getopt to process commandline arguments
3814 - djm@cvs.openbsd.org 2001/02/06 15:06:21
3815 [sftp.c ]
3816 Wait for ssh subprocess at exit
3817 - djm@cvs.openbsd.org 2001/02/06 15:18:16
3818 [sftp-int.c]
3819 stat target for remote chdir before doing chdir
3820 - djm@cvs.openbsd.org 2001/02/06 15:32:54
3821 [sftp.1]
3822 Punctuation fix from Pekka Savola <pekkas@netcore.fi>
3823 - provos@cvs.openbsd.org 2001/02/05 22:22:02
3824 [sftp-int.c]
3825 cleanup get_pathname, fix pwd after failed cd. okay djm@
0426a3b4 3826 - (djm) Update makefile.in for _PATH_SFTP_SERVER
c9f5e42e 3827 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
0426a3b4 3828
6d1e1d2b 382920010209
68fa858a 3830 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
6d1e1d2b 3831 <rjmooney@mediaone.net>
bb0c1991 3832 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
68fa858a 3833 main tree while porting forward. Pointed out by Lutz Jaenicke
bb0c1991 3834 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
f902d909 3835 - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
3836 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
25f4c264 3837 - (stevesk) OpenBSD sync:
3838 - markus@cvs.openbsd.org 2001/02/08 11:20:01
3839 [auth2.c]
3840 strict checking
3841 - markus@cvs.openbsd.org 2001/02/08 11:15:22
3842 [version.h]
3843 update to 2.3.2
3844 - markus@cvs.openbsd.org 2001/02/08 11:12:30
3845 [auth2.c]
3846 fix typo
72b3f75d 3847 - (djm) Update spec files
0ed28836 3848 - (bal) OpenBSD sync:
3849 - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
3850 [scp.c]
3851 memory leak fix, and snprintf throughout
1fc8ccdf 3852 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3853 [clientloop.c]
3854 remove confusing callback code
0b202697 3855 - (djm) Add CVS Id's to files that we have missed
5ca51e19 3856 - (bal) OpenBSD Sync (more):
3857 - itojun@cvs.openbsd.org 2001/02/08 19:30:52
3858 sync with netbsd tree changes.
3859 - more strict prototypes, include necessary headers
3860 - use paths.h/pathnames.h decls
3861 - size_t typecase to int -> u_long
1f3bf5aa 3862 - markus@cvs.openbsd.org 2001/02/06 22:07:42
3863 [ssh.c]
3864 fatal() if subsystem fails
3865 - markus@cvs.openbsd.org 2001/02/06 22:43:02
3866 [ssh.c]
3867 remove confusing callback code
3868 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
3869 [ssh.c]
3870 add -1 option (force protocol version 1). ok markus@
3871 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
3872 [ssh.c]
3873 reorder -{1,2,4,6} options. ok markus@
e6aa01b4 3874 - (bal) Missing 'const' in readpass.h
9c5a8165 3875 - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
3876 - djm@cvs.openbsd.org 2001/02/06 23:30:28
3877 [sftp-client.c]
3878 replace arc4random with counter for request ids; ok markus@
68fa858a 3879 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
bc79ed5c 3880 Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6d1e1d2b 3881
6a25c04c 388220010208
3883 - (djm) Don't delete external askpass program in make uninstall target.
3884 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
6958bd37 3885 - (djm) Fix linking of sftp, don't need arc4random any more.
3886 - (djm) Try to use shell that supports "test -S" for EGD socket search.
3887 Based on patch from Tim Rice <tim@multitalents.net>
6a25c04c 3888
547519f0 388920010207
bee0a37e 3890 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
3891 seem lose track of it while in openbsd-compat/ (two confirmed reports)
5c377b3b 3892 - (djm) Much KNF on PAM code
547519f0 3893 - (djm) Revise auth-pam.c conversation function to be a little more
3894 readable.
5c377b3b 3895 - (djm) Revise kbd-int PAM conversation function to fold all text messages
3896 to before first prompt. Fixes hangs if last pam_message did not require
3897 a reply.
3898 - (djm) Fix password changing when using PAM kbd-int authentication
bee0a37e 3899
547519f0 390020010205
2b87da3b 3901 - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
99286dc8 3902 that don't have NGROUPS_MAX.
57559587 3903 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
2b87da3b 3904 - (stevesk) OpenBSD sync:
3905 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
3906 [many files; did this manually to our top-level source dir]
3907 unexpand and remove end-of-line whitespace; ok markus@
408ba72f 3908 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
3909 [sftp-server.c]
3910 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
ec2a033a 3911 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
3912 [sftp-int.c]
3913 ? == help
3914 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
3915 [sftp-int.c]
3916 sort commands, so that abbreviations work as expected
3917 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
3918 [sftp-int.c]
3919 debugging sftp: precedence and missing break. chmod, chown, chgrp
3920 seem to be working now.
3921 - markus@cvs.openbsd.org 2001/02/04 14:41:21
3922 [sftp-int.c]
3923 use base 8 for umask/chmod
3924 - markus@cvs.openbsd.org 2001/02/04 11:11:54
3925 [sftp-int.c]
3926 fix LCD
c44559d2 3927 - markus@cvs.openbsd.org 2001/02/04 08:10:44
3928 [ssh.1]
3929 typo; dpo@club-internet.fr
a5930351 3930 - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
3931 [auth2.c authfd.c packet.c]
3932 remove duplicate #include's; ok markus@
6a416424 3933 - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
3934 [scp.c sshd.c]
3935 alpha happiness
3936 - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
3937 [sshd.c]
3938 precedence; ok markus@
02a024dd 3939 - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
6a416424 3940 [ssh.c sshd.c]
3941 make the alpha happy
02a024dd 3942 - markus@cvs.openbsd.org 2001/01/31 13:37:24
3943 [channels.c channels.h serverloop.c ssh.c]
68fa858a 3944 do not disconnect if local port forwarding fails, e.g. if port is
547519f0 3945 already in use
02a024dd 3946 - markus@cvs.openbsd.org 2001/02/01 14:58:09
3947 [channels.c]
3948 use ipaddr in channel messages, ietf-secsh wants this
3949 - markus@cvs.openbsd.org 2001/01/31 12:26:20
3950 [channels.c]
68fa858a 3951 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
547519f0 3952 messages; bug report from edmundo@rano.org
a741554f 3953 - markus@cvs.openbsd.org 2001/01/31 13:48:09
3954 [sshconnect2.c]
3955 unused
9378f292 3956 - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
3957 [sftp-client.c sftp-server.c]
3958 make gcc on the alpha even happier
1fc243d1 3959
547519f0 396020010204
781a0585 3961 - (bal) I think this is the last of the bsd-*.h that don't belong.
634e0b53 3962 - (bal) Minor Makefile fix
f0f14bea 3963 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
61e96248 3964 right.
78987b57 3965 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
166e4f2a 3966 - (bal) next-posix.h changed to bsd-nextstep.h
61e96248 3967 - (djm) OpenBSD CVS sync:
3968 - markus@cvs.openbsd.org 2001/02/03 03:08:38
3969 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
3970 [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
3971 [sshd_config]
3972 make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
3973 - markus@cvs.openbsd.org 2001/02/03 03:19:51
3974 [ssh.1 sshd.8 sshd_config]
3975 Skey is now called ChallengeResponse
3976 - markus@cvs.openbsd.org 2001/02/03 03:43:09
3977 [sshd.8]
3978 use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
3979 channel. note from Erik.Anggard@cygate.se (pr/1659)
3980 - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
3981 [ssh.1]
3982 typos; ok markus@
3983 - djm@cvs.openbsd.org 2001/02/04 04:11:56
3984 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
3985 [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
3986 Basic interactive sftp client; ok theo@
3987 - (djm) Update RPM specs for new sftp binary
68fa858a 3988 - (djm) Update several bits for new optional reverse lookup stuff. I
61e96248 3989 think I got them all.
8b061486 3990 - (djm) Makefile.in fixes
1aa00dcb 3991 - (stevesk) add mysignal() wrapper and use it for the protocol 2
3992 SIGCHLD handler.
408ba72f 3993 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
781a0585 3994
547519f0 399520010203
63fe0529 3996 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
bf3db92d 3997 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
3998 based file) to ensure #include space does not get confused.
f78888c7 3999 - (bal) Minor Makefile.in tweak. dirname may not exist on some
4000 platforms so builds fail. (NeXT being a well known one)
63fe0529 4001
547519f0 400220010202
61e96248 4003 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
c85a87f2 4004 <vinschen@redhat.com>
71301416 4005 - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
4006 that use 'gmake'. Patch by Tim Rice <tim@multitalents.net>
c85a87f2 4007
547519f0 400820010201
ad5075bd 4009 - (bal) Minor fix to Makefile to stop rebuilding executables if no
4010 changes have occured to any of the supporting code. Patch by
4011 Roumen Petrov <roumen.petrov@skalasoft.com>
4012
9c8dbb1b 401320010131
37845585 4014 - (djm) OpenBSD CVS Sync:
4015 - djm@cvs.openbsd.org 2001/01/30 15:48:53
4016 [sshconnect.c]
4017 Make warning message a little more consistent. ok markus@
8c89dd2b 4018 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
4019 Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
4020 respectively.
c59dc6bd 4021 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
4022 passwords.
9c8dbb1b 4023 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
4024 openbsd-compat/. And resolve all ./configure and Makefile.in issues
4025 assocated.
37845585 4026
9c8dbb1b 402720010130
39929cdb 4028 - (djm) OpenBSD CVS Sync:
4029 - markus@cvs.openbsd.org 2001/01/29 09:55:37
4030 [channels.c channels.h clientloop.c serverloop.c]
4031 fix select overflow; ok deraadt@ and stevesk@
865ac82e 4032 - markus@cvs.openbsd.org 2001/01/29 12:42:35
4033 [canohost.c canohost.h channels.c clientloop.c]
4034 add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
46aa2d1f 4035 - markus@cvs.openbsd.org 2001/01/29 12:47:32
4036 [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
4037 handle rsa_private_decrypt failures; helps against the Bleichenbacher
4038 pkcs#1 attack
ae810de7 4039 - djm@cvs.openbsd.org 2001/01/29 05:36:11
4040 [ssh.1 ssh.c]
4041 Allow invocation of sybsystem by commandline (-s); ok markus@
83bc57f9 4042 - (stevesk) configure.in: remove duplicate PROG_LS
39929cdb 4043
9c8dbb1b 404420010129
f29ef605 4045 - (stevesk) sftp-server.c: use %lld vs. %qd
4046
cb9da0fc 404720010128
4048 - (bal) Put USE_PIPES back into sco3.2v5
23c2a7a5 4049 - (bal) OpenBSD Sync
9bd5b720 4050 - markus@cvs.openbsd.org 2001/01/28 10:15:34
4051 [dispatch.c]
4052 re-keying is not supported; ok deraadt@
5fb622e4 4053 - markus@cvs.openbsd.org 2001/01/28 10:24:04
7f5c4295 4054 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5fb622e4 4055 cleanup AUTHORS sections
9bd5b720 4056 - markus@cvs.openbsd.org 2001/01/28 10:37:26
ab60252b 4057 [sshd.c sshd.8]
9bd5b720 4058 remove -Q, no longer needed
4059 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
a877488a 4060 [readconf.c ssh.1]
9bd5b720 4061 ``StrictHostKeyChecking ask'' documentation and small cleanup.
4062 ok markus@
6f37606e 4063 - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
61e96248 4064 [sshd.8]
6f37606e 4065 spelling. ok markus@
95f4ccfb 4066 - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
4067 [xmalloc.c]
4068 use size_t for strlen() return. ok markus@
6f37606e 4069 - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
4070 [authfile.c]
4071 spelling. use sizeof vs. strlen(). ok markus@
9bd5b720 4072 - niklas@cvs.openbsd.org 2001/01/29 1:59:14
23c2a7a5 4073 [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
4074 groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
4075 key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
4076 radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
4077 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
4078 sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
4079 $OpenBSD$
b0e305c9 4080 - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
cb9da0fc 4081
c9606e03 408220010126
61e96248 4083 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
c9606e03 4084 Petrov <roumen.petrov@skalasoft.com>
2f4b2e38 4085 - (bal) OpenBSD Sync
4086 - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
4087 [ssh-agent.c]
4088 call _exit() in signal handler
c9606e03 4089
d7d5f0b2 409020010125
4091 - (djm) Sync bsd-* support files:
4092 - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
4093 [rresvport.c bindresvport.c]
61e96248 4094 new bindresvport() semantics that itojun, shin, jean-luc and i have
d7d5f0b2 4095 agreed on, which will be happy for the future. bindresvport_sa() for
4096 sockaddr *, too. docs later..
4097 - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
4098 [bindresvport.c]
61e96248 4099 in bindresvport(), if sin is non-NULL, example sin->sin_family for
d7d5f0b2 4100 the actual family being processed
e1dd3a7a 4101 - (djm) Mention PRNGd in documentation, it is nicer than EGD
4102 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
8080699b 4103 - (bal) AC_FUNC_STRFTIME added to autoconf
4ccb01d6 4104 - (bal) OpenBSD Resync
4105 - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
4106 [channels.c]
4107 missing freeaddrinfo(); ok markus@
d7d5f0b2 4108
556eb464 410920010124
4110 - (bal) OpenBSD Resync
4111 - markus@cvs.openbsd.org 2001/01/23 10:45:10
4112 [ssh.h]
61e96248 4113 nuke comment
1aecda34 4114 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
4115 - (bal) #ifdef around S_IFSOCK if platform does not support it.
4116 patch by Tim Rice <tim@multitalents.net>
4117 - (bal) fake-regex.h cleanup based on Tim Rice's patch.
c33f0b36 4118 - (stevesk) sftp-server.c: fix chmod() mode mask
556eb464 4119
effa6591 412020010123
4121 - (bal) regexp.h typo in configure.in. Should have been regex.h
4122 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
61e96248 4123 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
53a24016 4124 - (bal) OpenBSD Resync
4125 - markus@cvs.openbsd.org 2001/01/22 8:15:00
4126 [auth-krb4.c sshconnect1.c]
4127 only AFS needs radix.[ch]
4128 - markus@cvs.openbsd.org 2001/01/22 8:32:53
4129 [auth2.c]
4130 no need to include; from mouring@etoh.eviladmin.org
4131 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
4132 [key.c]
4133 free() -> xfree(); ok markus@
4134 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
4135 [sshconnect2.c sshd.c]
4136 fix memory leaks in SSH2 key exchange; ok markus@
d464095c 4137 - markus@cvs.openbsd.org 2001/01/22 23:06:39
4138 [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
4139 sshconnect1.c sshconnect2.c sshd.c]
4140 rename skey -> challenge response.
4141 auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
53a24016 4142
effa6591 4143
42f11eb2 414420010122
4145 - (bal) OpenBSD Resync
4146 - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
4147 [servconf.c ssh.h sshd.c]
4148 only auth-chall.c needs #ifdef SKEY
4149 - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
4150 [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4151 auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
4152 packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
4153 session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
4154 ssh1.h sshconnect1.c sshd.c ttymodes.c]
4155 move ssh1 definitions to ssh1.h, pathnames to pathnames.h
4156 - markus@cvs.openbsd.org 2001/01/19 16:48:14
4157 [sshd.8]
4158 fix typo; from stevesk@
4159 - markus@cvs.openbsd.org 2001/01/19 16:50:58
4160 [ssh-dss.c]
61e96248 4161 clear and free digest, make consistent with other code (use dlen); from
42f11eb2 4162 stevesk@
4163 - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
4164 [auth-options.c auth-options.h auth-rsa.c auth2.c]
4165 pass the filename to auth_parse_options()
61e96248 4166 - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
42f11eb2 4167 [readconf.c]
4168 fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
4169 - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
4170 [sshconnect2.c]
4171 dh_new_group() does not return NULL. ok markus@
4172 - markus@cvs.openbsd.org 2001/01/20 21:33:42
4173 [ssh-add.c]
61e96248 4174 do not loop forever if askpass does not exist; from
42f11eb2 4175 andrew@pimlott.ne.mediaone.net
4176 - djm@cvs.openbsd.org 2001/01/20 23:00:56
4177 [servconf.c]
4178 Check for NULL return from strdelim; ok markus
4179 - djm@cvs.openbsd.org 2001/01/20 23:02:07
4180 [readconf.c]
4181 KNF; ok markus
4182 - jakob@cvs.openbsd.org 2001/01/21 9:00:33
4183 [ssh-keygen.1]
4184 remove -R flag; ok markus@
4185 - markus@cvs.openbsd.org 2001/01/21 19:05:40
4186 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
4187 auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4188 auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
4189 bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c
4190 cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
4191 deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
4192 key.c key.h log-client.c log-server.c log.c log.h login.c login.h
4193 match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
4194 readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
4195 session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
61e96248 4196 ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
42f11eb2 4197 sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
4198 ttysmodes.c uidswap.c xmalloc.c]
61e96248 4199 split ssh.h and try to cleanup the #include mess. remove unnecessary
42f11eb2 4200 #includes. rename util.[ch] -> misc.[ch]
4201 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
61e96248 4202 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
42f11eb2 4203 conflict when compiling for non-kerb install
4204 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
4205 on 1/19.
4206
6005a40c 420720010120
4208 - (bal) OpenBSD Resync
4209 - markus@cvs.openbsd.org 2001/01/19 12:45:26
4210 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
4211 only auth-chall.c needs #ifdef SKEY
47af6577 4212 - (bal) Slight auth2-pam.c clean up.
4213 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
4214 but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
6005a40c 4215
922e6493 421620010119
4217 - (djm) Update versions in RPM specfiles
59c97189 4218 - (bal) OpenBSD Resync
4219 - markus@cvs.openbsd.org 2001/01/18 16:20:21
4220 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
4221 sshd.8 sshd.c]
61e96248 4222 log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
59c97189 4223 systems
4224 - markus@cvs.openbsd.org 2001/01/18 16:59:59
4225 [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
4226 session.h sshconnect1.c]
4227 1) removes fake skey from sshd, since this will be much
4228 harder with /usr/libexec/auth/login_XXX
4229 2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
4230 3) make addition of BSD_AUTH and other challenge reponse methods
4231 easier.
4232 - markus@cvs.openbsd.org 2001/01/18 17:12:43
4233 [auth-chall.c auth2-chall.c]
4234 rename *-skey.c *-chall.c since the files are not skey specific
04fc7a67 4235 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
4236 to fix NULL pointer deref and fake authloop breakage in PAM code.
f4ebf0e8 4237 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3c418020 4238 - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
61e96248 4239
b5c334cc 424020010118
4241 - (bal) Super Sized OpenBSD Resync
4242 - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
4243 [sshd.c]
4244 maxfd+1
4245 - markus@cvs.openbsd.org 2001/01/13 17:59:18
4246 [ssh-keygen.1]
4247 small ssh-keygen manpage cleanup; stevesk@pobox.com
4248 - markus@cvs.openbsd.org 2001/01/13 18:03:07
4249 [scp.c ssh-keygen.c sshd.c]
4250 getopt() returns -1 not EOF; stevesk@pobox.com
4251 - markus@cvs.openbsd.org 2001/01/13 18:06:54
4252 [ssh-keyscan.c]
4253 use SSH_DEFAULT_PORT; from stevesk@pobox.com
4254 - markus@cvs.openbsd.org 2001/01/13 18:12:47
4255 [ssh-keyscan.c]
4256 free() -> xfree(); fix memory leak; from stevesk@pobox.com
4257 - markus@cvs.openbsd.org 2001/01/13 18:14:13
4258 [ssh-add.c]
4259 typo, from stevesk@sweden.hp.com
4260 - markus@cvs.openbsd.org 2001/01/13 18:32:50
61e96248 4261 [packet.c session.c ssh.c sshconnect.c sshd.c]
b5c334cc 4262 split out keepalive from packet_interactive (from dale@accentre.com)
4263 set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
4264 - markus@cvs.openbsd.org 2001/01/13 18:36:45
4265 [packet.c packet.h]
4266 reorder, typo
4267 - markus@cvs.openbsd.org 2001/01/13 18:38:00
4268 [auth-options.c]
4269 fix comment
4270 - markus@cvs.openbsd.org 2001/01/13 18:43:31
4271 [session.c]
4272 Wall
61e96248 4273 - markus@cvs.openbsd.org 2001/01/13 19:14:08
b5c334cc 4274 [clientloop.h clientloop.c ssh.c]
4275 move callback to headerfile
4276 - markus@cvs.openbsd.org 2001/01/15 21:40:10
4277 [ssh.c]
4278 use log() instead of stderr
4279 - markus@cvs.openbsd.org 2001/01/15 21:43:51
4280 [dh.c]
4281 use error() not stderr!
4282 - markus@cvs.openbsd.org 2001/01/15 21:45:29
4283 [sftp-server.c]
4284 rename must fail if newpath exists, debug off by default
4285 - markus@cvs.openbsd.org 2001/01/15 21:46:38
4286 [sftp-server.c]
4287 readable long listing for sftp-server, ok deraadt@
4288 - markus@cvs.openbsd.org 2001/01/16 19:20:06
4289 [key.c ssh-rsa.c]
61e96248 4290 make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
4291 galb@vandyke.com. note that you have to delete older ssh2-rsa keys,
4292 since they are in the wrong format, too. they must be removed from
b5c334cc 4293 .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
61e96248 4294 (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
4295 .ssh/authorized_keys2) additionally, we now check that
b5c334cc 4296 BN_num_bits(rsa->n) >= 768.
4297 - markus@cvs.openbsd.org 2001/01/16 20:54:27
4298 [sftp-server.c]
4299 remove some statics. simpler handles; idea from nisse@lysator.liu.se
4300 - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
4301 [bufaux.c radix.c sshconnect.h sshconnect1.c]
4302 indent
4303 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
4304 be missing such feature.
4305
61e96248 4306
52ce34a2 430720010117
4308 - (djm) Only write random seed file at exit
717057b6 4309 - (djm) Make PAM support optional, enable with --with-pam
61e96248 4310 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
717057b6 4311 provides a crypt() of its own)
4312 - (djm) Avoid a warning in bsd-bindresvport.c
4313 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
61e96248 4314 can cause weird segfaults errors on Solaris
8694a1ce 4315 - (djm) Avoid warning in PAM code by making read_passphrase arguments const
d748039d 4316 - (djm) Add --with-pam to RPM spec files
52ce34a2 4317
2fd3c144 431820010115
4319 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
89c7e31c 4320 - (bal) utimes() support via utime() interface on machine that lack utimes().
2fd3c144 4321
63b68889 432220010114
4323 - (stevesk) initial work for OpenBSD "support supplementary group in
4324 {Allow,Deny}Groups" patch:
4325 - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
4326 - add bsd-getgrouplist.h
4327 - new files groupaccess.[ch]
4328 - build but don't use yet (need to merge auth.c changes)
c6a69271 4329 - (stevesk) complete:
4330 - markus@cvs.openbsd.org 2001/01/13 11:56:48
4331 [auth.c sshd.8]
4332 support supplementary group in {Allow,Deny}Groups
4333 from stevesk@pobox.com
61e96248 4334
f546c780 433520010112
4336 - (bal) OpenBSD Sync
4337 - markus@cvs.openbsd.org 2001/01/10 22:56:22
4338 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
4339 cleanup sftp-server implementation:
547519f0 4340 add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
4341 parse SSH2_FILEXFER_ATTR_EXTENDED
4342 send SSH2_FX_EOF if readdir returns no more entries
4343 reply to SSH2_FXP_EXTENDED message
4344 use #defines from the draft
4345 move #definations to sftp.h
f546c780 4346 more info:
61e96248 4347 http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
f546c780 4348 - markus@cvs.openbsd.org 2001/01/10 19:43:20
4349 [sshd.c]
4350 XXX - generate_empheral_server_key() is not safe against races,
61e96248 4351 because it calls log()
f546c780 4352 - markus@cvs.openbsd.org 2001/01/09 21:19:50
4353 [packet.c]
4354 allow TCP_NDELAY for ipv6; from netbsd via itojun@
4355
9548d6c8 435620010110
4357 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
4358 Bladt Norbert <Norbert.Bladt@adi.ch>
4359
af972861 436020010109
4361 - (bal) Resync CVS ID of cli.c
4b80e97b 4362 - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
4363 code.
eea39c02 4364 - (bal) OpenBSD Sync
4365 - markus@cvs.openbsd.org 2001/01/08 22:29:05
4366 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
4367 sshd_config version.h]
4368 implement option 'Banner /etc/issue.net' for ssh2, move version to
4369 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
4370 is enabled).
4371 - markus@cvs.openbsd.org 2001/01/08 22:03:23
4372 [channels.c ssh-keyscan.c]
4373 O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
4374 - markus@cvs.openbsd.org 2001/01/08 21:55:41
4375 [sshconnect1.c]
4376 more cleanups and fixes from stevesk@pobox.com:
4377 1) try_agent_authentication() for loop will overwrite key just
4378 allocated with key_new(); don't alloc
4379 2) call ssh_close_authentication_connection() before exit
4380 try_agent_authentication()
4381 3) free mem on bad passphrase in try_rsa_authentication()
4382 - markus@cvs.openbsd.org 2001/01/08 21:48:17
4383 [kex.c]
4384 missing free; thanks stevesk@pobox.com
f1c4659d 4385 - (bal) Detect if clock_t structure exists, if not define it.
4386 - (bal) Detect if O_NONBLOCK exists, if not define it.
4387 - (bal) removed news4-posix.h (now empty)
4388 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
4389 instead of 'int'
adc83ebf 4390 - (stevesk) sshd_config: sync
4f771a33 4391 - (stevesk) defines.h: remove spurious ``;''
af972861 4392
bbcf899f 439320010108
4394 - (bal) Fixed another typo in cli.c
4395 - (bal) OpenBSD Sync
4396 - markus@cvs.openbsd.org 2001/01/07 21:26:55
4397 [cli.c]
4398 typo
4399 - markus@cvs.openbsd.org 2001/01/07 21:26:55
4400 [cli.c]
4401 missing free, stevesk@pobox.com
4402 - markus@cvs.openbsd.org 2001/01/07 19:06:25
4403 [auth1.c]
4404 missing free, stevesk@pobox.com
4405 - markus@cvs.openbsd.org 2001/01/07 11:28:04
4406 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
4407 ssh.h sshd.8 sshd.c]
4408 rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
4409 syslog priority changes:
4410 fatal() LOG_ERR -> LOG_CRIT
4411 log() LOG_INFO -> LOG_NOTICE
b8c37305 4412 - Updated TODO
bbcf899f 4413
9616313f 441420010107
4415 - (bal) OpenBSD Sync
4416 - markus@cvs.openbsd.org 2001/01/06 11:23:27
4417 [ssh-rsa.c]
4418 remove unused
4419 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
4420 [ssh-keyscan.1]
4421 missing .El
4422 - markus@cvs.openbsd.org 2001/01/04 22:41:03
4423 [session.c sshconnect.c]
4424 consistent use of _PATH_BSHELL; from stevesk@pobox.com
4425 - djm@cvs.openbsd.org 2001/01/04 22:35:32
4426 [ssh.1 sshd.8]
4427 Mention AES as available SSH2 Cipher; ok markus
4428 - markus@cvs.openbsd.org 2001/01/04 22:25:58
4429 [sshd.c]
4430 sync usage()/man with defaults; from stevesk@pobox.com
4431 - markus@cvs.openbsd.org 2001/01/04 22:21:26
4432 [sshconnect2.c]
4433 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
4434 that prints a banner (e.g. /etc/issue.net)
61e96248 4435
1877dc0c 443620010105
4437 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5a64a938 4438 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1877dc0c 4439
488c06c8 444020010104
4441 - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
4442 work by Chris Vaughan <vaughan99@yahoo.com>
4443
7c49df64 444420010103
4445 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
4446 tree (mainly positioning)
4447 - (bal) OpenSSH CVS Update
4448 - markus@cvs.openbsd.org 2001/01/02 20:41:02
4449 [packet.c]
4450 log remote ip on disconnect; PR 1600 from jcs@rt.fm
4451 - markus@cvs.openbsd.org 2001/01/02 20:50:56
4452 [sshconnect.c]
61e96248 4453 strict_host_key_checking for host_status != HOST_CHANGED &&
7c49df64 4454 ip_status == HOST_CHANGED
61e96248 4455 - (bal) authfile.c: Synced CVS ID tag
2c523de9 4456 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
4457 - (bal) Disable sftp-server if no 64bit int support exists. Based on
4458 patch by Tim Rice <tim@multitalents.net>
4459 - (bal) Makefile.in changes to uninstall: target to remove sftp-server
4460 and sftp-server.8 manpage.
7c49df64 4461
a421e945 446220010102
4463 - (bal) OpenBSD CVS Update
4464 - markus@cvs.openbsd.org 2001/01/01 14:52:49
4465 [scp.c]
4466 use shared fatal(); from stevesk@pobox.com
4467
0efc80a7 446820001231
4469 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
4470 for multiple reasons.
b1335fdf 4471 - (bal) Reverted out of a partial NeXT patch.
0efc80a7 4472
efcae5b1 447320001230
4474 - (bal) OpenBSD CVS Update
4475 - markus@cvs.openbsd.org 2000/12/28 18:58:30
4476 [ssh-keygen.c]
4477 enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
b148018f 4478 - markus@cvs.openbsd.org 2000/12/29 22:19:13
4479 [channels.c]
4480 missing xfree; from vaughan99@yahoo.com
efcae5b1 4481 - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
03a14cc9 4482 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
34665bf7 4483 Suggested by Christian Kurz <shorty@debian.org>
cb6dabf4 4484 - (bal) Add in '.c.o' section to Makefile.in to address make programs that
61e96248 4485 don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke
cb6dabf4 4486 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
0dd78cd8 4487
448820001229
61e96248 4489 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
34665bf7 4490 Kurz <shorty@debian.org>
8abcdba4 4491 - (bal) OpenBSD CVS Update
4492 - markus@cvs.openbsd.org 2000/12/28 14:25:51
4493 [auth.h auth2.c]
4494 count authentication failures only
4495 - markus@cvs.openbsd.org 2000/12/28 14:25:03
4496 [sshconnect.c]
4497 fingerprint for MITM attacks, too.
4498 - markus@cvs.openbsd.org 2000/12/28 12:03:57
4499 [sshd.8 sshd.c]
4500 document -D
4501 - markus@cvs.openbsd.org 2000/12/27 14:19:21
4502 [serverloop.c]
4503 less chatty
4504 - markus@cvs.openbsd.org 2000/12/27 12:34
4505 [auth1.c sshconnect2.c sshd.c]
4506 typo
4507 - markus@cvs.openbsd.org 2000/12/27 12:30:19
4508 [readconf.c readconf.h ssh.1 sshconnect.c]
4509 new option: HostKeyAlias: allow the user to record the host key
4510 under a different name. This is useful for ssh tunneling over
4511 forwarded connections or if you run multiple sshd's on different
4512 ports on the same machine.
4513 - markus@cvs.openbsd.org 2000/12/27 11:51:53
4514 [ssh.1 ssh.c]
4515 multiple -t force pty allocation, document ORIGINAL_COMMAND
4516 - markus@cvs.openbsd.org 2000/12/27 11:41:31
4517 [sshd.8]
4518 update for ssh-2
c52c7082 4519 - (stevesk) compress.[ch] sync with openbsd; missed in prototype
4520 fix merge.
0dd78cd8 4521
8f523d67 452220001228
4523 - (bal) Patch to add libutil.h to loginrec.c only if the platform has
4524 libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
9fb76616 4525 - (djm) Update to new x11-askpass in RPM spec
0dd78cd8 4526 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
4527 header. Patch by Tim Rice <tim@multitalents.net>
4528 - Updated TODO w/ known HP/UX issue
4529 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
4530 bad reference to 'NeXT including it else were' on the #ifdef version.
8f523d67 4531
b03bd394 453220001227
61e96248 4533 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
b03bd394 4534 Takumi Yamane <yamtak@b-session.com>
4535 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
8f523d67 4536 by Corinna Vinschen <vinschen@redhat.com>
4537 - (djm) Fix catman-do target for non-bash
61e96248 4538 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by
8f523d67 4539 Takumi Yamane <yamtak@b-session.com>
4540 - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
b03bd394 4541 by Corinna Vinschen <vinschen@redhat.com>
13991f8e 4542 - (djm) Fix catman-do target for non-bash
61e96248 4543 - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
4544 - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
f318b98b 4545 'RLIMIT_NOFILE'
61e96248 4546 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
4547 the info in COPYING.Ylonen has been moved to the start of each
3bdf55b1 4548 SSH1-derived file and README.Ylonen is well out of date.
b03bd394 4549
8d88011e 455020001223
4551 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
4552 if a change to config.h has occurred. Suggested by Gert Doering
4553 <gert@greenie.muc.de>
4554 - (bal) OpenBSD CVS Update:
4555 - markus@cvs.openbsd.org 2000/12/22 16:49:40
4556 [ssh-keygen.c]
4557 fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
4558
1e3b8b07 455920001222
4560 - Updated RCSID for pty.c
4561 - (bal) OpenBSD CVS Updates:
4562 - markus@cvs.openbsd.org 2000/12/21 15:10:16
4563 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
4564 print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
4565 - markus@cvs.openbsd.org 2000/12/20 19:26:56
4566 [authfile.c]
4567 allow ssh -i userkey for root
4568 - markus@cvs.openbsd.org 2000/12/20 19:37:21
4569 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
4570 fix prototypes; from stevesk@pobox.com
4571 - markus@cvs.openbsd.org 2000/12/20 19:32:08
4572 [sshd.c]
4573 init pointer to NULL; report from Jan.Ivan@cern.ch
4574 - markus@cvs.openbsd.org 2000/12/19 23:17:54
4575 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
4576 auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
4577 bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
4578 crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
4579 key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
4580 packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
4581 serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
4582 ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c
4583 uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
4584 replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
4585 unsigned' with u_char.
4586
67b0facb 458720001221
4588 - (stevesk) OpenBSD CVS updates:
4589 - markus@cvs.openbsd.org 2000/12/19 15:43:45
4590 [authfile.c channels.c sftp-server.c ssh-agent.c]
4591 remove() -> unlink() for consistency
4592 - markus@cvs.openbsd.org 2000/12/19 15:48:09
4593 [ssh-keyscan.c]
4594 replace <ssl/x.h> with <openssl/x.h>
4595 - markus@cvs.openbsd.org 2000/12/17 02:33:40
4596 [uidswap.c]
4597 typo; from wsanchez@apple.com
61e96248 4598
adeebd37 459920001220
61e96248 4600 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
adeebd37 4601 and Linux-PAM. Based on report and fix from Andrew Morgan
4602 <morgan@transmeta.com>
4603
f072c47a 460420001218
4605 - (stevesk) rsa.c: entropy.h not needed.
0c2fb82f 4606 - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
4607 Suggested by Wilfredo Sanchez <wsanchez@apple.com>
f072c47a 4608
731c1541 460920001216
4610 - (stevesk) OpenBSD CVS updates:
4611 - markus@cvs.openbsd.org 2000/12/16 02:53:57
4612 [scp.c]
4613 allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
4614 - markus@cvs.openbsd.org 2000/12/16 02:39:57
4615 [scp.c]
4616 unused; from stevesk@pobox.com
4617
227e8e86 461820001215
9853409f 4619 - (stevesk) Old OpenBSD patch wasn't completely applied:
4620 - markus@cvs.openbsd.org 2000/01/24 22:11:20
4621 [scp.c]
4622 allow '.' in usernames; from jedgar@fxp.org
227e8e86 4623 - (stevesk) OpenBSD CVS updates:
4624 - markus@cvs.openbsd.org 2000/12/13 16:26:53
4625 [ssh-keyscan.c]
4626 fatal already adds \n; from stevesk@pobox.com
4627 - markus@cvs.openbsd.org 2000/12/13 16:25:44
4628 [ssh-agent.c]
4629 remove redundant spaces; from stevesk@pobox.com
4630 - ho@cvs.openbsd.org 2000/12/12 15:50:21
4631 [pty.c]
4632 When failing to set tty owner and mode on a read-only filesystem, don't
4633 abort if the tty already has correct owner and reasonably sane modes.
4634 Example; permit 'root' to login to a firewall with read-only root fs.
4635 (markus@ ok)
4636 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
4637 [pty.c]
4638 KNF
6ffc9c88 4639 - markus@cvs.openbsd.org 2000/12/12 14:45:21
4640 [sshd.c]
4641 source port < 1024 is no longer required for rhosts-rsa since it
4642 adds no additional security.
4643 - markus@cvs.openbsd.org 2000/12/12 16:11:49
4644 [ssh.1 ssh.c]
4645 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
4646 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
4647 these changes should not change the visible default behaviour of the ssh client.
71c0d06a 4648 - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
4649 [scp.c]
4650 when copying 0-sized files, do not re-print ETA time at completion
3e1caa83 4651 - provos@cvs.openbsd.org 2000/12/15 10:30:15
4652 [kex.c kex.h sshconnect2.c sshd.c]
4653 compute diffie-hellman in parallel between server and client. okay markus@
227e8e86 4654
6c935fbd 465520001213
4656 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
4657 from Andreas M. Kirchwitz <amk@krell.zikzak.de>
227e8e86 4658 - (stevesk) OpenBSD CVS update:
1fe6a48f 4659 - markus@cvs.openbsd.org 2000/12/12 15:30:02
4660 [ssh-keyscan.c ssh.c sshd.c]
61e96248 4661 consistently use __progname; from stevesk@pobox.com
6c935fbd 4662
367d1840 466320001211
4664 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
4665 patch to install ssh-keyscan manpage. Patch by Pekka Savola
4666 <pekka@netcore.fi>
e3a70753 4667 - (bal) OpenbSD CVS update
4668 - markus@cvs.openbsd.org 2000/12/10 17:01:53
4669 [sshconnect1.c]
4670 always request new challenge for skey/tis-auth, fixes interop with
4671 other implementations; report from roth@feep.net
367d1840 4672
6b523bae 467320001210
4674 - (bal) OpenBSD CVS updates
61e96248 4675 - markus@cvs.openbsd.org 2000/12/09 13:41:51
6b523bae 4676 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
4677 undo rijndael changes
61e96248 4678 - markus@cvs.openbsd.org 2000/12/09 13:48:31
6b523bae 4679 [rijndael.c]
4680 fix byte order bug w/o introducing new implementation
61e96248 4681 - markus@cvs.openbsd.org 2000/12/09 14:08:27
6b523bae 4682 [sftp-server.c]
4683 "" -> "." for realpath; from vinschen@redhat.com
61e96248 4684 - markus@cvs.openbsd.org 2000/12/09 14:06:54
6b523bae 4685 [ssh-agent.c]
4686 extern int optind; from stevesk@sweden.hp.com
13af0aa2 4687 - provos@cvs.openbsd.org 2000/12/09 23:51:11
4688 [compat.c]
4689 remove unnecessary '\n'
6b523bae 4690
ce9c0b75 469120001209
6b523bae 4692 - (bal) OpenBSD CVS updates:
61e96248 4693 - djm@cvs.openbsd.org 2000/12/07 4:24:59
ce9c0b75 4694 [ssh.1]
4695 Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
4696
f72fc97f 469720001207
6b523bae 4698 - (bal) OpenBSD CVS updates:
61e96248 4699 - markus@cvs.openbsd.org 2000/12/06 22:58:14
f72fc97f 4700 [compat.c compat.h packet.c]
4701 disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
dfe89252 4702 - markus@cvs.openbsd.org 2000/12/06 23:10:39
4703 [rijndael.c]
4704 unexpand(1)
61e96248 4705 - markus@cvs.openbsd.org 2000/12/06 23:05:43
dfe89252 4706 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
4707 new rijndael implementation. fixes endian bugs
f72fc97f 4708
97fb6912 470920001206
6b523bae 4710 - (bal) OpenBSD CVS updates:
97fb6912 4711 - markus@cvs.openbsd.org 2000/12/05 20:34:09
4712 [channels.c channels.h clientloop.c serverloop.c]
4713 async connects for -R/-L; ok deraadt@
4714 - todd@cvs.openssh.org 2000/12/05 16:47:28
4715 [sshd.c]
4716 tweak comment to reflect real location of pid file; ok provos@
bf5f69f7 4717 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
4718 have it (used in ssh-keyscan).
227e8e86 4719 - (stevesk) OpenBSD CVS update:
f20255cb 4720 - markus@cvs.openbsd.org 2000/12/06 19:57:48
4721 [ssh-keyscan.c]
4722 err(3) -> internal error(), from stevesk@sweden.hp.com
97fb6912 4723
f6fdbddf 472420001205
6b523bae 4725 - (bal) OpenBSD CVS updates:
f6fdbddf 4726 - markus@cvs.openbsd.org 2000/12/04 19:24:02
4727 [ssh-keyscan.c ssh-keyscan.1]
4728 David Maziere's ssh-keyscan, ok niels@
4729 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
4730 to the recent OpenBSD source tree.
835d2104 4731 - (stevesk) fix typos in contrib/hpux/README
f6fdbddf 4732
cbc5abf9 473320001204
4734 - (bal) More C functions defined in NeXT that are unaccessable without
61e96248 4735 defining -POSIX.
4736 - (bal) OpenBSD CVS updates:
4737 - markus@cvs.openbsd.org 2000/12/03 11:29:04
cbc5abf9 4738 [compat.c]
4739 remove fallback to SSH_BUG_HMAC now that the drafts are updated
4740 - markus@cvs.openbsd.org 2000/12/03 11:27:55
4741 [compat.c]
61e96248 4742 correctly match "2.1.0.pl2 SSH" etc; from
97fb6912 4743 pekkas@netcore.fi/bugzilla.redhat
cbc5abf9 4744 - markus@cvs.openbsd.org 2000/12/03 11:15:03
4745 [auth2.c compat.c compat.h sshconnect2.c]
4746 support f-secure/ssh.com 2.0.12; ok niels@
4747
0b6fbf03 474820001203
cbc5abf9 4749 - (bal) OpenBSD CVS updates:
0b6fbf03 4750 - markus@cvs.openbsd.org 2000/11/30 22:54:31
4751 [channels.c]
61e96248 4752 debug->warn if tried to do -R style fwd w/o client requesting this;
0b6fbf03 4753 ok neils@
4754 - markus@cvs.openbsd.org 2000/11/29 20:39:17
4755 [cipher.c]
4756 des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
4757 - markus@cvs.openbsd.org 2000/11/30 18:33:05
4758 [ssh-agent.c]
4759 agents must not dump core, ok niels@
61e96248 4760 - markus@cvs.openbsd.org 2000/11/30 07:04:02
0b6fbf03 4761 [ssh.1]
4762 T is for both protocols
4763 - markus@cvs.openbsd.org 2000/12/01 00:00:51
4764 [ssh.1]
4765 typo; from green@FreeBSD.org
4766 - markus@cvs.openbsd.org 2000/11/30 07:02:35
4767 [ssh.c]
4768 check -T before isatty()
4769 - provos@cvs.openbsd.org 2000/11/29 13:51:27
4770 [sshconnect.c]
61e96248 4771 show IP address and hostname when new key is encountered. okay markus@
0b6fbf03 4772 - markus@cvs.openbsd.org 2000/11/30 22:53:35
4773 [sshconnect.c]
4774 disable agent/x11/port fwding if hostkey has changed; ok niels@
4775 - marksu@cvs.openbsd.org 2000/11/29 21:11:59
4776 [sshd.c]
4777 sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
4778 from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
8c9fe09e 4779 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
4780 PAM authentication using KbdInteractive.
4781 - (djm) Added another TODO
0b6fbf03 4782
90f4078a 478320001202
4784 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
61e96248 4785 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
90f4078a 4786 <mstone@cs.loyola.edu>
4787
dcef6523 478820001129
7062c40f 4789 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
4790 if there are background children with open fds.
c193d002 4791 - (djm) bsd-rresvport.c bzero -> memset
61e96248 4792 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
c193d002 4793 still fail during compilation of sftp-server).
4794 - (djm) Fail if ar is not found during configure
c523303b 4795 - (djm) OpenBSD CVS updates:
4796 - provos@cvs.openbsd.org 2000/11/22 08:38:31
4797 [sshd.8]
4798 talk about /etc/primes, okay markus@
4799 - markus@cvs.openbsd.org 2000/11/23 14:03:48
4800 [ssh.c sshconnect1.c sshconnect2.c]
4801 complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
4802 defaults
4803 - markus@cvs.openbsd.org 2000/11/25 09:42:53
4804 [sshconnect1.c]
4805 reorder check for illegal ciphers, bugreport from espie@
4806 - markus@cvs.openbsd.org 2000/11/25 10:19:34
4807 [ssh-keygen.c ssh.h]
4808 print keytype when generating a key.
4809 reasonable defaults for RSA1/RSA/DSA keys.
b3ec54b4 4810 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
4811 more manpage paths in fixpaths calls
4812 - (djm) Also add xauth path at Pekka's suggestion.
57ce3f00 4813 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
dcef6523 4814
e879a080 481520001125
4816 - (djm) Give up privs when reading seed file
4817
d343d900 481820001123
4819 - (bal) Merge OpenBSD changes:
4820 - markus@cvs.openbsd.org 2000/11/15 22:31:36
4821 [auth-options.c]
61e96248 4822 case insensitive key options; from stevesk@sweeden.hp.com
d343d900 4823 - markus@cvs.openbsd.org 2000/11/16 17:55:43
4824 [dh.c]
4825 do not use perror() in sshd, after child is forked()
4826 - markus@cvs.openbsd.org 2000/11/14 23:42:40
4827 [auth-rsa.c]
4828 parse option only if key matches; fix some confusing seen by the client
4829 - markus@cvs.openbsd.org 2000/11/14 23:44:19
4830 [session.c]
4831 check no_agent_forward_flag for ssh-2, too
4832 - markus@cvs.openbsd.org 2000/11/15
4833 [ssh-agent.1]
4834 reorder SYNOPSIS; typo, use .It
4835 - markus@cvs.openbsd.org 2000/11/14 23:48:55
4836 [ssh-agent.c]
4837 do not reorder keys if a key is removed
4838 - markus@cvs.openbsd.org 2000/11/15 19:58:08
4839 [ssh.c]
61e96248 4840 just ignore non existing user keys
d343d900 4841 - millert@cvs.openbsd.org 200/11/15 20:24:43
4842 [ssh-keygen.c]
4843 Add missing \n at end of error message.
4844
0b49a754 484520001122
4846 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
4847 are compilable.
4848 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
4849
fab2e5d3 485020001117
4851 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
4852 has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
61e96248 4853 - (stevesk) Reworked progname support.
260d427b 4854 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by
4855 Shinichi Maruyama <marya@st.jip.co.jp>
fab2e5d3 4856
c2207f11 485720001116
4858 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
4859 releases.
4860 - (bal) Make builds work outside of source tree. Patch by Mark D. Roth
4861 <roth@feep.net>
4862
3d398e04 486320001113
61e96248 4864 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3d398e04 4865 contrib/README
fa08c86b 4866 - (djm) Merge OpenBSD changes:
4867 - markus@cvs.openbsd.org 2000/11/06 16:04:56
4868 [channels.c channels.h clientloop.c nchan.c serverloop.c]
4869 [session.c ssh.c]
4870 agent forwarding and -R for ssh2, based on work from
4871 jhuuskon@messi.uku.fi
4872 - markus@cvs.openbsd.org 2000/11/06 16:13:27
4873 [ssh.c sshconnect.c sshd.c]
4874 do not disabled rhosts(rsa) if server port > 1024; from
4875 pekkas@netcore.fi
4876 - markus@cvs.openbsd.org 2000/11/06 16:16:35
4877 [sshconnect.c]
4878 downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
4879 - markus@cvs.openbsd.org 2000/11/09 18:04:40
4880 [auth1.c]
4881 typo; from mouring@pconline.com
4882 - markus@cvs.openbsd.org 2000/11/12 12:03:28
4883 [ssh-agent.c]
4884 off-by-one when removing a key from the agent
4885 - markus@cvs.openbsd.org 2000/11/12 12:50:39
4886 [auth-rh-rsa.c auth2.c authfd.c authfd.h]
4887 [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
4888 [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
4889 [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
4890 [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
61e96248 4891 [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
fa08c86b 4892 add support for RSA to SSH2. please test.
4893 there are now 3 types of keys: RSA1 is used by ssh-1 only,
4894 RSA and DSA are used by SSH2.
4895 you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
4896 keys for SSH2 and use the RSA keys for hostkeys or for user keys.
4897 SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
4898 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
f001465f 4899 - (djm) Change to interim version
5733a41a 4900 - (djm) Fix RPM spec file stupidity
6fff1ac4 4901 - (djm) fixpaths to DSA and RSA keys too
3d398e04 4902
d287c664 490320001112
4904 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
4905 Phillips Porch <root@theporch.com>
3d398e04 4906 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
4907 <dcp@sgi.com>
a3bf38d0 4908 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
4909 failed ioctl(TIOCSCTTY) call.
d287c664 4910
3c4d4fef 491120001111
4912 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
4913 packaging files
35325fd4 4914 - (djm) Fix new Makefile.in warnings
61e96248 4915 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
4916 promoted to type int. Report and fix from Dan Astoorian
027bf205 4917 <djast@cs.toronto.edu>
61e96248 4918 - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
e3291159 4919 it wrong. Report from Bennett Todd <bet@rahul.net>
3c4d4fef 4920
3e366738 492120001110
4922 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
4923 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
4924 - (bal) Added in check to verify S/Key library is being detected in
4925 configure.in
61e96248 4926 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
3e366738 4927 Patch by Mark Miller <markm@swoon.net>
4928 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
61e96248 4929 to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net>
3e366738 4930 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
4931
373998a4 493220001107
e506ee73 4933 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
4934 Mark Miller <markm@swoon.net>
373998a4 4935 - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by
4936 Jarno Huuskonen <jhuuskon@messi.uku.fi>
e506ee73 4937 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
4938 Mark D. Roth <roth@feep.net>
373998a4 4939
ac89998a 494020001106
4941 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
6c09e23c 4942 - (djm) Manually fix up missed diff hunks (mainly RCS idents)
61e96248 4943 - (djm) Remove UPGRADING document in favour of a link to the better
d6846e6a 4944 maintained FAQ on www.openssh.com
73bd30fe 4945 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
4946 <pekkas@netcore.fi>
4947 - (djm) Don't need X11-askpass in RPM spec file if building without it
4948 from Pekka Savola <pekkas@netcore.fi>
c215ba3b 4949 - (djm) Release 2.3.0p1
97b378bf 4950 - (bal) typo in configure.in in regards to --with-ldflags from Marko
4951 Asplund <aspa@kronodoc.fi>
4952 - (bal) fixed next-posix.h. Forgot prototype of getppid().
68f189a9 4953
b850ecd9 495420001105
4955 - (bal) Sync with OpenBSD:
4956 - markus@cvs.openbsd.org 2000/10/31 9:31:58
4957 [compat.c]
4958 handle all old openssh versions
4959 - markus@cvs.openbsd.org 2000/10/31 13:1853
4960 [deattack.c]
4961 so that large packets do not wrap "n"; from netbsd
4962 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
a30ce26d 4963 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
4964 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
4965 setsid() into more common files
96054e6f 4966 - (stevesk) pty.c: use __hpux to identify HP-UX.
d0127657 4967 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
4968 bsd-waitpid.c
b850ecd9 4969
75b90ced 497020001029
4971 - (stevesk) Fix typo in auth.c: USE_PAM not PAM
95273555 4972 - (stevesk) Create contrib/cygwin/ directory; patch from
4973 Corinna Vinschen <vinschen@redhat.com>
e9e4a1c7 4974 - (bal) Resolved more $xno and $xyes issues in configure.in
fd5f0295 4975 - (bal) next-posix.h - spelling and forgot a prototype
75b90ced 4976
344f2b94 497720001028
61e96248 4978 - (djm) fix select hack in serverloop.c from Philippe WILLEM
344f2b94 4979 <Philippe.WILLEM@urssaf.fr>
240ae474 4980 - (djm) Fix mangled AIXAUTHENTICATE code
61e96248 4981 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
606ea390 4982 <markus.friedl@informatik.uni-erlangen.de>
a22aff1f 4983 - (djm) Sync with OpenBSD:
4984 - markus@cvs.openbsd.org 2000/10/16 15:46:32
4985 [ssh.1]
4986 fixes from pekkas@netcore.fi
4987 - markus@cvs.openbsd.org 2000/10/17 14:28:11
4988 [atomicio.c]
4989 return number of characters processed; ok deraadt@
4990 - markus@cvs.openbsd.org 2000/10/18 12:04:02
4991 [atomicio.c]
4992 undo
4993 - markus@cvs.openbsd.org 2000/10/18 12:23:02
4994 [scp.c]
4995 replace atomicio(read,...) with read(); ok deraadt@
4996 - markus@cvs.openbsd.org 2000/10/18 12:42:00
4997 [session.c]
4998 restore old record login behaviour
4999 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
5000 [auth-skey.c]
5001 fmt string problem in unused code
5002 - provos@cvs.openbsd.org 2000/10/19 10:45:16
5003 [sshconnect2.c]
5004 don't reference freed memory. okay deraadt@
5005 - markus@cvs.openbsd.org 2000/10/21 11:04:23
5006 [canohost.c]
5007 typo, eramore@era-t.ericsson.se; ok niels@
5008 - markus@cvs.openbsd.org 2000/10/23 13:31:55
5009 [cipher.c]
5010 non-alignment dependent swap_bytes(); from
5011 simonb@wasabisystems.com/netbsd
5012 - markus@cvs.openbsd.org 2000/10/26 12:38:28
5013 [compat.c]
5014 add older vandyke products
5015 - markus@cvs.openbsd.org 2000/10/27 01:32:19
5016 [channels.c channels.h clientloop.c serverloop.c session.c]
5017 [ssh.c util.c]
61e96248 5018 enable non-blocking IO on channels, and tty's (except for the
a22aff1f 5019 client ttys).
344f2b94 5020
ddc49b5c 502120001027
5022 - (djm) Increase REKEY_BYTES to 2^24 for arc4random
5023
48e7916f 502420001025
5025 - (djm) Added WARNING.RNG file and modified configure to ask users of the
5026 builtin entropy code to read it.
5027 - (djm) Prefer builtin regex to PCRE.
00937921 5028 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
5029 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
5030 <proski@gnu.org>
48e7916f 5031
8dcda1e3 503220001020
5033 - (djm) Don't define _REENTRANT for SNI/Reliant Unix
07bee9a7 5034 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
5035 is more correct then current version.
8dcda1e3 5036
f5af5cd5 503720001018
5038 - (stevesk) Add initial support for setproctitle(). Current
5039 support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
134fd7f6 5040 - (stevesk) Add egd startup scripts to contrib/hpux/
f5af5cd5 5041
2f31bdd6 504220001017
5043 - (djm) Add -lregex to cywin libs from Corinna Vinschen
5044 <vinschen@cygnus.com>
ba7a3f40 5045 - (djm) Don't rely on atomicio's retval to determine length of askpass
5046 supplied passphrase. Problem report from Lutz Jaenicke
5047 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
66d6c27e 5048 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
61e96248 5049 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
66d6c27e 5050 <nakaji@tutrp.tut.ac.jp>
2f31bdd6 5051
33de75a3 505220001016
5053 - (djm) Sync with OpenBSD:
5054 - markus@cvs.openbsd.org 2000/10/14 04:01:15
5055 [cipher.c]
5056 debug3
5057 - markus@cvs.openbsd.org 2000/10/14 04:07:23
5058 [scp.c]
5059 remove spaces from arguments; from djm@mindrot.org
5060 - markus@cvs.openbsd.org 2000/10/14 06:09:46
5061 [ssh.1]
5062 Cipher is for SSH-1 only
5063 - markus@cvs.openbsd.org 2000/10/14 06:12:09
5064 [servconf.c servconf.h serverloop.c session.c sshd.8]
5065 AllowTcpForwarding; from naddy@
5066 - markus@cvs.openbsd.org 2000/10/14 06:16:56
5067 [auth2.c compat.c compat.h sshconnect2.c version.h]
61e96248 5068 OpenSSH_2.3; note that is is not complete, but the version number
33de75a3 5069 needs to be changed for interoperability reasons
5070 - markus@cvs.openbsd.org 2000/10/14 06:19:45
5071 [auth-rsa.c]
5072 do not send RSA challenge if key is not allowed by key-options; from
5073 eivind@ThinkSec.com
5074 - markus@cvs.openbsd.org 2000/10/15 08:14:01
5075 [rijndael.c session.c]
5076 typos; from stevesk@sweden.hp.com
5077 - markus@cvs.openbsd.org 2000/10/15 08:18:31
5078 [rijndael.c]
5079 typo
61e96248 5080 - (djm) Copy manpages back over from OpenBSD - too tedious to wade
30d8b039 5081 through diffs
61e96248 5082 - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
30d8b039 5083 <pekkas@netcore.fi>
aa0289fe 5084 - (djm) Update version in Redhat spec file
61e96248 5085 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
aa0289fe 5086 Redhat 7.0 spec file
5b2d4b75 5087 - (djm) Make inability to read/write PRNG seedfile non-fatal
5088
33de75a3 5089
4d670c24 509020001015
5091 - (djm) Fix ssh2 hang on background processes at logout.
5092
71dfaf1c 509320001014
443172c4 5094 - (bal) Add support for realpath and getcwd for platforms with broken
5095 or missing realpath implementations for sftp-server.
5096 - (bal) Corrected mistake in INSTALL in regards to GNU rx library
61e96248 5097 - (bal) Add support for GNU rx library for those lacking regexp support
71dfaf1c 5098 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
02323c45 5099 - (djm) Revert SSH2 serverloop hack, will find a better way.
4ee81249 5100 - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
5101 from Martin Johansson <fatbob@acc.umu.se>
94ec8c6b 5102 - (djm) Big OpenBSD sync:
5103 - markus@cvs.openbsd.org 2000/09/30 10:27:44
5104 [log.c]
5105 allow loglevel debug
5106 - markus@cvs.openbsd.org 2000/10/03 11:59:57
5107 [packet.c]
5108 hmac->mac
5109 - markus@cvs.openbsd.org 2000/10/03 12:03:03
5110 [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
5111 move fake-auth from auth1.c to individual auth methods, disables s/key in
5112 debug-msg
5113 - markus@cvs.openbsd.org 2000/10/03 12:16:48
5114 ssh.c
5115 do not resolve canonname, i have no idea why this was added oin ossh
5116 - markus@cvs.openbsd.org 2000/10/09 15:30:44
5117 ssh-keygen.1 ssh-keygen.c
5118 -X now reads private ssh.com DSA keys, too.
5119 - markus@cvs.openbsd.org 2000/10/09 15:32:34
5120 auth-options.c
5121 clear options on every call.
5122 - markus@cvs.openbsd.org 2000/10/09 15:51:00
5123 authfd.c authfd.h
5124 interop with ssh-agent2, from <res@shore.net>
5125 - markus@cvs.openbsd.org 2000/10/10 14:20:45
5126 compat.c
5127 use rexexp for version string matching
5128 - provos@cvs.openbsd.org 2000/10/10 22:02:18
5129 [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
5130 First rough implementation of the diffie-hellman group exchange. The
5131 client can ask the server for bigger groups to perform the diffie-hellman
5132 in, thus increasing the attack complexity when using ciphers with longer
5133 keys. University of Windsor provided network, T the company.
5134 - markus@cvs.openbsd.org 2000/10/11 13:59:52
5135 [auth-rsa.c auth2.c]
5136 clear auth options unless auth sucessfull
5137 - markus@cvs.openbsd.org 2000/10/11 14:00:27
5138 [auth-options.h]
5139 clear auth options unless auth sucessfull
5140 - markus@cvs.openbsd.org 2000/10/11 14:03:27
5141 [scp.1 scp.c]
5142 support 'scp -o' with help from mouring@pconline.com
5143 - markus@cvs.openbsd.org 2000/10/11 14:11:35
5144 [dh.c]
5145 Wall
5146 - markus@cvs.openbsd.org 2000/10/11 14:14:40
5147 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
5148 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
5149 add support for s/key (kbd-interactive) to ssh2, based on work by
5150 mkiernan@avantgo.com and me
5151 - markus@cvs.openbsd.org 2000/10/11 14:27:24
5152 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
5153 [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
5154 [sshconnect2.c sshd.c]
5155 new cipher framework
5156 - markus@cvs.openbsd.org 2000/10/11 14:45:21
5157 [cipher.c]
5158 remove DES
5159 - markus@cvs.openbsd.org 2000/10/12 03:59:20
5160 [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
5161 enable DES in SSH-1 clients only
5162 - markus@cvs.openbsd.org 2000/10/12 08:21:13
5163 [kex.h packet.c]
5164 remove unused
5165 - markus@cvs.openbsd.org 2000/10/13 12:34:46
5166 [sshd.c]
5167 Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
5168 - markus@cvs.openbsd.org 2000/10/13 12:59:15
5169 [cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
5170 rijndael/aes support
5171 - markus@cvs.openbsd.org 2000/10/13 13:10:54
5172 [sshd.8]
5173 more info about -V
5174 - markus@cvs.openbsd.org 2000/10/13 13:12:02
5175 [myproposal.h]
5176 prefer no compression
3ed32516 5177 - (djm) Fix scp user@host handling
5178 - (djm) Don't clobber ssh_prng_cmds on install
6bcf7caa 5179 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
5180 u_intXX_t types on all platforms.
9ea53ba5 5181 - (stevesk) rijndael.c: cleanup missing declaration warnings.
2919e060 5182 - (stevesk) ~/.hushlogin shouldn't cause required password change to
5183 be bypassed.
f5665f6f 5184 - (stevesk) Display correct path to ssh-askpass in configure output.
5185 Report from Lutz Jaenicke.
71dfaf1c 5186
ebd782f7 518720001007
5188 - (stevesk) Print PAM return value in PAM log messages to aid
5189 with debugging.
97994d32 5190 - (stevesk) Fix detection of pw_class struct member in configure;
5191 patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
5192
47a134c1 519320001002
5194 - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
5195 - (djm) Add host system and CC to end-of-configure report. Suggested by
5196 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5197
7322ef0e 519820000931
5199 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
5200
6ac7829a 520120000930
b6490dcb 5202 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
61e96248 5203 - (djm) Support in bsd-snprintf.c for long long conversions from
772bd898 5204 Ben Lindstrom <mouring@pconline.com>
5205 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
857040fb 5206 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
61e96248 5207 very short lived X connections. Bug report from Tobias Oetiker
857040fb 5208 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
bd2d7f6a 5209 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
5210 patch from Pekka Savola <pekkas@netcore.fi>
58665035 5211 - (djm) Forgot to cvs add LICENSE file
dc2901a0 5212 - (djm) Add LICENSE to RPM spec files
de273eef 5213 - (djm) CVS OpenBSD sync:
5214 - markus@cvs.openbsd.org 2000/09/26 13:59:59
5215 [clientloop.c]
5216 use debug2
5217 - markus@cvs.openbsd.org 2000/09/27 15:41:34
5218 [auth2.c sshconnect2.c]
5219 use key_type()
5220 - markus@cvs.openbsd.org 2000/09/28 12:03:18
5221 [channels.c]
5222 debug -> debug2 cleanup
61e96248 5223 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2a7d529a 5224 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
5225 <Alain.St-Denis@ec.gc.ca>
61e96248 5226 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
5227 Problem was caused by interrupted read in ssh-add. Report from Donald
2a7d529a 5228 J. Barry <don@astro.cornell.edu>
6ac7829a 5229
c5d85828 523020000929
5231 - (djm) Fix SSH2 not terminating until all background tasks done problem.
61e96248 5232 - (djm) Another off-by-one fix from Pavel Kankovsky
5233 <peak@argo.troja.mff.cuni.cz>
22d89d24 5234 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
5235 tidy necessary differences. Use Markus' new debugN() in entropy.c
61e96248 5236 - (djm) Merged big SCO portability patch from Tim Rice
77bb0bca 5237 <tim@multitalents.net>
c5d85828 5238
6fd7f731 523920000926
5240 - (djm) Update X11-askpass to 1.0.2 in RPM spec file
c5ae7384 5241 - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
61e96248 5242 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
5243 Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
6fd7f731 5244
2f125ca1 524520000924
5246 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
5247 - (djm) A bit more cleanup - created cygwin_util.h
bcdaaeab 5248 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
5249 <markm@swoon.net>
2f125ca1 5250
764d4113 525120000923
61e96248 5252 - (djm) Fix address logging in utmp from Kevin Steves
764d4113 5253 <stevesk@sweden.hp.com>
777319db 5254 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
bd590612 5255 - (djm) Seperate tests for int64_t and u_int64_t types
61e96248 5256 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
37c1c46d 5257 <stevesk@sweden.hp.com>
e79b44e1 5258 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
61e96248 5259 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
e2144f11 5260 Michael Stone <mstone@cs.loyola.edu>
188adeb2 5261 - (djm) OpenBSD CVS sync:
5262 - markus@cvs.openbsd.org 2000/09/17 09:38:59
5263 [sshconnect2.c sshd.c]
5264 fix DEBUG_KEXDH
5265 - markus@cvs.openbsd.org 2000/09/17 09:52:51
5266 [sshconnect.c]
5267 yes no; ok niels@
5268 - markus@cvs.openbsd.org 2000/09/21 04:55:11
5269 [sshd.8]
5270 typo
5271 - markus@cvs.openbsd.org 2000/09/21 05:03:54
5272 [serverloop.c]
5273 typo
5274 - markus@cvs.openbsd.org 2000/09/21 05:11:42
5275 scp.c
5276 utime() to utimes(); mouring@pconline.com
5277 - markus@cvs.openbsd.org 2000/09/21 05:25:08
5278 sshconnect2.c
5279 change login logic in ssh2, allows plugin of other auth methods
5280 - markus@cvs.openbsd.org 2000/09/21 05:25:35
5281 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
5282 [serverloop.c]
5283 add context to dispatch_run
5284 - markus@cvs.openbsd.org 2000/09/21 05:07:52
5285 authfd.c authfd.h ssh-agent.c
5286 bug compat for old ssh.com software
764d4113 5287
7f377177 528820000920
5289 - (djm) Fix bad path substitution. Report from Andrew Miner
5290 <asminer@cs.iastate.edu>
5291
bcbf86ec 529220000916
61e96248 5293 - (djm) Fix SSL search order from Lutz Jaenicke
7950bf97 5294 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19ece6d2 5295 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
9cd45ea4 5296 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
995edaac 5297 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
5298 Patch from Larry Jones <larry.jones@sdrc.com>
61e96248 5299 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
ad55cd03 5300 password change patch.
5301 - (djm) Bring licenses on my stuff in line with OpenBSD's
0bbfbdeb 5302 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
5303 Kevin Steves <stevesk@sweden.hp.com>
7f8f5e00 5304 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
5305 - (djm) Re-enable int64_t types - we need them for sftp
5306 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
5307 - (djm) Update Redhat SPEC file accordingly
5308 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
5309 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
61e96248 5310 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
7f8f5e00 5311 <Dirk.DeWachter@rug.ac.be>
61e96248 5312 - (djm) Fixprogs and entropy list fixes from Larry Jones
7f8f5e00 5313 <larry.jones@sdrc.com>
5314 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
5315 <tyoshida@gemini.rc.kyushu-u.ac.jp>
bcbf86ec 5316 - (djm) Merge OpenBSD changes:
5317 - markus@cvs.openbsd.org 2000/09/05 02:59:57
5318 [session.c]
5319 print hostname (not hushlogin)
5320 - markus@cvs.openbsd.org 2000/09/05 13:18:48
5321 [authfile.c ssh-add.c]
5322 enable ssh-add -d for DSA keys
5323 - markus@cvs.openbsd.org 2000/09/05 13:20:49
5324 [sftp-server.c]
5325 cleanup
5326 - markus@cvs.openbsd.org 2000/09/06 03:46:41
5327 [authfile.h]
5328 prototype
5329 - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
5330 [ALL]
61e96248 5331 cleanup copyright notices on all files. I have attempted to be
5332 accurate with the details. everything is now under Tatu's licence
5333 (which I copied from his readme), and/or the core-sdi bsd-ish thing
5334 for deattack, or various openbsd developers under a 2-term bsd
bcbf86ec 5335 licence. We're not changing any rules, just being accurate.
5336 - markus@cvs.openbsd.org 2000/09/07 14:40:30
5337 [channels.c channels.h clientloop.c serverloop.c ssh.c]
5338 cleanup window and packet sizes for ssh2 flow control; ok niels
5339 - markus@cvs.openbsd.org 2000/09/07 14:53:00
5340 [scp.c]
5341 typo
5342 - markus@cvs.openbsd.org 2000/09/07 15:13:37
5343 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
5344 [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
5345 [pty.c readconf.c]
5346 some more Copyright fixes
5347 - markus@cvs.openbsd.org 2000/09/08 03:02:51
5348 [README.openssh2]
5349 bye bye
5350 - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
5351 [LICENCE cipher.c]
5352 a few more comments about it being ARC4 not RC4
5353 - markus@cvs.openbsd.org 2000/09/12 14:53:11
5354 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
5355 multiple debug levels
5356 - markus@cvs.openbsd.org 2000/09/14 14:25:15
5357 [clientloop.c]
5358 typo
5359 - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
5360 [ssh-agent.c]
5361 check return value for setenv(3) for failure, and deal appropriately
5362
deb8d717 536320000913
5364 - (djm) Fix server not exiting with jobs in background.
5365
b5e300c2 536620000905
5367 - (djm) Import OpenBSD CVS changes
5368 - markus@cvs.openbsd.org 2000/08/31 15:52:24
5369 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
5370 implement a SFTP server. interops with sftp2, scp2 and the windows
5371 client from ssh.com
5372 - markus@cvs.openbsd.org 2000/08/31 15:56:03
5373 [README.openssh2]
5374 sync
5375 - markus@cvs.openbsd.org 2000/08/31 16:05:42
5376 [session.c]
5377 Wall
5378 - markus@cvs.openbsd.org 2000/08/31 16:09:34
5379 [authfd.c ssh-agent.c]
5380 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
5381 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
5382 [scp.1 scp.c]
5383 cleanup and fix -S support; stevesk@sweden.hp.com
5384 - markus@cvs.openbsd.org 2000/09/01 16:29:32
5385 [sftp-server.c]
5386 portability fixes
5387 - markus@cvs.openbsd.org 2000/09/01 16:32:41
5388 [sftp-server.c]
5389 fix cast; mouring@pconline.com
5390 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
5391 [ssh-add.1 ssh.1]
5392 add missing .El against .Bl.
5393 - markus@cvs.openbsd.org 2000/09/04 13:03:41
5394 [session.c]
5395 missing close; ok theo
5396 - markus@cvs.openbsd.org 2000/09/04 13:07:21
5397 [session.c]
5398 fix get_last_login_time order; from andre@van-veen.de
5399 - markus@cvs.openbsd.org 2000/09/04 13:10:09
5400 [sftp-server.c]
5401 more cast fixes; from mouring@pconline.com
5402 - markus@cvs.openbsd.org 2000/09/04 13:06:04
5403 [session.c]
5404 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
5405 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3c62e7eb 5406 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
5407
1e61f54a 540820000903
5409 - (djm) Fix Redhat init script
5410
c80876b4 541120000901
5412 - (djm) Pick up Jim's new X11-askpass
5413 - (djm) Release 2.2.0p1
5414
8b4a0d08 541520000831
bcbf86ec 5416 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
8b4a0d08 5417 <acox@cv.telegroup.com>
b817711d 5418 - (djm) Pick up new version (2.2.0) from OpenBSD CVS
8b4a0d08 5419
0b65b628 542020000830
5421 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
10fa00c8 5422 - (djm) Periodically rekey arc4random
5423 - (djm) Clean up diff against OpenBSD.
bcbf86ec 5424 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2b10f47a 5425 <stevesk@sweden.hp.com>
b33a2e6e 5426 - (djm) Quieten the pam delete credentials error message
44839801 5427 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
5428 Kevin Steves <stevesk@sweden.hp.com>
84a770d1 5429 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
7efa2776 5430 - (djm) Fix doh in bsd-arc4random.c
0b65b628 5431
9aaf9be4 543220000829
bcbf86ec 5433 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
5434 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
9aaf9be4 5435 Garrick James <garrick@james.net>
b5f90139 5436 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
5437 Bastian Trompetter <btrompetter@firemail.de>
698d107e 5438 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
14a9a859 5439 - More OpenBSD updates:
5440 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
5441 [scp.c]
5442 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
5443 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
5444 [session.c]
5445 Wall
5446 - markus@cvs.openbsd.org 2000/08/26 04:33:43
5447 [compat.c]
5448 ssh.com-2.3.0
5449 - markus@cvs.openbsd.org 2000/08/27 12:18:05
5450 [compat.c]
5451 compatibility with future ssh.com versions
5452 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
5453 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
5454 print uid/gid as unsigned
5455 - markus@cvs.openbsd.org 2000/08/28 13:51:00
5456 [ssh.c]
5457 enable -n and -f for ssh2
5458 - markus@cvs.openbsd.org 2000/08/28 14:19:53
5459 [ssh.c]
5460 allow combination of -N and -f
5461 - markus@cvs.openbsd.org 2000/08/28 14:20:56
5462 [util.c]
5463 util.c
5464 - markus@cvs.openbsd.org 2000/08/28 14:22:02
5465 [util.c]
5466 undo
5467 - markus@cvs.openbsd.org 2000/08/28 14:23:38
5468 [util.c]
5469 don't complain if setting NONBLOCK fails with ENODEV
9aaf9be4 5470
137d7b6c 547120000823
5472 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
bcbf86ec 5473 Avoids "scp never exits" problem. Reports from Lutz Jaenicke
5474 <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
137d7b6c 5475 <kajiyama@grad.sccs.chukyo-u.ac.jp>
2e73a022 5476 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
da40ab4d 5477 - (djm) Add local version to version.h
ea788c22 5478 - (djm) Don't reseed arc4random everytime it is used
2e73a022 5479 - (djm) OpenBSD CVS updates:
5480 - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
5481 [ssh.c]
5482 accept remsh as a valid name as well; roman@buildpoint.com
5483 - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
5484 [deattack.c crc32.c packet.c]
5485 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
5486 libz crc32 function yet, because it has ugly "long"'s in it;
5487 oneill@cs.sfu.ca
5488 - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
5489 [scp.1 scp.c]
5490 -S prog support; tv@debian.org
5491 - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
5492 [scp.c]
5493 knf
5494 - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
5495 [log-client.c]
5496 shorten
5497 - markus@cvs.openbsd.org 2000/08/19 12:48:11
5498 [channels.c channels.h clientloop.c ssh.c ssh.h]
5499 support for ~. in ssh2
5500 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
5501 [crc32.h]
5502 proper prototype
5503 - markus@cvs.openbsd.org 2000/08/19 15:34:44
bcbf86ec 5504 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
5505 [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2e73a022 5506 [fingerprint.c fingerprint.h]
5507 add SSH2/DSA support to the agent and some other DSA related cleanups.
5508 (note that we cannot talk to ssh.com's ssh2 agents)
5509 - markus@cvs.openbsd.org 2000/08/19 15:55:52
5510 [channels.c channels.h clientloop.c]
5511 more ~ support for ssh2
5512 - markus@cvs.openbsd.org 2000/08/19 16:21:19
5513 [clientloop.c]
5514 oops
5515 - millert@cvs.openbsd.org 2000/08/20 12:25:53
5516 [session.c]
5517 We have to stash the result of get_remote_name_or_ip() before we
5518 close our socket or getpeername() will get EBADF and the process
5519 will exit. Only a problem for "UseLogin yes".
5520 - millert@cvs.openbsd.org 2000/08/20 12:30:59
5521 [session.c]
5522 Only check /etc/nologin if "UseLogin no" since login(1) may have its
5523 own policy on determining who is allowed to login when /etc/nologin
5524 is present. Also use the _PATH_NOLOGIN define.
5525 - millert@cvs.openbsd.org 2000/08/20 12:42:43
5526 [auth1.c auth2.c session.c ssh.c]
5527 Add calls to setusercontext() and login_get*(). We basically call
5528 setusercontext() in most places where previously we did a setlogin().
5529 Add default login.conf file and put root in the "daemon" login class.
5530 - millert@cvs.openbsd.org 2000/08/21 10:23:31
5531 [session.c]
5532 Fix incorrect PATH setting; noted by Markus.
137d7b6c 5533
c345cf9d 553420000818
5535 - (djm) OpenBSD CVS changes:
5536 - markus@cvs.openbsd.org 2000/07/22 03:14:37
5537 [servconf.c servconf.h sshd.8 sshd.c sshd_config]
5538 random early drop; ok theo, niels
5539 - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
5540 [ssh.1]
5541 typo
5542 - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
5543 [sshd.8]
5544 many fixes from pepper@mail.reppep.com
5545 - provos@cvs.openbsd.org 2000/08/01 13:01:42
5546 [Makefile.in util.c aux.c]
5547 rename aux.c to util.c to help with cygwin port
5548 - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
5549 [authfd.c]
5550 correct sun_len; Alexander@Leidinger.net
5551 - provos@cvs.openbsd.org 2000/08/02 10:27:17
5552 [readconf.c sshd.8]
5553 disable kerberos authentication by default
5554 - provos@cvs.openbsd.org 2000/08/02 11:27:05
5555 [sshd.8 readconf.c auth-krb4.c]
5556 disallow kerberos authentication if we can't verify the TGT; from
5557 dugsong@
5558 kerberos authentication is on by default only if you have a srvtab.
5559 - markus@cvs.openbsd.org 2000/08/04 14:30:07
5560 [auth.c]
5561 unused
5562 - markus@cvs.openbsd.org 2000/08/04 14:30:35
5563 [sshd_config]
5564 MaxStartups
5565 - markus@cvs.openbsd.org 2000/08/15 13:20:46
5566 [authfd.c]
5567 cleanup; ok niels@
5568 - markus@cvs.openbsd.org 2000/08/17 14:05:10
5569 [session.c]
5570 cleanup login(1)-like jobs, no duplicate utmp entries
5571 - markus@cvs.openbsd.org 2000/08/17 14:06:34
5572 [session.c sshd.8 sshd.c]
5573 sshd -u len, similar to telnetd
1a022229 5574 - (djm) Lastlog was not getting closed after writing login entry
39987cc0 5575 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
c345cf9d 5576
416ed5a7 557720000816
5578 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
bcbf86ec 5579 - (djm) Fix strerror replacement for old SunOS. Based on patch from
416ed5a7 5580 Charles Levert <charles@comm.polymtl.ca>
bcbf86ec 5581 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
416ed5a7 5582 implementation.
ba606eb2 5583 - (djm) SUN_LEN macro for systems which lack it
416ed5a7 5584
dbaa2e87 558520000815
5586 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
cd352c82 5587 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
5588 Michael Stone <mstone@cs.loyola.edu>
d93a7e5a 5589 - (djm) Don't seek in directory based lastlogs
bcbf86ec 5590 - (djm) Fix --with-ipaddr-display configure option test. Patch from
d93a7e5a 5591 Jarno Huuskonen <jhuuskon@messi.uku.fi>
2a2cb9e7 5592 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
dbaa2e87 5593
6c33bf70 559420000813
5595 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
5596 Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
5597
3fcce26c 559820000809
bcbf86ec 5599 - (djm) Define AIX hard limits if headers don't. Report from
3fcce26c 5600 Bill Painter <william.t.painter@lmco.com>
bcbf86ec 5601 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
32eec038 5602 <charles@comm.polymtl.ca>
3fcce26c 5603
71d43804 560420000808
5605 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
5606 time, spec file cleanup.
5607
f9bcea07 560820000807
378f2232 5609 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
47670e77 5610 - (djm) Suppress error messages on channel close shutdown() failurs
5611 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
378f2232 5612 - (djm) Add some more entropy collection commands from Lutz Jaenicke
f9bcea07 5613
bcf89935 561420000725
5615 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
5616
4c8722d9 561720000721
5618 - (djm) OpenBSD CVS updates:
5619 - markus@cvs.openbsd.org 2000/07/16 02:27:22
5620 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
5621 [sshconnect1.c sshconnect2.c]
5622 make ssh-add accept dsa keys (the agent does not)
5623 - djm@cvs.openbsd.org 2000/07/17 19:25:02
5624 [sshd.c]
5625 Another closing of stdin; ok deraadt
5626 - markus@cvs.openbsd.org 2000/07/19 18:33:12
5627 [dsa.c]
5628 missing free, reorder
5629 - markus@cvs.openbsd.org 2000/07/20 16:23:14
5630 [ssh-keygen.1]
5631 document input and output files
5632
240777b8 563320000720
4c8722d9 5634 - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
240777b8 5635
3c7def32 563620000716
4c8722d9 5637 - (djm) Release 2.1.1p4
3c7def32 5638
819b676f 563920000715
704b1659 5640 - (djm) OpenBSD CVS updates
5641 - provos@cvs.openbsd.org 2000/07/13 16:53:22
5642 [aux.c readconf.c servconf.c ssh.h]
5643 allow multiple whitespace but only one '=' between tokens, bug report from
5644 Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
5645 - provos@cvs.openbsd.org 2000/07/13 17:14:09
5646 [clientloop.c]
5647 typo; todd@fries.net
5648 - provos@cvs.openbsd.org 2000/07/13 17:19:31
5649 [scp.c]
5650 close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
5651 - markus@cvs.openbsd.org 2000/07/14 16:59:46
5652 [readconf.c servconf.c]
5653 allow leading whitespace. ok niels
5654 - djm@cvs.openbsd.org 2000/07/14 22:01:38
5655 [ssh-keygen.c ssh.c]
5656 Always create ~/.ssh with mode 700; ok Markus
819b676f 5657 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
5658 - Include floatingpoint.h for entropy.c
5659 - strerror replacement
704b1659 5660
3f7a7e4a 566120000712
c37fb3c1 5662 - (djm) Remove -lresolve for Reliant Unix
3f7a7e4a 5663 - (djm) OpenBSD CVS Updates:
5664 - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
5665 [session.c sshd.c ]
5666 make MaxStartups code still work with -d; djm
5667 - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
5668 [readconf.c ssh_config]
5669 disable FallBackToRsh by default
c37fb3c1 5670 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
5671 Ben Lindstrom <mouring@pconline.com>
1e970014 5672 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
5673 spec file.
dcb36e5d 5674 - (djm) Released 2.1.1p3
3f7a7e4a 5675
56118702 567620000711
5677 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
5678 <tbert@abac.com>
132dd316 5679 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
bcbf86ec 5680 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
c99e5056 5681 <mouring@pconline.com>
bcbf86ec 5682 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
dc2a6d09 5683 from Jim Watt <jimw@peisj.pebio.com>
2d9a148e 5684 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
5685 to compile on more platforms (incl NeXT).
cc6f2c4c 5686 - (djm) Added bsd-inet_aton and configure support for NeXT
aae19451 5687 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
089fbbd2 5688 - (djm) OpenBSD CVS updates:
5689 - markus@cvs.openbsd.org 2000/06/26 03:22:29
5690 [authfd.c]
5691 cleanup, less cut&paste
5692 - markus@cvs.openbsd.org 2000/06/26 15:59:19
5693 [servconf.c servconf.h session.c sshd.8 sshd.c]
bcbf86ec 5694 MaxStartups: limit number of unauthenticated connections, work by
089fbbd2 5695 theo and me
5696 - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
5697 [session.c]
5698 use no_x11_forwarding_flag correctly; provos ok
5699 - provos@cvs.openbsd.org 2000/07/05 15:35:57
5700 [sshd.c]
5701 typo
5702 - aaron@cvs.openbsd.org 2000/07/05 22:06:58
5703 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
bcbf86ec 5704 Insert more missing .El directives. Our troff really should identify
089fbbd2 5705 these and spit out a warning.
5706 - todd@cvs.openbsd.org 2000/07/06 21:55:04
5707 [auth-rsa.c auth2.c ssh-keygen.c]
5708 clean code is good code
5709 - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
5710 [serverloop.c]
5711 sense of port forwarding flag test was backwards
5712 - provos@cvs.openbsd.org 2000/07/08 17:17:31
5713 [compat.c readconf.c]
5714 replace strtok with strsep; from David Young <dyoung@onthejob.net>
5715 - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
5716 [auth.h]
5717 KNF
5718 - ho@cvs.openbsd.org 2000/07/08 19:27:33
5719 [compat.c readconf.c]
5720 Better conditions for strsep() ending.
5721 - ho@cvs.openbsd.org 2000/07/10 10:27:05
5722 [readconf.c]
5723 Get the correct message on errors. (niels@ ok)
5724 - ho@cvs.openbsd.org 2000/07/10 10:30:25
5725 [cipher.c kex.c servconf.c]
5726 strtok() --> strsep(). (niels@ ok)
5540ea9b 5727 - (djm) Fix problem with debug mode and MaxStartups
eb37534b 5728 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
5729 builds)
229f64ee 5730 - (djm) Add strsep function from OpenBSD libc for systems that lack it
56118702 5731
a8545c6c 573220000709
5733 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
5734 Kevin Steves <stevesk@sweden.hp.com>
ec90a7d6 5735 - (djm) Match prototype and function declaration for rresvport_af.
5736 Problem report from Niklas Edmundsson <nikke@ing.umu.se>
bcbf86ec 5737 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
732e8ac5 5738 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
37f1df94 5739 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
5740 <jimw@peisj.pebio.com>
264dce47 5741 - (djm) Fix pam sprintf fix
5742 - (djm) Cleanup entropy collection code a little more. Split initialisation
5743 from seeding, perform intialisation immediatly at start, be careful with
5744 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
5bf9cfe9 5745 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
5746 Including sigaction() et al. replacements
bcbf86ec 5747 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
eeec075f 5748 <tbert@abac.com>
a8545c6c 5749
e2902a5b 575020000708
bcbf86ec 5751 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
e2902a5b 5752 Aaron Hopkins <aaron@die.net>
7a33f831 5753 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
5754 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 5755 - (djm) Fixed undefined variables for OSF SIA. Report from
b3f162ba 5756 Baars, Henk <Hendrik.Baars@nl.origin-it.com>
bcbf86ec 5757 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
b28e4a3b 5758 Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
bcbf86ec 5759 - (djm) Don't use inet_addr.
e2902a5b 5760
5637650d 576120000702
5762 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
27494968 5763 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
5764 on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
a4070484 5765 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
5766 Chris, the Young One <cky@pobox.com>
bcbf86ec 5767 - (djm) Fix scp progress meter on really wide terminals. Based on patch
88726b31 5768 from James H. Cloos Jr. <cloos@jhcloos.com>
5637650d 5769
388e9f9f 577020000701
5771 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
daaff4d5 5772 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
82258d68 5773 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
5774 <vinschen@cygnus.com>
30228d7c 5775 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2647ae26 5776 - (djm) Added check for broken snprintf() functions which do not correctly
5777 terminate output string and attempt to use replacement.
46158300 5778 - (djm) Released 2.1.1p2
388e9f9f 5779
9f32ceb4 578020000628
5781 - (djm) Fixes to lastlog code for Irix
5782 - (djm) Use atomicio in loginrec
3206bb3b 5783 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
5784 Irix 6.x array sessions, project id's, and system audit trail id.
9e0c3e1f 5785 - (djm) Added 'distprep' make target to simplify packaging
bcbf86ec 5786 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4d33e531 5787 support. Enable using "USE_SIA=1 ./configure [options]"
61e96248 5788
d8caae24 578920000627
5790 - (djm) Fixes to login code - not setting li->uid, cleanups
a05a70ab 5791 - (djm) Formatting
d8caae24 5792
fe30cc2e 579320000626
3e98362e 5794 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4cb5ffa0 5795 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
5796 - (djm) Added password expiry checking (no password change support)
be0b9bb7 5797 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
5798 based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
b5b3f75d 5799 - (djm) Fix fixed EGD code.
3e98362e 5800 - OpenBSD CVS update
5801 - provos@cvs.openbsd.org 2000/06/25 14:17:58
5802 [channels.c]
5803 correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
5804
1c04b088 580520000623
bcbf86ec 5806 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1c04b088 5807 Svante Signell <svante.signell@telia.com>
5808 - (djm) Autoconf logic to define sa_family_t if it is missing
e5a0294f 5809 - OpenBSD CVS Updates:
5810 - markus@cvs.openbsd.org 2000/06/22 10:32:27
5811 [sshd.c]
5812 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
5813 - djm@cvs.openbsd.org 2000/06/22 17:55:00
5814 [auth-krb4.c key.c radix.c uuencode.c]
5815 Missing CVS idents; ok markus
1c04b088 5816
f528fdf2 581720000622
5818 - (djm) Automatically generate host key during "make install". Suggested
5819 by Gary E. Miller <gem@rellim.com>
5820 - (djm) Paranoia before kill() system call
74fc9186 5821 - OpenBSD CVS Updates:
5822 - markus@cvs.openbsd.org 2000/06/18 18:50:11
5823 [auth2.c compat.c compat.h sshconnect2.c]
5824 make userauth+pubkey interop with ssh.com-2.2.0
5825 - markus@cvs.openbsd.org 2000/06/18 20:56:17
5826 [dsa.c]
5827 mem leak + be more paranoid in dsa_verify.
5828 - markus@cvs.openbsd.org 2000/06/18 21:29:50
5829 [key.c]
5830 cleanup fingerprinting, less hardcoded sizes
5831 - markus@cvs.openbsd.org 2000/06/19 19:39:45
5832 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
5833 [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
bcbf86ec 5834 [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
74fc9186 5835 [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
5836 [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
bcbf86ec 5837 [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
5838 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
74fc9186 5839 [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
5840 [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
5841 OpenBSD tag
5842 - markus@cvs.openbsd.org 2000/06/21 10:46:10
5843 sshconnect2.c missing free; nuke old comment
f528fdf2 5844
e5fe9a1f 584520000620
5846 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
986a22ec 5847 with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
e5fe9a1f 5848 to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
c03aced4 5849 - (djm) Typo in loginrec.c
e5fe9a1f 5850
cbd7492e 585120000618
5852 - (djm) Add summary of configure options to end of ./configure run
bcbf86ec 5853 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
cbd7492e 5854 Michael Stone <mstone@cs.loyola.edu>
bcbf86ec 5855 - (djm) rusage is a privileged operation on some Unices (incl.
cbd7492e 5856 Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
bcbf86ec 5857 - (djm) Avoid PAM failures when running without a TTY. Report from
cbd7492e 5858 Martin Petrak <petrak@spsknm.schools.sk>
5859 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
5860 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
729bfe59 5861 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
38c295d6 5862 - OpenBSD CVS updates:
5863 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
5864 [channels.c]
5865 everyone says "nix it" (remove protocol 2 debugging message)
5866 - markus@cvs.openbsd.org 2000/06/17 13:24:34
5867 [sshconnect.c]
5868 allow extended server banners
5869 - markus@cvs.openbsd.org 2000/06/17 14:30:10
5870 [sshconnect.c]
5871 missing atomicio, typo
5872 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
5873 [servconf.c servconf.h session.c sshd.8 sshd_config]
5874 add support for ssh v2 subsystems. ok markus@.
5875 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
5876 [readconf.c servconf.c]
5877 include = in WHITESPACE; markus ok
5878 - markus@cvs.openbsd.org 2000/06/17 19:09:10
5879 [auth2.c]
5880 implement bug compatibility with ssh-2.0.13 pubkey, server side
5881 - markus@cvs.openbsd.org 2000/06/17 21:00:28
5882 [compat.c]
5883 initial support for ssh.com's 2.2.0
5884 - markus@cvs.openbsd.org 2000/06/17 21:16:09
5885 [scp.c]
5886 typo
5887 - markus@cvs.openbsd.org 2000/06/17 22:05:02
5888 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
5889 split auth-rsa option parsing into auth-options
5890 add options support to authorized_keys2
5891 - markus@cvs.openbsd.org 2000/06/17 22:42:54
5892 [session.c]
5893 typo
cbd7492e 5894
509b1f88 589520000613
5896 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
5897 - Platform define for SCO 3.x which breaks on /dev/ptmx
5898 - Detect and try to fix missing MAXPATHLEN
a4d05724 5899 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
5900 <P.S.S.Camp@ukc.ac.uk>
509b1f88 5901
09564242 590220000612
5903 - (djm) Glob manpages in RPM spec files to catch compressed files
5904 - (djm) Full license in auth-pam.c
08ae384f 5905 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
383207f7 5906 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
5907 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
5908 def'd
5909 - Set AIX to use preformatted manpages
61e96248 5910
74b224a0 591120000610
5912 - (djm) Minor doc tweaks
217ab55e 5913 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
74b224a0 5914
32c80420 591520000609
5916 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
5917 (in favour of utmpx) on Solaris 8
5918
fa649821 591920000606
48c99b2c 5920 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
5921 list of commands (by default). Removed verbose debugging (by default).
bcbf86ec 5922 - (djm) Increased command entropy estimates and default entropy collection
48c99b2c 5923 timeout
f988dce5 5924 - (djm) Remove duplicate headers from loginrec.c
c5fa2eb0 5925 - (djm) Don't add /usr/local/lib to library search path on Irix
bcbf86ec 5926 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
fa649821 5927 <tibbs@math.uh.edu>
1e83f2a2 5928 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
5929 <zack@wolery.cumb.org>
fa649821 5930 - (djm) OpenBSD CVS updates:
5931 - todd@cvs.openbsd.org
5932 [sshconnect2.c]
5933 teach protocol v2 to count login failures properly and also enable an
5934 explanation of why the password prompt comes up again like v1; this is NOT
5935 crypto
61e96248 5936 - markus@cvs.openbsd.org
fa649821 5937 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
5938 xauth_location support; pr 1234
5939 [readconf.c sshconnect2.c]
5940 typo, unused
5941 [session.c]
5942 allow use_login only for login sessions, otherwise remote commands are
5943 execed with uid==0
5944 [sshd.8]
5945 document UseLogin better
5946 [version.h]
5947 OpenSSH 2.1.1
5948 [auth-rsa.c]
bcbf86ec 5949 fix match_hostname() logic for auth-rsa: deny access if we have a
fa649821 5950 negative match or no match at all
5951 [channels.c hostfile.c match.c]
bcbf86ec 5952 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
fa649821 5953 kris@FreeBSD.org
5954
8e7b16f8 595520000606
bcbf86ec 5956 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
8e7b16f8 5957 configure.
5958
d7c0f3d5 595920000604
5960 - Configure tweaking for new login code on Irix 5.3
2d6c411f 5961 - (andre) login code changes based on djm feedback
d7c0f3d5 5962
2d6c411f 596320000603
5964 - (andre) New login code
5965 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
5966 - Add loginrec.[ch], logintest.c and autoconf code
61e96248 5967
5daf7064 596820000531
5969 - Cleanup of auth.c, login.c and fake-*
5970 - Cleanup of auth-pam.c, save and print "account expired" error messages
e5662474 5971 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
69134b9b 5972 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
5973 of fallback DIY code.
5daf7064 5974
b9f446d1 597520000530
5976 - Define atexit for old Solaris
b02ebca1 5977 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
5978 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
71276795 5979 - OpenBSD CVS updates:
5980 - markus@cvs.openbsd.org
5981 [session.c]
5982 make x11-fwd work w/ localhost (xauth add host/unix:11)
5983 [cipher.c compat.c readconf.c servconf.c]
5984 check strtok() != NULL; ok niels@
5985 [key.c]
5986 fix key_read() for uuencoded keys w/o '='
5987 [serverloop.c]
5988 group ssh1 vs. ssh2 in serverloop
5989 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
5990 split kexinit/kexdh, factor out common code
5991 [readconf.c ssh.1 ssh.c]
5992 forwardagent defaults to no, add ssh -A
5993 - theo@cvs.openbsd.org
5994 [session.c]
5995 just some line shortening
60688ef9 5996 - Released 2.1.0p3
b9f446d1 5997
29611d9c 599820000520
5999 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
25422c70 6000 - Don't touch utmp if USE_UTMPX defined
a423beaf 6001 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
fc1e8bf4 6002 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
bcbf86ec 6003 - HPUX and Configure fixes from Lutz Jaenicke
fc1e8bf4 6004 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
bcbf86ec 6005 - Use mkinstalldirs script to make directories instead of non-portable
fc1e8bf4 6006 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
a905808d 6007 - Doc cleanup
29611d9c 6008
301e9b01 600920000518
6010 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
6011 - OpenBSD CVS updates:
6012 - markus@cvs.openbsd.org
6013 [sshconnect.c]
6014 copy only ai_addrlen bytes; misiek@pld.org.pl
6015 [auth.c]
bcbf86ec 6016 accept an empty shell in authentication; bug reported by
301e9b01 6017 chris@tinker.ucr.edu
6018 [serverloop.c]
6019 we don't have stderr for interactive terminal sessions (fcntl errors)
6020
ad85db64 602120000517
6022 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
6023 - Fixes command line printing segfaults (spotter: Bladt Norbert)
6024 - Fixes erroneous printing of debug messages to syslog
6025 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
6026 - Gives useful error message if PRNG initialisation fails
6027 - Reduced ssh startup delay
6028 - Measures cumulative command time rather than the time between reads
704b1659 6029 after select()
ad85db64 6030 - 'fixprogs' perl script to eliminate non-working entropy commands, and
704b1659 6031 optionally run 'ent' to measure command entropy
c1ef8333 6032 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
a64009ad 6033 - Avoid WCOREDUMP complation errors for systems that lack it
bcbf86ec 6034 - Avoid SIGCHLD warnings from entropy commands
28c1d5ce 6035 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
0e73cc53 6036 - OpenBSD CVS update:
bcbf86ec 6037 - markus@cvs.openbsd.org
0e73cc53 6038 [ssh.c]
6039 fix usage()
6040 [ssh2.h]
6041 draft-ietf-secsh-architecture-05.txt
6042 [ssh.1]
6043 document ssh -T -N (ssh2 only)
6044 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
6045 enable nonblocking IO for sshd w/ proto 1, too; split out common code
6046 [aux.c]
6047 missing include
c04f75f1 6048 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
6049 - INSTALL typo and URL fix
6050 - Makefile fix
6051 - Solaris fixes
bcbf86ec 6052 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
c04f75f1 6053 <ksakai@kso.netwk.ntt-at.co.jp>
afa5ee68 6054 - RSAless operation patch from kevin_oconnor@standardandpoors.com
d45e3d76 6055 - Detect OpenSSL seperatly from RSA
bcbf86ec 6056 - Better test for RSA (more compatible with RSAref). Based on work by
d45e3d76 6057 Ed Eden <ede370@stl.rural.usda.gov>
ad85db64 6058
3d1a1654 605920000513
bcbf86ec 6060 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3d1a1654 6061 <misiek@pld.org.pl>
6062
d02a3a00 606320000511
bcbf86ec 6064 - Fix for prng_seed permissions checking from Lutz Jaenicke
d02a3a00 6065 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3d1a1654 6066 - "make host-key" fix for Irix
d02a3a00 6067
d0c832f3 606820000509
6069 - OpenBSD CVS update
6070 - markus@cvs.openbsd.org
6071 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
6072 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
6073 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
6074 - hugh@cvs.openbsd.org
6075 [ssh.1]
6076 - zap typo
6077 [ssh-keygen.1]
6078 - One last nit fix. (markus approved)
6079 [sshd.8]
6080 - some markus certified spelling adjustments
6081 - markus@cvs.openbsd.org
6082 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
6083 [sshconnect2.c ]
6084 - bug compat w/ ssh-2.0.13 x11, split out bugs
6085 [nchan.c]
6086 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
6087 [ssh-keygen.c]
6088 - handle escapes in real and original key format, ok millert@
6089 [version.h]
6090 - OpenSSH-2.1
3dc1102e 6091 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
e93ee87a 6092 - Doc updates
bcbf86ec 6093 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
21e5304a 6094 by Andre Lucas <andre.lucas@dial.pipex.com>
d0c832f3 6095
ebdeb9a8 609620000508
6097 - Makefile and RPM spec fixes
6098 - Generate DSA host keys during "make key" or RPM installs
f6cde515 6099 - OpenBSD CVS update
6100 - markus@cvs.openbsd.org
6101 [clientloop.c sshconnect2.c]
6102 - make x11-fwd interop w/ ssh-2.0.13
6103 [README.openssh2]
6104 - interop w/ SecureFX
6105 - Release 2.0.0beta2
ebdeb9a8 6106
bcbf86ec 6107 - Configure caching and cleanup patch from Andre Lucas'
58d100bf 6108 <andre.lucas@dial.pipex.com>
6109
1d1ffb87 611020000507
6111 - Remove references to SSLeay.
6112 - Big OpenBSD CVS update
6113 - markus@cvs.openbsd.org
6114 [clientloop.c]
6115 - typo
6116 [session.c]
6117 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
6118 [session.c]
6119 - update proctitle for proto 1, too
6120 [channels.h nchan.c serverloop.c session.c sshd.c]
6121 - use c-style comments
6122 - deraadt@cvs.openbsd.org
6123 [scp.c]
6124 - more atomicio
bcbf86ec 6125 - markus@cvs.openbsd.org
1d1ffb87 6126 [channels.c]
6127 - set O_NONBLOCK
6128 [ssh.1]
6129 - update AUTHOR
6130 [readconf.c ssh-keygen.c ssh.h]
6131 - default DSA key file ~/.ssh/id_dsa
6132 [clientloop.c]
6133 - typo, rm verbose debug
6134 - deraadt@cvs.openbsd.org
6135 [ssh-keygen.1]
6136 - document DSA use of ssh-keygen
6137 [sshd.8]
6138 - a start at describing what i understand of the DSA side
6139 [ssh-keygen.1]
6140 - document -X and -x
6141 [ssh-keygen.c]
6142 - simplify usage
bcbf86ec 6143 - markus@cvs.openbsd.org
1d1ffb87 6144 [sshd.8]
6145 - there is no rhosts_dsa
6146 [ssh-keygen.1]
6147 - document -y, update -X,-x
6148 [nchan.c]
6149 - fix close for non-open ssh1 channels
6150 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
6151 - s/DsaKey/HostDSAKey/, document option
6152 [sshconnect2.c]
6153 - respect number_of_password_prompts
6154 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
6155 - GatewayPorts for sshd, ok deraadt@
6156 [ssh-add.1 ssh-agent.1 ssh.1]
6157 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
6158 [ssh.1]
6159 - more info on proto 2
6160 [sshd.8]
6161 - sync AUTHOR w/ ssh.1
6162 [key.c key.h sshconnect.c]
6163 - print key type when talking about host keys
6164 [packet.c]
6165 - clear padding in ssh2
6166 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
6167 - replace broken uuencode w/ libc b64_ntop
6168 [auth2.c]
6169 - log failure before sending the reply
6170 [key.c radix.c uuencode.c]
6171 - remote trailing comments before calling __b64_pton
6172 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
6173 [sshconnect2.c sshd.8]
6174 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
6175 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
6176
1a11e1ae 617720000502
0fbe8c74 6178 - OpenBSD CVS update
6179 [channels.c]
6180 - init all fds, close all fds.
6181 [sshconnect2.c]
6182 - check whether file exists before asking for passphrase
6183 [servconf.c servconf.h sshd.8 sshd.c]
6184 - PidFile, pr 1210
6185 [channels.c]
6186 - EINTR
6187 [channels.c]
6188 - unbreak, ok niels@
6189 [sshd.c]
6190 - unlink pid file, ok niels@
6191 [auth2.c]
6192 - Add missing #ifdefs; ok - markus
bcbf86ec 6193 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
d3083fbd 6194 gathering commands from a text file
1a11e1ae 6195 - Release 2.0.0beta1
6196
c4bc58eb 619720000501
6198 - OpenBSD CVS update
6199 [packet.c]
6200 - send debug messages in SSH2 format
3189621b 6201 [scp.c]
6202 - fix very rare EAGAIN/EINTR issues; based on work by djm
6203 [packet.c]
6204 - less debug, rm unused
6205 [auth2.c]
6206 - disable kerb,s/key in ssh2
6207 [sshd.8]
6208 - Minor tweaks and typo fixes.
6209 [ssh-keygen.c]
6210 - Put -d into usage and reorder. markus ok.
bcbf86ec 6211 - Include missing headers for OpenSSL tests. Fix from Phil Karn
44fb55e9 6212 <karn@ka9q.ampr.org>
bcbf86ec 6213 - Fixed __progname symbol collisions reported by Andre Lucas
3fd95d9a 6214 <andre.lucas@dial.pipex.com>
0d5f7abc 6215 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
6216 <gd@hilb1.medat.de>
8cb940db 6217 - Add some missing ifdefs to auth2.c
8af50c98 6218 - Deprecate perl-tk askpass.
52bcc044 6219 - Irix portability fixes - don't include netinet headers more than once
6220 - Make sure we don't save PRNG seed more than once
c4bc58eb 6221
2b763e31 622220000430
6223 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
b7a87eea 6224 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
6225 patch.
6226 - Adds timeout to entropy collection
6227 - Disables slow entropy sources
6228 - Load and save seed file
bcbf86ec 6229 - Changed entropy seed code to user per-user seeds only (server seed is
b7a87eea 6230 saved in root's .ssh directory)
6231 - Use atexit() and fatal cleanups to save seed on exit
0b242b12 6232 - More OpenBSD updates:
6233 [session.c]
6234 - don't call chan_write_failed() if we are not writing
6235 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
6236 - keysize warnings error() -> log()
2b763e31 6237
a306f2dd 623820000429
6239 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
6240 [README.openssh2]
6241 - interop w/ F-secure windows client
6242 - sync documentation
6243 - ssh_host_dsa_key not ssh_dsa_key
6244 [auth-rsa.c]
6245 - missing fclose
6246 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
6247 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
6248 [sshd.c uuencode.c uuencode.h authfile.h]
6249 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
6250 for trading keys with the real and the original SSH, directly from the
6251 people who invented the SSH protocol.
6252 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
6253 [sshconnect1.c sshconnect2.c]
6254 - split auth/sshconnect in one file per protocol version
6255 [sshconnect2.c]
6256 - remove debug
6257 [uuencode.c]
6258 - add trailing =
6259 [version.h]
6260 - OpenSSH-2.0
6261 [ssh-keygen.1 ssh-keygen.c]
6262 - add -R flag: exit code indicates if RSA is alive
6263 [sshd.c]
6264 - remove unused
6265 silent if -Q is specified
6266 [ssh.h]
6267 - host key becomes /etc/ssh_host_dsa_key
6268 [readconf.c servconf.c ]
6269 - ssh/sshd default to proto 1 and 2
6270 [uuencode.c]
6271 - remove debug
6272 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
6273 - xfree DSA blobs
6274 [auth2.c serverloop.c session.c]
6275 - cleanup logging for sshd/2, respect PasswordAuth no
6276 [sshconnect2.c]
6277 - less debug, respect .ssh/config
6278 [README.openssh2 channels.c channels.h]
bcbf86ec 6279 - clientloop.c session.c ssh.c
a306f2dd 6280 - support for x11-fwding, client+server
6281
0ac7199f 628220000421
6283 - Merge fix from OpenBSD CVS
6284 [ssh-agent.c]
6285 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
6286 via Debian bug #59926
18ba2aab 6287 - Define __progname in session.c if libc doesn't
6288 - Remove indentation on autoconf #include statements to avoid bug in
bcbf86ec 6289 DEC Tru64 compiler. Report and fix from David Del Piero
18ba2aab 6290 <David.DelPiero@qed.qld.gov.au>
0ac7199f 6291
e1b37056 629220000420
bcbf86ec 6293 - Make fixpaths work with perl4, patch from Andre Lucas
e1b37056 6294 <andre.lucas@dial.pipex.com>
9da5c3c9 6295 - Sync with OpenBSD CVS:
6296 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
6297 - pid_t
6298 [session.c]
6299 - remove bogus chan_read_failed. this could cause data
6300 corruption (missing data) at end of a SSH2 session.
4e577b89 6301 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
6302 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
6303 - Use vhangup to clean up Linux ttys
6304 - Force posix getopt processing on GNU libc systems
371ecff9 6305 - Debian bug #55910 - remove references to ssl(8) manpages
247f1a89 6306 - Debian bug #58031 - ssh_config lies about default cipher
e1b37056 6307
d6f24e45 630820000419
6309 - OpenBSD CVS updates
6310 [channels.c]
6311 - fix pr 1196, listen_port and port_to_connect interchanged
6312 [scp.c]
bcbf86ec 6313 - after completion, replace the progress bar ETA counter with a final
d6f24e45 6314 elapsed time; my idea, aaron wrote the patch
6315 [ssh_config sshd_config]
6316 - show 'Protocol' as an example, ok markus@
6317 [sshd.c]
6318 - missing xfree()
6319 - Add missing header to bsd-misc.c
6320
35484284 632120000416
6322 - Reduce diff against OpenBSD source
bcbf86ec 6323 - All OpenSSL includes are now unconditionally referenced as
35484284 6324 openssl/foo.h
6325 - Pick up formatting changes
6326 - Other minor changed (typecasts, etc) that I missed
6327
6ae2364d 632820000415
6329 - OpenBSD CVS updates.
6330 [ssh.1 ssh.c]
6331 - ssh -2
6332 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
6333 [session.c sshconnect.c]
6334 - check payload for (illegal) extra data
6335 [ALL]
6336 whitespace cleanup
6337
c323ac76 633820000413
6339 - INSTALL doc updates
f54651ce 6340 - Merged OpenBSD updates to include paths.
bcbf86ec 6341
a8be9f80 634220000412
6343 - OpenBSD CVS updates:
6344 - [channels.c]
6345 repair x11-fwd
6346 - [sshconnect.c]
6347 fix passwd prompt for ssh2, less debugging output.
6348 - [clientloop.c compat.c dsa.c kex.c sshd.c]
6349 less debugging output
6350 - [kex.c kex.h sshconnect.c sshd.c]
6351 check for reasonable public DH values
6352 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
6353 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
6354 add Cipher and Protocol options to ssh/sshd, e.g.:
6355 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
6356 arcfour,3des-cbc'
6357 - [sshd.c]
6358 print 1.99 only if server supports both
6359
18e92801 636020000408
6361 - Avoid some compiler warnings in fake-get*.c
6362 - Add IPTOS macros for systems which lack them
9d98aaf6 6363 - Only set define entropy collection macros if they are found
e78a59f5 6364 - More large OpenBSD CVS updates:
6365 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
6366 [session.h ssh.h sshd.c README.openssh2]
6367 ssh2 server side, see README.openssh2; enable with 'sshd -2'
6368 - [channels.c]
6369 no adjust after close
6370 - [sshd.c compat.c ]
6371 interop w/ latest ssh.com windows client.
61e96248 6372
8ce64345 637320000406
6374 - OpenBSD CVS update:
6375 - [channels.c]
6376 close efd on eof
6377 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
6378 ssh2 client implementation, interops w/ ssh.com and lsh servers.
6379 - [sshconnect.c]
6380 missing free.
6381 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
6382 remove unused argument, split cipher_mask()
6383 - [clientloop.c]
6384 re-order: group ssh1 vs. ssh2
6385 - Make Redhat spec require openssl >= 0.9.5a
6386
e7627112 638720000404
6388 - Add tests for RAND_add function when searching for OpenSSL
7e7327a1 6389 - OpenBSD CVS update:
6390 - [packet.h packet.c]
6391 ssh2 packet format
6392 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
6393 [channels.h channels.c]
6394 channel layer support for ssh2
6395 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
6396 DSA, keyexchange, algorithm agreement for ssh2
6c081128 6397 - Generate manpages before make install not at the end of make all
6398 - Don't seed the rng quite so often
6399 - Always reseed rng when requested
e7627112 6400
bfc9a610 640120000403
6402 - Wrote entropy collection routines for systems that lack /dev/random
6403 and EGD
837c30b8 6404 - Disable tests and typedefs for 64 bit types. They are currently unused.
bfc9a610 6405
7368a6c8 640620000401
6407 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
6408 - [auth.c session.c sshd.c auth.h]
6409 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
6410 - [bufaux.c bufaux.h]
6411 support ssh2 bignums
6412 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
6413 [readconf.c ssh.c ssh.h serverloop.c]
6414 replace big switch() with function tables (prepare for ssh2)
6415 - [ssh2.h]
6416 ssh2 message type codes
6417 - [sshd.8]
6418 reorder Xr to avoid cutting
6419 - [serverloop.c]
6420 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
6421 - [channels.c]
6422 missing close
6423 allow bigger packets
6424 - [cipher.c cipher.h]
6425 support ssh2 ciphers
6426 - [compress.c]
6427 cleanup, less code
6428 - [dispatch.c dispatch.h]
6429 function tables for different message types
6430 - [log-server.c]
6431 do not log() if debuggin to stderr
6432 rename a cpp symbol, to avoid param.h collision
6433 - [mpaux.c]
6434 KNF
6435 - [nchan.c]
6436 sync w/ channels.c
6437
f5238bee 643820000326
6439 - Better tests for OpenSSL w/ RSAref
bcbf86ec 6440 - Added replacement setenv() function from OpenBSD libc. Suggested by
f5238bee 6441 Ben Lindstrom <mouring@pconline.com>
4fe2af09 6442 - OpenBSD CVS update
6443 - [auth-krb4.c]
6444 -Wall
6445 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
6446 [match.h ssh.c ssh.h sshconnect.c sshd.c]
6447 initial support for DSA keys. ok deraadt@, niels@
6448 - [cipher.c cipher.h]
6449 remove unused cipher_attack_detected code
6450 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
6451 Fix some formatting problems I missed before.
6452 - [ssh.1 sshd.8]
6453 fix spelling errors, From: FreeBSD
6454 - [ssh.c]
6455 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
f5238bee 6456
0024a081 645720000324
6458 - Released 1.2.3
6459
bd499f9e 646020000317
6461 - Clarified --with-default-path option.
6462 - Added -blibpath handling for AIX to work around stupid runtime linking.
6463 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
986a22ec 6464 <jmknoble@jmknoble.cx>
474b5fef 6465 - Checks for 64 bit int types. Problem report from Mats Fredholm
6466 <matsf@init.se>
610cd5c6 6467 - OpenBSD CVS updates:
bcbf86ec 6468 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
610cd5c6 6469 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
6470 [sshd.c]
6471 pedantic: signed vs. unsigned, void*-arithm, etc
6472 - [ssh.1 sshd.8]
6473 Various cleanups and standardizations.
bcbf86ec 6474 - Runtime error fix for HPUX from Otmar Stahl
be48d23c 6475 <O.Stahl@lsw.uni-heidelberg.de>
bd499f9e 6476
4696775a 647720000316
bcbf86ec 6478 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4696775a 6479 Hesprich <dghespri@sprintparanet.com>
d423d822 6480 - Propogate LD through to Makefile
b7a9ce47 6481 - Doc cleanups
2ba2a610 6482 - Added blurb about "scp: command not found" errors to UPGRADING
4696775a 6483
cb0b7ea4 648420000315
6485 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
6486 problems with gcc/Solaris.
bcbf86ec 6487 - Don't free argument to putenv() after use (in setenv() replacement).
db55a3ea 6488 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
bcbf86ec 6489 - Created contrib/ subdirectory. Included helpers from Phil Hands'
13652e52 6490 Debian package, README file and chroot patch from Ricardo Cerqueira
6491 <rmcc@clix.pt>
bcbf86ec 6492 - Moved gnome-ssh-askpass.c to contrib directory and removed config
13652e52 6493 option.
6494 - Slight cleanup to doc files
b14b2ae7 6495 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
cb0b7ea4 6496
a8ed9fd9 649720000314
bcbf86ec 6498 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
a8ed9fd9 6499 peter@frontierflying.com
84afc958 6500 - Include /usr/local/include and /usr/local/lib for systems that don't
6501 do it themselves
6502 - -R/usr/local/lib for Solaris
6503 - Fix RSAref detection
6504 - Fix IN6_IS_ADDR_V4MAPPED macro
a8ed9fd9 6505
bcf36c78 650620000311
6507 - Detect RSAref
43e48848 6508 - OpenBSD CVS change
6509 [sshd.c]
6510 - disallow guessing of root password
867dbf40 6511 - More configure fixes
80faa19f 6512 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
bcf36c78 6513
c8d54615 651420000309
6515 - OpenBSD CVS updates to v1.2.3
704b1659 6516 [ssh.h atomicio.c]
6517 - int atomicio -> ssize_t (for alpha). ok deraadt@
6518 [auth-rsa.c]
6519 - delay MD5 computation until client sends response, free() early, cleanup.
6520 [cipher.c]
6521 - void* -> unsigned char*, ok niels@
6522 [hostfile.c]
6523 - remove unused variable 'len'. fix comments.
6524 - remove unused variable
6525 [log-client.c log-server.c]
6526 - rename a cpp symbol, to avoid param.h collision
6527 [packet.c]
6528 - missing xfree()
6529 - getsockname() requires initialized tolen; andy@guildsoftware.com
6530 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
6531 from Holger.Trapp@Informatik.TU-Chemnitz.DE
6532 [pty.c pty.h]
bcbf86ec 6533 - register cleanup for pty earlier. move code for pty-owner handling to
c8d54615 6534 pty.c ok provos@, dugsong@
704b1659 6535 [readconf.c]
6536 - turn off x11-fwd for the client, too.
6537 [rsa.c]
6538 - PKCS#1 padding
6539 [scp.c]
6540 - allow '.' in usernames; from jedgar@fxp.org
6541 [servconf.c]
6542 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
6543 - sync with sshd_config
6544 [ssh-keygen.c]
6545 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
6546 [ssh.1]
6547 - Change invalid 'CHAT' loglevel to 'VERBOSE'
6548 [ssh.c]
6549 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
6550 - turn off x11-fwd for the client, too.
6551 [sshconnect.c]
6552 - missing xfree()
6553 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
6554 - read error vs. "Connection closed by remote host"
6555 [sshd.8]
6556 - ie. -> i.e.,
6557 - do not link to a commercial page..
6558 - sync with sshd_config
6559 [sshd.c]
6560 - no need for poll.h; from bright@wintelcom.net
6561 - log with level log() not fatal() if peer behaves badly.
6562 - don't panic if client behaves strange. ok deraadt@
6563 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
6564 - delay close() of pty until the pty has been chowned back to root
6565 - oops, fix comment, too.
6566 - missing xfree()
6567 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
6568 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
bcbf86ec 6569 - register cleanup for pty earlier. move code for pty-owner handling to
704b1659 6570 pty.c ok provos@, dugsong@
6571 - create x11 cookie file
6572 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
6573 - version 1.2.3
c8d54615 6574 - Cleaned up
bcbf86ec 6575 - Removed warning workaround for Linux and devpts filesystems (no longer
d8223847 6576 required after OpenBSD updates)
c8d54615 6577
07055445 657820000308
6579 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
6580
658120000307
6582 - Released 1.2.2p1
6583
9c8c3fc6 658420000305
6585 - Fix DEC compile fix
54096dcc 6586 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
aa6bd60a 6587 - Check for getpagesize in libucb.a if not found in libc. Fix for old
6588 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 6589 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
9fc7867e 6590 Mate Wierdl <mw@moni.msci.memphis.edu>
9c8c3fc6 6591
6bf4d066 659220000303
6593 - Added "make host-key" target, Suggestion from Dominik Brettnacher
6594 <domi@saargate.de>
bcbf86ec 6595 - Don't permanently fail on bind() if getaddrinfo has more choices left for
16218745 6596 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
6597 Miskiewicz <misiek@pld.org.pl>
22fa590f 6598 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6599 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6bf4d066 6600
a0391976 660120000302
6602 - Big cleanup of autoconf code
6603 - Rearranged to be a little more logical
6604 - Added -R option for Solaris
6605 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
6606 to detect library and header location _and_ ensure library has proper
6607 RSA support built in (this is a problem with OpenSSL 0.9.5).
817175bc 6608 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
0a1718dc 6609 - Avoid warning message with Unix98 ptys
bcbf86ec 6610 - Warning was valid - possible race condition on PTYs. Avoided using
3276571c 6611 platform-specific code.
6612 - Document some common problems
bcbf86ec 6613 - Allow root access to any key. Patch from
81eef326 6614 markus.friedl@informatik.uni-erlangen.de
a0391976 6615
f55afe71 661620000207
6617 - Removed SOCKS code. Will support through a ProxyCommand.
6618
d07d1c58 661920000203
6620 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
d581b7ae 6621 - Add --with-ssl-dir option
d07d1c58 6622
9d5f374b 662320000202
bcbf86ec 6624 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
9d5f374b 6625 <jmd@aoe.vt.edu>
6b1f3fdb 6626 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 6627 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6b1f3fdb 6628 <haruyama@nt.phys.s.u-tokyo.ac.jp>
9d5f374b 6629
bc8c2601 663020000201
6631 - Use socket pairs by default (instead of pipes). Prevents race condition
6632 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
6633
69c76614 663420000127
6635 - Seed OpenSSL's random number generator before generating RSA keypairs
6636 - Split random collector into seperate file
aaf2abd7 6637 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
69c76614 6638
f9507c24 663920000126
6640 - Released 1.2.2 stable
6641
bcbf86ec 6642 - NeXT keeps it lastlog in /usr/adm. Report from
f9507c24 6643 mouring@newton.pconline.com
bcbf86ec 6644 - Added note in UPGRADING re interop with commercial SSH using idea.
986a22ec 6645 Report from Jim Knoble <jmknoble@jmknoble.cx>
587120ad 6646 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
6647 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
f9507c24 6648
bfae20ad 664920000125
bcbf86ec 6650 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
bfae20ad 6651 <andre.lucas@dial.pipex.com>
07b0cb78 6652 - Reorder PAM initialisation so it does not mess up lastlog. Reported
6653 by Andre Lucas <andre.lucas@dial.pipex.com>
bcbf86ec 6654 - Use preformatted manpages on SCO, report from Gary E. Miller
9755cbdb 6655 <gem@rellim.com>
6656 - New URL for x11-ssh-askpass.
bcbf86ec 6657 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
986a22ec 6658 <jmknoble@jmknoble.cx>
bcbf86ec 6659 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
986a22ec 6660 Jim Knoble <jmknoble@jmknoble.cx>
ff8ecdb8 6661 - Updated RPM spec files to use DESTDIR
bfae20ad 6662
bb58aa4b 666320000124
6664 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
6665 increment)
6666
d45317d8 666720000123
6668 - OpenBSD CVS:
6669 - [packet.c]
6670 getsockname() requires initialized tolen; andy@guildsoftware.com
bcbf86ec 6671 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4c40f834 6672 <drankin@bohemians.lexington.ky.us>
12aa90af 6673 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 6674
e844f761 667520000122
6676 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
6677 <bent@clark.net>
c54a6257 6678 - Merge preformatted manpage patch from Andre Lucas
6679 <andre.lucas@dial.pipex.com>
8eb34e02 6680 - Make IPv4 use the default in RPM packages
6681 - Irix uses preformatted manpages
1e64903d 6682 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
6683 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 6684 - OpenBSD CVS updates:
6685 - [packet.c]
6686 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
6687 from Holger.Trapp@Informatik.TU-Chemnitz.DE
6688 - [sshd.c]
6689 log with level log() not fatal() if peer behaves badly.
6690 - [readpass.c]
bcbf86ec 6691 instead of blocking SIGINT, catch it ourselves, so that we can clean
6692 the tty modes up and kill ourselves -- instead of our process group
61e96248 6693 leader (scp, cvs, ...) going away and leaving us in noecho mode.
9bc5ddfe 6694 people with cbreak shells never even noticed..
399d9d44 6695 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
6696 ie. -> i.e.,
e844f761 6697
4c8ef3fb 669820000120
6699 - Don't use getaddrinfo on AIX
7b2ea3a1 6700 - Update to latest OpenBSD CVS:
6701 - [auth-rsa.c]
6702 - fix user/1056, sshd keeps restrictions; dbt@meat.net
6703 - [sshconnect.c]
6704 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
6705 - destroy keys earlier
bcbf86ec 6706 - split key exchange (kex) and user authentication (user-auth),
d468fc76 6707 ok: provos@
7b2ea3a1 6708 - [sshd.c]
6709 - no need for poll.h; from bright@wintelcom.net
6710 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
bcbf86ec 6711 - split key exchange (kex) and user authentication (user-auth),
d468fc76 6712 ok: provos@
f3bba493 6713 - Big manpage and config file cleanup from Andre Lucas
6714 <andre.lucas@dial.pipex.com>
5f4fdfae 6715 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 6716 - Doc updates
d468fc76 6717 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
6718 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 6719
082bbfb3 672020000119
20af321f 6721 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 6722 - Compile fix from Darren_Hall@progressive.com
59e76f33 6723 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
6724 addresses using getaddrinfo(). Added a configure switch to make the
6725 default lookup mode AF_INET
082bbfb3 6726
a63a7f37 672720000118
6728 - Fixed --with-pid-dir option
51a6baf8 6729 - Makefile fix from Gary E. Miller <gem@rellim.com>
61e96248 6730 - Compile fix for HPUX and Solaris from Andre Lucas
976f7e19 6731 <andre.lucas@dial.pipex.com>
a63a7f37 6732
f914c7fb 673320000117
6734 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
6735 port, ignore EINVAL errors (Linux) when searching for free port.
bcbf86ec 6736 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
de93b046 6737 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 6738 - Document location of Redhat PAM file in INSTALL.
bcbf86ec 6739 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
6740 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 6741 deliver (no IPv6 kernel support)
80a44451 6742 - Released 1.2.1pre27
f914c7fb 6743
f4a7cf29 6744 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
bcbf86ec 6745 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
cf8ad170 6746 <jhuuskon@hytti.uku.fi>
bcbf86ec 6747 - Fix hang on logout if processes are still using the pty. Needs
691a8a9f 6748 further testing.
5957fd29 6749 - Patch from Christos Zoulas <christos@zoulas.com>
6750 - Try $prefix first when looking for OpenSSL.
6751 - Include sys/types.h when including sys/socket.h in test programs
bcbf86ec 6752 - Substitute PID directory in sshd.8. Suggestion from Andrew
19d9ac2a 6753 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 6754
47e45e44 675520000116
6756 - Renamed --with-xauth-path to --with-xauth
6757 - Added --with-pid-dir option
6758 - Released 1.2.1pre26
6759
a82ef8ae 6760 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
bcbf86ec 6761 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
66be05a1 6762 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 6763
5cdfe03f 676420000115
6765 - Add --with-xauth-path configure directive and explicit test for
bcbf86ec 6766 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5cdfe03f 6767 Nordby <anders@fix.no>
bcbf86ec 6768 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5cdfe03f 6769 openpty. Report from John Seifarth <john@waw.be>
6770 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
bcbf86ec 6771 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5cdfe03f 6772 <gem@rellim.com>
6773 - Use __snprintf and __vnsprintf if they are found where snprintf and
6774 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
6775 and others.
6776
48e671d5 677720000114
6778 - Merged OpenBSD IPv6 patch:
6779 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
6780 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
6781 [hostfile.c sshd_config]
6782 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
bcbf86ec 6783 features: sshd allows multiple ListenAddress and Port options. note
6784 that libwrap is not IPv6-ready. (based on patches from
48e671d5 6785 fujiwara@rcac.tdi.co.jp)
6786 - [ssh.c canohost.c]
bcbf86ec 6787 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
48e671d5 6788 from itojun@
6789 - [channels.c]
6790 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
6791 - [packet.h]
6792 allow auth-kerberos for IPv4 only
6793 - [scp.1 sshd.8 servconf.h scp.c]
6794 document -4, -6, and 'ssh -L 2022/::1/22'
6795 - [ssh.c]
bcbf86ec 6796 'ssh @host' is illegal (null user name), from
48e671d5 6797 karsten@gedankenpolizei.de
6798 - [sshconnect.c]
6799 better error message
6800 - [sshd.c]
6801 allow auth-kerberos for IPv4 only
6802 - Big IPv6 merge:
6803 - Cleanup overrun in sockaddr copying on RHL 6.1
6804 - Replacements for getaddrinfo, getnameinfo, etc based on versions
6805 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
6806 - Replacement for missing structures on systems that lack IPv6
6807 - record_login needed to know about AF_INET6 addresses
6808 - Borrowed more code from OpenBSD: rresvport_af and requisites
6809
2598df62 681020000110
6811 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
6812
b8a0310d 681320000107
6814 - New config.sub and config.guess to fix problems on SCO. Supplied
6815 by Gary E. Miller <gem@rellim.com>
b6a98a85 6816 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 6817 - Released 1.2.1pre25
b8a0310d 6818
dfb95100 681920000106
6820 - Documentation update & cleanup
6821 - Better KrbIV / AFS detection, based on patch from:
6822 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
6823
b9795b89 682420000105
bcbf86ec 6825 - Fixed annoying DES corruption problem. libcrypt has been
b9795b89 6826 overriding symbols in libcrypto. Removed libcrypt and crypt.h
6827 altogether (libcrypto includes its own crypt(1) replacement)
6828 - Added platform-specific rules for Irix 6.x. Included warning that
6829 they are untested.
6830
a1ec4d79 683120000103
6832 - Add explicit make rules for files proccessed by fixpaths.
61e96248 6833 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
a1ec4d79 6834 <tnh@kondara.org>
bcbf86ec 6835 - Removed "nullok" directive from default PAM configuration files.
6836 Added information on enabling EmptyPasswords on openssh+PAM in
607d73e6 6837 UPGRADING file.
e02735bb 6838 - OpenBSD CVS updates
6839 - [ssh-agent.c]
bcbf86ec 6840 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
e02735bb 6841 dgaudet@arctic.org
6842 - [sshconnect.c]
6843 compare correct version for 1.3 compat mode
a1ec4d79 6844
93c7f644 684520000102
6846 - Prevent multiple inclusion of config.h and defines.h. Suggested
6847 by Andre Lucas <andre.lucas@dial.pipex.com>
6848 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
6849 <dgaudet@arctic.org>
6850
76b8607f 685119991231
bcbf86ec 6852 - Fix password support on systems with a mixture of shadowed and
6853 non-shadowed passwords (e.g. NIS). Report and fix from
76b8607f 6854 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
bcbf86ec 6855 - Fix broken autoconf typedef detection. Report from Marc G.
723221b5 6856 Fournier <marc.fournier@acadiau.ca>
b92964b7 6857 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
6858 <Franz.Sirl-kernel@lauterbach.com>
bcbf86ec 6859 - Prevent typedefs from being compiled more than once. Report from
a6ddc88b 6860 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 6861 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
6862 <iretd@bigfoot.com>
bcbf86ec 6863 - Really fix broken default path. Fix from Jim Knoble
986a22ec 6864 <jmknoble@jmknoble.cx>
ae3a3d31 6865 - Remove test for quad_t. No longer needed.
76a8e733 6866 - Released 1.2.1pre24
6867
6868 - Added support for directory-based lastlogs
6869 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 6870
13f825f4 687119991230
6872 - OpenBSD CVS updates:
6873 - [auth-passwd.c]
6874 check for NULL 1st
bcbf86ec 6875 - Removed most of the pam code into its own file auth-pam.[ch]. This
a5c9cd31 6876 cleaned up sshd.c up significantly.
bcbf86ec 6877 - PAM authentication was incorrectly interpreting
76b8607f 6878 "PermitRootLogin without-password". Report from Matthias Andree
6879 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 6880 - Several other cleanups
0bc5b6fb 6881 - Merged Dante SOCKS support patch from David Rankin
6882 <drankin@bohemians.lexington.ky.us>
6883 - Updated documentation with ./configure options
76b8607f 6884 - Released 1.2.1pre23
13f825f4 6885
c73a0cb5 688619991229
bcbf86ec 6887 - Applied another NetBSD portability patch from David Rankin
c73a0cb5 6888 <drankin@bohemians.lexington.ky.us>
6889 - Fix --with-default-path option.
bcbf86ec 6890 - Autodetect perl, patch from David Rankin
a0f84251 6891 <drankin@bohemians.lexington.ky.us>
bcbf86ec 6892 - Print whether OpenSSH was compiled with RSARef, patch from
0a2ff95d 6893 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
bcbf86ec 6894 - Calls to pam_setcred, patch from Nalin Dahyabhai
f91bacbd 6895 <nalin@thermo.stat.ncsu.edu>
e3a93db0 6896 - Detect missing size_t and typedef it.
5ab44a92 6897 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
6898 - Minor Makefile cleaning
c73a0cb5 6899
b6019d68 690019991228
6901 - Replacement for getpagesize() for systems which lack it
bcbf86ec 6902 - NetBSD login.c compile fix from David Rankin
70e0115b 6903 <drankin@bohemians.lexington.ky.us>
6904 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 6905 - Portability fixes for Irix 5.3 (now compiles OK!)
6906 - autoconf and other misc cleanups
ea1970a3 6907 - Merged AIX patch from Darren Hall <dhall@virage.org>
6908 - Cleaned up defines.h
fa9a2dd6 6909 - Released 1.2.1pre22
b6019d68 6910
d2dcff5f 691119991227
6912 - Automatically correct paths in manpages and configuration files. Patch
6913 and script from Andre Lucas <andre.lucas@dial.pipex.com>
6914 - Removed credits from README to CREDITS file, updated.
cb807f40 6915 - Added --with-default-path to specify custom path for server
6916 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 6917 - PAM bugfix. PermitEmptyPassword was being ignored.
6918 - Fixed PAM config files to allow empty passwords if server does.
6919 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 6920 - Use last few chars of tty line as ut_id
5a7794be 6921 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 6922 - OpenBSD CVS updates:
6923 - [packet.h auth-rhosts.c]
6924 check format string for packet_disconnect and packet_send_debug, too
6925 - [channels.c]
6926 use packet_get_maxsize for channels. consistence.
d2dcff5f 6927
f74efc8d 692819991226
6929 - Enabled utmpx support by default for Solaris
6930 - Cleanup sshd.c PAM a little more
986a22ec 6931 - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
bc7ea646 6932 X11 ssh-askpass program.
20c43d8c 6933 - Disable logging of PAM success and failures, PAM is verbose enough.
bcbf86ec 6934 Unfortunatly there is currently no way to disable auth failure
6935 messages. Mention this in UPGRADING file and sent message to PAM
20c43d8c 6936 developers
83b7f649 6937 - OpenBSD CVS update:
6938 - [ssh-keygen.1 ssh.1]
bcbf86ec 6939 remove ref to .ssh/random_seed, mention .ssh/environment in
83b7f649 6940 .Sh FILES, too
72251cb6 6941 - Released 1.2.1pre21
bcbf86ec 6942 - Fixed implicit '.' in default path, report from Jim Knoble
986a22ec 6943 <jmknoble@jmknoble.cx>
6944 - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
f74efc8d 6945
f498ed15 694619991225
6947 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
6948 - Cleanup of auth-passwd.c for shadow and MD5 passwords
6949 - Cleanup and bugfix of PAM authentication code
f74efc8d 6950 - Released 1.2.1pre20
6951
6952 - Merged fixes from Ben Taylor <bent@clark.net>
6953 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
6954 - Disabled logging of PAM password authentication failures when password
6955 is empty. (e.g start of authentication loop). Reported by Naz
6956 <96na@eng.cam.ac.uk>)
f498ed15 6957
695819991223
bcbf86ec 6959 - Merged later HPUX patch from Andre Lucas
f498ed15 6960 <andre.lucas@dial.pipex.com>
6961 - Above patch included better utmpx support from Ben Taylor
f74efc8d 6962 <bent@clark.net>
f498ed15 6963
eef6f7e9 696419991222
bcbf86ec 6965 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
eef6f7e9 6966 <pope@netguide.dk>
ae28776a 6967 - Fix login.c breakage on systems which lack ut_host in struct
6968 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 6969
a7effaac 697019991221
bcbf86ec 6971 - Integration of large HPUX patch from Andre Lucas
6972 <andre.lucas@dial.pipex.com>. Integrating it had a few other
a7effaac 6973 benefits:
6974 - Ability to disable shadow passwords at configure time
6975 - Ability to disable lastlog support at configure time
6976 - Support for IP address in $DISPLAY
ae2f7af7 6977 - OpenBSD CVS update:
6978 - [sshconnect.c]
6979 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 6980 - Fix DISABLE_SHADOW support
6981 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 6982 - Release 1.2.1pre19
a7effaac 6983
3f1d9bcd 698419991218
bcbf86ec 6985 - Redhat init script patch from Chun-Chung Chen
3f1d9bcd 6986 <cjj@u.washington.edu>
7e1c2490 6987 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 6988
60d804c8 698919991216
bcbf86ec 6990 - Makefile changes for Solaris from Peter Kocks
60d804c8 6991 <peter.kocks@baygate.com>
89cafde6 6992 - Minor updates to docs
6993 - Merged OpenBSD CVS changes:
6994 - [authfd.c ssh-agent.c]
6995 keysize warnings talk about identity files
6996 - [packet.c]
6997 "Connection closed by x.x.x.x": fatal() -> log()
bcbf86ec 6998 - Correctly handle empty passwords in shadow file. Patch from:
c9d323f0 6999 "Chris, the Young One" <cky@pobox.com>
7000 - Released 1.2.1pre18
60d804c8 7001
7dc6fc6d 700219991215
7003 - Integrated patchs from Juergen Keil <jk@tools.de>
7004 - Avoid void* pointer arithmatic
7005 - Use LDFLAGS correctly
68227e6d 7006 - Fix SIGIO error in scp
7007 - Simplify status line printing in scp
61e96248 7008 - Added better test for inline functions compiler support from
906a2515 7009 Darren_Hall@progressive.com
7dc6fc6d 7010
95f1eccc 701119991214
7012 - OpenBSD CVS Changes
7013 - [canohost.c]
bcbf86ec 7014 fix get_remote_port() and friends for sshd -i;
95f1eccc 7015 Holger.Trapp@Informatik.TU-Chemnitz.DE
7016 - [mpaux.c]
7017 make code simpler. no need for memcpy. niels@ ok
7018 - [pty.c]
7019 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
7020 fix proto; markus
7021 - [ssh.1]
7022 typo; mark.baushke@solipsa.com
7023 - [channels.c ssh.c ssh.h sshd.c]
7024 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
7025 - [sshconnect.c]
7026 move checking of hostkey into own function.
7027 - [version.h]
7028 OpenSSH-1.2.1
884bcb37 7029 - Clean up broken includes in pty.c
7303768f 7030 - Some older systems don't have poll.h, they use sys/poll.h instead
7031 - Doc updates
95f1eccc 7032
847e8865 703319991211
bcbf86ec 7034 - Fix compilation on systems with AFS. Reported by
847e8865 7035 aloomis@glue.umd.edu
bcbf86ec 7036 - Fix installation on Solaris. Reported by
847e8865 7037 Gordon Rowell <gordonr@gormand.com.au>
7038 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
7039 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
7040 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
7041 - Compile fix from David Agraz <dagraz@jahoopa.com>
7042 - Avoid compiler warning in bsd-snprintf.c
bcbf86ec 7043 - Added pam_limits.so to default PAM config. Suggested by
986a22ec 7044 Jim Knoble <jmknoble@jmknoble.cx>
847e8865 7045
8946db53 704619991209
7047 - Import of patch from Ben Taylor <bent@clark.net>:
7048 - Improved PAM support
7049 - "uninstall" rule for Makefile
7050 - utmpx support
7051 - Should fix PAM problems on Solaris
2d86a6cc 7052 - OpenBSD CVS updates:
7053 - [readpass.c]
7054 avoid stdio; based on work by markus, millert, and I
7055 - [sshd.c]
7056 make sure the client selects a supported cipher
7057 - [sshd.c]
bcbf86ec 7058 fix sighup handling. accept would just restart and daemon handled
7059 sighup only after the next connection was accepted. use poll on
2d86a6cc 7060 listen sock now.
7061 - [sshd.c]
7062 make that a fatal
87e91331 7063 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
7064 to fix libwrap support on NetBSD
5001b9e4 7065 - Released 1.2pre17
8946db53 7066
6d8c4ea4 706719991208
bcbf86ec 7068 - Compile fix for Solaris with /dev/ptmx from
6d8c4ea4 7069 David Agraz <dagraz@jahoopa.com>
7070
4285816a 707119991207
986a22ec 7072 - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4285816a 7073 fixes compatability with 4.x and 5.x
db28aeb5 7074 - Fixed default SSH_ASKPASS
bcbf86ec 7075 - Fix PAM account and session being called multiple times. Problem
d465f2ca 7076 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 7077 - Merged more OpenBSD changes:
7078 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
bcbf86ec 7079 move atomicio into it's own file. wrap all socket write()s which
a408af76 7080 were doing write(sock, buf, len) != len, with atomicio() calls.
7081 - [auth-skey.c]
7082 fd leak
7083 - [authfile.c]
7084 properly name fd variable
7085 - [channels.c]
7086 display great hatred towards strcpy
7087 - [pty.c pty.h sshd.c]
7088 use openpty() if it exists (it does on BSD4_4)
7089 - [tildexpand.c]
7090 check for ~ expansion past MAXPATHLEN
7091 - Modified helper.c to use new atomicio function.
7092 - Reformat Makefile a little
7093 - Moved RC4 routines from rc4.[ch] into helper.c
7094 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 7095 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
7096 - Tweaked Redhat spec
9158d92f 7097 - Clean up bad imports of a few files (forgot -kb)
7098 - Released 1.2pre16
4285816a 7099
9c7b6dfd 710019991204
7101 - Small cleanup of PAM code in sshd.c
57112b5a 7102 - Merged OpenBSD CVS changes:
7103 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
7104 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
7105 - [auth-rsa.c]
7106 warn only about mismatch if key is _used_
7107 warn about keysize-mismatch with log() not error()
7108 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
7109 ports are u_short
7110 - [hostfile.c]
7111 indent, shorter warning
7112 - [nchan.c]
7113 use error() for internal errors
7114 - [packet.c]
7115 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
7116 serverloop.c
7117 indent
7118 - [ssh-add.1 ssh-add.c ssh.h]
7119 document $SSH_ASKPASS, reasonable default
7120 - [ssh.1]
7121 CheckHostIP is not available for connects via proxy command
7122 - [sshconnect.c]
7123 typo
7124 easier to read client code for passwd and skey auth
7125 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 7126
dad3b556 712719991126
7128 - Add definition for __P()
7129 - Added [v]snprintf() replacement for systems that lack it
7130
0ce43ae4 713119991125
7132 - More reformatting merged from OpenBSD CVS
7133 - Merged OpenBSD CVS changes:
7134 - [channels.c]
7135 fix packet_integrity_check() for !have_hostname_in_open.
7136 report from mrwizard@psu.edu via djm@ibs.com.au
7137 - [channels.c]
7138 set SO_REUSEADDR and SO_LINGER for forwarded ports.
7139 chip@valinux.com via damien@ibs.com.au
7140 - [nchan.c]
7141 it's not an error() if shutdown_write failes in nchan.
7142 - [readconf.c]
7143 remove dead #ifdef-0-code
7144 - [readconf.c servconf.c]
7145 strcasecmp instead of tolower
7146 - [scp.c]
7147 progress meter overflow fix from damien@ibs.com.au
7148 - [ssh-add.1 ssh-add.c]
7149 SSH_ASKPASS support
7150 - [ssh.1 ssh.c]
7151 postpone fork_after_authentication until command execution,
7152 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
7153 plus: use daemon() for backgrounding
cf8dd513 7154 - Added BSD compatible install program and autoconf test, thanks to
7155 Niels Kristian Bech Jensen <nkbj@image.dk>
7156 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 7157 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 7158 - Release 1.2pre15
0ce43ae4 7159
5260325f 716019991124
7161 - Merged very large OpenBSD source code reformat
7162 - OpenBSD CVS updates
7163 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
7164 [ssh.h sshd.8 sshd.c]
7165 syslog changes:
7166 * Unified Logmessage for all auth-types, for success and for failed
7167 * Standard connections get only ONE line in the LOG when level==LOG:
7168 Auth-attempts are logged only, if authentication is:
7169 a) successfull or
7170 b) with passwd or
7171 c) we had more than AUTH_FAIL_LOG failues
7172 * many log() became verbose()
7173 * old behaviour with level=VERBOSE
7174 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
7175 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
7176 messages. allows use of s/key in windows (ttssh, securecrt) and
7177 ssh-1.2.27 clients without 'ssh -v', ok: niels@
7178 - [sshd.8]
7179 -V, for fallback to openssh in SSH2 compatibility mode
7180 - [sshd.c]
7181 fix sigchld race; cjc5@po.cwru.edu
7182
4655fe80 718319991123
7184 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 7185 - Restructured package-related files under packages/*
4655fe80 7186 - Added generic PAM config
8b241e50 7187 - Numerous little Solaris fixes
9c08d6ce 7188 - Add recommendation to use GNU make to INSTALL document
4655fe80 7189
60bed5fd 719019991122
7191 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 7192 - OpenBSD CVS Changes
bcbf86ec 7193 - [ssh-keygen.c]
7194 don't create ~/.ssh only if the user wants to store the private
7195 key there. show fingerprint instead of public-key after
2f2cc3f9 7196 keygeneration. ok niels@
b09a984b 7197 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 7198 - Added timersub() macro
b09a984b 7199 - Tidy RCSIDs of bsd-*.c
bcbf86ec 7200 - Added autoconf test and macro to deal with old PAM libraries
96ad4350 7201 pam_strerror definition (one arg vs two).
530f1889 7202 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
bcbf86ec 7203 - Retry /dev/urandom reads interrupted by signal (report from
530f1889 7204 Robert Hardy <rhardy@webcon.net>)
1647c2b5 7205 - Added a setenv replacement for systems which lack it
d84a9a44 7206 - Only display public key comment when presenting ssh-askpass dialog
7207 - Released 1.2pre14
60bed5fd 7208
bcbf86ec 7209 - Configure, Make and changelog corrections from Tudor Bosman
2ddcfdf3 7210 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
7211
9d6b7add 721219991121
2f2cc3f9 7213 - OpenBSD CVS Changes:
60bed5fd 7214 - [channels.c]
7215 make this compile, bad markus
7216 - [log.c readconf.c servconf.c ssh.h]
7217 bugfix: loglevels are per host in clientconfig,
7218 factor out common log-level parsing code.
7219 - [servconf.c]
7220 remove unused index (-Wall)
7221 - [ssh-agent.c]
7222 only one 'extern char *__progname'
7223 - [sshd.8]
7224 document SIGHUP, -Q to synopsis
7225 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
7226 [channels.c clientloop.c]
7227 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
7228 [hope this time my ISP stays alive during commit]
7229 - [OVERVIEW README] typos; green@freebsd
7230 - [ssh-keygen.c]
7231 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
7232 exit if writing the key fails (no infinit loop)
7233 print usage() everytime we get bad options
7234 - [ssh-keygen.c] overflow, djm@mindrot.org
7235 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
61e96248 7236
2b942fe0 723719991120
bcbf86ec 7238 - Merged more Solaris support from Marc G. Fournier
2b942fe0 7239 <marc.fournier@acadiau.ca>
7240 - Wrote autoconf tests for integer bit-types
7241 - Fixed enabling kerberos support
bcbf86ec 7242 - Fix segfault in ssh-keygen caused by buffer overrun in filename
13c36c4c 7243 handling.
2b942fe0 7244
06479889 724519991119
7246 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 7247 - Merged OpenBSD CVS changes
7248 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
7249 more %d vs. %s in fmt-strings
7250 - [authfd.c]
7251 Integers should not be printed with %s
7b1cc56c 7252 - EGD uses a socket, not a named pipe. Duh.
7253 - Fix includes in fingerprint.c
29dbde15 7254 - Fix scp progress bar bug again.
bcbf86ec 7255 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 7256 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 7257 - Added autoconf option to enable Kerberos 4 support (untested)
7258 - Added autoconf option to enable AFS support (untested)
7259 - Added autoconf option to enable S/Key support (untested)
7260 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 7261 - Renamed BSD helper function files to bsd-*
bcbf86ec 7262 - Added tests for login and daemon and enable OpenBSD replacements for
caf3bc51 7263 when they are absent.
7264 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 7265
2bd61362 726619991118
7267 - Merged OpenBSD CVS changes
7268 - [scp.c] foregroundproc() in scp
7269 - [sshconnect.h] include fingerprint.h
bcbf86ec 7270 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2bd61362 7271 changes.
0c16a097 7272 - [ssh.1] Spell my name right.
2bd61362 7273 - Added openssh.com info to README
7274
f095fcc7 727519991117
7276 - Merged OpenBSD CVS changes
7277 - [ChangeLog.Ylonen] noone needs this anymore
7278 - [authfd.c] close-on-exec for auth-socket, ok deraadt
bcbf86ec 7279 - [hostfile.c]
7280 in known_hosts key lookup the entry for the bits does not need
7281 to match, all the information is contained in n and e. This
7282 solves the problem with buggy servers announcing the wrong
f095fcc7 7283 modulus length. markus and me.
bcbf86ec 7284 - [serverloop.c]
7285 bugfix: check for space if child has terminated, from:
f095fcc7 7286 iedowse@maths.tcd.ie
7287 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
7288 [fingerprint.c fingerprint.h]
7289 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
7290 - [ssh-agent.1] typo
7291 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
bcbf86ec 7292 - [sshd.c]
f095fcc7 7293 force logging to stderr while loading private key file
7294 (lost while converting to new log-levels)
7295
4d195447 729619991116
7297 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
7298 - Merged OpenBSD CVS changes:
7299 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
7300 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
7301 the keysize of rsa-parameter 'n' is passed implizit,
7302 a few more checks and warnings about 'pretended' keysizes.
7303 - [cipher.c cipher.h packet.c packet.h sshd.c]
7304 remove support for cipher RC4
7305 - [ssh.c]
7306 a note for legay systems about secuity issues with permanently_set_uid(),
7307 the private hostkey and ptrace()
7308 - [sshconnect.c]
7309 more detailed messages about adding and checking hostkeys
7310
dad9a31e 731119991115
7312 - Merged OpenBSD CVS changes:
bcbf86ec 7313 - [ssh-add.c] change passphrase loop logic and remove ref to
dad9a31e 7314 $DISPLAY, ok niels
7315 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
bcbf86ec 7316 modular.
dad9a31e 7317 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 7318 - Merged more OpenBSD CVS changes:
704b1659 7319 [auth-krb4.c]
7320 - disconnect if getpeername() fails
7321 - missing xfree(*client)
7322 [canohost.c]
7323 - disconnect if getpeername() fails
7324 - fix comment: we _do_ disconnect if ip-options are set
7325 [sshd.c]
7326 - disconnect if getpeername() fails
7327 - move checking of remote port to central place
7328 [auth-rhosts.c] move checking of remote port to central place
7329 [log-server.c] avoid extra fd per sshd, from millert@
7330 [readconf.c] print _all_ bad config-options in ssh(1), too
7331 [readconf.h] print _all_ bad config-options in ssh(1), too
7332 [ssh.c] print _all_ bad config-options in ssh(1), too
7333 [sshconnect.c] disconnect if getpeername() fails
e7c0f9d5 7334 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 7335 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 7336 - Merged more Solaris compability from Marc G. Fournier
7337 <marc.fournier@acadiau.ca>
7338 - Wrote autoconf tests for __progname symbol
986a22ec 7339 - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
0c372277 7340 - Released 1.2pre12
7341
7342 - Another OpenBSD CVS update:
7343 - [ssh-keygen.1] fix .Xr
dad9a31e 7344
92da7197 734519991114
7346 - Solaris compilation fixes (still imcomplete)
7347
94f7bb9e 734819991113
dd092f97 7349 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7350 - Don't install config files if they already exist
7351 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 7352 - Removed redundant inclusions of config.h
e9c75a39 7353 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 7354 - Merged OpenBSD CVS changes:
7355 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
bcbf86ec 7356 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
94f7bb9e 7357 totalsize, ok niels,aaron
bcbf86ec 7358 - Delay fork (-f option) in ssh until after port forwarded connections
94f7bb9e 7359 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 7360 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
7361 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 7362 - Tidied default config file some more
7363 - Revised Redhat initscript to fix bug: sshd (re)start would fail
7364 if executed from inside a ssh login.
94f7bb9e 7365
e35c1dc2 736619991112
7367 - Merged changes from OpenBSD CVS
7368 - [sshd.c] session_key_int may be zero
b4748e2f 7369 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
bcbf86ec 7370 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
b4748e2f 7371 deraadt,millert
7372 - Brought default sshd_config more in line with OpenBSD's
547c9f30 7373 - Grab server in gnome-ssh-askpass (Debian bug #49872)
7374 - Released 1.2pre10
e35c1dc2 7375
8bc7973f 7376 - Added INSTALL documentation
6fa724bc 7377 - Merged yet more changes from OpenBSD CVS
7378 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
7379 [ssh.c ssh.h sshconnect.c sshd.c]
7380 make all access to options via 'extern Options options'
7381 and 'extern ServerOptions options' respectively;
7382 options are no longer passed as arguments:
7383 * make options handling more consistent
7384 * remove #include "readconf.h" from ssh.h
7385 * readconf.h is only included if necessary
7386 - [mpaux.c] clear temp buffer
7387 - [servconf.c] print _all_ bad options found in configfile
045672f9 7388 - Make ssh-askpass support optional through autoconf
59b0f0d4 7389 - Fix nasty division-by-zero error in scp.c
7390 - Released 1.2pre11
8bc7973f 7391
4cca272e 739219991111
7393 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 7394 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 7395 - Merged OpenBSD CVS changes:
7396 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
7397 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
7398 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
bcbf86ec 7399 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 7400 file transfers. Fix submitted to OpenBSD developers. Report and fix
7401 from Kees Cook <cook@cpoint.net>
6a17f9c2 7402 - Merged more OpenBSD CVS changes:
bcbf86ec 7403 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6a17f9c2 7404 + krb-cleanup cleanup
7405 - [clientloop.c log-client.c log-server.c ]
7406 [readconf.c readconf.h servconf.c servconf.h ]
7407 [ssh.1 ssh.c ssh.h sshd.8]
7408 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
7409 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 7410 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
7411 allow session_key_int != sizeof(session_key)
7412 [this should fix the pre-assert-removal-core-files]
7413 - Updated default config file to use new LogLevel option and to improve
7414 readability
7415
f370266e 741619991110
67d68e3a 7417 - Merged several minor fixes:
f370266e 7418 - ssh-agent commandline parsing
7419 - RPM spec file now installs ssh setuid root
7420 - Makefile creates libdir
4cca272e 7421 - Merged beginnings of Solaris compability from Marc G. Fournier
7422 <marc.fournier@acadiau.ca>
f370266e 7423
d4f11b59 742419991109
7425 - Autodetection of SSL/Crypto library location via autoconf
7426 - Fixed location of ssh-askpass to follow autoconf
7427 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7428 - Autodetection of RSAref library for US users
7429 - Minor doc updates
560557bb 7430 - Merged OpenBSD CVS changes:
7431 - [rsa.c] bugfix: use correct size for memset()
7432 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 7433 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 7434 - RPM build now creates subpackages
aa51e7cc 7435 - Released 1.2pre9
d4f11b59 7436
e1a9c08d 743719991108
7438 - Removed debian/ directory. This is now being maintained separately.
7439 - Added symlinks for slogin in RPM spec file
7440 - Fixed permissions on manpages in RPM spec file
7441 - Added references to required libraries in README file
7442 - Removed config.h.in from CVS
7443 - Removed pwdb support (better pluggable auth is provided by glibc)
7444 - Made PAM and requisite libdl optional
7445 - Removed lots of unnecessary checks from autoconf
7446 - Added support and autoconf test for openpty() function (Unix98 pty support)
7447 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
7448 - Added TODO file
7449 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
7450 - Added ssh-askpass program
7451 - Added ssh-askpass support to ssh-add.c
7452 - Create symlinks for slogin on install
7453 - Fix "distclean" target in makefile
7454 - Added example for ssh-agent to manpage
7455 - Added support for PAM_TEXT_INFO messages
7456 - Disable internal /etc/nologin support if PAM enabled
7457 - Merged latest OpenBSD CVS changes:
5bae4ab8 7458 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 7459 - [sshd.c] don't send fail-msg but disconnect if too many authentication
7460 failures
e1a9c08d 7461 - [sshd.c] remove unused argument. ok dugsong
7462 - [sshd.c] typo
7463 - [rsa.c] clear buffers used for encryption. ok: niels
7464 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 7465 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 7466 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 7467 - Released 1.2pre8
e1a9c08d 7468
3028328e 746919991102
7470 - Merged change from OpenBSD CVS
7471 - One-line cleanup in sshd.c
7472
474832c5 747319991030
7474 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 7475 - Merged latest updates for OpenBSD CVS:
7476 - channels.[ch] - remove broken x11 fix and document istate/ostate
7477 - ssh-agent.c - call setsid() regardless of argv[]
7478 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
7479 - Documentation cleanups
7480 - Renamed README -> README.Ylonen
7481 - Renamed README.openssh ->README
474832c5 7482
339660f6 748319991029
7484 - Renamed openssh* back to ssh* at request of Theo de Raadt
7485 - Incorporated latest changes from OpenBSD's CVS
7486 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7487 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 7488 - Make distclean now removed configure script
7489 - Improved PAM logging
7490 - Added some debug() calls for PAM
4ecd19ea 7491 - Removed redundant subdirectories
bcbf86ec 7492 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4ecd19ea 7493 building on Debian.
242588e6 7494 - Fixed off-by-one error in PAM env patch
7495 - Released 1.2pre6
339660f6 7496
5881cd60 749719991028
7498 - Further PAM enhancements.
7499 - Much cleaner
7500 - Now uses account and session modules for all logins.
7501 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
7502 - Build fixes
7503 - Autoconf
7504 - Change binary names to open*
7505 - Fixed autoconf script to detect PAM on RH6.1
7506 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 7507 - Released 1.2pre4
fca82d2e 7508
7509 - Imported latest OpenBSD CVS code
7510 - Updated README.openssh
93f04616 7511 - Released 1.2pre5
fca82d2e 7512
5881cd60 751319991027
7514 - Adapted PAM patch.
7515 - Released 1.0pre2
7516
7517 - Excised my buggy replacements for strlcpy and mkdtemp
7518 - Imported correct OpenBSD strlcpy and mkdtemp routines.
7519 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
7520 - Picked up correct version number from OpenBSD
7521 - Added sshd.pam PAM configuration file
7522 - Added sshd.init Redhat init script
7523 - Added openssh.spec RPM spec file
7524 - Released 1.2pre3
7525
752619991026
7527 - Fixed include paths of OpenSSL functions
7528 - Use OpenSSL MD5 routines
7529 - Imported RC4 code from nanocrypt
7530 - Wrote replacements for OpenBSD arc4random* functions
7531 - Wrote replacements for strlcpy and mkdtemp
7532 - Released 1.0pre1
0b202697 7533
7534$Id$
This page took 1.564505 seconds and 5 git commands to generate.