]> andersk Git - openssh.git/blame - ChangeLog
- markus@cvs.openbsd.org 2003/10/08 15:21:24
[openssh.git] / ChangeLog
CommitLineData
433e60ac 120031015
2 - (dtucker) OpenBSD CVS Sync
3 - jmc@cvs.openbsd.org 2003/10/08 08:27:36
4 [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
5 scp and sftp: add options list and sort options. options list requested
6 by deraadt@
7 sshd: use same format as ssh
8 ssh: remove wrong option from list
9 sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
10 ok deraadt@ markus@
2ecb78df 11 - markus@cvs.openbsd.org 2003/10/08 15:21:24
12 [readconf.c ssh_config.5]
13 default GSS API to no in client, too; ok jakob, deraadt@
433e60ac 14
a83a3125 1520031009
16 - (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@
17
19e633e7 1820031008
19 - (dtucker) OpenBSD CVS Sync
20 - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
21 [sshconnect2.c]
c8f0cf13 22 Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
23 #707. ok markus@
7fdf5569 24 - djm@cvs.openbsd.org 2003/10/07 07:04:16
25 [sftp-int.c]
26 sftp quoting fix from admorten AT umich.edu; ok markus@
c8f0cf13 27 - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
28 [sshconnect2.c]
29 set ptr to NULL after free
4c98e94c 30 - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
31 [regress/Makefile regress/banner.sh]
32 Test SSH2 banner. ok markus@
3d3e0ec3 33 - djm@cvs.openbsd.org 2003/10/07 07:04:52
34 [regress/sftp-cmds.sh]
35 more sftp quoting regress tests; ok markus
19e633e7 36
e3df52a9 3720031007
38 - (djm) Delete autom4te.cache after autoreconf
c6630044 39 - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
40 cleanup functions. With & ok djm@
f658a5e8 41 - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
42 run-time switch, always build --with-md5-passwords.
7111a85c 43 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
44 Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@
605369bb 45 - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
46 on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
e2798e96 47 - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
48 Reliant Unix. Based on patch from Robert.Dahlem at siemens.com.
e3df52a9 49
418ae4b4 5020031003
3f1204c3 51 - (dtucker) OpenBSD CVS Sync
418ae4b4 52 - markus@cvs.openbsd.org 2003/10/02 10:41:59
53 [sshd.c]
54 print openssl version, too, several requests; ok henning/djm.
59f552b7 55 - markus@cvs.openbsd.org 2003/10/02 08:26:53
56 [ssh-gss.h]
57 missing $OpenBSD:; dtucker
ba7c26ce 58 - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
59 option.
418ae4b4 60
2362db19 6120031002
3f1204c3 62 - (dtucker) OpenBSD CVS Sync
2362db19 63 - markus@cvs.openbsd.org 2003/09/23 20:17:11
64 [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
65 cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
66 monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
67 ssh-agent.c sshd.c]
68 replace fatal_cleanup() and linked list of fatal callbacks with static
69 cleanup_exit() function. re-refine cleanup_exit() where appropriate,
70 allocate sshd's authctxt eary to allow simpler cleanup in sshd.
71 tested by many, ok deraadt@
0469be42 72 - markus@cvs.openbsd.org 2003/09/23 20:18:52
73 [progressmeter.c]
74 don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
75 ok millert/deraadt@
c15706e2 76 - markus@cvs.openbsd.org 2003/09/23 20:41:11
77 [channels.c channels.h clientloop.c]
78 move client only agent code to clientloop.c
51d2a129 79 - markus@cvs.openbsd.org 2003/09/26 08:19:29
80 [sshd.c]
81 no need to set the listen sockets to non-block; ok deraadt@
5f4a0c58 82 - jmc@cvs.openbsd.org 2003/09/29 11:40:51
83 [ssh.1]
84 - add list of options to -o and .Xr ssh_config(5)
85 - some other cleanup
86 requested by deraadt@;
87 ok deraadt@ markus@
e377c083 88 - markus@cvs.openbsd.org 2003/09/29 20:19:57
89 [servconf.c sshd_config]
90 GSSAPICleanupCreds -> GSSAPICleanupCredentials
97b56d59 91 - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
92 --with-pam. ok djm@
21c1aca3 93 - (dtucker) [ssh-gss.h] Prototype change missed in sync.
3a23ba0e 94 - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
95 Based on patches by Matthias Koeppe and Thomas Baden. ok djm@
2362db19 96
0cdb4344 9720030930
98 - (bal) Fix issues in openbsd-compat/realpath.c
99
4214aa45 10020030925
101 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
102 DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from
103 michael_steffens at hp.com, ok djm@
1b4ba39b 104 - (tim) [sshd_config] UsePAM defaults to no.
4214aa45 105
67c4ea7d 10620030924
107 - (djm) Update version.h and spec files for HEAD
cb433561 108 - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
67c4ea7d 109
5ba73866 11020030923
291c14e8 111 - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
5ba73866 112 builds. Portability corrections from tim@.
b27e573d 113 - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
635e0c42 114 Patch from max at quendi.de.
08da2d08 115 - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
116 - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
6fb3618d 117 - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
118 Patch from david.haughton at ncr.com
412c0eaa 119 - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
120 Part of patch supplied by bugzilla-openssh at thewrittenword.com
1a086f97 121 - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
122 openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
123 where gai_strerror is defined as "const char *". Part of patch supplied
124 by bugzilla-openssh at thewrittenword.com
35283c00 125 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
126 ssh-host-config to match current defaults, bump README version. Patch from
127 vinschen at redhat.com.
51e7d820 128 - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
129 OS does not support permanently dropping privileges. Patch from
130 vinschen at redhat.com.
805dcf3a 131 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
132 add canohost.h to stop warning. Based on patch from openssh-unix-dev at
133 thewrittenword.com
913a4384 134 - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
135 higher.
f4f2ff4f 136 - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
b27e573d 137 - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
138 Report by distler AT golem ph utexas edu.
ca043cac 139 - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
140 article by genty at austin.ibm.com, included with the author's permission.
ce26c02a 141 - (dtucker) OpenBSD CVS Sync
142 - markus@cvs.openbsd.org 2003/09/18 07:52:54
143 [sshconnect.c]
144 missing {}; bug #656; jclonguet at free.fr
5bd34316 145 - markus@cvs.openbsd.org 2003/09/18 07:54:48
146 [buffer.c]
147 protect against double free; #660; zardoz at users.sf.net
1bd71826 148 - markus@cvs.openbsd.org 2003/09/18 07:56:05
149 [authfile.c]
150 missing buffer_free(&encrypted); #662; zardoz at users.sf.net
c46e584f 151 - markus@cvs.openbsd.org 2003/09/18 08:49:45
152 [deattack.c misc.c session.c ssh-agent.c]
153 more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
154 ok millert@
bb92e5cc 155 - miod@cvs.openbsd.org 2003/09/18 13:02:21
156 [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
157 A few signedness fixes for harmless situations; markus@ ok
9adbb4a4 158 - markus@cvs.openbsd.org 2003/09/19 09:02:02
159 [packet.c]
160 buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
f04181fe 161 - markus@cvs.openbsd.org 2003/09/19 09:03:00
162 [buffer.c]
163 sign fix in buffer_dump; Jedi/Sector One; pr 3473
cd25664d 164 - markus@cvs.openbsd.org 2003/09/19 11:29:40
165 [ssh-agent.c]
166 provide a ssh-agent specific fatal() function; ok deraadt
eec6d341 167 - markus@cvs.openbsd.org 2003/09/19 11:30:39
168 [ssh-keyscan.c]
169 avoid fatal_cleanup, just call exit(); ok deraadt
364b1cde 170 - markus@cvs.openbsd.org 2003/09/19 11:31:33
171 [channels.c]
172 do not call channel_free_all on fatal; ok deraadt
72c4301f 173 - markus@cvs.openbsd.org 2003/09/19 11:33:09
174 [packet.c sshd.c]
175 do not call packet_close on fatal; ok deraadt
815a8407 176 - markus@cvs.openbsd.org 2003/09/19 17:40:20
177 [scp.c]
178 error handling for remote-remote copy; #638; report Harald Koenig;
179 ok millert, fgs, henning, deraadt
82de775c 180 - markus@cvs.openbsd.org 2003/09/19 17:43:35
181 [clientloop.c sshtty.c sshtty.h]
182 remove fatal callbacks from client code; ok deraadt
9e3191db 183 - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
184 on #unixhelp@efnet
daa41e62 185 - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
0a23d79f 186 - (djm) Sync with V_3_7 branch:
187 - (djm) Fix SSH1 challenge kludge
188 - (djm) Bug #671: Fix builds on OpenBSD
189 - (djm) Bug #676: Fix PAM stack corruption
190 - (djm) Fix bad free() in PAM code
191 - (djm) Don't call pam_end before pam_init
192 - (djm) Enable build with old OpenSSL again
193 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
194 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5ba73866 195
a801511e 19620030919
197 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
198 djast AT cs.toronto.edu
48646332 199 - (djm) Bug #661: Remove duplicate check for basename; from
200 bugzilla-openssh AT thewrittenword.com
34799445 201 - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
202 jason AT devrandom.org
fd79af78 203 - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
4608d193 204 - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
205 unless required. Reorder to reduce warnings.
6f99680f 206 - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
207 when /etc/default/login doesn't exist or isn't readable. Fixes from
208 jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
97e3cf19 209 - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
a801511e 210
33fb67f0 21120030918
212 - (djm) Bug #652: Fix empty password auth
213
263c65df 21420030917
215 - (djm) Sync with V_3_7 branch
20419cc1 216 - (djm) OpenBSD Sync
217 - markus@cvs.openbsd.org 2003/09/16 21:02:40
218 [buffer.c channels.c version.h]
219 more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
38d24e7d 220 - (djm) Crank RPM spec file versions
ddd8e845 221 - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
222 20030916 "Missed dead header in inet_ntoa.c"
38d24e7d 223
95b99395 22420030916
225 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
226 PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
49525395 227 (eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com.
228 ok djm@
229 - (bal) OpenBSD Sync
230 - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
231 [buffer.c]
232 do not expand buffer before attempting to reallocate it; markus ok
89bbd457 233 - (tim) [configure.ac] Fix portability issues.
bb6dd12a 234 - (bal) Missed dead header in inet_ntoa.c
95b99395 235
bdb15424 23620030914
237 - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
238 the regression tests from running with Solaris' make. Patch from Brian
239 Poole (raj at cerias.purdue.edu).
906f3b9d 240 - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
241 with vanilla "=".
bdb15424 242
b64864e1 24320030913
244 - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
245 slower hosts, increase to 10 sec.
217a0ad5 246 - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
247 required to correctly reset failed login count when using a password
248 registry other than "files" (eg LDAP, see bug #543).
bcebad47 249 - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
250 Report by Roger Cornelius.
01224183 251 - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
252 from cjwatson at debian.org.
b64864e1 253
a473643e 25420030912
255 - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
e43957b9 256 - (tim) [Makefile.in] only mkdir regress if it does not exist.
7126ceb2 257 - (tim) [regress/yes-head.sh] shell portability fix.
a473643e 258
af940dcb 25920030911
260 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
261 the dirname test, to allow a broken dirname to be detected correctly.
262 Based partially on patch supplied by alex.kiernan at thus.net. ok djm@
446227d6 263 - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
264 UnixWare 2.03 using --with-tcp-wrappers.
7ed101c0 265 - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
c1b10a96 266 - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
267 regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
268 no longer depends on which(1). patch by dtucker@
af940dcb 269
7b9a8c6e 27020030910
271 - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
272 Patch from wendyp at cray.com.
3490699c 273 - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
2e8d2c13 274 - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
275 "yes".
7b9a8c6e 276
12e07a07 27720030909
278 - (tim) [regress/Makefile] Fixes for building outside of a read-only
279 source tree.
5d3cef06 280 - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
281 with shell read-only variable.
2b1bb684 282 - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
283 UX:rm: ERROR: Cannot remove '.' or '..'
12e07a07 284
252ff4df 28520030908
286 - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
287 _getlong in #ifndef
078ec045 288 - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
289 HEADER.ad in arpa/nameser.h
8f52069e 290 - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
252ff4df 291
c9535c4d 29220030907
293 - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
294 Put "which" inside quotes.
5781bb58 295 - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
296 Add ${EXEEXT}: required to work on Cygwin.
7621a857 297 - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
298 distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
ac4a169f 299 - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
9a7582f1 300 - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
301 - (dtucker) [acconfig.h] Typo.
4bbf95fa 302 - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
303 Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
c9535c4d 304
3b8dff69 30520030906
306 - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
307
5e6f8a42 30820030905
309 - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
310
7ed6b890 31120030904
312 - (dtucker) Portablize regression tests. Parts contributed by Roumen
313 Petrov, David M. Williams and Corinna Vinschen.
314 - [Makefile.in] Add "make tests" target and "make clean" hooks.
584c5ed9 315 - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
316 getpeereid.
335f57ae 317 - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
318 gdb cannot be found.
c4cc19d5 319 - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
e4f79c8f 320 - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
321 it). The sparse file will take less disk space too.
c67d1ba1 322 - [regress/sftp-cmds.sh] Ensure files used for test are readable.
9a7cf6f2 323 - [regress/stderr-after-eof.sh] Search for a usable checksum program.
83d96134 324 - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
325 regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
326 regress/transfer.sh] Use ${EXEEXT} where appropriate.
302294d5 327 - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
d23e7be4 328 - [regress/agent-ptrace.sh regress/agent-timeout.sh]
329 "grep -q" -> "grep >/dev/null"
c7751424 330 - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
c9535c4d 331 regress/test-exec.sh] Handle different ways of echoing without newlines.
46f493c6 332 - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
a687e172 333 - [regress/sftp-cmds.sh] Use portable "test" option.
4638d96a 334 - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
335 use Strictmodes no, wait longer for sshd startup.
d99acf36 336 - [regress/Makefile] Remove BSDisms.
b0315114 337 - [regress/README.regress] Add a basic readme.
c67d1ba1 338 - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
339 not $OBJ.
ccb02b94 340 - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
7ed6b890 341
96d0bf74 34220030903
343 - (djm) OpenBSD CVS Sync
344 - markus@cvs.openbsd.org 2003/08/26 09:58:43
345 [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
346 [auth2.c monitor.c]
347 fix passwd auth for 'username leaks via timing'; with djm@, original
348 patches from solar
5f2a8485 349 - markus@cvs.openbsd.org 2003/08/28 12:54:34
350 [auth.h]
351 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
352 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
b6f9987b 353 - markus@cvs.openbsd.org 2003/09/02 16:40:29
354 [version.h]
355 enter 3.7
d0445371 356 - jmc@cvs.openbsd.org 2003/09/02 18:50:06
357 [sftp.1 ssh_config.5]
358 escape punctuation;
359 ok deraadt@
96d0bf74 360
408fb07b 36120030902
eb18f58d 362 - (djm) OpenBSD CVS Sync
363 - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
364 [auth2-gss.c]
365 64 bit cleanups; markus ok
8f73f7bb 366 - markus@cvs.openbsd.org 2003/08/28 12:54:34
367 [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
368 [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
369 [sshconnect1.c sshd.c sshd_config sshd_config.5]
370 remove kerberos support from ssh1, since it has been replaced with GSSAPI;
371 but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
e3e69949 372 - markus@cvs.openbsd.org 2003/08/29 10:03:15
373 [compat.c compat.h]
374 SSH_BUG_K5USER is unused; ok henning@
d7ac5f18 375 - markus@cvs.openbsd.org 2003/08/29 10:04:36
376 [channels.c nchan.c]
377 be less chatty; debug -> debug2, cleanup; ok henning@
8e382949 378 - markus@cvs.openbsd.org 2003/08/31 10:26:04
379 [progressmeter.c]
380 pass file_size + 1 to snprintf: fixes printing of truncated
381 file names; fix based on patch/report from sturm@;
3845a9ac 382 - markus@cvs.openbsd.org 2003/08/31 12:14:22
383 [progressmeter.c]
384 do write to buf[-1]
f89f8ddc 385 - markus@cvs.openbsd.org 2003/08/31 13:29:05
386 [session.c]
387 call ssh_gssapi_storecreds conditionally from do_exec();
388 with sxw@inf.ed.ac.uk
96573c26 389 - markus@cvs.openbsd.org 2003/08/31 13:30:18
390 [gss-serv.c]
391 correct string termination in parse_ename(); sxw@inf.ed.ac.uk
a7958e7b 392 - markus@cvs.openbsd.org 2003/08/31 13:31:57
393 [gss-serv.c]
394 whitspace KNF
105b07db 395 - markus@cvs.openbsd.org 2003/09/01 09:50:04
396 [sshd_config.5]
397 gss kex is not supported; sxw@inf.ed.ac.uk
eac292f8 398 - markus@cvs.openbsd.org 2003/09/01 12:50:46
399 [readconf.c]
400 rm gssapidelegatecreds alias; never supported before
00fee838 401 - markus@cvs.openbsd.org 2003/09/01 13:52:18
402 [ssh.h]
403 rm whitespace
cc4d7cb6 404 - markus@cvs.openbsd.org 2003/09/01 18:15:50
405 [readconf.c readconf.h servconf.c servconf.h ssh.c]
406 remove unused kerberos code; ok henning@
4771605b 407 - markus@cvs.openbsd.org 2003/09/01 20:44:54
408 [auth2-gss.c]
409 fix leak
c53917a9 410 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
411 error. Part of Bug #423, patch from michael_steffens AT hp.com
49e82bb9 412 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
413 management (now done in do_setusercontext). Largely from
414 michael_steffens AT hp.com
5e89e8a5 415 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
416
2274ae66 41720030829
a5aec672 418 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
2274ae66 419 files, and added missing license to header.
420
fe46678b 42120030826
422 - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
423 as deprecated. Remove mention from README.privsep. Patch from
424 aet AT cc.hut.fi
7364bd04 425 - (dtucker) OpenBSD CVS Sync
426 - markus@cvs.openbsd.org 2003/08/22 10:56:09
427 [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
428 gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
429 readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
430 ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
431 support GSS API user authentication; patches from Simon Wilkinson,
432 stripped down and tested by Jakob and myself.
1d9f0c09 433 - markus@cvs.openbsd.org 2003/08/22 13:20:03
434 [sshconnect2.c]
435 remove support for "kerberos-2@ssh.com"
816daa84 436 - markus@cvs.openbsd.org 2003/08/22 13:22:27
437 [auth2.c] (auth2-krb5.c removed)
438 nuke "kerberos-2@ssh.com"
52f6ea0e 439 - markus@cvs.openbsd.org 2003/08/22 20:55:06
440 [LICENCE]
441 add Simon Wilkinson
f99e1ca4 442 - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
443 [monitor.c monitor_wrap.c sshconnect2.c]
444 64 bit cleanups; markus ok
e68d8348 445 - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
446 [sftp-int.c]
447 fix div by zero when listing for filename lengths longer than width.
448 markus@ ok.
ea7bee97 449 - djm@cvs.openbsd.org 2003/08/25 10:33:33
450 [sshconnect2.c]
451 fprintf->logit to silence login banner with "ssh -q"; ok markus@
749560dd 452 - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
453 configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
454 sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
780efc0f 455 - (dtucker) [Makefile.in] Remove auth2-krb5.
2b7d75f5 456 - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@
457 (the original author)
da67ae18 458 - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
fe46678b 459
4e2e1af3 46020030825
461 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
462 larsch@trustcenter.de
510a42ce 463 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
f00d1f78 464 and minor fixes. OK djm@
465 - (bal) redo how we handle 'mysignal()'. Move it to
466 openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
467 be our 'mysignal' by default. OK djm@
3e6e3da0 468 - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
469 any access to locked accounts. ok djm@
5b9e2464 470 - (djm) Bug #564: Perform PAM account checks for all authentications when
471 UsePAM=yes; ok dtucker
a6e67b60 472 - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
473 Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
ed00d4b7 474 - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
475 Update package builder: correctly handle config variables, use lsuser
476 rather than /etc/passwd, fix typos, add Id's.
4e2e1af3 477
fda04d7d 47820030822
479 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
480 -lbroken; ok dtucker
fcd7f067 481 - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
482 rather that authorized_keys2. Patch from vinschen@redhat.com.
fda04d7d 483
08d035b6 48420030821
485 - (dtucker) OpenBSD CVS Sync
486 - markus@cvs.openbsd.org 2003/08/14 16:08:58
487 [ssh-keygen.c]
488 exit after primetest, ok djm@
a814ba4d 489 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
490 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
491 consistency.
eacb954e 492 - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
493 and after normal openpty test.
08d035b6 494
83814987 49520030813
496 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
8168a86a 497 - (dtucker) OpenBSD CVS Sync
498 - markus@cvs.openbsd.org 2003/08/13 08:33:02
499 [session.c]
500 use more portable tcsendbreak(3) and ignore break_length;
501 ok deraadt, millert
0598d99d 502 - markus@cvs.openbsd.org 2003/08/13 08:46:31
503 [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
504 ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
505 remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
506 fgsch@, miod@, henning@, jakob@ and others
37ba5172 507 - markus@cvs.openbsd.org 2003/08/13 09:07:10
508 [readconf.c ssh.c]
509 socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
5af25b1d 510 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
511 Add a tcsendbreak function for platforms that don't have one, based on the
512 one from OpenBSD.
83814987 513
78e43412 51420030811
515 - (dtucker) OpenBSD CVS Sync
516 (thanks to Simon Wilkinson for help with this -dt)
517 - markus@cvs.openbsd.org 2003/07/16 15:02:06
518 [auth-krb5.c]
519 mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
520 otherwise the kerberos credentinal is stored in a memory cache
521 in the privileged sshd. ok jabob@, hin@ (some time ago)
8c9f0900 522 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
523 in bsd-cygwin_util.h).
78e43412 524
3095daf7 52520030808
526 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
527 AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
528 separately before defining them.
26b3608b 529 - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@
3095daf7 530
a15f16ab 53120030807
532 - (dtucker) [session.c] Have session_break_req not attempt to send a break
533 if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
97722976 534 - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
a96fbb21 535 defined (fixes compile error on really old Linuxes).
536 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
537 not already defined (eg Linux with some versions of libc5), based on those
538 from OpenBSD.
871e1d12 539 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
540 Remove incorrect filenames from comments (file names are in Id tags).
a3b678a3 541 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
542 specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
a15f16ab 543
2616e1bc 54420030802
545 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
1c590258 546 - (dtucker) OpenBSD CVS Sync
547 - markus@cvs.openbsd.org 2003/07/22 13:35:22
548 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
549 monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
550 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
551 remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
552 test+ok henning@
553 - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
554 - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
ac452e85 555 - (dtucker) OpenBSD CVS Sync
556 - markus@cvs.openbsd.org 2003/07/23 07:42:43
557 [sshd_config]
558 remove AFS; itojun@
c35a6dc5 559 - djm@cvs.openbsd.org 2003/07/28 09:49:56
560 [ssh-keygen.1 ssh-keygen.c]
561 Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
562 Based on code from Phil Karn, William Allen Simpson and Niels Provos.
563 ok markus@, thanks jmc@
178b1a1d 564 - markus@cvs.openbsd.org 2003/07/29 18:24:00
565 [LICENCE progressmeter.c]
566 replace 4 clause BSD licensed progressmeter code with a replacement
567 from Nils Nordman and myself; ok deraadt@
568 (copied from OpenBSD an re-applied portable changes)
0dd40286 569 - markus@cvs.openbsd.org 2003/07/29 18:26:46
570 [progressmeter.c]
571 fix length for "- stalled -" (included with previous import)
572 - markus@cvs.openbsd.org 2003/07/30 07:44:14
573 [progressmeter.c]
574 use only 4 digits in format_size (included with previous import)
575 - markus@cvs.openbsd.org 2003/07/30 07:53:27
576 [progressmeter.c]
577 whitespace (included with previous import)
0f57e1e6 578 - markus@cvs.openbsd.org 2003/07/31 09:21:02
579 [auth2-none.c]
580 check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
581 ok henning
4899ccef 582 - avsm@cvs.openbsd.org 2003/07/31 15:50:16
583 [atomicio.c]
584 correct comment: atomicio takes vwrite, not write; deraadt@ ok
b3a7a008 585 - markus@cvs.openbsd.org 2003/07/31 22:34:03
586 [progressmeter.c]
587 print rate similar old version; round instead truncate;
588 (included in previous progressmeter.c commit)
c5d3dd1b 589 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
590 Add a tcgetpgrp function.
5ae3dc68 591 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
f29c37a9 592 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
2616e1bc 593
cbdeccf3 59420030730
595 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
596
a9705c94 59720030726
598 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
599 DISABLE_SHADOW. Fixes HP-UX compile error.
600
7c6eb32f 60120030724
602 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
603 openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
604 and isolate shadow password functions. Tested in Solaris, but should
605 not break other platforms too badly (except maybe HP =). Also brings
606 auth-passwd.c into full sync with OpenBSD tree.
607
82e5907c 60820030723
609 - (dtucker) [configure.ac] Back out change for bug #620.
610
defb525d 61120030719
612 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
613 Solaris/x86. Patch from jrhett at isite.net.
7b390973 614 - (dtucker) OpenBSD CVS Sync
615 - markus@cvs.openbsd.org 2003/07/14 12:36:37
616 [sshd.c]
617 remove undocumented -V option. would be only useful if openssh is used
618 as ssh v1 server for ssh.com's ssh v2.
e053cd2c 619 - markus@cvs.openbsd.org 2003/07/16 10:34:53
620 [ssh.c sshd.c]
621 don't exit on multiple -v or -d; ok deraadt@
145d23ca 622 - markus@cvs.openbsd.org 2003/07/16 10:36:28
623 [sshtty.c]
624 clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
261bd618 625 - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
626 [scp.c]
627 userid is unsigned, but well, force it anyways; andrushock@korovino.net
b3d04e37 628 - djm@cvs.openbsd.org 2003/07/19 00:45:53
629 [sftp-int.c]
630 fix sftp filename parsing for arguments with escaped quotes. bz #517;
631 ok markus
86d0260c 632 - djm@cvs.openbsd.org 2003/07/19 00:46:31
633 [regress/sftp-cmds.sh]
634 regress test for sftp arguments with escaped quotes; ok markus
defb525d 635
e351e493 63620030714
637 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
638 loginfailed at all, so assume 3-arg loginfailed if not declared.
1cd5765d 639 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
640 undef'ing it.
2aa3a16c 641 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
642 Call setauthdb() before loginfailed(), which may load password registry-
defb525d 643 specific functions. Based on patch by cawlfiel at us.ibm.com.
b4777c18 644 - (dtucker) [port-aix.h] Fix prototypes.
956b0f56 645 - (dtucker) OpenBSD CVS Sync
646 - avsm@cvs.openbsd.org 2003/07/09 13:58:19
647 [key.c]
648 minor tweak: when generating the hex fingerprint, give strlcat the full
649 bound to the buffer, and add a comment below explaining why the
650 zero-termination is one less than the bound. markus@ ok
40729edd 651 - markus@cvs.openbsd.org 2003/07/10 14:42:28
652 [packet.c]
653 the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
654 blowfish, etc, so enforce a 1GB limit for small blocksizes.
659912db 655 - markus@cvs.openbsd.org 2003/07/10 20:05:55
656 [sftp.c]
657 sync usage with manpage, add missing -R
e351e493 658
f58c0e01 65920030708
660 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
661 Include AIX headers for authentication functions and make calls match
e351e493 662 prototypes. Test for and handle 3-arg and 4-arg variants of loginfailed.
bc7dfc06 663 - (dtucker) [session.c] Check return value of setpcred().
664 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
665 Convert aixloginmsg into platform-independant Buffer loginmsg.
f58c0e01 666
309709db 66720030707
668 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
669 searching libraries for it. Fixes build errors on NCR MP-RAS.
670
d72f7b79 67120030706
672 - (dtucker) [ssh-rand-helper.c loginrec.c]
673 Apply atomicio typing change to these too.
674
71b9ced0 67520030703
676 - (dtucker) OpenBSD CVS Sync
677 - djm@cvs.openbsd.org 2003/06/28 07:48:10
678 [sshd.c]
679 report pidfile creation errors, based on patch from Roumen Petrov;
680 ok markus@
dc54438a 681 - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
682 [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
683 progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
684 sshd.c]
685 deal with typing of write vs read in atomicio
7caca6d4 686 - markus@cvs.openbsd.org 2003/06/29 12:44:38
687 [sshconnect.c]
688 memset 0, not \0; andrushock@korovino.net
8e7c9afc 689 - markus@cvs.openbsd.org 2003/07/02 12:56:34
690 [channels.c]
691 deny dynamic forwarding with -R for v1, too; ok djm@
f49658f5 692 - markus@cvs.openbsd.org 2003/07/02 14:51:16
693 [channels.c ssh.1 ssh_config.5]
694 (re)add socks5 suppport to -D; ok djm@
695 now ssh(1) can act both as a socks 4 and socks 5 server and
696 dynamically forward ports.
03c82656 697 - markus@cvs.openbsd.org 2003/07/02 20:37:48
698 [ssh.c]
699 convert hostkeyalias to lowercase, otherwise uppercase aliases will
700 not match at all; ok henning@
1768a611 701 - markus@cvs.openbsd.org 2003/07/03 08:21:46
702 [regress/dynamic-forward.sh]
703 add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
7664edb6 704 - markus@cvs.openbsd.org 2003/07/03 08:24:13
705 [regress/Makefile]
706 enable tests for dynamic fwd via socks (-D), uses nc(1)
1572b90f 707 - djm@cvs.openbsd.org 2003/07/03 08:09:06
708 [readconf.c readconf.h ssh-keysign.c ssh.c]
709 fix AddressFamily option in config file, from brent@graveland.net;
710 ok markus@
71b9ced0 711
4e00038c 71220030630
713 - (djm) Search for support functions necessary to build our
714 getrrsetbyname() replacement. Patch from Roumen Petrov
715
9f59c5a3 71620030629
c5829391 717 - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
718 (fixes compiler warnings on Solaris 2.5.1).
719 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
720 flag modifications.
9f59c5a3 721
9ea150a7 72220030628
723 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
724 of OpenSC. Report and patch from larsch@trustcenter.de
d2168412 725 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
726 aj@dungeon.inka.de
f0677b69 727 - (dtucker) OpenBSD CVS Sync
728 - markus@cvs.openbsd.org 2003/06/23 09:02:44
729 [ssh_config.5]
730 document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
a27002e5 731 - markus@cvs.openbsd.org 2003/06/24 08:23:46
732 [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
733 monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
734 int -> u_int; ok djm@, deraadt@, mouring@
d7ded285 735 - miod@cvs.openbsd.org 2003/06/25 22:39:36
736 [sftp-server.c]
737 Typo police: attribute is better written with an 'r'.
2d9c1828 738 - markus@cvs.openbsd.org 2003/06/26 20:08:33
739 [readconf.c]
740 do not dump core for 'ssh -o proxycommand host'; ok deraadt@
78b2dd04 741 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
ddb154b3 742 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
743 actually enable the feature, for those normally disabled. Patch by
744 openssh (at) roumenpetrov.info.
f0677b69 745
e15ba28b 74620030624
747 - (dtucker) Have configure refer the user to config.log and
748 contrib/findssl.sh for OpenSSL header/library mismatches.
749
63a556df 75020030622
c1ffd4bd 751 - (dtucker) OpenBSD CVS Sync
63a556df 752 - markus@cvs.openbsd.org 2003/06/21 09:14:05
c1ffd4bd 753 [regress/reconfigure.sh]
63a556df 754 missing $SUDO; from dtucker@zip.com.au
93527718 755 - markus@cvs.openbsd.org 2003/06/18 11:28:11
c1ffd4bd 756 [ssh-rsa.c]
757 backout last change, since it violates pkcs#1
758 switch to share/misc/license.template
1891396b 759 - djm@cvs.openbsd.org 2003/06/20 05:47:58
760 [sshd_config.5]
761 sync description of protocol 2 cipher proposal; ok markus
4db4d313 762 - djm@cvs.openbsd.org 2003/06/20 05:48:21
763 [sshd_config]
764 sync some implemented options; ok markus@
63a556df 765 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
39ef3618 766 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
767 testing its value.
63a556df 768
b8e04133 76920030618
770 - (djm) OpenBSD CVS Sync
771 - markus@cvs.openbsd.org 2003/06/12 07:57:38
772 [monitor.c sshlogin.c sshpty.c]
773 typos; dtucker at zip.com.au
b9ad9d13 774 - djm@cvs.openbsd.org 2003/06/12 12:22:47
775 [LICENCE]
776 mention more copyright holders; ok markus@
1fb23629 777 - nino@cvs.openbsd.org 2003/06/12 15:34:09
778 [scp.c]
779 Typo. Ok markus@.
244e796f 780 - markus@cvs.openbsd.org 2003/06/12 19:12:03
781 [scard.c scard.h ssh-agent.c ssh.c]
782 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
9250058a 783 - markus@cvs.openbsd.org 2003/06/16 08:22:35
784 [ssh-rsa.c]
785 make sure the signature has at least the expected length (don't
786 insist on len == hlen + oidlen, since this breaks some smartcards)
787 bugzilla #592; ok djm@
360a4aae 788 - markus@cvs.openbsd.org 2003/06/16 10:22:45
789 [ssh-add.c]
790 print out key comment on each prompt; make ssh-askpass more useable; ok djm@
0a59bd6b 791 - markus@cvs.openbsd.org 2003/06/17 18:14:23
792 [cipher-ctr.c]
793 use license from /usr/share/misc/license.template for new code
1d6c0b69 794 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
795 Import new regression tests from OpenBSD
d4d84f5f 796 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
ed49cc81 797 - (dtucker) OpenBSD CVS Sync (regress/)
798 - markus@cvs.openbsd.org 2003/04/02 12:21:13
799 [Makefile]
800 enable rekey test
2c670155 801 - djm@cvs.openbsd.org 2003/04/04 09:34:22
802 [Makefile sftp-cmds.sh]
803 More regression tests, including recent directory rename bug; ok markus@
737447ad 804 - markus@cvs.openbsd.org 2003/05/14 22:08:27
805 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
806 test against some new commerical versions
68df2aa0 807 - mouring@cvs.openbsd.org 2003/05/15 04:07:12
808 [sftp-cmds.sh]
809 Advanced put/get testing for sftp. OK @djm
eb9bf761 810 - markus@cvs.openbsd.org 2003/06/12 15:40:01
811 [try-ciphers.sh]
812 add ctr
39c0191e 813 - markus@cvs.openbsd.org 2003/06/12 15:43:32
814 [Makefile]
815 test -HUP; dtucker at zip.com.au
b8e04133 816
f5827134 81720030614
818 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
819
be193d89 82020030611
c12c6ef8 821 - (djm) Mention portable copyright holders in LICENSE
e52ca1e5 822 - (djm) Put licenses on substantial header files
8cb3fa9d 823 - (djm) Sync LICENSE against OpenBSD
be193d89 824 - (djm) OpenBSD CVS Sync
825 - jmc@cvs.openbsd.org 2003/06/10 09:12:11
826 [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
827 [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
828 - section reorder
829 - COMPATIBILITY merge
830 - macro cleanup
831 - kill whitespace at EOL
832 - new sentence, new line
833 ssh pages ok markus@
0daa6547 834 - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
835 [packet.c progressmeter.c]
836 mostly ansi cleanup; pval ok
1432b5c4 837 - jakob@cvs.openbsd.org 2003/06/11 10:16:16
838 [sshconnect.c]
839 clean up check_host_key() and improve SSHFP feedback. ok markus@
cc263107 840 - jakob@cvs.openbsd.org 2003/06/11 10:18:47
841 [dns.c]
842 sync with check_host_key() change
ca719034 843 - djm@cvs.openbsd.org 2003/06/11 11:18:38
844 [authfd.c authfd.h ssh-add.c ssh-agent.c]
845 make agent constraints (lifetime, confirm) work with smartcard keys;
846 ok markus@
be193d89 847
848
8a547250 84920030609
850 - (djm) Sync README.smartcard with OpenBSD -current
a1864983 851 - (djm) Re-merge OpenSC info into README.smartcard
8a547250 852
f5db6a03 85320030606
854 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
855
02e2a074 85620030605
857 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
858 canohost.c changes.
688eed4a 859 - (djm) Implement paranoid priv dropping checks, based on:
860 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
861 Proceedings of USENIX Security Symposium 2002
d6bd2b5a 862 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
52d58495 863 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
57c917f8 864 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
865 Patch from larsch@trustcenter.de
7b7f164b 866 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
867 Patch from larsch@trustcenter.de
4ed465ec 868 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
e932f447 869 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
02e2a074 870
b08a39ff 87120030604
d60e487c 872 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
873 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
8acdec60 874 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
11f1e60e 875 Patch from larsch@trustcenter.de; ok markus@
876 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
877 larsch@trustcenter.de; ok markus@
d453a600 878 - (djm) OpenBSD CVS Sync
879 - djm@cvs.openbsd.org 2003/06/04 08:25:18
880 [sshconnect.c]
881 disable challenge/response and keyboard-interactive auth methods
882 upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
883 bz #580; ok markus@
ee50371d 884 - djm@cvs.openbsd.org 2003/06/04 10:23:48
885 [sshd.c]
886 remove duplicated group-dropping code; ok markus@
b08a39ff 887 - djm@cvs.openbsd.org 2003/06/04 12:03:59
888 [serverloop.c]
889 remove bitrotten commet; ok markus@
cf3248b8 890 - djm@cvs.openbsd.org 2003/06/04 12:18:49
891 [scp.c]
892 ansify; ok markus@
0f764b2f 893 - djm@cvs.openbsd.org 2003/06/04 12:40:39
894 [scp.c]
895 kill ssh process upon receipt of signal, bz #241.
896 based on patch from esb AT hawaii.edu; ok markus@
1b558925 897 - djm@cvs.openbsd.org 2003/06/04 12:41:22
898 [sftp.c]
899 kill ssh process on receipt of signal; ok markus@
fba33e81 900 - (djm) Update to fix of bug #584: lock card before return.
901 From larsch@trustcenter.de
8d9bb5dd 902 - (djm) Always use mysignal() for SIGALRM
d60e487c 903
3a2b2b44 90420030603
905 - (djm) Replace setproctitle replacement with code derived from
906 UCB sendmail
c5a7d788 907 - (djm) OpenBSD CVS Sync
908 - markus@cvs.openbsd.org 2003/06/02 09:17:34
909 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
910 [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
911 [sshd_config.5]
912 deprecate VerifyReverseMapping since it's dangerous if combined
913 with IP based access control as noted by Mike Harding; replace with
914 a UseDNS option, UseDNS is on by default and includes the
915 VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
916 ok deraadt@, djm@
d981089c 917 - millert@cvs.openbsd.org 2003/06/03 02:56:16
918 [scp.c]
919 Remove the advertising clause in the UCB license which Berkeley
920 rescinded 22 July 1999. Proofed by myself and Theo.
c5a7d788 921 - (djm) Fix portable-specific uses of verify_reverse_mapping too
3e67f7df 922 - (djm) Sync openbsd-compat with OpenBSD CVS.
484d59c7 923 - No more 4-term BSD licenses in linked code
5d8ca8c7 924 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
3a2b2b44 925
aff561f9 92620030602
927 - (djm) Fix segv from bad reordering in auth-pam.c
416c732d 928 - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
929 clobber
1b7342ab 930 - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
931 CVS ID.
8862e142 932 - (djm) Remove "noip6" option from RedHat spec file. This may now be
933 set at runtime using AddressFamily option.
58ba3cb7 934 - (djm) Fix use of macro before #define in cipher-aes.c
382fe2fa 935 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
b0545fe6 936 - (djm) OpenBSD CVS Sync
937 - djm@cvs.openbsd.org 2003/05/26 12:54:40
938 [sshconnect.c]
939 fix format strings; ok markus@
fa5120a0 940 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
941 [sshd.c uidswap.c]
942 seteuid and setegid; markus ok
0f92946c 943 - jakob@cvs.openbsd.org 2003/06/02 08:31:10
944 [ssh_config.5]
945 VerifyHostKeyDNS is v2 only. ok markus@
aff561f9 946
4f178be8 94720030530
948 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
949 roumenpetrov.info
eabb99c6 950 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
4f178be8 951
4881aebb 95220030526
953 - (djm) Avoid auth2-chall.c warning when compiling without
954 PAM, BSD_AUTH and SKEY
955
5b0fe364 95620030525
957- (djm) OpenBSD CVS Sync
958 - djm@cvs.openbsd.org 2003/05/24 09:02:22
959 [log.c]
960 pass logged data through strnvis; ok markus
b9ed513a 961 - djm@cvs.openbsd.org 2003/05/24 09:30:40
962 [authfile.c monitor.c sftp-common.c sshpty.c]
963 cast some types for printing; ok markus@
5b0fe364 964
44c78996 96520030524
966 - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net
967
d83ebe4a 96820030523
969 - (djm) Use VIS_SAFE on logged strings rather than default strnvis
970 encoding (which encodes many more characters)
bd47824b 971 - OpenBSD CVS Sync
972 - jmc@cvs.openbsd.org 2003/05/20 12:03:35
973 [sftp.1]
974 - new sentence, new line
975 - added .Xr's
976 - typos
977 ok djm@
3cbc677d 978 - jmc@cvs.openbsd.org 2003/05/20 12:09:31
979 [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
980 new sentence, new line
da54f5be 981 - djm@cvs.openbsd.org 2003/05/23 08:29:30
982 [sshconnect.c]
983 fix leak; ok markus@
d83ebe4a 984
c453493f 98520030520
986 - (djm) OpenBSD CVS Sync
987 - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
988 [log.c]
989 use syslog_r() in a signal handler called place; markus ok
79d4fc55 990 - (djm) Configure logic to detect syslog_r and friends
c453493f 991
acb50584 99220030519
993 - (djm) Sync auth-pam.h with what we actually implement
994
99520030518
5ff453c0 996 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in
997 recent merge
f811e52a 998 - (djm) OpenBSD CVS Sync
999 - djm@cvs.openbsd.org 2003/05/16 03:27:12
1000 [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
1001 add AddressFamily option to ssh_config (like -4, -6 on commandline).
1002 Portable bug #534; ok markus@
013b1214 1003 - itojun@cvs.openbsd.org 2003/05/17 03:25:58
1004 [auth-rhosts.c]
1005 just in case, put numbers to sscanf %s arg.
25b66522 1006 - markus@cvs.openbsd.org 2003/05/17 04:27:52
1007 [cipher.c cipher-ctr.c myproposal.h]
1008 experimental support for aes-ctr modes from
1009 http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
1010 ok djm@
25351757 1011 - (djm) Remove IPv4 by default hack now that we can specify AF in config
3bf784bc 1012 - (djm) Tidy and trim TODO
bffa6723 1013 - (djm) Sync openbsd-compat/ with OpenBSD CVS head
9901cb37 1014 - (djm) Big KNF on openbsd-compat/
f1da2b8b 1015 - (djm) KNF on md5crypt.[ch]
1016 - (djm) KNF on auth-sia.[ch]
5ff453c0 1017
f123055b 101820030517
1019 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
1020
c936c243 102120030516
1022 - (djm) OpenBSD CVS Sync
1023 - djm@cvs.openbsd.org 2003/05/15 13:52:10
1024 [ssh.c]
1025 Make "ssh -V" print the OpenSSL version in a human readable form. Patch
1026 from Craig Leres (mindrot at ee.lbl.gov); ok markus@
a2144546 1027 - jakob@cvs.openbsd.org 2003/05/15 14:02:47
1028 [readconf.c servconf.c]
1029 warn for unsupported config option. ok markus@
5bdfde81 1030 - markus@cvs.openbsd.org 2003/05/15 14:09:21
1031 [auth2-krb5.c]
1032 fix 64bit issue; report itojun@
09ab3296 1033 - djm@cvs.openbsd.org 2003/05/15 14:55:25
1034 [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
1035 add a ConnectTimeout option to ssh, based on patch from
1036 Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
b06b11ad 1037 - (djm) Add warning for UsePAM when built without PAM support
7be625e1 1038 - (djm) A few type mismatch fixes from Bug #565
0eb6370a 1039 - (djm) Guard free_pam_environment against NULL argument. Works around
1040 HP/UX PAM problems debugged by dtucker
c936c243 1041
7efc7f57 104220030515
1043 - (djm) OpenBSD CVS Sync
1044 - jmc@cvs.openbsd.org 2003/05/14 13:11:56
1045 [ssh-agent.1]
1046 setup -> set up;
1047 from wiz@netbsd
21289cd0 1048 - jakob@cvs.openbsd.org 2003/05/14 18:16:20
1049 [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
1050 [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
1051 add experimental support for verifying hos keys using DNS as described
1052 in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
1053 ok markus@ and henning@
16a79097 1054 - markus@cvs.openbsd.org 2003/05/14 22:24:42
1055 [clientloop.c session.c ssh.1]
1056 allow to send a BREAK to the remote system; ok various
b8c2031b 1057 - markus@cvs.openbsd.org 2003/05/15 00:28:28
1058 [sshconnect2.c]
1059 cleanup unregister of per-method packet handlers; ok djm@
d0ec7f42 1060 - jakob@cvs.openbsd.org 2003/05/15 01:48:10
1061 [readconf.c readconf.h servconf.c servconf.h]
1062 always parse kerberos options. ok djm@ markus@
b414a17b 1063 - jakob@cvs.openbsd.org 2003/05/15 02:27:15
1064 [dns.c]
1065 add missing freerrset
3b6e3da9 1066 - markus@cvs.openbsd.org 2003/05/15 03:08:29
1067 [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
1068 split out custom EVP ciphers
02159d9b 1069 - djm@cvs.openbsd.org 2003/05/15 03:10:52
1070 [ssh-keygen.c]
1071 avoid warning; ok jakob@
4a26f5c5 1072 - mouring@cvs.openbsd.org 2003/05/15 03:39:07
1073 [sftp-int.c]
1074 Make put/get (globed and nonglobed) code more consistant. OK djm@
c44f10c6 1075 - mouring@cvs.openbsd.org 2003/05/15 03:43:59
dc69f53c 1076 [sftp-int.c sftp.c]
c44f10c6 1077 Teach ls how to display multiple column display and allow users
1078 to return to single column format via 'ls -1'. OK @djm
1457e7ff 1079 - jakob@cvs.openbsd.org 2003/05/15 04:08:44
1080 [readconf.c servconf.c]
1081 disable kerberos when not supported. ok markus@
861f0365 1082 - markus@cvs.openbsd.org 2003/05/15 04:08:41
1083 [ssh.1]
1084 ~B is ssh2 only
d0ec7f42 1085 - (djm) Always parse UsePAM
3e05e934 1086 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
4460d509 1087 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
86ee6794 1088 - (djm) Tidy Makefile clean targets
2636769c 1089 - (djm) Adapt README.dns for portable
2d2e4a34 1090 - (djm) Avoid uuencode.c warnings
1457e7ff 1091 - (djm) Enable UsePAM when built --with-pam
67467c30 1092 - (djm) Only build getrrsetbyname replacement when using --with-dns
f420d2ba 1093 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
1094 correctly)
3c49ef10 1095 - (djm) Bug #444: Wrong paths after reconfigure
321735c7 1096 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
f420d2ba 1097
dd3ebb5a 109820030514
1099 - (djm) Bug #117: Don't lie to PAM about username
0608f8a7 1100 - (djm) RCSID sync w/ OpenBSD
204fde99 1101 - (djm) OpenBSD CVS Sync
1102 - djm@cvs.openbsd.org 2003/04/09 12:00:37
1103 [readconf.c]
1104 strip trailing whitespace from config lines before parsing.
1105 Fixes bz 528; ok markus@
18ae3c67 1106 - markus@cvs.openbsd.org 2003/04/12 10:13:57
1107 [cipher.c]
1108 hide cipher details; ok djm@
45c42d58 1109 - markus@cvs.openbsd.org 2003/04/12 10:15:36
1110 [misc.c]
1111 debug->debug2
c825cd79 1112 - naddy@cvs.openbsd.org 2003/04/12 11:40:15
1113 [ssh.1]
1114 document -V switch, fix wording; ok markus@
3e131a6d 1115 - markus@cvs.openbsd.org 2003/04/14 14:17:50
1116 [channels.c sshconnect.c sshd.c ssh-keyscan.c]
1117 avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
927e9f8b 1118 - mouring@cvs.openbsd.org 2003/04/14 21:31:27
1119 [sftp-int.c]
1120 Missing globfree(&g) in process_put() spotted by Vince Brimhall
1121 <VBrimhall@novell.com>. ok@ Theo
1122 - markus@cvs.openbsd.org 2003/04/16 14:35:27
1123 [auth.h]
1124 document struct Authctxt; with solar
b9e5aff6 1125 - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
1126 [ssh-keyscan.c]
1127 -t in usage(); rogier@quaak.org
9a26a6e2 1128 - mouring@cvs.openbsd.org 2003/04/30 01:16:20
1129 [sshd.8 sshd_config.5]
1130 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
1131 Bug #550 and * escaping suggested by jmc@.
09dc8896 1132 - david@cvs.openbsd.org 2003/04/30 20:41:07
1133 [sshd.8]
1134 fix invalid .Pf macro usage introduced in previous commit
1135 ok jmc@ mouring@
3566c73c 1136 - markus@cvs.openbsd.org 2003/05/11 16:56:48
1137 [authfile.c ssh-keygen.c]
1138 change key_load_public to try to read a public from:
1139 rsa1 private or rsa1 public and ssh2 keys.
1140 this makes ssh-keygen -e fail for ssh1 keys more gracefully
1141 for example; report from itojun (netbsd pr 20550).
0d942eff 1142 - markus@cvs.openbsd.org 2003/05/11 20:30:25
1143 [channels.c clientloop.c serverloop.c session.c ssh.c]
1144 make channel_new() strdup the 'remote_name' (not the caller); ok theo
43348518 1145 - markus@cvs.openbsd.org 2003/05/12 16:55:37
1146 [sshconnect2.c]
1147 for pubkey authentication try the user keys in the following order:
1148 1. agent keys that are found in the config file
1149 2. other agent keys
1150 3. keys that are only listed in the config file
1151 this helps when an agent has many keys, where the server might
1152 close the connection before the correct key is used. report & ok pb@
dc109cfe 1153 - markus@cvs.openbsd.org 2003/05/12 18:35:18
1154 [ssh-keyscan.1]
1155 typo: DSA keys are of type ssh-dss; Brian Poole
81466908 1156 - markus@cvs.openbsd.org 2003/05/14 00:52:59
1157 [ssh2.h]
1158 ranges for per auth method messages
1159 - djm@cvs.openbsd.org 2003/05/14 01:00:44
1160 [sftp.1]
1161 emphasise the batchmode functionality and make reference to pubkey auth,
1162 both of which are FAQs; ok markus@
802e01b8 1163 - markus@cvs.openbsd.org 2003/05/14 02:15:47
1164 [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
1165 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
1166 server interops with commercial client; ok jakob@ djm@
72c5fe79 1167 - jmc@cvs.openbsd.org 2003/05/14 08:25:39
1168 [sftp.1]
1169 - better formatting in SYNOPSIS
1170 - whitespace at EOL
1171 ok djm@
3a39206f 1172 - markus@cvs.openbsd.org 2003/05/14 08:57:49
1173 [monitor.c]
1174 http://bugzilla.mindrot.org/show_bug.cgi?id=560
1175 Privsep child continues to run after monitor killed.
1176 Pass monitor signals through to child; Darren Tucker
751092f9 1177 - (djm) Make portable build with MIT krb5 (some issues remain)
7fceb20d 1178 - (djm) Add new UsePAM configuration directive to allow runtime control
1179 over usage of PAM. This allows non-root use of sshd when built with
1180 --with-pam
817e6d38 1181 - (djm) Die screaming if start_pam() is called when UsePAM=no
83ccf11a 1182 - (djm) Avoid KrbV leak for MIT Kerberos
b1848832 1183 - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
fa065de2 1184 - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
dd3ebb5a 1185
91f3aa9b 118620030512
1187 - (djm) Redhat spec: Don't install profile.d scripts when not
1188 building with GNOME/GTK askpass (patch from bet@rahul.net)
1189
5def520a 119020030510
1191 - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1192 "make install". Patch by roth@feep.net.
ad84c479 1193 - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1194 problem on Linux (fixes "could not set controlling tty" errors).
05114c74 1195 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
1196 proper challenge-response module
23ab1f36 1197 - (djm) 2-clause license on loginrec.c, with permission from
1198 andre@ae-35.com
5def520a 1199
43ce025d 120020030504
dd594f99 1201 - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1202 Patch from vinschen@redhat.com.
43ce025d 1203
2cd5dbba 120420030503
1205 - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
1206 by wendyp@cray.com.
1207
bf7c1e6c 120820030502
1209 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1210 privsep should now work.
73d9dad3 1211 - (dtucker) Move handling of bad password authentications into a platform
990278ef 1212 specific record_failed_login() function (affects AIX & Unicos). ok mouring@
bf7c1e6c 1213
68ece370 121420030429
1215 - (djm) Add back radix.o (used by AFS support), after it went missing from
1216 Makefile many moons ago
1217 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1218 - (djm) Fix blibpath specification for AIX/gcc
1219 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1220
ded9dd18 122120030428
1222 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
1223 hacked code.
1224
aceb0423 122520030427
1226 - (bal) Bug #541: return; was dropped by mistake. Reported by
1227 furrier@iglou.com
c8a50a34 1228 - (bal) Since we don't support platforms lacking u_int_64. We may
1229 as well clean out some of those evil #ifdefs
9a6fee8b 1230 - (bal) auth1.c minor resync while looking at the code.
d7cf277b 1231 - (bal) auth2.c same changed as above.
aceb0423 1232
0a626302 123320030409
1234 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
1235 from matth@eecs.berkeley.edu
d35929b5 1236 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
ffd7b36b 1237 - (djm) OpenBSD CVS Sync
1238 - markus@cvs.openbsd.org 2003/04/02 09:48:07
1239 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1240 [readconf.h serverloop.c sshconnect2.c]
1241 reapply rekeying chage, tested by henning@, ok djm@
16f1b5ca 1242 - markus@cvs.openbsd.org 2003/04/02 14:36:26
1243 [ssh-keysign.c]
1244 potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
6c1bc5c5 1245 - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1246 [progressmeter.c]
1247 $OpenBSD$
1248 - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1249 [progressmeter.c]
1250 remove $OpenBSD$, as other *.c does not have it.
806e4c11 1251 - markus@cvs.openbsd.org 2003/04/07 08:29:57
1252 [monitor_wrap.c]
1253 typo: get correct counters; introduced during rekeying change.
2f5b2528 1254 - millert@cvs.openbsd.org 2003/04/07 21:58:05
1255 [progressmeter.c]
1256 The UCB copyright here is incorrect. This code did not originate
1257 at UCB, it was written by Luke Mewburn. Updated the copyright at
1258 the author's request. markus@ OK
1259 - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1260 [*.c *.h]
1261 rename log() into logit() to avoid name conflict. markus ok, from
1262 netbsd
1263 - (djm) XXX - Performed locally using:
1264 "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
70e1f62f 1265 - hin@cvs.openbsd.org 2003/04/09 08:23:52
1266 [servconf.c]
1267 Don't include <krb.h> when compiling with Kerberos 5 support
2f5b2528 1268 - (djm) Fix up missing include for packet.c
a3568201 1269 - (djm) Fix missed log => logit occurance (reference by function pointer)
0a626302 1270
4d0cb2e5 127120030402
1272 - (bal) if IP_TOS is not found or broken don't try to compile in
1273 packet_set_tos() function call. bug #527
1274
a4e5acef 127520030401
1276 - (djm) OpenBSD CVS Sync
1277 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1278 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1279 [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1280 - killed whitespace
1281 - new sentence new line
1282 - .Bk for arguments
1283 ok markus@
177f584b 1284 - markus@cvs.openbsd.org 2003/04/01 10:10:23
1285 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1286 [readconf.h serverloop.c sshconnect2.c]
1287 rekeying bugfixes and automatic rekeying:
1288 * both client and server rekey _automatically_
1289 (a) after 2^31 packets, because after 2^32 packets
1290 the sequence number for packets wraps
1291 (b) after 2^(blocksize_in_bits/4) blocks
1292 (see: draft-ietf-secsh-newmodes-00.txt)
1293 (a) and (b) are _enabled_ by default, and only disabled for known
1294 openssh versions, that don't support rekeying properly.
1295 * client option 'RekeyLimit'
1296 * do not reply to requests during rekeying
1297 - markus@cvs.openbsd.org 2003/04/01 10:22:21
1298 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1299 [readconf.h serverloop.c sshconnect2.c]
1300 backout rekeying changes (for 3.6.1)
519bdfe8 1301 - markus@cvs.openbsd.org 2003/04/01 10:31:26
1302 [compat.c compat.h kex.c]
1303 bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
1304 tested by ho@ and myself
9dd240a3 1305 - markus@cvs.openbsd.org 2003/04/01 10:56:46
1306 [version.h]
1307 3.6.1
ac01b518 1308 - (djm) Crank spec file versions
b32453fe 1309 - (djm) Release 3.6.1p1
a4e5acef 1310
fd77a40f 131120030326
1312 - (djm) OpenBSD CVS Sync
1313 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1314 [sftp-server.c]
1315 one last fix to the tree: race fix broke stuff; pr 3169;
1316 srp@srparish.net, help from djm
1317
8021857c 131820030325
1319 - (djm) Fix getpeerid support for 64 bit BE systems. From
1320 Arnd Bergmann <arndb@de.ibm.com>
1321
cdb64c4d 132220030324
1323 - (djm) OpenBSD CVS Sync
1324 - markus@cvs.openbsd.org 2003/03/23 19:02:00
1325 [monitor.c]
1326 unbreak rekeying for privsep; ok millert@
1327 - Release 3.6p1
62086365 1328 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1329 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
cdb64c4d 1330
0b202697 1331$Id$
This page took 0.5093 seconds and 5 git commands to generate.