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