Re: Help with spoolss printing

2003-03-04 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 4 Mar 2003, Steve Langasek wrote: Have you tried the backported 2.2.7a packages available at http://people.debian.org/~peloy/samba/? Jerry, have there been more printing fixes since then that he'll need in order to get this working? I

Re: Help with spoolss printing

2003-03-04 Thread Mike Brodbelt
Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 4 Mar 2003, Steve Langasek wrote: Have you tried the backported 2.2.7a packages available at http://people.debian.org/~peloy/samba/? Jerry, have there been more printing fixes since then that he'll need in

Re: [PATCH] file change notification

2003-03-04 Thread Michael B. Allen
On Mon, 3 Mar 2003 22:03:02 +0100 [EMAIL PROTECTED] (Juergen Hasch) wrote: Hi, attached is a modified version of Hal's file change notification patch. It's against Samba HEAD and works for me. Changes: - use push_ucs2() to send unicode file names - make some functions static (make proto

session ids

2003-03-04 Thread Greg
Hi, can someone explain to me a little about how samba uses the session ids? I particularly have a problem on FreeBSD-4.4 with session ids running out. from log file: [2003/03/05 12:36:41, 1] smbd/reply.c:reply_sesssetup_and_X(1005) Rejecting user 'stephen': authentication failed [2003/03/05

3.0a21 and HEAD: only primary group of a domain user is set on smbd

2003-03-04 Thread Chere Zhou
Dear list, I know that on 2.2.5, when we get user info from winbindd, we also initialize group information based on the group list got from winbind, and do a setgroups for the process, so that all of the groups the user is a member of is set on the smbd. Now on 3.0a21 and HEAD, I do not see

Re: Norton Ghost, rpc_server

2003-03-04 Thread Bradley W. Langhorst
On Tue, 2003-03-04 at 14:42, [EMAIL PROTECTED] wrote: Hi List! It's some time ago now that I asked wether it is possible to join a domain with a Windows 2000 client using the Norton Ghost console and Samba as pdc. I now found some info in Samba's logfiles, and so I can ask now for the

RE: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-04 Thread Ken Cross
The behavior you're seeing is because LDAP is being used to get the group membership rather that RPC. Last month I posted a patch to fix this, but to my knowledge it hasn't been incorporated. (I'm not bitching, just explaining...) If you're interested, check the archives for message entitled

Connecting to Win2K via port 445 and etc

2003-03-04 Thread Richard Sharpe
Hi, based on a change that Jeremy made today relating to Win2K via 445, I wonder if the following code in cli_send_tconX (head) is perhaps still a bit wrong if (cli-port == 445) { slprintf(fullshare, sizeof(fullshare)-1, %s, share); }

Re: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-04 Thread jra
On Tue, Mar 04, 2003 at 10:38:12PM -0500, Ken Cross wrote: The behavior you're seeing is because LDAP is being used to get the group membership rather that RPC. Last month I posted a patch to fix this, but to my knowledge it hasn't been incorporated. (I'm not bitching, just explaining...)

[PATCH] draft: better string overflow checking (was: memorycorruption in SAMBA_3_0)

2003-03-04 Thread Martin Pool
I was thinking about Andrew's fstring-overflow patch from a few weeks ago: for developer builds, it touches the last byte of a string buffer to check that it's as long as it should be. This should be reasonably helpful in catching string overflows on the heap, but not so good on the stack,

Re: more rpcclient bughunting: PRINTER_ALL_ACCESS vs MAXIMUM_ALLOWED_ACCESS

2003-03-04 Thread Tim Potter
On Tue, Mar 04, 2003 at 05:39:25PM +, Ronan Waide wrote: using setdriver in rpcclient wasn't working for me, so I traced execution and discovered that it uses open_printer_ex with an access level of MAXIMUM_ALLOWED_ACCESS. This only grants me read access to the printer when I am in fact a

RE: Samba and PPP

2003-03-04 Thread Ulf Bertilsson
Hi, Ulf Bertilsson! On 19-Feb-03, you wrote: UB ppp0: UB flags=40F1UP,POINTOPOINT,NOTRAILERS,RUNNING,NOARP,SANA MTU=1500 UB inet 192.168.255.254 -- 192.168.255.253 netmask UB Hardware type: PPP UB UB Use ifconfig -h for usage. UB 16.System: UB --- cut

RE: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-04 Thread Andrew Bartlett
On Wed, 2003-03-05 at 14:38, Ken Cross wrote: The behavior you're seeing is because LDAP is being used to get the group membership rather that RPC. Last month I posted a patch to fix this, but to my knowledge it hasn't been incorporated. (I'm not bitching, just explaining...) Your patch

Re: number of groups of NT account causes authentication problems

2003-03-04 Thread Richard Sharpe
On Tue, 4 Mar 2003, Gopal Bhat wrote: Hi, I did more experiments with this problem and found that 'SMBD' fails to authenticate when the Number of Groups an NT user belongs grows more than 14 (i.e. 15 or more). Thanks, Gopal I can't have a look until tomorrow, but I wonder, is it possible

Re: number of groups of NT account causes authentication problems

2003-03-04 Thread Gopal Bhat
Hi, I did more experiments with this problem and found that 'SMBD' fails to authenticate when the Number of Groups an NT user belongs grows more than 14 (i.e. 15 or more). Thanks, Gopal Gopal Bhat wrote: I am facing a strange problem related to authentication of NT users accessing the SAMBA

Re: number of groups of NT account causes authentication problems

2003-03-04 Thread John H Terpstra
On Tue, 4 Mar 2003, Gopal Bhat wrote: Hi, I did more experiments with this problem and found that 'SMBD' fails to authenticate when the Number of Groups an NT user belongs grows more than 14 (i.e. 15 or more). In my experience this is VERY much a platform issue and not a Samba specific

RE : passwd()/crypt() emulation incorrect

2003-03-04 Thread COLLOT Jean-Yves
Dave is right : i twas not correct. I'll correct that for the next release. You'll have to wait a little longer... JY PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING: http://www.catb.org/~esr/faqs/smart-questions.html

RE : SAMBA 2.2.4 or 2.2.7a and broken pipe

2003-03-04 Thread COLLOT Jean-Yves
SAMBA 2.0.6 allows the smbd process to be run interactively Sure, 2.2.7 kept that very interesting feature for debugging. The syntax is RUN SAMBA_ROOT:[BIN]SMBD -i -dn n being the debug (trace) level you want. Between 3 and 5 is usually enough to have a lot of information. Before

Posting FAQ now correct

2003-03-04 Thread John E. Malmberg
Ok, first a little housekeeping. There seem to be a lot of new posters to this forum that do not have experience with mailing list and newsgroups. Apparently this URL is being put at the end of the first message in the digest, and I do not know where it is being put on the individual message.

RE: setting up SAMBA 1.9.17p4

2003-03-04 Thread John E. Malmberg
Maruyama, Kazutoshi [EMAIL PROTECTED] wrote: Thanks John for advice. I am using OpenVMS V6.2 and DIGITAL TCP/IP Services for OpenVMS VAX Version V4.2 - ECO 2. I tried to install SAMBA 2.0.6 before, but I could not install. Because, I got the install error during the frontport installation.

RE : Detecting directory changes.

2003-03-04 Thread John E. Malmberg
'Dave Jones' [EMAIL PROTECTED], wrote: I just joined this list, I've been playing with samba to the past few weeks. Welcome. For those that may not be familiar with Dave Jones, He is the maintainer and I think the main author of the OSU Threading Web server. In the archives there was discussion

Re: passwd()/crypt() emulation incorrect

2003-03-04 Thread John E. Malmberg
Dave Jones [EMAIL PROTECTED] wrote: The way the samba port emulates passwd()/crypt() functionality against the SYSUAF is wrong, you can't simply return a pointer to the VMS password hash quadword as the passwd string. In traditional UNIX, the passwd() function returns a pointer to a

CVS update: samba/source/printing

2003-03-04 Thread abartlet
Date: Tue Mar 4 09:33:34 2003 Author: abartlet Update of /data/cvs/samba/source/printing In directory dp.samba.org:/tmp/cvs-serv25296/printing Modified Files: nt_printing.c Log Message: Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intent was to limit the

CVS update: samba

2003-03-04 Thread jerry
Date: Tue Mar 4 19:18:23 2003 Author: jerry Update of /data/cvs/samba In directory dp.samba.org:/tmp/cvs-serv16536 Modified Files: Tag: SAMBA_3_0 WHATSNEW.txt Log Message: updating whatsnew for alpha22 Revisions: WHATSNEW.txt1.52.2.9 = 1.52.2.10

CVS update: samba

2003-03-04 Thread jerry
Date: Tue Mar 4 19:22:54 2003 Author: jerry Update of /data/cvs/samba In directory dp.samba.org:/tmp/cvs-serv17360 Modified Files: Tag: SAMBA_3_0 WHATSNEW.txt Log Message: fixing a few typos Revisions: WHATSNEW.txt1.52.2.10 = 1.52.2.11

CVS update: samba/docs/docbook/faq

2003-03-04 Thread jerry
Date: Tue Mar 4 19:34:29 2003 Author: jerry Update of /data/cvs/samba/docs/docbook/faq In directory dp.samba.org:/tmp/cvs-serv20066/docbook/faq Modified Files: Tag: SAMBA_3_0 features.sgml Log Message: fixing a few typos regenerating pages Revisions: features.sgml

CVS update: samba/docs/faq

2003-03-04 Thread jerry
Date: Tue Mar 4 19:34:29 2003 Author: jerry Update of /data/cvs/samba/docs/faq In directory dp.samba.org:/tmp/cvs-serv20066/faq Modified Files: Tag: SAMBA_3_0 errors.html Log Message: fixing a few typos regenerating pages Revisions: errors.html 1.3.2.3 = 1.3.2.4

CVS update: samba/docs

2003-03-04 Thread jerry
Date: Tue Mar 4 19:34:29 2003 Author: jerry Update of /data/cvs/samba/docs In directory dp.samba.org:/tmp/cvs-serv20066 Modified Files: Tag: SAMBA_3_0 Samba-HOWTO-Collection.pdf Log Message: fixing a few typos regenerating pages Revisions: Samba-HOWTO-Collection.pdf

CVS update: samba/source/include

2003-03-04 Thread jerry
Date: Tue Mar 4 19:39:19 2003 Author: jerry Update of /data/cvs/samba/source/include In directory dp.samba.org:/tmp/cvs-serv21100/source/include Modified Files: Tag: SAMBA_3_0 version.h Log Message: preparing for release of 3.0alpha22 Revisions: version.h

CVS update: samba/packaging/RedHat

2003-03-04 Thread jerry
Date: Tue Mar 4 19:55:04 2003 Author: jerry Update of /data/cvs/samba/packaging/RedHat In directory dp.samba.org:/tmp/cvs-serv23702 Modified Files: Tag: SAMBA_3_0 makerpms.sh.tmpl samba2.spec.tmpl Log Message: make sure to call autogen.sh Revisions: makerpms.sh.tmpl

CVS update: samba/source/client

2003-03-04 Thread jra
Date: Tue Mar 4 23:35:43 2003 Author: jra Update of /data/cvs/samba/source/client In directory dp.samba.org:/tmp/cvs-serv12644/client Modified Files: Tag: SAMBA_2_2 client.c clitar.c Log Message: Make 2.2 compile (relatively) cleanly with -Wwrite-strings. Looks a big change

CVS update: samba/source/include

2003-03-04 Thread jra
Date: Tue Mar 4 23:35:45 2003 Author: jra Update of /data/cvs/samba/source/include In directory dp.samba.org:/tmp/cvs-serv12644/include Modified Files: Tag: SAMBA_2_2 charset.h debug.h mapping.h ntdomain.h proto.h rpc_dce.h smb.h Log Message: Make 2.2 compile (relatively)

CVS update: samba/source/nsswitch

2003-03-04 Thread jra
Date: Tue Mar 4 23:35:50 2003 Author: jra Update of /data/cvs/samba/source/nsswitch In directory dp.samba.org:/tmp/cvs-serv12644/nsswitch Modified Files: Tag: SAMBA_2_2 wbinfo.c winbind_nss.c winbindd.c winbindd_util.c Log Message: Make 2.2 compile (relatively) cleanly with

CVS update: samba/source/param

2003-03-04 Thread jra
Date: Tue Mar 4 23:35:51 2003 Author: jra Update of /data/cvs/samba/source/param In directory dp.samba.org:/tmp/cvs-serv12644/param Modified Files: Tag: SAMBA_2_2 loadparm.c params.c Log Message: Make 2.2 compile (relatively) cleanly with -Wwrite-strings. Looks a big change

CVS update: samba/source/passdb

2003-03-04 Thread jra
Date: Tue Mar 4 23:35:52 2003 Author: jra Update of /data/cvs/samba/source/passdb In directory dp.samba.org:/tmp/cvs-serv12644/passdb Modified Files: Tag: SAMBA_2_2 passdb.c pdb_ldap.c pdb_nisplus.c pdb_smbpasswd.c pdb_tdb.c secrets.c Log Message: Make 2.2 compile

CVS update: samba/source/rpc_parse

2003-03-04 Thread jra
Date: Tue Mar 4 23:35:57 2003 Author: jra Update of /data/cvs/samba/source/rpc_parse In directory dp.samba.org:/tmp/cvs-serv12644/rpc_parse Modified Files: Tag: SAMBA_2_2 parse_dfs.c parse_lsa.c parse_misc.c parse_net.c parse_prs.c parse_reg.c parse_rpc.c parse_samr.c

CVS update: samba/source/rpc_server

2003-03-04 Thread jra
Date: Tue Mar 4 23:35:58 2003 Author: jra Update of /data/cvs/samba/source/rpc_server In directory dp.samba.org:/tmp/cvs-serv12644/rpc_server Modified Files: Tag: SAMBA_2_2 srv_netlog_nt.c srv_pipe.c srv_reg_nt.c srv_samr_nt.c srv_spoolss_nt.c srv_srvsvc_nt.c

CVS update: samba/source/smbd

2003-03-04 Thread jra
Date: Tue Mar 4 23:36:01 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv12644/smbd Modified Files: Tag: SAMBA_2_2 chgpasswd.c connection.c dir.c filename.c lanman.c mangle.c mangle_hash.c negprot.c nttrans.c password.c

CVS update: samba/source/tdb

2003-03-04 Thread jra
Date: Tue Mar 4 23:36:01 2003 Author: jra Update of /data/cvs/samba/source/tdb In directory dp.samba.org:/tmp/cvs-serv12644/tdb Modified Files: Tag: SAMBA_2_2 tdbbackup.c tdbutil.c Log Message: Make 2.2 compile (relatively) cleanly with -Wwrite-strings. Looks a big change but

CVS update: samba/source/web

2003-03-04 Thread jra
Date: Tue Mar 4 23:36:02 2003 Author: jra Update of /data/cvs/samba/source/web In directory dp.samba.org:/tmp/cvs-serv12644/web Modified Files: Tag: SAMBA_2_2 cgi.c statuspage.c swat.c Log Message: Make 2.2 compile (relatively) cleanly with -Wwrite-strings. Looks a big change

CVS update: samba/source/ubiqx

2003-03-04 Thread jra
Date: Tue Mar 4 23:36:02 2003 Author: jra Update of /data/cvs/samba/source/ubiqx In directory dp.samba.org:/tmp/cvs-serv12644/ubiqx Modified Files: Tag: SAMBA_2_2 debugparse.c debugparse.h Log Message: Make 2.2 compile (relatively) cleanly with -Wwrite-strings. Looks a big

CVS update: samba/source/libsmb

2003-03-04 Thread jra
Date: Wed Mar 5 00:54:16 2003 Author: jra Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv1231/libsmb Modified Files: Tag: SAMBA_3_0 cliconnect.c Log Message: Connectathon fix. W2K - W2K over port 445 doing a tconX does the full \\server\share

CVS update: samba/source/printing

2003-03-04 Thread jra
Date: Wed Mar 5 00:54:47 2003 Author: jra Update of /data/cvs/samba/source/printing In directory dp.samba.org:/tmp/cvs-serv2328/printing Modified Files: Tag: SAMBA_3_0 lpq_parse.c Log Message: Fix for little-used lpq parser. Jeremy. Revisions: lpq_parse.c

CVS update: samba/source/libsmb

2003-03-04 Thread jra
Date: Wed Mar 5 01:30:15 2003 Author: jra Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv13832/libsmb Modified Files: Tag: SAMBA_3_0 namequery.c Log Message: Writable string const fixes. Jeremy. Revisions: namequery.c 1.93.2.10 =

CVS update: samba/source/libsmb

2003-03-04 Thread jra
Date: Wed Mar 5 01:30:26 2003 Author: jra Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv13836/libsmb Modified Files: namequery.c Log Message: Writable string const fixes. Jeremy. Revisions: namequery.c 1.121 = 1.122

CVS update: samba/source/printing

2003-03-04 Thread jra
Date: Wed Mar 5 01:30:15 2003 Author: jra Update of /data/cvs/samba/source/printing In directory dp.samba.org:/tmp/cvs-serv13832/printing Modified Files: Tag: SAMBA_3_0 nt_printing.c Log Message: Writable string const fixes. Jeremy. Revisions: nt_printing.c

CVS update: samba/source/printing

2003-03-04 Thread jra
Date: Wed Mar 5 01:30:26 2003 Author: jra Update of /data/cvs/samba/source/printing In directory dp.samba.org:/tmp/cvs-serv13836/printing Modified Files: lpq_parse.c nt_printing.c Log Message: Writable string const fixes. Jeremy. Revisions: lpq_parse.c 1.16 = 1.17

CVS update: samba/source/libads

2003-03-04 Thread jra
Date: Wed Mar 5 01:34:37 2003 Author: jra Update of /data/cvs/samba/source/libads In directory dp.samba.org:/tmp/cvs-serv16149/libads Modified Files: krb5_setpw.c Log Message: More const fixes. Jeremy. Revisions: krb5_setpw.c1.13 = 1.14

CVS update: samba/source/param

2003-03-04 Thread mbp
Date: Wed Mar 5 05:19:36 2003 Author: mbp Update of /data/cvs/samba/source/param In directory dp.samba.org:/tmp/cvs-serv15709 Modified Files: loadparm.c Log Message: lp_string: Add note about dodgy StrnCpy use. Revisions: loadparm.c 1.482 = 1.483

<    1   2