Your message dated Mon, 31 Oct 2005 09:39:00 +0100
with message-id <[EMAIL PROTECTED]>
and subject line closing woody bugs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Aug 2004 17:23:12 +0000
>From [EMAIL PROTECTED] Sun Aug 22 10:23:12 2004
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Byw3k-0005ix-00; Sun, 22 Aug 2004 10:23:12 -0700
Received: from gnu.in-berlin.de [192.109.42.4] 
        by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ByvgM-00040t-00; Sun, 22 Aug 2004 10:59:02 -0600
X-Envelope-From: [EMAIL PROTECTED]
X-Envelope-To: <[EMAIL PROTECTED]>
Received: from cella.kloster.be.schule.de (mail.kloster.in-berlin.de 
[212.42.253.35])
        by gnu.in-berlin.de (8.12.11/8.12.11/Debian-4) with ESMTP id 
i7MGwWws017600
        for <[EMAIL PROTECTED]>; Sun, 22 Aug 2004 18:58:32 +0200
Received: from mkarcher by cella.kloster.be.schule.de with local (Exim 3.35 #1 
(Debian))
        id 1Byvfr-00076Q-00; Sun, 22 Aug 2004 18:58:31 +0200
From: Michael Karcher <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: samba: Patch to solve bug 135115: Problems with printing from XP 
clients
X-Mailer: reportbug 1.50
Date: Sun, 22 Aug 2004 18:58:31 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Scanned-By: MIMEDefang 2.43
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: samba
Version: 2.2.3a-13.0.1
Severity: normal
Tags: woody patch

The problem described in the archived bug #135115 is *not* fixed in the
samba 2.2.3a series in woody. Samba crashes on an spoolss_rffpcnex call
if the calling client is not also running an smb server (either smbd or
the "File and printer sharing for MS Networks" server), because
rpc_server/srv_spoolss_nt.c:_spoolss_rffpcnex(1426) calls
rpc_server/srv_spoolss_nt.c:srv_spoolss_replyopenprinter(1378)
which calls
rpc_client/cli_spoolss_notify.c:spoolss_connect_to_client(72)
which calls attempt_netbios_session_request. If the session request
fails, client state in cli is already shut down, so the printing of the
error code accessing buffers in the client state dereferences a NULL
pointer.


--- samba-2.2.3a/source/rpc_client/cli_spoolss_notify.c Sun Feb  3 01:46:49 2002
+++ samba-2.2.3a/source/rpc_client/cli_spoolss_notify.c.new     Sun Aug 22 
18:03:30 2004
@@ -70,8 +70,9 @@
        }
   
        if (!attempt_netbios_session_request(cli, global_myname, 
remote_machine, &cli->dest_ip)) {
-               DEBUG(0,("connect_to_client: machine %s rejected the NetBIOS 
session request. Error was %s\n", remote_machine, cli_errstr(cli) ));
-               cli_shutdown(cli);
+               /* Do not log the error! cli is already locked and shut down! */
+/*             DEBUG(0,("connect_to_client: machine %s rejected the NetBIOS 
session request. Error was %s\n", remote_machine, cli_errstr(cli) ));
+               cli_shutdown(cli);*/
                return False;
        }
 

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux cella 2.4.26 #1 Fre Mai 28 16:35:41 CEST 2004 i686
Locale: LANG=de_DE, LC_CTYPE=de_DE

Versions of packages samba depends on:
ii  debconf                    1.0.32        Debian configuration management sy
ii  libc6                      2.2.5-11.5    GNU C Library: Shared libraries an
ii  libcupsys2                 1.1.14-5      Common UNIX Printing System(tm) - 
ii  libpam0g                   0.72-35       Pluggable Authentication Modules l
ii  logrotate                  3.5.9-8       Log rotation utility
ii  netbase                    4.07          Basic TCP/IP networking system
ii  samba-common               2.2.3a-13.0.1 Samba common files used by both th


---------------------------------------
Received: (at 267455-done) by bugs.debian.org; 31 Oct 2005 08:39:05 +0000
>From [EMAIL PROTECTED] Mon Oct 31 00:39:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from h02.hostsharing.net (pomo.hostsharing.net) [212.21.77.2] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EWVC5-0002Pj-00; Mon, 31 Oct 2005 00:39:05 -0800
Received: from apu.credativ.de (p50894B6E.dip.t-dialin.net [80.137.75.110])
        (using SSLv3 with cipher RC4-MD5 (128/128 bits))
        (No client certificate requested)
        by pomo.hostsharing.net (Postfix) with ESMTP
        id 66630A0036E; Mon, 31 Oct 2005 09:39:06 +0100 (CET)
Subject: closing woody bugs
From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-uh9dKioN/6W6PaYatxmM"
Organization: Debian GNU/Linux, www.debian.org
Date: Mon, 31 Oct 2005 09:39:00 +0100
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-2.5 required=4.0 tests=BAYES_00,RCVD_IN_SORBS 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2


--=-uh9dKioN/6W6PaYatxmM
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hello,

Because we got no feedback from our request from 2005-10-20 we believe
the reported samba bug with the tag "woody" is fixed in the latest
Debian release "sarge".
List of woody bugs:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=3Dsrc&data=3Dsamba&archi=
ve=3Dno&version=3D&dist=3Dunstable&include=3Dwoody

I'm closing this bugs.

--=20
No=C3=A8l K=C3=B6the <noel debian.org>
Debian GNU/Linux, www.debian.org

--=-uh9dKioN/6W6PaYatxmM
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDZdgk9/DnDzB9Vu0RAlO7AJ90SCL4PIduILV8RWQrNl1PJTzokwCfVZ2Z
LeE7MGb+bxm5FWiNJLekU2M=
=gtue
-----END PGP SIGNATURE-----

--=-uh9dKioN/6W6PaYatxmM--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to