]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2002/09/26 11:38:43
[openssh.git] / ChangeLog
CommitLineData
0d3d0e82 120020927
2 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2002/09/25 11:17:16
4 [sshd_config]
5 sync LoginGraceTime with default
26b9a3d2 6 - markus@cvs.openbsd.org 2002/09/25 15:19:02
7 [sshd.c]
8 typo; pilot@monkey.org
2db9d8aa 9 - markus@cvs.openbsd.org 2002/09/26 11:38:43
10 [auth1.c auth.h auth-krb4.c monitor.c monitor.h monitor_wrap.c]
11 [monitor_wrap.h]
12 krb4 + privsep; ok dugsong@, deraadt@
0d3d0e82 13
b7c4a4cc 1420020925
15 - (bal) Fix issue where successfull login does not clear failure counts
16 in AIX. Patch by dtucker@zip.com.au ok by djm
ef51930f 17 - (tim) Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
18 This does not include the deattack.c fixes.
b7c4a4cc 19
99443922 2020020923
21 - (djm) OpenBSD CVS Sync
22 - stevesk@cvs.openbsd.org 2002/09/23 20:46:27
23 [canohost.c]
24 change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
25 non-sockets; fixes a problem passing NULL to snprintf(). ok markus@
0082ad34 26 - markus@cvs.openbsd.org 2002/09/23 22:11:05
27 [monitor.c]
28 only call auth_krb5 if kerberos is enabled; ok deraadt@
4741e3a6 29 - markus@cvs.openbsd.org 2002/09/24 08:46:04
30 [monitor.c]
31 only call kerberos code for authctxt->valid
cb11b555 32 - todd@cvs.openbsd.org 2002/09/24 20:59:44
33 [sshd.8]
34 tweak the example $HOME/.ssh/rc script to not show on any cmdline the
35 sensitive data it handles. This fixes bug # 402 as reported by
36 kolya@mit.edu (Nickolai Zeldovich).
37 ok markus@ and stevesk@
99443922 38
aec4cb4f 3920020923
40 - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au
41
f86b0eef 4220020922
43 - (djm) OpenBSD CVS Sync
44 - stevesk@cvs.openbsd.org 2002/09/19 14:53:14
45 [compat.c]
c7724abb 46 - markus@cvs.openbsd.org 2002/09/19 15:51:23
47 [ssh-add.c]
48 typo; cd@kalkatraz.de
00e842d8 49 - stevesk@cvs.openbsd.org 2002/09/19 16:03:15
50 [serverloop.c]
51 log IP address also; ok markus@
c2802d92 52 - stevesk@cvs.openbsd.org 2002/09/20 18:41:29
53 [auth.c]
54 log illegal user here for missing privsep case (ssh2).
55 this is executed in the monitor. ok markus@
f86b0eef 56
792e7d2d 5720020919
58 - (djm) OpenBSD CVS Sync
59 - stevesk@cvs.openbsd.org 2002/09/12 19:11:52
60 [ssh-agent.c]
61 %u for uid print; ok markus@
da0561eb 62 - stevesk@cvs.openbsd.org 2002/09/12 19:50:36
63 [session.c ssh.1]
64 add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@
facfd613 65 - stevesk@cvs.openbsd.org 2002/09/13 19:23:09
66 [channels.c sshconnect.c sshd.c]
67 remove use of SO_LINGER, it should not be needed. error check
68 SO_REUSEADDR. fixup comments. ok markus@
8bd4e2ae 69 - stevesk@cvs.openbsd.org 2002/09/16 19:55:33
70 [session.c]
71 log when _PATH_NOLOGIN exists; ok markus@
e6fe1bab 72 - stevesk@cvs.openbsd.org 2002/09/16 20:12:11
73 [sshd_config.5]
74 more details on X11Forwarding security issues and threats; ok markus@
f1dcc34e 75 - stevesk@cvs.openbsd.org 2002/09/16 22:03:13
76 [sshd.8]
77 reference moduli(5) in FILES /etc/moduli.
5c0d0e90 78 - itojun@cvs.openbsd.org 2002/09/17 07:47:02
79 [channels.c]
80 don't quit while creating X11 listening socket.
81 http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
82 got from portable. markus ok
6939bbd4 83 - djm@cvs.openbsd.org 2002/09/19 01:58:18
84 [ssh.c sshconnect.c]
85 bugzilla.mindrot.org #223 - ProxyCommands don't exit.
86 Patch from dtucker@zip.com.au; ok markus@
792e7d2d 87
4f3834e8 8820020912
eee2215e 89 - (djm) Made GNOME askpass programs return non-zero if cancel button is
90 pressed.
10a560d4 91 - (djm) Added getpeereid() replacement. Properly implemented for systems
92 with SO_PEERCRED support. Faked for systems which lack it.
9fd2a215 93 - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and
94 fake-queue.h to sys-tree.h and sys-queue.h
4f3834e8 95 - (djm) OpenBSD CVS Sync
96 - markus@cvs.openbsd.org 2002/09/08 20:24:08
97 [hostfile.h]
98 no comma at end of enumerator list
696f6bef 99 - itojun@cvs.openbsd.org 2002/09/09 06:48:06
100 [auth1.c auth.h auth-krb5.c monitor.c monitor.h]
101 [monitor_wrap.c monitor_wrap.h]
102 kerberos support for privsep. confirmed to work by lha@stacken.kth.se
103 patch from markus
661e45a0 104 - markus@cvs.openbsd.org 2002/09/09 14:54:15
105 [channels.c kex.h key.c monitor.c monitor_wrap.c radix.c uuencode.c]
106 signed vs unsigned from -pedantic; ok henning@
87f4111f 107 - markus@cvs.openbsd.org 2002/09/10 20:24:47
108 [ssh-agent.c]
109 check the euid of the connecting process with getpeereid(2);
110 ok provos deraadt stevesk
07d688d5 111 - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
112 [ssh.1]
113 add agent and X11 forwarding warning text from ssh_config.5; ok markus@
8b10e20e 114 - stevesk@cvs.openbsd.org 2002/09/11 18:27:26
115 [authfd.c authfd.h ssh.c]
116 don't connect to agent to test for presence if we've previously
117 connected; ok markus@
00b3ad3e 118 - djm@cvs.openbsd.org 2002/09/11 22:41:50
119 [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h]
120 [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c]
121 support for short/long listings and globbing in "ls"; ok markus@
be0cd512 122 - djm@cvs.openbsd.org 2002/09/12 00:13:06
123 [sftp-int.c]
124 zap unused var introduced in last commit
4f3834e8 125
ac8802eb 12620020911
127 - (djm) Sync openbsd-compat with OpenBSD -current
128
e2e36358 12920020910
130 - (djm) Bug #365: Read /.ssh/environment properly under CygWin.
131 Patch from Mark Bradshaw <bradshaw@staff.crosswalk.com>
35c4faf5 132 - (djm) Bug #138: Make protocol 1 blowfish work with old OpenSSL.
133 Patch from Robert Halubek <rob@adso.com.pl>
e2e36358 134
3445ca02 13520020905
136 - (djm) OpenBSD CVS Sync
137 - stevesk@cvs.openbsd.org 2002/09/04 18:52:42
138 [servconf.c sshd.8 sshd_config.5]
139 default LoginGraceTime to 2m; 1m may be too short for slow systems.
140 ok markus@
cbecf1ed 141 - (djm) Merge openssh-TODO.patch from Redhat (null) beta
c4ee4c60 142 - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from
143 Nalin Dahyabhai <nalin@redhat.com>
3c1dff28 144 - (djm) Add support for building gtk2 password requestor from Redhat beta
3445ca02 145
954640a4 14620020903
33e2e066 147 - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt
e18b7d35 148 - (djm) Fix Redhat RPM build dependancy test
954640a4 149 - (djm) OpenBSD CVS Sync
150 - markus@cvs.openbsd.org 2002/08/12 10:46:35
151 [ssh-agent.c]
152 make ssh-agent setgid, disallow ptrace.
755c4339 153 - espie@cvs.openbsd.org 2002/08/21 11:20:59
154 [sshd.8]
155 `RSA' updated to refer to `public key', where it matters.
156 okay markus@
6e0fbda1 157 - stevesk@cvs.openbsd.org 2002/08/21 19:38:06
158 [servconf.c sshd.8 sshd_config sshd_config.5]
159 change LoginGraceTime default to 1 minute; ok mouring@ markus@
00e41835 160 - stevesk@cvs.openbsd.org 2002/08/21 20:10:28
161 [ssh-agent.c]
162 raise listen backlog; ok markus@
c1a4eef1 163 - stevesk@cvs.openbsd.org 2002/08/22 19:27:53
164 [ssh-agent.c]
165 use common close function; ok markus@
1d77f8cb 166 - stevesk@cvs.openbsd.org 2002/08/22 19:38:42
167 [clientloop.c]
168 format with current EscapeChar; bugzilla #388 from wknox@mitre.org.
169 ok markus@
f34ec885 170 - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
171 [ssh-agent.c]
172 shutdown(SHUT_RDWR) not needed before close here; ok markus@
848bf884 173 - markus@cvs.openbsd.org 2002/08/22 21:33:58
174 [auth1.c auth2.c]
175 auth_root_allowed() is handled by the monitor in the privsep case,
176 so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
6c723e7c 177 - markus@cvs.openbsd.org 2002/08/22 21:45:41
178 [session.c]
179 send signal name (not signal number) in "exit-signal" message; noticed
180 by galb@vandyke.com
b41baf4d 181 - stevesk@cvs.openbsd.org 2002/08/27 17:13:56
182 [ssh-rsa.c]
183 RSA_public_decrypt() returns -1 on error so len must be signed;
184 ok markus@
dbcdea68 185 - stevesk@cvs.openbsd.org 2002/08/27 17:18:40
186 [ssh_config.5]
187 some warning text for ForwardAgent and ForwardX11; ok markus@
ba1566dd 188 - stevesk@cvs.openbsd.org 2002/08/29 15:57:25
189 [monitor.c session.c sshlogin.c sshlogin.h]
190 pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
191 NOTE: there are also p-specific parts to this patch. ok markus@
e59404d1 192 - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
193 [ssh.1 ssh.c]
194 deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
878b8992 195 - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
196 [ssh_config.5]
197 more on UsePrivilegedPort and setuid root; ok markus@
9f324470 198 - stevesk@cvs.openbsd.org 2002/08/29 19:49:42
199 [ssh.c]
200 shrink initial privilege bracket for setuid case; ok markus@
57ff5eeb 201 - stevesk@cvs.openbsd.org 2002/08/29 22:54:10
202 [ssh_config.5 sshd_config.5]
203 state XAuthLocation is a full pathname
954640a4 204
b85698ab 20520020820
206 - OpenBSD CVS Sync
207 - millert@cvs.openbsd.org 2002/08/02 14:43:15
208 [monitor.c monitor_mm.c]
209 Change mm_zalloc() sanity checks to be more in line with what
210 we do in calloc() and add a check to monitor_mm.c.
211 OK provos@ and markus@
6a342527 212 - marc@cvs.openbsd.org 2002/08/02 16:00:07
213 [ssh.1 sshd.8]
214 note that .ssh/environment is only read when
215 allowed (PermitUserEnvironment in sshd_config).
216 OK markus@
4004c2ac 217 - markus@cvs.openbsd.org 2002/08/02 21:23:41
218 [ssh-rsa.c]
219 diff is u_int (2x); ok deraadt/provos
0caf874a 220 - markus@cvs.openbsd.org 2002/08/02 22:20:30
221 [ssh-rsa.c]
222 replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
223 for authentication; ok deraadt/djm
75cf7563 224 - aaron@cvs.openbsd.org 2002/08/08 13:50:23
225 [sshconnect1.c]
226 Use & to test if bits are set, not &&; markus@ ok.
d6097023 227 - stevesk@cvs.openbsd.org 2002/08/08 23:54:52
228 [auth.c]
229 typo in comment
36535ee6 230 - stevesk@cvs.openbsd.org 2002/08/09 17:21:42
231 [sshd_config.5]
232 use Op for mdoc conformance; from esr@golux.thyrsus.com
233 ok aaron@
b3641662 234 - stevesk@cvs.openbsd.org 2002/08/09 17:41:12
235 [sshd_config.5]
236 proxy vs. fake display
35453849 237 - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
238 [ssh.1 sshd.8 sshd_config.5]
239 more PermitUserEnvironment; ok markus@
24794905 240 - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
241 [ssh.1]
242 ForwardAgent has defaulted to no for over 2 years; be more clear here.
4dcbbeea 243 - stevesk@cvs.openbsd.org 2002/08/17 23:55:01
244 [ssh_config.5]
245 ordered list here
7d3b91a6 246 - (bal) [defines.h] Some platforms don't have SIZE_T_MAX. So assign
247 it to ULONG_MAX.
b85698ab 248
cd018561 24920020813
250 - (tim) [configure.ac] Display OpenSSL header/library version.
251 Patch by dtucker@zip.com.au
252
8a48a7ef 25320020731
254 - (bal) OpenBSD CVS Sync
255 - markus@cvs.openbsd.org 2002/07/24 16:11:18
256 [hostfile.c hostfile.h sshconnect.c]
257 print out all known keys for a host if we get a unknown host key,
258 see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4
259
260 the ssharp mitm tool attacks users in a similar way, so i'd like to
261 pointed out again:
262 A MITM attack is always possible if the ssh client prints:
263 The authenticity of host 'bla' can't be established.
264 (protocol version 2 with pubkey authentication allows you to detect
265 MITM attacks)
5cb5518b 266 - mouring@cvs.openbsd.org 2002/07/25 01:16:59
267 [sftp.c]
268 FallBackToRsh does not exist anywhere else. Remove it from here.
269 OK deraadt.
567a05bf 270 - markus@cvs.openbsd.org 2002/07/29 18:57:30
271 [sshconnect.c]
272 print file:line
f00bab84 273 - markus@cvs.openbsd.org 2002/07/30 17:03:55
274 [auth-options.c servconf.c servconf.h session.c sshd_config sshd_config.5]
275 add PermitUserEnvironment (off by default!); from dot@dotat.at;
276 ok provos, deraadt
8a48a7ef 277
13979d47 27820020730
279 - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
280
d228d9dd 28120020728
282 - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar
16c4a972 283 - (stevesk) [CREDITS] solar
75131bbd 284 - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsigned
285 char arg.
d228d9dd 286
d40af5fa 28720020725
288 - (djm) Remove some cruft from INSTALL
d91b4743 289 - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/
d40af5fa 290
56b54901 29120020723
292 - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger.
918ffb0b 293 - (bal) sync ID w/ ssh-agent.c
516f0d7d 294 - (bal) OpenBSD Sync
295 - markus@cvs.openbsd.org 2002/07/19 15:43:33
296 [log.c log.h session.c sshd.c]
297 remove fatal cleanups after fork; based on discussions with and code
298 from solar.
5d185586 299 - stevesk@cvs.openbsd.org 2002/07/19 17:42:40
300 [ssh.c]
301 display a warning from ssh when XAuthLocation does not exist or xauth
302 returned no authentication data. ok markus@
30998af1 303 - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
304 [auth-options.c]
305 unneeded includes
dbc728ff 306 - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
307 [auth-options.h]
308 remove invalid comment
97686bf9 309 - markus@cvs.openbsd.org 2002/07/22 11:03:06
310 [session.c]
311 fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
d341742a 312 - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
313 [monitor.c]
314 u_int here; ok provos@
67f04db1 315 - stevesk@cvs.openbsd.org 2002/07/23 16:03:10
316 [sshd.c]
317 utmp_len is unsigned; display error consistent with other options.
318 ok markus@
0df3a240 319 - stevesk@cvs.openbsd.org 2002/07/15 17:15:31
320 [uidswap.c]
321 little more debugging; ok markus@
d341742a 322
21c2c5cd 32320020722
324 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
a93bd14c 325 - (stevesk) [xmmap.c] missing prototype for fatal()
ccbb983c 326 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
327 with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
d262b7f2 328 - (bal) [configure.ac] Missing ;; from cray patch.
30eab01d 329 - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
330 into it's own header.
ee48c949 331 - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
332 freed by the caller; add free_pam_environment() and use it.
1d3f4ae7 333 - (stevesk) [auth-pam.c] typo in comment
21c2c5cd 334
b992432e 33520020721
336 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
337 openssh-3.4p1-owl-password-changing.diff
277f55cf 338 - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
339 PAM_NEW_AUTHTOK_REQD remains in #if 0 for now.
f7808a93 340 - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
341 warning on pam_conv struct conversation function.
337dde6b 342 - (stevesk) [auth-pam.h] license
8565f28e 343 - (stevesk) [auth-pam.h] unneeded include
e9b2c23d 344 - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
b992432e 345
ce88d9df 34620020720
347 - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
348
4379c0e5 34920020719
350 - (tim) [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
351 Patch by dtucker@zip.com.au
f75ca46d 352 - (tim) [configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.au
4379c0e5 353
45491100 35420020718
355 - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
356 - (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
357 by ayamura@ayamura.org
1cbbe6c8 358 - (tim) [configure.ac] Bug 267 rework int64_t test.
5749e709 359 - (tim) [includes.h] Bug 267 add stdint.h
45491100 360
dd3943d0 36120020717
362 - (bal) aixbff package updated by dtucker@zip.com.au
2bf42e4a 363 - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
364 for autoconf 2.53. Based on a patch by jrj@purdue.edu
dd3943d0 365
8fc47887 36620020716
367 - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
368
c750d869 36920020715
370 - (bal) OpenBSD CVS Sync
371 - itojun@cvs.openbsd.org 2002/07/12 13:29:09
372 [sshconnect.c]
373 print connect failure during debugging mode.
a2f883ce 374 - markus@cvs.openbsd.org 2002/07/12 15:50:17
375 [cipher.c]
376 EVP_CIPH_CUSTOM_IV for our own rijndael
2d199535 377 - (bal) Remove unused tty defined in do_setusercontext() pointed out by
378 dtucker@zip.com.au plus a a more KNF since I am near it.
846be3f4 379 - (bal) Privsep user creation support in Solaris buildpkg.sh by
380 dtucker@zip.com.au
c750d869 381
798c5808 38220020714
383 - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
4165b82e 384 - (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
385 openbsd-compat/Makefile.in] support compression on platforms that
386 have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
387 Based on patch from nalin@redhat.com of code extracted from Owl's package
5fd8087a 388 - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
389 report by chris@by-design.net
fdebdd4f 390 - (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
d80063fe 391 - (tim) [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()
392 report by rodney@bond.net
798c5808 393
6b2a3595 39420020712
395 - (tim) [Makefile.in] quiet down install-files: and check-user:
3085601b 396 - (tim) [configure.ac] remove unused filepriv line
6b2a3595 397
249f9903 39820020710
399 - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
400 on /var/empty to 755 Patch by vinschen@redhat.com
6f901f8e 401 - (bal) OpenBSD CVS Sync
402 - itojun@cvs.openbsd.org 2002/07/09 11:56:50
403 [sshconnect.c]
404 silently try next address on connect(2). markus ok
59c825e1 405 - itojun@cvs.openbsd.org 2002/07/09 11:56:27
406 [canohost.c]
407 suppress log on reverse lookup failiure, as there's no real value in
408 doing so.
409 markus ok
aab5431b 410 - itojun@cvs.openbsd.org 2002/07/09 12:04:02
411 [sshconnect.c]
412 ed static function (less warnings)
94ad46d1 413 - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
414 [sshd_config.5]
415 clarify no preference ordering in protocol list; ok markus@
9bd68577 416 - itojun@cvs.openbsd.org 2002/07/10 10:28:15
417 [sshconnect.c]
418 bark if all connection attempt fails.
09683edf 419 - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
420 [rijndael.c]
421 use right sizeof in memcpy; markus ok
249f9903 422
e6f15ed1 42320020709
424 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
425 lacking that concept can share it. Patch by vinschen@redhat.com
426
4f9d6706 42720020708
428 - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
429 work in a jumpstart environment. patch by kbrint@rufus.net
b451e27b 430 - (tim) [Makefile.in] workaround for broken pakadd on some systems.
cda1ebcb 431 - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
432 --with-privsep-path=
4f9d6706 433
ac74561e 43420020707
435 - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
94d8258b 436 - (tim) [acconfig.h configure.ac sshd.c]
437 s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
d41f8eed 438 - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
439 patch from vinschen@redhat.com
0b832146 440 - (bal) [realpath.c] Updated with OpenBSD tree.
da2499f5 441 - (bal) OpenBSD CVS Sync
442 - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
443 [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
444 patch memory leaks; grendel@zeitbombe.org
e1feb9bf 445 - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
446 [channels.c packet.c]
447 blah blah minor nothing as i read and re-read and re-read...
eb9f2fab 448 - markus@cvs.openbsd.org 2002/07/04 10:41:47
449 [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
450 don't allocate, copy, and discard if there is not interested in the data;
451 ok deraadt@
4394a17f 452 - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
453 [log.c]
454 KNF
50d2fbbc 455 - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
456 [ssh-keyscan.c]
457 KNF, realloc fix, and clean usage
12a3f2c3 458 - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
459 [ssh-keyscan.c]
460 unused variable
41545cb6 461 - (bal) Minor KNF on ssh-keyscan.c
ac74561e 462
0764e748 46320020705
464 - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
465 Reported by Darren Tucker <dtucker@zip.com.au>
e12659f4 466 - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
467 from vinschen@redhat.com
0764e748 468
64c0ce80 46920020704
470 - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
471 faster data rate) Bug #124
375c1dee 472 - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.
473 bug #265
ff2de800 474 - (bal) One too many nulls in ports-aix.c
64c0ce80 475
d2f95449 47620020703
477 - (bal) Updated contrib/cygwin/ patch by vinschen@redhat.com
619a6aff 478 - (bal) minor correction to utimes() replacement. Patch by
479 onoe@sm.sony.co.jp
f11fe301 480 - OpenBSD CVS Sync
481 - markus@cvs.openbsd.org 2002/06/27 08:49:44
482 [dh.c ssh-keyscan.c sshconnect.c]
483 more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
181d6635 484 - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
485 [monitor.c]
486 improve mm_zalloc check; markus ok
30e37ee6 487 - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
488 [auth2-none.c monitor.c sftp-client.c]
489 use xfree()
c8f94200 490 - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
491 [ssh-keyscan.c]
492 use convtime(); ok markus@
a64d3560 493 - millert@cvs.openbsd.org 2002/06/28 01:49:31
494 [monitor_mm.c]
495 tree(3) wants an int return value for its compare functions and
496 the difference between two pointers is not an int. Just do the
497 safest thing and store the result in a long and then return 0,
498 -1, or 1 based on that result.
405a0d43 499 - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
500 [monitor_wrap.c]
501 use ssize_t
4efd85b2 502 - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
503 [sshd.c]
504 range check -u option at invocation
6ded293b 505 - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
506 [sshd.c]
507 gidset[2] -> gidset[1]; markus ok
7fdc56c5 508 - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
509 [auth2.c session.c sshd.c]
510 lint asks that we use names that do not overlap
343288b8 511 - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
512 [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
513 monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
514 sshconnect2.c sshd.c]
515 minor KNF
7d60d74c 516 - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
517 [msg.c]
518 %u
713f6cd9 519 - markus@cvs.openbsd.org 2002/07/01 19:48:46
520 [sshconnect2.c]
521 for compression=yes, we fallback to no-compression if the server does
522 not support compression, vice versa for compression=no. ok mouring@
261189cc 523 - markus@cvs.openbsd.org 2002/07/03 09:55:38
524 [ssh-keysign.c]
525 use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
526 in order to avoid a possible Kocher timing attack pointed out by Charles
527 Hannum; ok provos@
60cd0a97 528 - markus@cvs.openbsd.org 2002/07/03 14:21:05
529 [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
530 re-enable ssh-keysign's sbit, but make ssh-keysign read
531 /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled
532 globally. based on discussions with deraadt, itojun and sommerfeld;
533 ok itojun@
56fd97d7 534 - (bal) Failed password attempts don't increment counter on AIX. Bug #145
e8aa0a5c 535 - (bal) Missed Makefile.in change. keysign needs readconf.o
0ba40daa 536 - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.
56fd97d7 537
b2f295dc 53820020702
539 - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &
540 friends consistently. Spotted by Solar Designer <solar@openwall.com>
541
3c3e878a 54220020629
543 - (bal) fix to auth2-pam.c to swap fatal() arguments, A bit of style
544 clean up while I'm near it.
545
811ee370 54620020628
547 - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
548 options should contain default value. from solar.
b9b82dab 549 - (bal) Cygwin uid0 fix by vinschen@redhat.com
17962c40 550 - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
551 have issues of our fixes not propogating right (ie bcopy instead of
552 memmove). OK tim
4fa4fb00 553 - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
554 Bug #303
811ee370 555
ce88d9df 55620020627
d1ff09ba 557 - OpenBSD CVS Sync
558 - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
559 [monitor.c]
560 correct %u
63b5f1a1 561 - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
562 [monitor_fdpass.c]
563 use ssize_t for recvmsg() and sendmsg() return
1431a900 564 - markus@cvs.openbsd.org 2002/06/26 14:51:33
565 [ssh-add.c]
566 fix exit code for -X/-x
bb0640b2 567 - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
568 [monitor_wrap.c]
569 more %u
20e79e98 570 - markus@cvs.openbsd.org 2002/06/26 22:27:32
571 [ssh-keysign.c]
572 bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
d1ff09ba 573
4bfa8bb6 57420020626
575 - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
a594fa74 576 - (bal) OpenBSD CVS Sync
577 - markus@cvs.openbsd.org 2002/06/23 21:34:07
578 [channels.c]
579 tcode is u_int
38501509 580 - markus@cvs.openbsd.org 2002/06/24 13:12:23
581 [ssh-agent.1]
582 the socket name contains ssh-agent's ppid; via mpech@ from form@
f91d9a89 583 - markus@cvs.openbsd.org 2002/06/24 14:33:27
584 [channels.c channels.h clientloop.c serverloop.c]
585 move channel counter to u_int
1169c3df 586 - markus@cvs.openbsd.org 2002/06/24 14:55:38
587 [authfile.c kex.c ssh-agent.c]
588 cat to (void) when output from buffer_get_X is ignored
09915dc1 589 - itojun@cvs.openbsd.org 2002/06/24 15:49:22
590 [msg.c]
591 printf type pedant
d0a1c5d1 592 - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
593 [sftp-server.c sshpty.c]
594 explicit (u_int) for uid and gid
6c69a6a9 595 - markus@cvs.openbsd.org 2002/06/25 16:22:42
596 [authfd.c]
597 unnecessary cast
87809a1f 598 - markus@cvs.openbsd.org 2002/06/25 18:51:04
599 [sshd.c]
600 lightweight do_setusercontext after chroot()
924681ee 601 - (bal) Updated AIX package build. Patch by dtucker@zip.com.au
46c8ebb3 602 - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
78beb77d 603 - (bal) added back in error check for mmap(). I screwed up, Pointed
604 out by stevesk@
f2d9a1f8 605 - (tim) [README.privsep] UnixWare tip no longer needed.
88cb875c 606 - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
607 but it all damned lies.
0d0270e6 608 - (stevesk) [README.privsep] more for sshd pseudo-account.
8029e7fc 609 - (tim) [contrib/caldera/openssh.spec] add support for privsep
8695f9f7 610 - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
b29fe4ea 611 - (djm) OpenBSD CVS Sync
612 - markus@cvs.openbsd.org 2002/06/26 08:53:12
613 [bufaux.c]
614 limit size of BNs to 8KB; ok provos/deraadt
22d62d31 615 - markus@cvs.openbsd.org 2002/06/26 08:54:18
616 [buffer.c]
617 limit append to 1MB and buffers to 10MB
5df8c731 618 - markus@cvs.openbsd.org 2002/06/26 08:55:02
619 [channels.c]
620 limit # of channels to 10000
87f18810 621 - markus@cvs.openbsd.org 2002/06/26 08:58:26
622 [session.c]
623 limit # of env vars to 1000; ok deraadt/djm
2f095a0e 624 - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
625 [monitor.c]
626 be careful in mm_zalloc
66087567 627 - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
628 [session.c]
629 disclose less information from environment files; based on input
630 from djm, and dschultz@uclink.Berkeley.EDU
477edc5d 631 - markus@cvs.openbsd.org 2002/06/26 13:55:37
632 [auth2-chall.c]
633 make sure # of response matches # of queries, fixes int overflow;
634 from ISS
03b14b6f 635 - markus@cvs.openbsd.org 2002/06/26 13:56:27
636 [version.h]
637 3.4
9c696d0d 638 - (djm) Require krb5 devel for RPM build w/ KrbV
c4186be7 639 - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai
640 <nalin@redhat.com>
1e7bc74c 641 - (djm) Update spec files for release
49b53b03 642 - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
03b14b6f 643 - (djm) Release 3.4p1
6519cfd6 644 - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
645 by mistake
4bfa8bb6 646
ef1ac12b 64720020625
648 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
1a44c6f7 649 - (stevesk) [README.privsep] minor updates
fd3cbf67 650 - (djm) Create privsep directory and warn if privsep user is missing
651 during make install
702b2855 652 - (bal) Started list of PrivSep issues in TODO
1c6249af 653 - (bal) if mmap() is substandard, don't allow compression on server side.
654 Post 'event' we will add more options.
cbaa3d44 655 - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
e2bc41f9 656 - (bal) moved aix_usrinfo() and noted not setting real TTY. Patch by
657 dtucker@zip.com.au
d170feb1 658 - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
659 for Cygwin, Cray, & SCO
ef1ac12b 660
d5803314 66120020624
662 - OpenBSD CVS Sync
663 - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
664 [tildexpand.c]
665 KNF
3ddc795d 666 - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
667 [cipher.c key.c]
668 KNF
d6133f43 669 - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
670 [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
671 sshpty.c]
672 various KNF and %d for unsigned
9906a836 673 - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
674 [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
675 sftp.c]
676 bunch of u_int vs int stuff
512df038 677 - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
678 [ssh-keygen.c]
679 u_int stuff
7528d467 680 - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
681 [bufaux.c servconf.c]
682 minor KNF. things the fingers do while you read
e424e241 683 - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
684 [ssh-agent.c sshd.c]
685 some minor KNF and %u
7138ebd9 686 - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
687 [session.c]
688 compression_level is u_int
f09ce20a 689 - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
690 [sshpty.c]
691 KNF
57f228e8 692 - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
693 [channels.c channels.h session.c session.h]
694 display, screen, row, col, xpixel, ypixel are u_int; markus ok
0bc50167 695 - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
696 [packet.c]
697 packet_get_int() returns unsigned for reason & seqnr
57f228e8 698 - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
699 xpixel are u_int.
700
d5803314 701
58177c0a 70220020623
703 - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
dc43acd2 704 - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
ef3912be 705 - (bal) add extern char *getopt. Based on report by dtucker@zip.com.au
a8bbdc75 706 - OpenBSD CVS Sync
707 - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
708 [ssh.h]
709 correct comment
1ae02182 710 - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
711 [ssh.1]
712 section 5 not 4 for ssh_config
b2843ec6 713 - naddy@cvs.openbsd.org 2002/06/22 11:51:39
714 [ssh.1]
715 typo
75653d3e 716 - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
717 [sshd.8]
718 add /var/empty in FILES section
a56313d7 719 - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
720 [sshd.c]
721 check /var/empty owner mode; ok provos@
e4e83d70 722 - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
723 [scp.1]
724 typo
baa08b92 725 - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
726 [ssh-agent.1 sshd.8 sshd_config.5]
727 use process ID vs. pid/PID/process identifier
c28876e9 728 - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
729 [sshd.c]
730 don't call setsid() if debugging or run from inetd; no "Operation not
731 permitted" errors now; ok millert@ markus@
d17ef027 732 - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
733 [monitor.c]
734 save auth method before monitor_reset_key_state(); bugzilla bug #284;
735 ok provos@
58177c0a 736
0b202697 737$Id$
This page took 0.383944 seconds and 5 git commands to generate.