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