]> andersk Git - openssh.git/blob - ChangeLog
- (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM. From deengert
[openssh.git] / ChangeLog
1 20040911
2  - (djm) [ssh-agent.c] unifdef some cygwin code; ok dtucker@
3  - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from
4    failing PAM session modules to user then exit, similar to the way
5    /etc/nologin is handled.  ok djm@
6  - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change.
7  - (djm) [auth2-kbdint.c auth2-none.c  auth2-passwd.c auth2-pubkey.c] 
8    Make cygwin code more consistent with that which surrounds it
9  - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]
10    Bug #892: Send messages from failing PAM account modules to the client via
11    SSH2_MSG_USERAUTH_BANNER messages.  Note that this will not happen with
12    SSH2 kbdint authentication, which need to be dealt with separately.  ok djm@
13  - (dtucker) [session.c] Bug #927: make .hushlogin silent again.  ok djm@
14  - (dtucker) [configure.ac] Bug #321: Add cross-compile support to configure.
15    Parts by chua at ayrnetworks.com, astrand at lysator.liu.se and me.  ok djm@
16  - (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM.  From deengert
17    at anl.gov, ok djm@
18
19 20040830
20  - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
21    copy required environment variables on Cygwin.  Patch from vinschen at
22    redhat.com, ok djm@
23  - (dtucker) [regress/Makefile] Clean scp-ssh-wrapper.scp too.  Patch from
24    vinschen at redhat.com.
25  - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portability
26    of shell constructs.  Patch from cjwatson at debian.org.
27
28 20040829
29  - (dtucker) [openbsd-compat/getrrsetbyname.c] Prevent getrrsetbyname from
30    failing with NOMEMORY if no sigs are returned and malloc(0) returns NULL.
31    From Martin.Kraemer at Fujitsu-Siemens.com; ok djm@
32  - (dtucker) OpenBSD CVS Sync
33    - djm@cvs.openbsd.org 2004/08/23 11:48:09
34      [authfile.c]
35      fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
36    - djm@cvs.openbsd.org 2004/08/23 11:48:47
37      [channels.c]
38      typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
39    - dtucker@cvs.openbsd.org 2004/08/23 14:26:38
40      [ssh-keysign.c ssh.c]
41      Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
42      change in Portable; ok markus@ (CVS ID sync only)
43    - dtucker@cvs.openbsd.org 2004/08/23 14:29:23
44      [ssh-keysign.c]
45      Remove duplicate getuid(), suggested by & ok markus@
46    - markus@cvs.openbsd.org 2004/08/26 16:00:55
47      [ssh.1 sshd.8]
48      get rid of references to rhosts authentication; with jmc@
49    - djm@cvs.openbsd.org 2004/08/28 01:01:48
50      [sshd.c]
51      don't erroneously close stdin for !reexec case, from Dave Johnson;
52      ok markus@
53  - (dtucker) [configure.ac] Include sys/stream.h in sys/ptms.h header check,
54    fixes configure warning on Solaris reported by wknox at mitre.org.
55  - (dtucker) [regress/multiplex.sh] Skip test on platforms that do not
56    support FD passing since multiplex requires it.  Noted by tim@
57  - (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be torn
58    down, needed on some platforms, should be harmless on others.  Patch from
59    jason at devrandom.org.
60  - (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't like
61    files ending in .exe that aren't binaries; patch from vinschen at redhat.com.
62  - (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
63    builds too, from vinschen at redhat.com.
64  - (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64
65    too; patch from cmadams at hiwaay.net.
66  - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.
67  - (dtucker) [openbsd-compat/port-aix.c] Bug #712: Explicitly check for
68    accounts with authentication configs that sshd can't support (ie
69    SYSTEM=NONE and AUTH1=something).
70
71 20040828
72  - (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
73    vinschen at redhat.com.
74
75 20040823
76  - (djm) [ssh-rand-helper.c] Typo. Found by 
77    Martin.Kraemer AT Fujitsu-Siemens.com
78  - (djm) [loginrec.c] Typo and bad args in error messages; Spotted by 
79    Martin.Kraemer AT Fujitsu-Siemens.com
80
81 20040817
82  - (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
83  - (djm) OpenBSD CVS Sync
84    - markus@cvs.openbsd.org 2004/08/16 08:17:01
85      [version.h]
86      3.9
87  - (djm) Crank RPM spec version numbers
88  - (djm) Release 3.9p1
89
90 20040816
91  - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root
92    to convince Solaris PAM to honour password complexity rules.  ok djm@
93
94 20040815
95  - (dtucker) [Makefile.in ssh-keysign.c ssh.c] Use permanently_set_uid() since
96    it does the right thing on all platforms.  ok djm@
97  - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in 
98    openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-misc.c 
99    openbsd-compat/bsd-misc.h openbsd-compat/openbsd-compat.h] Use smarter 
100    closefrom() replacement from sudo; ok dtucker@
101  - (djm) [loginrec.c] Check that seek succeeded here too; ok dtucker
102  - (dtucker) [Makefile.in] Fix typo.
103
104 20040814
105  - (dtucker) [auth-krb5.c gss-serv-krb5.c openbsd-compat/xmmap.c]
106    Explicitly set umask for mkstemp; ok djm@
107  - (dtucker) [includes.h] Undef _INCLUDE__STDC__ on HP-UX, otherwise
108    prot.h and shadow.h provide conflicting declarations of getspnam.  ok djm@
109  - (dtucker) [loginrec.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
110    Plug AIX login recording into login_write so logins will be recorded for
111    all auth types.
112
113 20040813
114  - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
115    redhat.com
116 - (dtucker) OpenBSD CVS Sync
117    - avsm@cvs.openbsd.org 2004/08/11 21:43:05
118      [channels.c channels.h clientloop.c misc.c misc.h serverloop.c ssh-agent.c]
119      some signed/unsigned int comparison cleanups; markus@ ok
120    - avsm@cvs.openbsd.org 2004/08/11 21:44:32
121      [authfd.c scp.c ssh-keyscan.c]
122      use atomicio instead of homegrown equivalents or read/write.
123      markus@ ok
124    - djm@cvs.openbsd.org 2004/08/12 09:18:24
125      [sshlogin.c]
126      typo in error message, spotted by moritz AT jodeit.org (Id sync only)
127    - jakob@cvs.openbsd.org 2004/08/12 21:41:13
128      [ssh-keygen.1 ssh.1]
129      improve SSHFP documentation; ok deraadt@
130    - jmc@cvs.openbsd.org 2004/08/13 00:01:43
131      [ssh-keygen.1]
132      kill whitespace at eol;
133    - djm@cvs.openbsd.org 2004/08/13 02:51:48
134      [monitor_fdpass.c]
135      extra check for no message case; ok markus, deraadt, hshoexer, henning
136    - dtucker@cvs.openbsd.org 2004/08/13 11:09:24
137      [servconf.c]
138      Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr
139      ok markus@, djm@
140
141 20040812
142  - (dtucker) [sshd.c] Remove duplicate variable imported during sync.
143  - (dtucker) OpenBSD CVS Sync
144    - markus@cvs.openbsd.org 2004/07/28 08:56:22
145      [sshd.c]
146      call setsid() _before_ re-exec
147    - markus@cvs.openbsd.org 2004/07/28 09:40:29
148      [auth.c auth1.c auth2.c cipher.c cipher.h key.c session.c ssh.c
149      sshconnect1.c]
150      more s/illegal/invalid/
151    - djm@cvs.openbsd.org 2004/08/04 10:37:52
152      [dh.c]
153      return group14 when no primes found - fixes hang on empty /etc/moduli;
154      ok markus@
155    - dtucker@cvs.openbsd.org 2004/08/11 11:09:54
156      [servconf.c]
157      Fix minor leak; "looks right" deraadt@
158    - dtucker@cvs.openbsd.org 2004/08/11 11:50:09
159      [sshd.c]
160      Don't try to close startup_pipe if it's not open; ok djm@
161    - djm@cvs.openbsd.org 2004/08/11 11:59:22
162      [sshlogin.c]
163      check that lseek went were we told it to; ok markus@
164      (Id sync only, but similar changes are needed in loginrec.c)
165    - djm@cvs.openbsd.org 2004/08/11 12:01:16
166      [sshlogin.c]
167      make store_lastlog_message() static to appease -Wall; ok markus
168  - (dtucker) [sshd.c] Clear loginmsg in postauth monitor, prevents doubling
169     messages generated before the postauth privsep split.
170
171 20040720
172  - (djm) OpenBSD CVS Sync
173    - markus@cvs.openbsd.org 2004/07/21 08:56:12
174      [auth.c]
175      s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas,
176      miod, ...
177    - djm@cvs.openbsd.org 2004/07/21 10:33:31
178      [auth1.c auth2.c]
179      bz#899: Don't display invalid usernames in setproctitle
180      from peak AT argo.troja.mff.cuni.cz; ok markus@
181    - djm@cvs.openbsd.org 2004/07/21 10:36:23
182      [gss-serv-krb5.c]
183      fix function declaration
184    - djm@cvs.openbsd.org 2004/07/21 11:51:29
185      [canohost.c]
186      bz#902: cache remote port so we don't fatal() in auth_log when remote
187      connection goes away quickly. from peak AT argo.troja.mff.cuni.cz;
188      ok markus@
189  - (djm) [auth-pam.c] Portable parts of bz#899: Don't display invalid 
190    usernames in setproctitle from peak AT argo.troja.mff.cuni.cz;
191
192 20040720
193  - (djm) [log.c] bz #111: Escape more control characters when sending data 
194    to syslog; from peak AT argo.troja.mff.cuni.cz
195  - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from 
196    peak AT argo.troja.mff.cuni.cz
197  - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
198    that sshd is fixed to behave better; suggested by tim
199
200 20040719
201  - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD
202    ok dtucker@
203  - (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function,
204    instead return PAM_CONV_ERR, avoiding another path to fatal(); ok dtucker@
205  - (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.
206    Report by rac AT tenzing.org
207
208 20040717
209  - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
210    ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c ssh.c sshd.c
211    openbsd-compat/bsd-misc.c] Move "char *__progname" to bsd-misc.c.  Reduces
212    diff vs OpenBSD; ok mouring@, tested by tim@ too.
213  - (dtucker) OpenBSD CVS Sync
214    - deraadt@cvs.openbsd.org 2004/07/11 17:48:47
215      [channels.c cipher.c clientloop.c clientloop.h compat.h moduli.c
216      readconf.c nchan.c pathnames.h progressmeter.c readconf.h servconf.c
217      session.c sftp-client.c sftp.c ssh-agent.1 ssh-keygen.c ssh.c ssh1.h
218      sshd.c ttymodes.h]
219      spaces
220    - brad@cvs.openbsd.org 2004/07/12 23:34:25
221      [ssh-keyscan.1]
222      Fix incorrect macro, .I -> .Em
223      From: Eric S. Raymond <esr at thyrsus dot com>
224      ok jmc@
225    - dtucker@cvs.openbsd.org 2004/07/17 05:31:41
226      [monitor.c monitor_wrap.c session.c session.h sshd.c sshlogin.c]
227      Move "Last logged in at.." message generation to the monitor, right
228      before recording the new login.  Fixes missing lastlog message when
229      /var/log/lastlog is not world-readable and incorrect datestamp when
230      multiple sessions are used (bz #463);  much assistance & ok markus@
231
232 20040711
233  - (dtucker) [auth-pam.c] Check for zero from waitpid() too, which allows
234    the monitor to properly clean up the PAM thread (Debian bug #252676).
235
236 20040709
237  - (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
238    vinschen AT redhat.com
239
240 20040708
241  - (dtucker) OpenBSD CVS Sync
242    - dtucker@cvs.openbsd.org 2004/07/03 05:11:33
243      [sshlogin.c] (RCSID sync only, the corresponding code is not in Portable)
244      Use '\0' not 0 for string; ok djm@, deraadt@
245    - dtucker@cvs.openbsd.org 2004/07/03 11:02:25
246      [monitor_wrap.c]
247      Put s/key functions inside #ifdef SKEY same as monitor.c,
248      from des@freebsd via bz #330, ok markus@
249    - dtucker@cvs.openbsd.org 2004/07/08 12:47:21
250      [scp.c]
251      Prevent scp from skipping the file following a double-error.
252      bz #863, ok markus@
253
254 20040702
255  - (dtucker) [mdoc2man.awk] Teach it to ignore .Bk -words, reported by
256    strube at physik3.gwdg.de a long time ago.
257
258 20040701
259  - (dtucker) [session.c] Call display_loginmsg again after do_pam_session.
260    Ensures messages from PAM modules are displayed when privsep=no.
261  - (dtucker) [auth-pam.c] Bug #705: Make arguments match PAM specs, fixes
262    warnings on compliant platforms.  From paul.a.bolton at bt.com.  ok djm@
263  - (dtucker) [auth-pam.c] Bug #559 (last piece): Pass DISALLOW_NULL_AUTHTOK
264    to pam_authenticate for challenge-response auth too.  Originally from
265    fcusack at fcusack.com, ok djm@
266  - (tim) [buildpkg.sh.in] Add $REV to bump the package revision within
267    the same version. Handle the case where someone uses --with-privsep-user=
268    and the user name does not match the group name. ok dtucker@
269
270 20040630
271  - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULL
272    appdata_ptr to the conversation function.  ok djm@
273  - (djm) OpenBSD CVS Sync
274    - jmc@cvs.openbsd.org 2004/06/26 09:03:21
275      [ssh.1]
276      - remove double word
277      - rearrange .Bk to keep SYNOPSIS nice
278      - -M before -m in options description
279    - jmc@cvs.openbsd.org 2004/06/26 09:11:14
280      [ssh_config.5]
281      punctuation and grammar fixes. also, keep the options in order.
282    - jmc@cvs.openbsd.org 2004/06/26 09:14:40
283      [sshd_config.5]
284      new sentence, new line;
285    - avsm@cvs.openbsd.org 2004/06/26 20:07:16
286      [sshd.c]
287      initialise some fd variables to -1, djm@ ok
288    - djm@cvs.openbsd.org 2004/06/30 08:36:59
289      [session.c]
290      unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@
291
292 20040627
293  - (tim) update README files.
294  - (dtucker) [mdoc2man.awk] Bug #883: correctly recognise .Pa and .Ev macros.
295  - (dtucker) [regress/README.regress] Document new variables.
296  - (dtucker) [acconfig.h configure.ac sftp-server.c] Bug #823: add sftp
297    rename handling for Linux which returns EPERM for link() on (at least some)
298    filesystems that do not support hard links.  sftp-server will fall back to
299    stat+rename() in such cases.
300  - (dtucker) [openbsd-compat/port-aix.c] Missing __func__.
301
302 20040626
303  - (djm) OpenBSD CVS Sync
304    - djm@cvs.openbsd.org 2004/06/25 18:43:36
305      [sshd.c]
306      fix broken fd handling in the re-exec fallback path, particularly when
307      /dev/crypto is in use; ok deraadt@ markus@
308    - djm@cvs.openbsd.org 2004/06/25 23:21:38
309      [sftp.c]
310      bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de
311
312 20040625
313  - (dtucker) OpenBSD CVS Sync
314    - djm@cvs.openbsd.org 2004/06/24 19:30:54
315      [servconf.c servconf.h sshd.c]
316      re-exec sshd on accept(); initial work, final debugging and ok markus@
317    - djm@cvs.openbsd.org 2004/06/25 01:16:09
318      [sshd.c]
319      only perform tcp wrappers checks when the incoming connection is on a
320      socket.  silences useless warnings from regress tests that use
321      proxycommand="sshd -i".  prompted by david@ ok markus@
322    - djm@cvs.openbsd.org 2004/06/24 19:32:00
323      [regress/Makefile regress/test-exec.sh, added regress/reexec.sh]
324      regress test for re-exec corner cases
325    - djm@cvs.openbsd.org 2004/06/25 01:25:12
326      [regress/test-exec.sh]
327      clean reexec-specific junk out of text-exec.sh and simplify; idea markus@
328    - dtucker@cvs.openbsd.org 2004/06/25 05:38:48
329      [sftp-server.c]
330      Fall back to stat+rename if filesystem doesn't doesn't support hard
331      links.  bz#823, ok djm@
332  - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]
333    Add closefrom() for platforms that don't have it.
334  - (dtucker) [sshd.c] add line missing from reexec sync.
335
336 20040623
337  - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1
338    connections with empty passwords.  Patch from davidwu at nbttech.com,
339    ok djm@
340  - (dtucker) OpenBSD CVS Sync
341    - dtucker@cvs.openbsd.org 2004/06/22 22:42:02
342      [regress/envpass.sh]
343      Add quoting for test -z; ok markus@
344    - dtucker@cvs.openbsd.org 2004/06/22 22:45:52
345      [regress/test-exec.sh]
346      Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow adding
347      arbitary options to sshd_config and ssh_config during tests.  ok markus@
348    - dtucker@cvs.openbsd.org 2004/06/22 22:55:56
349      [regress/dynamic-forward.sh regress/test-exec.sh]
350      Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@
351    - mouring@cvs.openbsd.org 2004/06/23 00:39:38
352      [rijndael.c]
353      -Wshadow fix up s/encrypt/do_encrypt/.  OK djm@, markus@
354    - dtucker@cvs.openbsd.org 2004/06/23 14:31:01
355      [ssh.c]
356      Fix counting in master/slave when passing environment variables; ok djm@
357  - (dtucker) [cipher.c] encrypt->do_encrypt inside SSH_OLD_EVP to match
358    -Wshadow change.
359  - (bal) [Makefile.in] Remove opensshd.init on 'make distclean'
360  - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
361    Move loginrestrictions test to port-aix.c, replace with a generic hook.
362  - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable.
363  - (bal) [contrib/README] Removed "mdoc2man.pl" reference and added
364    reference to "findssl.sh"
365
366 20040622
367  - (dtucker) OpenBSD CVS Sync
368    - djm@cvs.openbsd.org 2004/06/20 17:36:59
369      [ssh.c]
370      filter passed env vars at slave in connection sharing case; ok markus@
371    - djm@cvs.openbsd.org 2004/06/20 18:53:39
372      [sftp.c]
373      make "ls -l" listings print user/group names, add "ls -n" to show uid/gid
374      (like /bin/ls); idea & ok markus@
375    - djm@cvs.openbsd.org 2004/06/20 19:28:12
376      [sftp.1]
377      mention new -n flag
378    - avsm@cvs.openbsd.org 2004/06/21 17:36:31
379      [auth-rsa.c auth2-gss.c auth2-pubkey.c authfile.c canohost.c channels.c
380      cipher.c dns.c kex.c monitor.c monitor_fdpass.c monitor_wrap.c
381      monitor_wrap.h nchan.c packet.c progressmeter.c scp.c sftp-server.c sftp.c
382      ssh-gss.h ssh-keygen.c ssh.c sshconnect.c sshconnect1.c sshlogin.c
383      sshpty.c]
384      make ssh -Wshadow clean, no functional changes
385      markus@ ok
386    - djm@cvs.openbsd.org 2004/06/21 17:53:03
387      [session.c]
388      fix fd leak for multiple subsystem connections; with markus@
389    - djm@cvs.openbsd.org 2004/06/21 22:02:58
390      [log.h]
391      mark fatal and cleanup exit as __dead; ok markus@
392    - djm@cvs.openbsd.org 2004/06/21 22:04:50
393      [sftp.c]
394      introduce sorting for ls, same options as /bin/ls; ok markus@
395    - djm@cvs.openbsd.org 2004/06/21 22:30:45
396      [sftp.c]
397      prefix ls option flags with LS_
398    - djm@cvs.openbsd.org 2004/06/21 22:41:31
399      [sftp.1]
400      document sort options
401    - djm@cvs.openbsd.org 2004/06/22 01:16:39
402      [sftp.c]
403      don't show .files by default in ls, add -a option to turn them back on;
404      ok markus
405    - markus@cvs.openbsd.org 2004/06/22 03:12:13
406      [regress/envpass.sh regress/multiplex.sh]
407      more portable env passing tests
408    - dtucker@cvs.openbsd.org 2004/06/22 05:05:45
409      [monitor.c monitor_wrap.c]
410      Change login->username, will prevent -Wshadow errors in Portable;
411      ok markus@
412  - (dtucker) [monitor.c] Fix Portable-specific -Wshadow warnings on "socket".
413  - (dtucker) [defines.h] Define __dead if not already defined.
414  - (bal) [auth-passwd.c auth1.c] Clean up unused variables.
415
416 20040620
417  - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
418
419 20040619
420  - (dtucker) [auth-pam.c] Don't use PAM namespace for
421     pam_password_change_required either.
422  - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd
423    init script to top level directory.  Add opensshd.init.in.
424    Remove contrib/solaris/buildpkg.sh, contrib/solaris/opensshd.in
425
426 20040618
427  - (djm) OpenBSD CVS Sync
428    - djm@cvs.openbsd.org 2004/06/17 14:52:48
429      [clientloop.c clientloop.h ssh.c]
430      support environment passing over shared connections; ok markus@
431    - djm@cvs.openbsd.org 2004/06/17 15:10:14
432      [clientloop.c misc.h readconf.c readpass.c ssh.c ssh_config.5]
433      Add option for confirmation (ControlMaster=ask) via ssh-askpass before 
434      opening shared connections; ok markus@
435    - djm@cvs.openbsd.org 2004/06/17 14:53:27
436      [regress/multiplex.sh]
437      shared connection env passing regress test
438  - (dtucker) [regress/README.regress] Add detail on how to run a single
439    test from the top-level Makefile.
440  - (dtucker) OpenBSD CVS Sync
441    - djm@cvs.openbsd.org 2004/06/17 23:56:57
442      [ssh.1 ssh.c]
443      sync usage() and SYNPOSIS with connection sharing changes
444    - dtucker@cvs.openbsd.org 2004/06/18 06:13:25
445      [sftp.c]
446      Use execvp instead of execv so sftp -S ssh works.  "makes sense" markus@
447    - dtucker@cvs.openbsd.org 2004/06/18 06:15:51
448      [multiplex.sh]
449      Use -S for scp/sftp to force the use of the ssh being tested.
450      ok djm@,markus@
451  - (djm) OpenBSD CVS Sync
452    - djm@cvs.openbsd.org 2004/06/18 10:40:19
453      [ssh.c]
454      delay signal handler setup until we have finished talking to the master.
455      allow interrupting of setup (e.g. if master is stuck); ok markus@
456    - markus@cvs.openbsd.org 2004/06/18 10:55:43
457      [ssh.1 ssh.c]
458      trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask';
459      ok djm
460    - djm@cvs.openbsd.org 2004/06/18 11:11:54
461      [channels.c clientloop.c]
462      Don't explode in clientloop when we receive a bogus channel id, but
463      also don't generate them to begin with; ok markus@
464
465 20040617
466  - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some
467    platforms), so test if diff understands it.  Pointed out by tim@, ok djm@
468  - (dtucker) OpenBSD CVS Sync regress/
469    - dtucker@cvs.openbsd.org 2004/06/17 05:51:59
470      [regress/multiplex.sh]
471      Remove datafile between and after tests, kill sshd rather than wait;
472      ok djm@
473    - dtucker@cvs.openbsd.org 2004/06/17 06:00:05
474      [regress/multiplex.sh]
475      Use DATA and COPY for test data rather than hard-coded paths; ok djm@
476    - dtucker@cvs.openbsd.org 2004/06/17 06:19:06
477      [regress/multiplex.sh]
478      Add small description of failing test to failure message; ok djm@
479  - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
480    it.
481  - (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is not
482    enough for slow systems, especially if they don't have a kernel RNG).
483
484 20040616
485  - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
486    code changes.
487  - (dtucker) OpenBSD CVS Sync regress/
488    - djm@cvs.openbsd.org 2004/04/27 09:47:30
489      [regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
490      regress test for environment passing, SendEnv & AcceptEnv options;
491      ok markus@
492    - dtucker@cvs.openbsd.org 2004/06/13 13:51:02
493      [regress/Makefile regress/test-exec.sh, added regress/scp-ssh-wrapper.sh
494      regress/scp.sh]
495      Add scp regression test; with & ok markus@
496    - djm@cvs.openbsd.org 2004/06/13 15:04:08
497      [regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
498      regress test for client multiplexing; ok markus@
499    - djm@cvs.openbsd.org 2004/06/13 15:16:54
500      [regress/test-exec.sh]
501      remove duplicate setting of $SCP; spotted by markus@
502    - dtucker@cvs.openbsd.org 2004/06/16 13:15:09
503      [regress/scp.sh]
504      Make scp -r tests use diff -rN not cmp (which won't do dirs.  ok markus@
505    - dtucker@cvs.openbsd.org 2004/06/16 13:16:40
506      [regress/multiplex.sh]
507      Silence multiplex sftp and scp tests.  ok markus@
508  - (dtucker) [regress/test-exec.sh]
509    Move Portable-only StrictModes to top of list to make syncs easier.
510  - (dtucker) [regress/README.regress]
511    Add $TEST_SHELL to readme.
512
513 20040615
514  - (djm) OpenBSD CVS Sync
515    - djm@cvs.openbsd.org 2004/05/26 08:59:57
516      [sftp.c]
517      exit -> _exit in forked child on error; from andrushock AT korovino.net
518    - markus@cvs.openbsd.org 2004/05/26 23:02:39
519      [channels.c]
520      missing freeaddrinfo; Andrey Matveev
521    - dtucker@cvs.openbsd.org 2004/05/27 00:50:13
522      [readconf.c]
523      Kill dead code after fatal(); ok djm@
524    - dtucker@cvs.openbsd.org 2004/06/01 14:20:45
525      [auth2-chall.c]
526      Remove redundant #include; ok markus@
527    - pedro@cvs.openbsd.org 2004/06/03 12:22:20
528      [sftp-client.c sftp.c]
529      initialize pointers, ok markus@
530    - djm@cvs.openbsd.org 2004/06/13 12:53:24
531      [dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c monitor.c myproposal.h] 
532      [ssh-keyscan.c sshconnect2.c sshd.c]
533      implement diffie-hellman-group14-sha1 kex method (trivial extension to
534      existing diffie-hellman-group1-sha1); ok markus@
535    - dtucker@cvs.openbsd.org 2004/06/13 14:01:42
536      [ssh.1 ssh_config.5 sshd_config.5]
537      List supported ciphers in man pages, tidy up ssh -c;
538      "looks fine" jmc@, ok markus@
539    - djm@cvs.openbsd.org 2004/06/13 15:03:02
540      [channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] 
541      [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5]
542      implement session multiplexing in the client (the server has supported 
543      this since 2.0); ok markus@
544    - djm@cvs.openbsd.org 2004/06/14 01:44:39
545      [channels.c clientloop.c misc.c misc.h packet.c ssh-agent.c ssh-keyscan.c]
546      [sshd.c]
547      set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
548    - djm@cvs.openbsd.org 2004/06/15 05:45:04
549      [clientloop.c]
550      missed one unset_nonblock; spotted by Tim Rice
551  - (djm) Fix Makefile.in for connection sharing changes
552  - (djm) [ssh.c] Use separate var for address length
553
554 20040603
555  - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.
556    ok djm@
557
558 20040601
559  - (djm) [auth-pam.c] Add copyright for local changes
560
561 20040530
562  - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c] Bug #874: Re-add PAM 
563    support for PasswordAuthentication=yes.  ok djm@
564  - (dtucker) [auth-pam.c] Use an invalid password for root if
565    PermitRootLogin != yes or the login is invalid, to prevent leaking
566    information.  Based on Openwall's owl-always-auth patch.  ok djm@
567  - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@
568  - (tim) [buildpkg.sh.in] New file. A more flexible version of
569    contrib/solaris/buildpkg.sh used for "make package".
570  - (tim) [buildpkg.sh.in] Last minute fix didn't make it in the .in file.
571
572 20040527
573  - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec
574    contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass
575    and Jim Knoble's email address , from Jim himself.
576
577 20040524
578  - (dtucker) OpenBSD CVS Sync
579    - djm@cvs.openbsd.org 2004/05/19 12:17:33
580      [sftp-client.c sftp.c]
581      gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while
582      waiting for a command; ok markus@
583    - dtucker@cvs.openbsd.org 2004/05/20 10:58:05
584      [clientloop.c]
585      Trivial type fix 0 -> '\0'; ok markus@
586    - markus@cvs.openbsd.org 2004/05/21 08:43:03
587      [kex.h moduli.c tildexpand.c]
588      add prototypes for -Wall; ok djm
589    - djm@cvs.openbsd.org 2004/05/21 11:33:11
590      [channels.c channels.h clientloop.c serverloop.c ssh.1]
591      bz #756: add support for the cancel-tcpip-forward request for the server
592      and the client (through the ~C commandline). reported by z3p AT
593      twistedmatrix.com; ok markus@
594    - djm@cvs.openbsd.org 2004/05/22 06:32:12
595      [clientloop.c ssh.1]
596      use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@
597    - jmc@cvs.openbsd.org 2004/05/22 16:01:05
598      [ssh.1]
599      kill whitespace at eol;
600    - dtucker@cvs.openbsd.org 2004/05/23 23:59:53
601      [auth.c auth.h auth1.c auth2.c servconf.c servconf.h sshd_config
602      sshd_config.5]
603      Add MaxAuthTries sshd config option; ok markus@
604  - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
605    is terminated if the privsep slave exits during keyboard-interactive
606    authentication.  ok djm@
607  - (dtucker) [sshd.c] Fix typo in comment.
608
609 20040523
610  - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in 
611    sshd_config; ok dtucker@
612  - (djm) [configure.ac] Warn if the system has no known way of figuring out 
613    which user is on the other end of a Unix domain socket; ok dtucker@
614  - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handle
615    old/broken/incomplete <sys/queue.h>.
616
617 20040513
618  - (dtucker) [configure.ac] Bug #867: Additional tests for res_query in
619    libresolv, fixes problems detecting it on some platforms
620    (eg Linux/x86-64).  From Kurt Roeckx via Debian, ok mouring@
621  - (dtucker) OpenBSD CVS Sync
622    - jmc@cvs.openbsd.org 2004/05/04 18:36:07
623      [scp.1]
624      SendEnv here too;
625    - jmc@cvs.openbsd.org 2004/05/06 11:24:23
626      [ssh_config.5]
627      typo from John Cosimano (PR 3770);
628    - deraadt@cvs.openbsd.org 2004/05/08 00:01:37
629      [auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c
630      tildexpand.c], removed: sshtty.h tildexpand.h
631      make two tiny header files go away; djm ok
632    - djm@cvs.openbsd.org 2004/05/08 00:21:31
633      [clientloop.c misc.h readpass.c scard.c ssh-add.c ssh-agent.c ssh-keygen.c
634      sshconnect.c sshconnect1.c sshconnect2.c] removed: readpass.h
635      kill a tiny header; ok deraadt@
636    - djm@cvs.openbsd.org 2004/05/09 00:06:47
637      [moduli.c ssh-keygen.c] removed: moduli.h
638      zap another tiny header; ok deraadt@
639    - djm@cvs.openbsd.org 2004/05/09 01:19:28
640      [OVERVIEW auth-rsa.c auth1.c kex.c monitor.c session.c sshconnect1.c
641      sshd.c] removed: mpaux.c mpaux.h
642      kill some more tiny files; ok deraadt@
643    - djm@cvs.openbsd.org 2004/05/09 01:26:48
644      [kex.c]
645      don't overwrite what we are trying to compute
646    - deraadt@cvs.openbsd.org 2004/05/11 19:01:43
647      [auth.c auth2-none.c authfile.c channels.c monitor.c monitor_mm.c
648      packet.c packet.h progressmeter.c session.c openbsd-compat/xmmap.c]
649      improve some code lint did not like; djm millert ok
650    - dtucker@cvs.openbsd.org 2004/05/13 02:47:50
651      [ssh-agent.1]
652      Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@
653  - (dtucker) [sshd.8] Bug #843: Add warning about PasswordAuthentication to
654    UsePAM section.  Parts from djm@ and jmc@.
655  - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses
656    readpass.h, grep says scard-opensc.c does too.  Replace with misc.h.
657  - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR
658    is defined before using.
659  - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
660    -> HAVE_DECL_H_ERRNO.
661
662 20040502
663  - (dtucker) OpenBSD CVS Sync
664    - djm@cvs.openbsd.org 2004/04/22 11:56:57
665      [moduli.c]
666      Bugzilla #850: Sophie Germain is the correct name of the French
667      mathematician, "Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
668    - djm@cvs.openbsd.org 2004/04/27 09:46:37
669      [readconf.c readconf.h servconf.c servconf.h session.c session.h ssh.c
670      ssh_config.5 sshd_config.5]
671      bz #815: implement ability to pass specified environment variables from
672      the client to the server; ok markus@
673    - djm@cvs.openbsd.org 2004/04/28 05:17:10
674      [ssh_config.5 sshd_config.5]
675      manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
676    - jmc@cvs.openbsd.org 2004/04/28 07:02:56
677      [sshd_config.5]
678      remove unnecessary .Pp;
679    - jmc@cvs.openbsd.org 2004/04/28 07:13:42
680      [sftp.1 ssh.1]
681      add SendEnv to -o list;
682    - dtucker@cvs.openbsd.org 2004/05/02 11:54:31
683      [sshd.8]
684      Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk
685      via Debian; ok djm@
686    - dtucker@cvs.openbsd.org 2004/05/02 11:57:52
687      [ssh.1]
688      ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via
689      Debian.  ok djm@
690    - dtucker@cvs.openbsd.org 2004/05/02 23:02:17
691      [sftp.1]
692      ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
693    - dtucker@cvs.openbsd.org 2004/05/02 23:17:51
694      [scp.1]
695      ConnectionTimeout -> ConnectTimeout for scp.1 too.
696
697 20040423
698  - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
699    as extern int if not already declared.  Fixes compile errors on old SCO
700    platforms.  ok tim@
701  - (dtucker) [README.platform] List prereqs for building on Cygwin.
702
703 20040421
704  - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@
705
706 20040420
707  - (djm) OpenBSD CVS Sync
708    - henning@cvs.openbsd.org 2004/04/08 16:08:21
709      [sshconnect2.c]
710      swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what
711      FreeBSD and NetBSD do.
712      ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
713    - djm@cvs.openbsd.org 2004/04/18 23:10:26
714      [readconf.c readconf.h ssh-keysign.c ssh.c]
715      perform strict ownership and modes checks for ~/.ssh/config files, 
716      as these can be used to execute arbitrary programs; ok markus@
717      NB. ssh will now exit when it detects a config with poor permissions
718    - djm@cvs.openbsd.org 2004/04/19 13:02:40
719      [ssh.1 ssh_config.5]
720      document strict permission checks on ~/.ssh/config; prompted by, 
721      with & ok jmc@
722    - jmc@cvs.openbsd.org 2004/04/19 16:12:14
723      [ssh_config.5]
724      kill whitespace at eol;
725    - djm@cvs.openbsd.org 2004/04/19 21:51:49
726      [ssh.c]
727      fix idiot typo that i introduced in my last commit;
728      spotted by cschneid AT cschneid.com
729  - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for 
730    above change
731  - (djm) [configure.ac] Check whether libroken is required when building 
732    with Heimdal
733
734 20040419
735  - (dtucker) OpenBSD CVS Sync
736    - dtucker@cvs.openbsd.org 2004/02/29 22:04:45
737      [regress/login-timeout.sh]
738      Use sudo when restarting daemon during test.  ok markus@
739    - dtucker@cvs.openbsd.org 2004/03/08 10:17:12
740      [regress/login-timeout.sh]
741      Missing OBJ, from tim@.  ok markus@ (Already fixed, ID sync only)
742    - djm@cvs.openbsd.org 2004/03/30 12:41:56
743      [sftp-client.c]
744      sync comment with reality
745    - djm@cvs.openbsd.org 2004/03/31 21:58:47
746      [canohost.c]
747      don't skip ip options check when UseDNS=no; ok markus@ (ID sync only)
748    - markus@cvs.openbsd.org 2004/04/01 12:19:57
749      [scp.c]
750      limit trust between local and remote rcp/scp process,
751      noticed by lcamtuf; ok deraadt@, djm@
752
753 20040418
754  - (dtucker) [auth-pam.c] Log username and source host for failed PAM
755    authentication attempts.  With & ok djm@
756  - (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allow
757    change of user context without a password, so relax auth method 
758    restrictions; from vinschen AT redhat.com; ok dtucker@
759
760 20040416
761  - (dtucker) [regress/sftp-cmds.sh] Skip quoting test on Cygwin, since
762    FAT/NTFS does not permit quotes in filenames.  From vinschen at redhat.com
763  - (djm) [auth-krb5.c auth.h session.c] Explicitly refer to Kerberos ccache 
764    file using FILE: method, fixes problems on Mac OSX.
765    Patch from simon@sxw.org.uk; ok dtucker@
766  - (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID and
767    BROKEN_SETREGID for SCO OpenServer 3
768
769 20040412
770  - (dtucker) [sshd_config.5] Add PermitRootLogin without-password warning
771    from bug #701 (text from jfh at cise.ufl.edu).
772  - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg
773    skeychallenge(), eg on NetBSD.  ok mouring@
774  - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly
775    4-arg, with compatibility for 3-arg versions.  From djm@, ok me.
776  - (djm) [configure.ac] Fix detection of libwrap on OpenBSD; ok dtucker@
777
778 20040408
779  - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating
780    pty name on Linux 2.6.x systems.  Patch from jpe at eisenmenger.org.
781  - (bal) [monitor.c monitor_wrap.c] Second try.  Put the zlib.h headers
782    back and #undef TARGET_OS_MAC instead.  (Bug report pending with Apple)
783  - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and
784    simplify loginrec.c.  ok tim@
785  - (bal) [monitor.c monitor_wrap.c] Ok.. Last time.  Promise.  Tim suggested
786    limiting scope and dtucker@ agreed.
787
788 20040407
789  - (dtucker) [session.c] Flush stdout after displaying loginmsg.  From
790    f_mohr at yahoo.de.
791  - (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to see
792    if Krb5 library exports krb5_init_etc() since some OSes (like MacOS/X)
793    are starting to restrict it as internal since it is not needed by
794    developers any more. (Patch based on Apple tree)
795  - (bal) [monitor.c monitor_wrap.c] monitor_wrap.c] moved zlib.h higher since 
796    krb5 on MacOS/X conflicts.  There may be a better solution, but this will 
797    work for now.
798
799 20040406
800  - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use
801    updwtmpx() on IRIX since it seems to clobber utmp.  ok djm@
802  - (dtucker) [configure.ac] Bug #816, #748 (again): Attempt to detect
803    broken getaddrinfo and friends on HP-UX.  ok djm@
804
805 20040330
806  - (dtucker) [configure.ac] Bug #811: Use "!" for LOCKED_PASSWD_PREFIX on
807    Linuxes, since that's what many use.  ok djm@
808  - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.c
809    to reduce potential confusion with the one in sshd.c.  ok djm@
810  - (djm) Bug #825: Fix ip_options_check() for mapped IPv4/IPv6 connection; 
811    with & ok dtucker@
812
813 20040327
814  - (dtucker) [session.c] Bug #817: Clear loginmsg after fork to prevent
815    duplicate login messages for mutli-session logins.  ok djm@
816
817 20040322
818  - (djm) [sshd.c] Drop supplemental groups if started as root
819  - (djm) OpenBSD CVS Sync
820    - markus@cvs.openbsd.org 2004/03/09 22:11:05
821      [ssh.c]
822      increase x11 cookie lifetime to 20 minutes; ok djm
823    - markus@cvs.openbsd.org 2004/03/10 09:45:06
824      [ssh.c]
825      trim usage to match ssh(1) and look more like unix. ok djm@
826    - markus@cvs.openbsd.org 2004/03/11 08:36:26
827      [sshd.c]
828      trim usage; ok deraadt
829    - markus@cvs.openbsd.org 2004/03/11 10:21:17
830      [ssh.c sshd.c]
831      ssh, sshd: sync version output, ok djm
832    - markus@cvs.openbsd.org 2004/03/20 10:40:59
833      [version.h]
834      3.8.1
835  - (djm) Crank RPM spec versions
836
837 20040311
838  - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
839
840 20040310
841  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo
842    before redefining it, silences warnings on Tru64.
843
844 20040308
845  - (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
846    platforms (eg SCO, HP-UX) with logging in the wrong TZ.  ok djm@
847  - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h
848    openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being
849    inherited by the child.  ok djm@
850  - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
851    monitor_wrap.h] Bug #808: Ensure force_pwchange is correctly initialized
852    even if keyboard-interactive is not used by the client.  Prevents 
853    segfaults in some cases where the user's password is expired (note this 
854    is not considered a security exposure).  ok djm@
855  - (djm) OpenBSD CVS Sync
856    - markus@cvs.openbsd.org 2004/03/03 06:47:52
857      [sshd.c]
858      change proctiltle after accept(2); ok henning, deraadt, djm
859    - djm@cvs.openbsd.org 2004/03/03 09:30:42
860      [sftp-client.c]
861      Don't print duplicate messages when progressmeter is off
862      Spotted by job317 AT mailvault.com; ok markus@
863    - djm@cvs.openbsd.org 2004/03/03 09:31:20
864      [sftp.c]
865      Fix initialisation of progress meter; ok markus@
866    - markus@cvs.openbsd.org 2004/03/05 10:53:58
867      [readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c]
868      add IdentitiesOnly; ok djm@, pb@
869    - djm@cvs.openbsd.org 2004/03/08 09:38:05
870      [ssh-keyscan.c]
871      explicitly initialise remote_major and remote_minor.
872      from cjwatson AT debian.org; ok markus@
873    - dtucker@cvs.openbsd.org 2004/03/08 10:18:57
874      [sshd_config.5]
875      Document KerberosGetAFSToken;  ok markus@
876  - (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
877
878 20040307
879  - (tim) [regress/login-timeout.sh] fix building outside of source tree.
880
881 20040304
882  - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with
883    -DUSE_POSIX_THREADS.  From antoine.verheijen at ualbert ca.  ok djm@
884  - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread,
885    prevent hanging during PAM keyboard-interactive authentications.  ok djm@
886  - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
887    openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when
888    configured --with-osfsia.  ok djm@
889
890 20040303
891  - (djm) [configure.ac ssh-agent.c] Use prctl to prevent ptrace on ssh-agent
892    ok dtucker  
893
894 20040229
895  - (tim) [configure.ac] Put back bits mistakenly removed from Rev 1.188
896
897 20040229
898  - (dtucker) OpenBSD CVS Sync
899    - djm@cvs.openbsd.org 2004/02/25 00:22:45
900      [sshd.c]
901      typo in comment
902    - dtucker@cvs.openbsd.org 2004/02/27 22:42:47
903      [dh.c]
904      Prevent sshd from sending DH groups with a primitive generator of zero or
905      one, even if they are listed in /etc/moduli.  ok markus@
906    - dtucker@cvs.openbsd.org 2004/02/27 22:44:56
907      [dh.c]
908      Make /etc/moduli line buffer big enough for 8kbit primes, in case anyone
909      ever uses one.  ok markus@
910    - dtucker@cvs.openbsd.org 2004/02/27 22:49:27
911      [dh.c]
912      Reset bit counter at the right time, fixes debug output in the case where
913      the DH group is rejected.  ok markus@
914    - dtucker@cvs.openbsd.org 2004/02/17 08:23:20
915      [regress/Makefile regress/login-timeout.sh]
916      Add regression test for LoginGraceTime; ok markus@
917    - markus@cvs.openbsd.org 2004/02/24 16:56:30
918      [regress/test-exec.sh]
919      allow arguments in ${TEST_SSH_XXX}
920    - markus@cvs.openbsd.org 2004/02/24 17:06:52
921      [regress/ssh-com-client.sh regress/ssh-com-keygen.sh
922      regress/ssh-com-sftp.sh regress/ssh-com.sh]
923      test against recent ssh.com releases
924    - dtucker@cvs.openbsd.org 2004/02/28 12:16:57
925      [regress/dynamic-forward.sh]
926      Make dynamic-forward understand nc's new output.  ok markus@
927    - dtucker@cvs.openbsd.org 2004/02/28 13:44:45
928      [regress/try-ciphers.sh]
929      Test acss too; ok markus@
930  - (dtucker) [regress/try-ciphers.sh] Skip acss if not compiled in (eg if we
931    built with openssl < 0.9.7)
932
933 20040226
934  - (bal) KNF our sshlogin.c even if the code looks nothing like upstream
935    code due to diversity issues.
936
937 20040225
938  - (djm) Trim ChangeLog 
939  - (djm) Don't specify path to PAM modules in Redhat sshd.pam; from Fedora
940
941 20040224
942  - (dtucker) OpenBSD CVS Sync
943    - markus@cvs.openbsd.org 2004/02/19 21:15:04
944      [sftp-server.c]
945      switch to new license.template
946    - markus@cvs.openbsd.org 2004/02/23 12:02:33
947      [sshd.c]
948      backout revision 1.279; set listen socket to non-block; ok henning.
949    - markus@cvs.openbsd.org 2004/02/23 15:12:46
950      [bufaux.c]
951      encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka
952      and drop support for negative BNs; ok otto@
953    - markus@cvs.openbsd.org 2004/02/23 15:16:46
954      [version.h]
955      enter 3.8
956  - (dtucker) [configure.ac gss-serv-krb5.c ssh-gss.h] Define GSSAPI when found
957    with krb5-config, hunt down gssapi.h and friends.  Based partially on patch
958    from deengert at anl.gov.  ok djm@
959  - (djm) [groupaccess.c uidswap.c] Bug #787: Size group arrays at runtime 
960    using sysconf() if available Based on patches from 
961    holger AT van-lengerich.de and openssh_bugzilla AT hockin.org
962  - (dtucker) [uidswap.c] Minor KNF.  ok djm@
963  - (tim) [openbsd-compat/getrrsetbyname.c] Make gcc 2.7.2.3 happy.  ok djm@
964  - (djm) Crank RPM spec versions
965  - (dtucker) [README] Add pointer to release notes.  ok djm@
966  - (dtucker) {README.platform] Add platform-specific notes.
967  - (tim) [configure.ac] SCO3 needs -lcrypt_i for -lprot
968  - (djm) Release 3.8p1
969
970 20040223
971  - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
972    non-interactive path.  ok djm@
973
974 20040222
975  - (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry test
976    to auth-shadow.c, no functional change.  ok djm@
977  - (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or
978    password expiry.  ok djm@
979  - (dtucker) [auth-passwd.c] Only check password expiry once.  Prevents
980    multiple warnings if a wrong password is entered.
981  - (dtucker) [configure.ac] Apply krb5-config --libs fix to non-gssapi path
982    too.
983
984 20040220
985  - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@
986
987 20040218
988  - (dtucker) [configure.ac] Handle case where krb5-config --libs returns a
989    path with a "-" in it.  From Sergio.Gelato at astro.su.se.
990  - (djm) OpenBSD CVS Sync
991    - djm@cvs.openbsd.org 2004/02/17 07:17:29
992      [sftp-glob.c sftp.c]
993      Remove useless headers; ok deraadt@
994    - djm@cvs.openbsd.org 2004/02/17 11:03:08
995      [sftp.c]
996      sftp.c and sftp-int.c, together at last; ok markus@
997    - jmc@cvs.openbsd.org 2004/02/17 19:35:21
998      [sshd_config.5]
999      remove cruft left over from RhostsAuthentication removal;
1000      ok markus@
1001  - (djm) [log.c] Correct use of HAVE_OPENLOG_R
1002  - (djm) [log.c] Tighten openlog_r tests
1003
1004 20040217
1005  - (djm) Simplify the license on code I have written. No code changes.
1006  - (djm) OpenBSD CVS Sync
1007    - djm@cvs.openbsd.org 2004/02/17 05:39:51
1008      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
1009      [sftp-int.h sftp.c]
1010      switch to license.template for code written by me (belated, I know...)
1011  - (djm) Bug #698: Specify FILE: for KRB5CCNAME; patch from 
1012    stadal@suse.cz and simon@sxw.org.uk
1013  - (dtucker) [auth-pam.c] Tidy up PAM debugging.  ok djm@
1014  - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred for
1015    display after login.  Should fix problems like pam_motd not displaying
1016    anything, noticed by cjwatson at debian.org.  ok djm@
1017
1018 20040212
1019  - (tim) [Makefile.in regress/sftp-badcmds.sh regress/test-exec.sh]
1020    Portablity fixes. Data sftp transfers needs to be world readable. Some
1021    older shells hang on while loops when  doing sh -n some_script. OK dtucker@
1022  - (tim) [configure.ac] Make sure -lcrypto is before -lsocket for sco3.
1023    ok mouring@
1024
1025 20040211
1026  - (dtucker) [auth-passwd.c auth-shadow.c] Only enable shadow expiry check
1027    if HAS_SHADOW_EXPIRY is set.
1028  - (tim) [configure.ac] Fix comment to match code changes in ver 1.117
1029
1030 20040210
1031  - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
1032    openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's
1033    native password expiry.
1034  - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h
1035    defines.h] Bug #14: Use do_pwchange to support password expiry and force
1036    change for platforms using /etc/shadow.  ok djm@
1037  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compat
1038    functions to avoid conflicts with Heimdal's libroken.  ok djm@
1039  - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to
1040    change expired PAM passwords for SSHv1 connections without privsep.
1041    pam_chauthtok is still used when privsep is disabled.  ok djm@
1042  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move
1043    include from port-aix.h to port-aix.c and remove unnecessary function
1044    definition.  Fixes build errors on AIX.
1045  - (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platforms
1046    that support it.  from & ok mouring@
1047  - (dtucker) [configure.ac] Bug #345: Do not disable utmp on HP-UX 10.x.
1048    ok djm@
1049
1050 20040207
1051  - (dtucker) OpenBSD CVS Sync
1052    - dtucker@cvs.openbsd.org 2004/02/06 23:41:13
1053      [cipher-ctr.c]
1054      Use EVP_CIPHER_CTX_key_length for key length.  ok markus@
1055      (This will fix builds with OpenSSL 0.9.5)
1056  - (dtucker) [cipher.c] enable AES counter modes with OpenSSL 0.9.5.
1057    ok djm@, markus@
1058
1059 20040206
1060  - (dtucker) [acss.c acss.h] Fix $Id tags.
1061  - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with
1062    OpenSSL >= 0.9.7.  ok djm@
1063  - (dtucker) [session.c] Bug #789: Do not call do_pam_setcred as a non-root
1064    user, since some modules might fail due to lack of privilege.  ok djm@
1065  - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFO
1066    for HP-UX 11.11.  If there are known-good configs where this is not
1067    required, please report them.  ok djm@
1068  - (dtucker) [sshd.c] Bug #757: Clear child's environment to prevent
1069    accidentally inheriting from root's environment.  ok djm@
1070  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #796:
1071    Restore previous authdb setting after auth calls.  Fixes problems with
1072    setpcred failing on accounts that use AFS or NIS password registries.
1073  - (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,
1074    required on Solaris 2.5.1 for queue_t, which is used by <sys/ptms.h>.
1075  - (dtucker) OpenBSD CVS Sync
1076    - markus@cvs.openbsd.org 2004/01/30 09:48:57
1077      [auth-passwd.c auth.h pathnames.h session.c]
1078      support for password change; ok dtucker@
1079      (set password-dead=1w in login.conf to use this).
1080      In -Portable, this is currently only platforms using bsdauth.
1081    - dtucker@cvs.openbsd.org 2004/02/05 05:37:17
1082      [monitor.c sshd.c]
1083      Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@
1084    - markus@cvs.openbsd.org 2004/02/05 15:33:33
1085      [progressmeter.c]
1086      fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
1087
1088 20040129
1089  - (dtucker) OpenBSD CVS Sync regress/
1090    - dtucker@cvs.openbsd.org 2003/10/11 11:49:49
1091      [Makefile banner.sh]
1092      Test missing banner file, suppression of banner with ssh -q, check return
1093      code from ssh.  ok markus@
1094    - jmc@cvs.openbsd.org 2003/11/07 10:16:44
1095      [ssh-com.sh]
1096      adress -> address, and a few more; all from Jonathon Gray;
1097    - djm@cvs.openbsd.org 2004/01/13 09:49:06
1098      [sftp-batch.sh]
1099  - (dtucker) [configure.ac] Add --without-zlib-version-check.  Feedback from
1100    tim@, ok several
1101  - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]
1102    Bug #775: Cray fixes from wendy at cray.com
1103
1104 20040128
1105  - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
1106  - (dtucker) [moduli] Import new moduli file from OpenBSD.
1107
1108 20040127
1109  - (djm) OpenBSD CVS Sync
1110    - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
1111      [cipher.c]
1112      enable acss for ssh
1113      ok deraadt@ markus@
1114    - mouring@cvs.openbsd.org 2004/01/23 17:57:48
1115      [sftp-int.c]
1116      Fix issue pointed out with ls not handling large directories 
1117      with embeded paths correctly.  OK damien@
1118    - hshoexer@cvs.openbsd.org 2004/01/23 19:26:33
1119      [cipher.c]
1120      rename acss@opebsd.org to acss@openssh.org
1121      ok deraadt@
1122    - djm@cvs.openbsd.org 2004/01/25 03:49:09
1123      [sshconnect.c]
1124      reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)
1125      from jclonguet AT free.fr; ok millert@
1126    - djm@cvs.openbsd.org 2004/01/27 10:08:10
1127      [sftp.c]
1128      reorder parsing so user:skey@host:file works (bugzilla #777)
1129      patch from admorten AT umich.edu; ok markus@
1130  - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS 
1131    if libcrypto lacks it
1132
1133 20040126
1134  - (tim) Typo in regress/README.regress
1135  - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
1136  - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
1137  - (tim) [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
1138  - (tim) [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
1139    and T_SIG to getrrsetbyname.h
1140
1141 20040124
1142  - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
1143
1144 20040123 
1145  - (djm) Do pam_session processing for systems with HAVE_LOGIN_CAP; from 
1146    ralf.hack AT pipex.net; ok dtucker@
1147  - (djm) Bug #776: Update contrib/redhat/openssh.spec to dynamically detect
1148    Kerberos location (and thus work with Fedora Core 1);
1149    from jason AT devrandom.org
1150  - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
1151    zlib >= 1.1.4.  Partly from jbasney at ncsa.uiuc.edu.  ok djm@
1152  - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
1153    Patch from vinschen at redhat.com.
1154  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
1155    Change AFS symbol to USE_AFS to prevent namespace collisions, do not
1156    include kafs.h unless necessary.  From deengert at anl.gov.
1157  - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and
1158    -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \
1159    CPPFLAGS="-I/usr/local/include" ./configure if needed.
1160
1161 20040122
1162  - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
1163    GSSAPI detection, libs and includes.  ok djm@
1164  - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
1165    just HEIMDAL.
1166  - (tim) [contrib/solaris/buildpkg.sh] Allow for the possibility of
1167    /usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
1168
1169 20040121
1170  - (djm) OpenBSD CVS Sync
1171    - djm@cvs.openbsd.org 2004/01/13 09:25:05
1172      [sftp-int.c sftp.1 sftp.c]
1173      Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
1174      enable use of "-b -" to accept batchfile from stdin; ok markus@
1175    - jmc@cvs.openbsd.org 2004/01/13 12:17:33
1176      [sftp.1]
1177      remove unnecessary Ic's;
1178      kill whitespace at EOL;
1179      ok djm@
1180    - markus@cvs.openbsd.org 2004/01/13 19:23:15
1181      [compress.c session.c]
1182      -Wall; ok henning
1183    - markus@cvs.openbsd.org 2004/01/13 19:45:15
1184      [compress.c]
1185      cast for portability; millert@
1186    - markus@cvs.openbsd.org 2004/01/19 09:24:21
1187      [channels.c]
1188      fake consumption for half closed channels since the peer is waiting for
1189      window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@
1190      reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
1191    - markus@cvs.openbsd.org 2004/01/19 21:25:15
1192      [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c]
1193      fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
1194    - djm@cvs.openbsd.org 2004/01/21 03:07:59
1195      [sftp.c]
1196      initialise infile in main, rather than statically - from portable
1197    - deraadt@cvs.openbsd.org 2004/01/11 21:55:06
1198      [sshpty.c]
1199      for pty opening, only use the openpty() path.  the other stuff only needs
1200      to be in openssh-p; markus ok
1201  - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an
1202    openpty() replacement
1203
1204 20040114
1205  - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
1206    unexpectedly.  with & ok djm@
1207  - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add
1208    test for case where cleanup has already run.
1209  - (dtucker) [auth-pam.c] Add minor debugging.
1210
1211 20040113
1212  - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes.  No
1213    functional changes.
1214
1215 20040108
1216  - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
1217    only define if not already.  From des at freebsd.org.
1218  - (dtucker) [configure.ac] Remove extra (typo) comma.
1219
1220 20040105
1221  - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails.  Patch from
1222    cjwatson at debian.org.
1223  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
1224    Only enable KerberosGetAFSToken if Heimdal's libkafs is found.  with jakob@
1225
1226 20040102
1227  - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
1228    jakob@
1229  - (djm) Remove useless DNS support configure summary message. from jakob@
1230  - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
1231    Report from jakob@
1232
1233 20031231
1234  - (dtucker) OpenBSD CVS Sync
1235    - djm@cvs.openbsd.org 2003/12/22 09:16:58
1236      [moduli.c ssh-keygen.1 ssh-keygen.c]
1237      tidy up moduli generation debugging, add -v (verbose/debug) option to
1238      ssh-keygen; ok markus@
1239    - markus@cvs.openbsd.org 2003/12/22 20:29:55
1240      [cipher-3des1.c]
1241      EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
1242    - jakob@cvs.openbsd.org 2003/12/23 16:12:10
1243      [servconf.c servconf.h session.c sshd_config]
1244      implement KerberosGetAFSToken server option. ok markus@, beck@
1245    - millert@cvs.openbsd.org 2003/12/29 16:39:50
1246      [sshd_config]
1247      KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
1248    - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
1249      [auth2-passwd.c]
1250      Ignore password change request during password auth (which we currently
1251      don't support) and discard proposed new password.  corrections/ok markus@
1252  - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
1253
1254 20031219
1255  - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
1256    typedef size_t ourselves.
1257
1258 20031218
1259  - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
1260  - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
1261    authentication.  Partially fixes bug #423.  Feedback & ok djm@
1262
1263 20031217
1264  - (djm) OpenBSD CVS Sync
1265    - markus@cvs.openbsd.org 2003/12/09 15:28:43
1266      [serverloop.c]
1267      make ClientKeepAlive work for ssh -N, too (no login shell requested).
1268      1) send a bogus channel request if we find a channel
1269      2) send a bogus global request if we don't have a channel
1270      ok + test beck@
1271    - markus@cvs.openbsd.org 2003/12/09 17:29:04
1272      [sshd.c]
1273      fix -o and HUP; ok henning@
1274    - markus@cvs.openbsd.org 2003/12/09 17:30:05
1275      [ssh.c]
1276      don't modify argv for ssh -o; similar to sshd.c 1.283
1277    - markus@cvs.openbsd.org 2003/12/09 21:53:37
1278      [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
1279      [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
1280      rename keepalive to tcpkeepalive; the old name causes too much
1281      confusion; ok djm, dtucker; with help from jmc@
1282    - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
1283      [clientloop.c]
1284      Clear exit code when ssh -N is terminated with a SIGTERM.  ok markus@
1285    - markus@cvs.openbsd.org 2003/12/14 12:37:21
1286      [ssh_config.5]
1287      we don't support GSS KEX; from Simon Wilkinson
1288    - markus@cvs.openbsd.org 2003/12/16 15:49:51
1289      [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
1290      [ssh.c ssh_config.5]
1291      application layer keep alive (ServerAliveInterval ServerAliveCountMax)
1292      for ssh(1), similar to the sshd(8) option; ok beck@; with help from
1293      jmc and dtucker@
1294    - markus@cvs.openbsd.org 2003/12/16 15:51:54
1295      [dh.c]
1296      use <= instead of < in dh_estimate; ok provos/hshoexer; 
1297      do not return < DH_GRP_MIN
1298  - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
1299    setres[ug]id() present but not implemented (eg some Linux/glibc
1300    combinations).
1301  - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
1302    using a real 'signal()' (Noticed by a NeXT Compile)
1303
1304 20031209
1305  - (dtucker) OpenBSD CVS Sync
1306    - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
1307      [ssh-add.1]
1308      ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
1309    - djm@cvs.openbsd.org 2003/11/26 21:44:29
1310      [cipher-aes.c]
1311      fix #ifdef before #define; ok markus@
1312      (RCS ID sync only, Portable already had this)
1313    - markus@cvs.openbsd.org 2003/12/02 12:15:10
1314      [progressmeter.c]
1315      improvments from andreas@:
1316      * saner speed estimate for transfers that takes less than a second by
1317        rounding the time to 1 second.
1318      * when the transfer is finished calculate the actual total speed
1319        rather than the current speed which is given during the transfer
1320    - markus@cvs.openbsd.org 2003/12/02 17:01:15
1321      [channels.c session.c ssh-agent.c ssh.h sshd.c]
1322      use SSH_LISTEN_BACKLOG (=128) in listen(2).
1323    - djm@cvs.openbsd.org 2003/12/07 06:34:18
1324      [moduli.c]
1325      remove unused debugging #define templates
1326    - markus@cvs.openbsd.org 2003/12/08 11:00:47
1327      [kexgexc.c]
1328      print requested group size in debug; ok djm
1329    - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
1330      [moduli.c]
1331      Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
1332      they can't be used for Diffie-Hellman.  Assistance and ok djm@
1333  - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
1334
1335 20031208
1336  - (tim) [configure.ac] Bug 770. Fix --without-rpath.
1337
1338 20031123
1339  - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
1340    function and call it unconditionally
1341  - (djm) OpenBSD CVS Sync
1342    - djm@cvs.openbsd.org 2003/11/23 23:17:34
1343      [ssh-keyscan.c]
1344      from portable - use sysconf to detect fd limit; ok markus@
1345      (tidy diff by adding SSH_SSFDMAX macro to defines.h)
1346    - djm@cvs.openbsd.org 2003/11/23 23:18:45
1347      [ssh-keygen.c]
1348      consistency PATH_MAX -> MAXPATHLEN; ok markus@
1349      (RCS ID sync only)
1350    - djm@cvs.openbsd.org 2003/11/23 23:21:21
1351      [scp.c]
1352      from portable: rename clashing variable limit-> limit_rate; ok markus@
1353      (RCS ID sync only)
1354    - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
1355      [ssh.1 ssh.c]
1356      Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
1357  - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original 
1358    source file path (in OpenBSD tree).
1359
1360 20031122
1361  - (dtucker) [channels.c] Make AIX write limit code clearer.  Suggested by djm@
1362  - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
1363    Move AIX specific password authentication code to port-aix.c, call
1364    authenticate() until reenter flag is clear.
1365  - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
1366    Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
1367    is enabled, rely on SIA to check for locked accounts if enabled.  ok djm@
1368  - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
1369  - (djm) [sftp-int.c] Remove duplicated code from bogus sync
1370  - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
1371
1372 20031121
1373  - (djm) OpenBSD CVS Sync
1374    - markus@cvs.openbsd.org 2003/11/20 11:39:28
1375      [progressmeter.c]
1376      fix rounding errors; from andreas@
1377    - djm@cvs.openbsd.org 2003/11/21 11:57:03
1378      [everything]
1379      unexpand and delete whitespace at EOL; ok markus@
1380      (done locally and RCS IDs synced)
1381
1382 20031118
1383  - (djm) Fix early exit for root auth success when UsePAM=yes and 
1384    PermitRootLogin=no
1385  - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
1386    and use it for do_pam_session.  Fixes problems like pam_motd not
1387    displaying anything.  ok djm@
1388  - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
1389  - (djm) OpenBSD CVS Sync
1390    - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
1391      [serverloop.c]
1392      Correct check for authctxt->valid.  ok djm@
1393    - djm@cvs.openbsd.org 2003/11/18 10:53:07
1394      [monitor.c]
1395      unbreak fake authloop for non-existent users (my screwup). Spotted and
1396      tested by dtucker@; ok markus@
1397
1398 20031117
1399  - (djm) OpenBSD CVS Sync
1400    - djm@cvs.openbsd.org 2003/11/03 09:03:37
1401      [auth-chall.c]
1402      make this a little more idiot-proof; ok markus@
1403      (includes portable-specific changes)
1404    - jakob@cvs.openbsd.org 2003/11/03 09:09:41
1405      [sshconnect.c]
1406      move changed key warning into warn_changed_key(). ok markus@
1407    - jakob@cvs.openbsd.org 2003/11/03 09:37:32
1408      [sshconnect.c]
1409      do not free static type pointer in warn_changed_key()
1410    - djm@cvs.openbsd.org 2003/11/04 08:54:09
1411      [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
1412      [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
1413      [session.c]
1414      standardise arguments to auth methods - they should all take authctxt.
1415      check authctxt->valid rather then pw != NULL; ok markus@
1416    - jakob@cvs.openbsd.org 2003/11/08 16:02:40
1417      [auth1.c]
1418      remove unused variable (pw). ok djm@
1419      (id sync only - still used in portable)
1420    - jmc@cvs.openbsd.org 2003/11/08 19:17:29
1421      [sftp-int.c]
1422      typos from Jonathon Gray;
1423    - jakob@cvs.openbsd.org 2003/11/10 16:23:41
1424      [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
1425      [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
1426      [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
1427      constify. ok markus@ & djm@
1428    - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
1429      [scp.c]
1430      When called with -q, pass -q to ssh; suppresses SSH2 banner.  ok markus@
1431    - jakob@cvs.openbsd.org 2003/11/12 16:39:58
1432      [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
1433      update SSHFP validation. ok markus@
1434    - jmc@cvs.openbsd.org 2003/11/12 20:14:51
1435      [ssh_config.5]
1436      make verb agree with subject, and kill some whitespace;
1437    - markus@cvs.openbsd.org 2003/11/14 13:19:09
1438      [sshconnect2.c]
1439      cleanup and minor fixes for the client code; from Simon Wilkinson
1440    - djm@cvs.openbsd.org 2003/11/17 09:45:39
1441      [msg.c msg.h sshconnect2.c ssh-keysign.c]
1442      return error on msg send/receive failure (rather than fatal); ok markus@
1443    - markus@cvs.openbsd.org 2003/11/17 11:06:07
1444      [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
1445      [monitor_wrap.h sshconnect2.c ssh-gss.h]
1446      replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; 
1447      test + ok jakob.
1448  - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
1449    conversation function
1450  - (djm) Export environment variables from authentication subprocess to 
1451    parent. Part of Bug #717
1452
1453 20031115
1454  - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
1455    HP-UX, skip test on AIX.
1456
1457 20031113
1458  - (dtucker) [auth-pam.c] Append newlines to lines output by the
1459    pam_chauthtok_conv().
1460  - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
1461    contrib/cygwin).  Major update from vinschen at redhat.com.
1462    - Makefile provides a `cygwin-postinstall' target to run right after
1463      `make install'.
1464    - Better support for Windows 2003 Server.
1465    - Try to get permissions as correct as possible.
1466    - New command line options to allow full automated host configuration.
1467    - Create configs from skeletons in /etc/defaults/etc.
1468    - Use /bin/bash, allows reading user input with readline support.
1469    - Remove really old configs from /usr/local.
1470  - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
1471    PAM_ERROR_MSG messages.
1472
1473 20031106
1474  - (djm) Clarify UsePAM consequences a little more
1475
1476 20031103
1477  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
1478    are created correctly with CRLF line terminations.  Patch from vinschen at
1479    redhat.com.
1480  - (dtucker) OpenBSD CVS Sync
1481    - markus@cvs.openbsd.org 2003/10/15 09:48:45
1482      [monitor_wrap.c]
1483      check pmonitor != NULL
1484    - markus@cvs.openbsd.org 2003/10/21 09:50:06
1485      [auth2-gss.c]
1486      make sure the doid is larger than 2
1487    - avsm@cvs.openbsd.org 2003/10/26 16:57:43
1488      [sshconnect2.c]
1489      rename 'supported' static var in userauth_gssapi() to 'gss_supported'
1490      to avoid shadowing the global version.  markus@ ok
1491    - markus@cvs.openbsd.org 2003/10/28 09:08:06
1492      [misc.c]
1493      error->debug for getsockopt+TCP_NODELAY; several requests
1494    - markus@cvs.openbsd.org 2003/11/02 11:01:03
1495      [auth2-gss.c compat.c compat.h sshconnect2.c]
1496      remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
1497  - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
1498
1499 20031021
1500  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
1501    directly.  Noted by Darren.Moffat at sun.com.
1502  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
1503    make agent setgid during test.
1504
1505 20031017
1506  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
1507    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
1508
1509 20031015
1510  - (dtucker) OpenBSD CVS Sync
1511    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
1512      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
1513      scp and sftp: add options list and sort options. options list requested
1514      by deraadt@
1515      sshd: use same format as ssh
1516      ssh: remove wrong option from list
1517      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
1518      ok deraadt@ markus@
1519    - markus@cvs.openbsd.org 2003/10/08 15:21:24
1520      [readconf.c ssh_config.5]
1521      default GSS API to no in client, too; ok jakob, deraadt@
1522    - markus@cvs.openbsd.org 2003/10/11 08:24:08
1523      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
1524      remote x11 clients are now untrusted by default, uses xauth(8) to generate
1525      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
1526      ok deraadt; feedback and ok djm/fries
1527    - markus@cvs.openbsd.org 2003/10/11 08:26:43
1528      [sshconnect2.c]
1529      search keys in reverse order; fixes #684
1530    - markus@cvs.openbsd.org 2003/10/11 11:36:23
1531      [monitor_wrap.c]
1532      return NULL for missing banner; ok djm@
1533    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
1534      [ssh_config.5]
1535      note that EnableSSHKeySign should be in the non-hostspecific section;
1536      remove unnecessary .Pp;
1537      ok markus@
1538    - markus@cvs.openbsd.org 2003/10/13 08:22:25
1539      [scp.1 sftp.1]
1540      don't refer to options related to forwarding; ok jmc@
1541    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
1542      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
1543      include SSHFP lookup code (not enabled by default). ok markus@
1544    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
1545      [README.dns]
1546      update
1547    - markus@cvs.openbsd.org 2003/10/14 19:54:39
1548      [session.c ssh-agent.c]
1549      10X for mkdtemp; djm@
1550  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
1551    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
1552    compiled in but disabled in config.
1553  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
1554  - (tim) [regress/banner.sh] portability fix.
1555
1556 20031009
1557  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
1558
1559 20031008
1560  - (dtucker) OpenBSD CVS Sync
1561    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
1562      [sshconnect2.c]
1563      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
1564      #707.  ok markus@
1565    - djm@cvs.openbsd.org 2003/10/07 07:04:16
1566      [sftp-int.c]
1567      sftp quoting fix from admorten AT umich.edu; ok markus@
1568    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
1569      [sshconnect2.c]
1570      set ptr to NULL after free
1571    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
1572      [regress/Makefile regress/banner.sh]
1573      Test SSH2 banner.  ok markus@
1574    - djm@cvs.openbsd.org 2003/10/07 07:04:52
1575      [regress/sftp-cmds.sh]
1576      more sftp quoting regress tests; ok markus
1577
1578 20031007
1579  - (djm) Delete autom4te.cache after autoreconf
1580  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
1581    cleanup functions.  With & ok djm@
1582  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
1583    run-time switch, always build --with-md5-passwords.
1584  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
1585    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
1586  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
1587    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
1588  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
1589    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
1590
1591 20031003
1592  - (dtucker) OpenBSD CVS Sync
1593    - markus@cvs.openbsd.org 2003/10/02 10:41:59
1594      [sshd.c]
1595      print openssl version, too, several requests; ok henning/djm.
1596    - markus@cvs.openbsd.org 2003/10/02 08:26:53
1597      [ssh-gss.h]
1598      missing $OpenBSD:; dtucker
1599  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
1600    option.
1601
1602 20031002
1603  - (dtucker) OpenBSD CVS Sync
1604    - markus@cvs.openbsd.org 2003/09/23 20:17:11
1605      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
1606      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
1607      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
1608      ssh-agent.c sshd.c]
1609      replace fatal_cleanup() and linked list of fatal callbacks with static
1610      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
1611      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
1612      tested by many, ok deraadt@
1613    - markus@cvs.openbsd.org 2003/09/23 20:18:52
1614      [progressmeter.c]
1615      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
1616      ok millert/deraadt@
1617    - markus@cvs.openbsd.org 2003/09/23 20:41:11
1618      [channels.c channels.h clientloop.c]
1619      move client only agent code to clientloop.c
1620    - markus@cvs.openbsd.org 2003/09/26 08:19:29
1621      [sshd.c]
1622      no need to set the listen sockets to non-block; ok deraadt@
1623    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
1624      [ssh.1]
1625      - add list of options to -o and .Xr ssh_config(5)
1626      - some other cleanup
1627      requested by deraadt@;
1628      ok deraadt@ markus@
1629    - markus@cvs.openbsd.org 2003/09/29 20:19:57
1630      [servconf.c sshd_config]
1631      GSSAPICleanupCreds -> GSSAPICleanupCredentials
1632  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
1633    --with-pam.  ok djm@
1634  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
1635  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
1636    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
1637
1638 20030930
1639  - (bal) Fix issues in openbsd-compat/realpath.c
1640
1641 20030925
1642  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
1643    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
1644    michael_steffens at hp.com, ok djm@
1645  - (tim) [sshd_config] UsePAM defaults to no.
1646
1647 20030924
1648  - (djm) Update version.h and spec files for HEAD
1649  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
1650
1651 20030923
1652  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
1653    builds.  Portability corrections from tim@.
1654  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
1655    Patch from max at quendi.de.
1656  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
1657  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
1658  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
1659    Patch from david.haughton at ncr.com
1660  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
1661    Part of patch supplied by bugzilla-openssh at thewrittenword.com
1662  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
1663    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
1664    where gai_strerror is defined as "const char *".  Part of patch supplied
1665    by bugzilla-openssh at thewrittenword.com
1666  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
1667    ssh-host-config to match current defaults, bump README version.  Patch from
1668    vinschen at redhat.com.
1669  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
1670    OS does not support permanently dropping privileges.  Patch from
1671    vinschen at redhat.com.
1672  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
1673    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
1674    thewrittenword.com
1675  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
1676    higher.
1677  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
1678  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
1679    Report by distler AT golem ph utexas edu.
1680  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
1681    article by genty at austin.ibm.com, included with the author's permission.
1682  - (dtucker) OpenBSD CVS Sync
1683    - markus@cvs.openbsd.org 2003/09/18 07:52:54
1684      [sshconnect.c]
1685      missing {}; bug #656; jclonguet at free.fr
1686    - markus@cvs.openbsd.org 2003/09/18 07:54:48
1687      [buffer.c]
1688      protect against double free; #660;  zardoz at users.sf.net
1689    - markus@cvs.openbsd.org 2003/09/18 07:56:05
1690      [authfile.c]
1691      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
1692    - markus@cvs.openbsd.org 2003/09/18 08:49:45
1693      [deattack.c misc.c session.c ssh-agent.c]
1694      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
1695      ok millert@
1696    - miod@cvs.openbsd.org 2003/09/18 13:02:21
1697      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
1698      A few signedness fixes for harmless situations; markus@ ok
1699    - markus@cvs.openbsd.org 2003/09/19 09:02:02
1700      [packet.c]
1701      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
1702    - markus@cvs.openbsd.org 2003/09/19 09:03:00
1703      [buffer.c]
1704      sign fix in buffer_dump; Jedi/Sector One; pr 3473
1705    - markus@cvs.openbsd.org 2003/09/19 11:29:40
1706      [ssh-agent.c]
1707      provide a ssh-agent specific fatal() function; ok deraadt
1708    - markus@cvs.openbsd.org 2003/09/19 11:30:39
1709      [ssh-keyscan.c]
1710      avoid fatal_cleanup, just call exit(); ok deraadt
1711    - markus@cvs.openbsd.org 2003/09/19 11:31:33
1712      [channels.c]
1713      do not call channel_free_all on fatal; ok deraadt
1714    - markus@cvs.openbsd.org 2003/09/19 11:33:09
1715      [packet.c sshd.c]
1716      do not call packet_close on fatal; ok deraadt
1717    - markus@cvs.openbsd.org 2003/09/19 17:40:20
1718      [scp.c]
1719      error handling for remote-remote copy; #638; report Harald Koenig;
1720      ok millert, fgs, henning, deraadt
1721    - markus@cvs.openbsd.org 2003/09/19 17:43:35
1722      [clientloop.c sshtty.c sshtty.h]
1723      remove fatal callbacks from client code; ok deraadt
1724  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
1725         on #unixhelp@efnet
1726  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
1727  - (djm) Sync with V_3_7 branch:
1728    - (djm) Fix SSH1 challenge kludge
1729    - (djm) Bug #671: Fix builds on OpenBSD
1730    - (djm) Bug #676: Fix PAM stack corruption
1731    - (djm) Fix bad free() in PAM code
1732    - (djm) Don't call pam_end before pam_init
1733    - (djm) Enable build with old OpenSSL again
1734    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1735    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1736
1737 $Id$
This page took 0.166558 seconds and 5 git commands to generate.