[Samba] Smbmount right's Problems

2006-03-14 Thread Andreas Koch
Hello, i have problems with the right's, when i mount my home share. The Version on the Server is (debian): 3.0.14a-6 0 The Version on the Client is (debian): 3.0.14a-3 0 This is the smb.conf on the Server side: [global] unix extensions = no panic action = /usr/share/samba/panic-action

[Samba] Printer Queue not being cleared

2006-03-14 Thread Rory Vieira
Hi, I subscribed just to get this solved :) I'm using the latest Samba i.c.w. CUPS. For some reason all prints that are finished are still in the printer queue seen from windows. However, going to the CUPS queue on port 631, its' all clear... Any idea's on how to solve this tiny matter???

[Samba] Delay with printer properties

2006-03-14 Thread Markus Korth
Greetings Samba Fans! I'm experiencing a strange problem which started after installation of Service Pack 2 for Windows XP: When a user tries to print there is a long delay (sometimes around 2 minutes) before the printer properties page is opened. This only affects Windows XP with Service Pack 2

[Samba] Execute script on file write

2006-03-14 Thread Peter Fortuin
Hello, I'm working on a quota system here at school. I want to execute a script everytime a user writes on the samba fileserver. This script checks some quota stuff. My question is, is it possible that a script is executed everytime a user writes a file to the samba server and if it's

Re: [Samba] Execute script on file write

2006-03-14 Thread Tomasz Chmielewski
Peter Fortuin wrote: Hello, I'm working on a quota system here at school. I want to execute a script everytime a user writes on the samba fileserver. This script checks some quota stuff. My question is, is it possible that a script is executed everytime a user writes a file to the samba

RE: [Samba] Execute script on file write

2006-03-14 Thread Gautier, B \(Bob\)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Peter Fortuin Sent: 14 March 2006 09:27 To: samba@lists.samba.org Subject: [Samba] Execute script on file write Hello, I'm working on a quota system here at school. I want to execute a

Re: [Samba] Execute script on file write

2006-03-14 Thread Markus Korth
Doesn't samba offer an interface for anti virus tools? Could that interface be used for executing scripts or similar whe accessing/writing files? Just a guess. Markus Tomasz Chmielewski wrote: Peter Fortuin wrote: Hello, I'm working on a quota system here at school. I want to execute a

[Samba] how to upgrade to Samba-3.0.21c

2006-03-14 Thread User 1
Dear All, I am running samba-3.0.10-1.fc2 on my FC2, now I want to upgrade it to Samba 3.0.21c . any body please inform me how to safely upgrade? .. many thanks in advance Regards Winanjaya *** Our outgoing mail has been scanned by MSS. *** -- To

[Samba] Problem with fstat on open file

2006-03-14 Thread J. Strohschnitter
Hi list, I have problems while running a programm on a smb-share. Sometimes the prg shutsdown and in the log I found the following errors: [2006/03/13 15:11:55, 0] smbd/oplock.c:oplock_break(869) oplock_break: client failure in oplock break in file So I have set the oplocks for this share to

Re: [Samba] Samba Errors with 3.0.21b on AIX -- please help

2006-03-14 Thread William Jojo
- Original Message - From: Ray Gebbie [EMAIL PROTECTED] To: samba@lists.samba.org Sent: Monday, March 13, 2006 5:37 PM Subject: Re: [Samba] Samba Errors with 3.0.21b on AIX -- please help I guess there have not been any responses because I did not specifically ask a question. Why

[Samba] Re: Printer Queue not being cleared

2006-03-14 Thread Michael Lueck
Rory Vieira wrote: I subscribed just to get this solved :) Server OS and version? Samba version? Enough of your smb.conf to show printer related settings? Client OS and version? -- Michael Lueck Lueck Data Systems http://www.lueckdatasystems.com/ Remove the upper case letters NOSPAM to

[Samba] Bug 3084

2006-03-14 Thread F. Heitkamp
I think I am having the same bug as: https://bugzilla.samba.org/show_bug.cgi?id=3084 I am runing glibc-2.4, Kernel 2.6.15.6, samba 3.0 from SVN, I tried various versions of gcc, 3.4.4 to 4.1.1 and they all do the same. When I try to start samba I get: /sbin/start-stop-daemon: line 2: 14466

Re: [Samba] Can not cancel print job

2006-03-14 Thread Andrew Watkins
Thanks for the reply and yes it would be great if printing was updated, but it is the old story of priority to the code which needs doing. Anyway, I have fixed my problem by editing the code in the function unpack_pjob in printing.c, so that it strips out any @hostname from the printer

Re: [Samba] Re: Dos client samba

2006-03-14 Thread Maurizio Faccio
The last I've tried was the bart network disk BFD v1.0.7. I boot with EMM386. The driver i have been using is the NE2000 compatible driver, with a NIC CNet CN650EPLUS. I've also tried with MS-Client 3.0, and LANMAN 2.2c, running over CALDERA DR-DOS, and IBM DOS 5 I run Clipper programs on that

Re: [Samba] Re: Printer Queue not being cleared

2006-03-14 Thread Rory Vieira
Dear Michael, Server OS and version? Samba version? Enough of your smb.conf to show printer related settings? Client OS and version? You are so right... I should've known :) System: P4 3GHz, 1Gb ram, 160Gb hda, dvd-writer hdc, 2 * 3Com etc... Running SuSE Linux 9.3 (installed from FTP)

[Samba] Re: Printer Queue not being cleared

2006-03-14 Thread Michael Lueck
Rory Vieira wrote: The rest looks good so I will focus two points on this part. [printers] comment = All Printers path = /var/spool/samba browseable = no public = yes guest ok = yes writable = no printable = yes create mode = 0700 create mode = 0600 Is perfect for

Re: [Samba] Re: Printer Queue not being cleared

2006-03-14 Thread Rory Vieira
Dear Michael, 2006/3/14, Michael Lueck [EMAIL PROTECTED]: The rest looks good so I will focus two points on this part. [printers] comment = All Printers path = /var/spool/samba browseable = no public = yes guest ok = yes writable = no printable = yes

Re: [Samba] how to upgrade to Samba-3.0.21c

2006-03-14 Thread David Shapiro
stop samba mv /usr/local/samba /usr/local/samba.old Do the build cp /usr/local/samba.old/lib/smb.conf /usr/local/samba/lib join to domain/realm again (some people copy .tdb files (private/var directories to new version, but join does the trick more easily) start samba Now you can fall back to

Re: [Samba] how to upgrade to Samba-3.0.21c

2006-03-14 Thread Rory Vieira
It CAN be even easier using the rpm's... download the rpm's you need into some folder rpm -Uvh /somefolder/*.rpm restart smbd and nmbd and yur done... Works for us everytime without copying ANYTHING... If you need to downgrade just do rpm -Uvh --force ... Cheers, -- Rory Vieira rory dot vieira

[Samba] Re: Dos client samba

2006-03-14 Thread Michael Lueck
Maurizio Faccio wrote: The last I've tried was the bart network disk BFD v1.0.7. I boot with EMM386. OK, so you are familaar with that and the settings he uses in DOS config files. The driver i have been using is the NE2000 compatible driver, with a NIC CNet CN650EPLUS. Actually, other

[Samba] New ACL Users disapear when added

2006-03-14 Thread Adam Engel
Hey all, CentOS 4.2 Kernel 2.6.9-34 samba-3.0.21c-1 Compiled from source rpm --with-acl-support I am trying to set up a share to enable ACLs so I can allow access to more then one group / user access to it with different settings, a standard procedure Im sure. I have confirmed POSIX acl is

Re: [Samba] how to upgrade to Samba-3.0.21c

2006-03-14 Thread dbm0572
El mar, 14-03-2006 a las 16:53 +0100, Rory Vieira escribió: It CAN be even easier using the rpm's... download the rpm's you need into some folder rpm -Uvh /somefolder/*.rpm restart smbd and nmbd and yur done... Works for us everytime without copying ANYTHING... If you need to downgrade

[Samba] [OT] DeleteRoamingCache=1 doesn't work

2006-03-14 Thread Toni Casueps
I have a Samba server which I set so that Windows clients have roaming profiles. It works but when the user logs off, his personal folder in C:\Documents and Settings remains there, although i created the key DeleteRoamingCache (as a DWORD) in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows

Re: [Samba] [OT] DeleteRoamingCache=1 doesn't work

2006-03-14 Thread Jean-Jacques Moulis
On Tue, 14 Mar 2006 16:41:44 + Toni Casueps [EMAIL PROTECTED] wrote: TC TC I have a Samba server which I set so that Windows clients have roaming TC profiles. It works but when the user logs off, his personal folder in TC C:\Documents and Settings remains there, although i created the key

[Samba] Daily changetrustpw breaks authentication

2006-03-14 Thread Jim Moser
Samba 3.0.21b The Samba docs indicate [0] we should be running changetrustpw [1] at some point (cron.daily) to update a machines trust account. However, I've seen multiple instances with 2 seperate AD environments where this breaks our ability to enumerate/authenticate with the domain. In

Re: [Samba] date created attribute doesn't seem right

2006-03-14 Thread Gordon Messmer
Henrik Zagerholm wrote: I've setup a samba server (ver 3.0.14a-3) on debian sarge. When I copy files to the server, the 'date created' attribute is always the same value as the 'date modified' attribute. The 'date modified' attribute remains the same, but the 'date created' changes as

RE: [Samba] Unable to add computer to domain

2006-03-14 Thread James Taylor
Here is what you are missing: sambaSAMAccount information. Use the script attached to this email to fix this problem. James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wesley Hobbie Sent: Monday, March 13, 2006 7:48 PM To: 'Craig White' Cc:

[Samba] (no subject)

2006-03-14 Thread LOEWENTHAL Simon
unsubscribe [EMAIL PROTECTED] qwerty1 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba Errors with 3.0.21b on AIX -- please help

2006-03-14 Thread Ray Gebbie
I did not copy any of the files listed. I have the installations in 2 different locations. I only copied the smb.conf file. I then shutdown the old version and started up the new version. It would seem to me that the new version should create these files for itself. When installing a Samba

[Samba] security=share, who needs it ?

2006-03-14 Thread Carsten Schaub
Hi list, the security=share setting does not behave as many admins expect. Access to all shares are mapped to the guest account and if the underlying unix permissions don't permit that access you get errors and the access doesn't work as expected. Also is security=share a global parameter. This

Re: [Samba] how to upgrade to Samba-3.0.21c

2006-03-14 Thread User 1
but I met below: [EMAIL PROTECTED] guest]# rpm -Uvh samba-3.0.21c-1.i386.rpm warning: samba-3.0.21c-1.i386.rpm: V3 DSA signature: NOKEY, key ID 157bc95e error: Failed dependencies: libcrypto.so.5 is needed by samba-3.0.21c-1 libgssapi_krb5.so.2(gssapi_krb5_2_MIT) is needed by

Re: [Samba] how to upgrade to Samba-3.0.21c

2006-03-14 Thread User 1
Hi All, but I met below: [EMAIL PROTECTED] guest]# rpm -Uvh samba-3.0.21c-1.i386.rpm warning: samba-3.0.21c-1.i386.rpm: V3 DSA signature: NOKEY, key ID 157bc95e error: Failed dependencies: libcrypto.so.5 is needed by samba-3.0.21c-1 libgssapi_krb5.so.2(gssapi_krb5_2_MIT) is

Re: [Samba] Limit of group membership for a user?

2006-03-14 Thread Cybionet
I use Gentoo, kernel 2.6 on a amd64 architecture. Where I can find the 'group limit' to be sure that the OS is not the problem. If the limit is in the kernel code, the file |/usr/src/linux/include/linux/limits.h have a NGROUPS_MAX of 65536. If you have other ideal, I will take it :-) |

RE: [Samba] Unable to add computer to domain

2006-03-14 Thread Wesley Hobbie
I tried your script, but I am still getting the same error. I deleted the LDAP entry, tried again, and now the entry is not even being created. I checked my log file and I get slightly different results now: [2006/03/14 19:10:55, 0] lib/util_sock.c:matchname() sys_gethostbyname(server02):

RE: [Samba] Unable to add computer to domain

2006-03-14 Thread James Taylor
What user are you using to create the account? I know the script works since several users are currently using it. You need to be using a user with Administrative access rights to the LDAP Database so the machine account can be created properly. If you are getting a permission denied you aren't

RE: [Samba] Unable to add computer to domain

2006-03-14 Thread Craig White
The idea that you could use one piece of his smbldap-tools was an exercise in futility. First of all, is your smbldap-tools up to date or very reasonably close to up to date? I haven't a clue what OS you are using or version of smbldap-tools, or packaging. Second of all, there were other things

RE: [Samba] Unable to add computer to domain

2006-03-14 Thread Wesley Hobbie
I am using smbldap-tools 0.9.2, was using 0.9.1 but when that was not working I went and grabbed the most recent. I am using Mandriva 2006 x86-64. I am sorry, what was your advice that I did not follow? -Original Message- From: Craig White [mailto:[EMAIL PROTECTED] Sent: Tuesday, March

RE: [Samba] Unable to add computer to domain

2006-03-14 Thread Wesley Hobbie
I was using Administrator, which does exist in my directory, I had tried following other guides to get this thing working (i.e. http://www.unav.es/cti/ldap-smb/smb-ldap-3-howto.html#Scenarios). I had actually tried both Administrator and root but neither seemed to be working. I did run that

[Samba] trouble setting up guest account

2006-03-14 Thread Peter
Hi, I'm using 3.0.21b and I cannot get the guest account to work. some of smb.conf: -- security = user hosts allow = 192.168.2. 127. guest account = visiteur log level = 2 log file = /var/log/samba/samba.%m max log size = 1024 socket options =

RE: [Samba] Unable to add computer to domain

2006-03-14 Thread Craig White
On Tue, 2006-03-14 at 20:20 -0600, Wesley Hobbie wrote: I am using smbldap-tools 0.9.2, was using 0.9.1 but when that was not working I went and grabbed the most recent. I am using Mandriva 2006 x86-64. I am sorry, what was your advice that I did not follow? I think that you've

[Samba] mount using smbfs RW ?

2006-03-14 Thread Dennis Kavadas
hi all i'm having a strange problem while mounting a samba share accross two samba installations when using the below mount command... mount -t smbfs //samba-server/files /mnt/files/ -o \ rw,username=username,password= the share mounts but not RW, only ever manage to mount it RO. can

Re: [Samba] Limit of group membership for a user?

2006-03-14 Thread mallapadi niranjan
Hi list I too have the same problem , i also posted the bug in bugzilla, but jerry posted that it was fault of glibc, i have Red Hat Enterprise Linux ES release 4 (Nahant) with 2.6.9.5 with glib version glibc-2.3.4-2 and gcc version gcc-3.4.3-9.EL4, in my case, i have added a users in 70 groups,

svn commit: samba r14367 - branches/SAMBA_3_0/source/libmsrpc trunk/source/libmsrpc

2006-03-14 Thread vlendec
Author: vlendec Date: 2006-03-14 08:27:44 + (Tue, 14 Mar 2006) New Revision: 14367 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14367 Log: Not that I fully understand what's going on here, but the code as it was here was clearly buggy as Coverity showed with bug

svn commit: samba r14368 - branches/SAMBA_3_0/source/include trunk/source/include

2006-03-14 Thread gd
Author: gd Date: 2006-03-14 09:22:01 + (Tue, 14 Mar 2006) New Revision: 14368 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14368 Log: Remove redundant set of logon flags (now in rpc_netlogon.h). Guenther Modified: branches/SAMBA_3_0/source/include/rpc_dce.h

svn commit: samba r14369 - in branches/SAMBA_4_0/source/torture: .

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 11:41:12 + (Tue, 14 Mar 2006) New Revision: 14369 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14369 Log: Remove obsolete header Removed: branches/SAMBA_4_0/source/torture/vfstest.h Changeset: Deleted:

svn commit: samba r14370 - in branches/tmp/vl-posixacls/source/modules: .

2006-03-14 Thread vlendec
Author: vlendec Date: 2006-03-14 11:49:40 + (Tue, 14 Mar 2006) New Revision: 14370 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14370 Log: Reading a test acl works via the posixacl module. Writing an ACL is due to testing now. Volker Modified:

svn commit: samba r14371 - in branches/SAMBA_4_0/source: .

2006-03-14 Thread metze
Author: metze Date: 2006-03-14 12:53:56 + (Tue, 14 Mar 2006) New Revision: 14371 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14371 Log: - make 'make CC_CHECKER=foo' possible can be used with sparse

svn commit: samba r14372 - in branches/SAMBA_4_0/source/libcli/raw: .

2006-03-14 Thread metze
Author: metze Date: 2006-03-14 12:56:59 + (Tue, 14 Mar 2006) New Revision: 14372 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14372 Log: fix bug found by sparse metze Modified: branches/SAMBA_4_0/source/libcli/raw/clisocket.c Changeset: Modified:

svn commit: samba r14373 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2006-03-14 Thread metze
Author: metze Date: 2006-03-14 12:59:35 + (Tue, 14 Mar 2006) New Revision: 14373 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14373 Log: remove unreached wrong code, found by sparse metze Modified:

svn commit: samba r14374 - in branches/SAMBA_4_0/source/lib/registry: .

2006-03-14 Thread metze
Author: metze Date: 2006-03-14 13:04:28 + (Tue, 14 Mar 2006) New Revision: 14374 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14374 Log: remove sparse warning metze Modified: branches/SAMBA_4_0/source/lib/registry/reg_backend_rpc.c Changeset: Modified:

svn commit: samba r14375 - in trunk/source/passdb: .

2006-03-14 Thread idra
Author: idra Date: 2006-03-14 13:49:34 + (Tue, 14 Mar 2006) New Revision: 14375 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14375 Log: Restore fix backed out by mistake Modified: trunk/source/passdb/pdb_ldap.c Changeset: Modified:

svn commit: samba r14376 - in trunk/source/libmsrpc: .

2006-03-14 Thread idra
Author: idra Date: 2006-03-14 13:57:02 + (Tue, 14 Mar 2006) New Revision: 14376 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14376 Log: Fix coverity #4 The result is never set to CAC_SUCCESS, so the test is meaningless. Let's just set CAC_FAILURE instead.

svn commit: samba r14377 - in branches/SAMBA_3_0/source/libmsrpc: .

2006-03-14 Thread idra
Author: idra Date: 2006-03-14 13:58:17 + (Tue, 14 Mar 2006) New Revision: 14377 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14377 Log: Fix coverity #4 for 3_0 too Modified: branches/SAMBA_3_0/source/libmsrpc/cac_lsarpc.c Changeset: Modified:

svn commit: samba r14378 - in branches/tmp/vl-posixacls/source: . include modules

2006-03-14 Thread vlendec
Author: vlendec Date: 2006-03-14 14:29:41 + (Tue, 14 Mar 2006) New Revision: 14378 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14378 Log: Writing an ACL seems to work as well. Build the module static if we have POSIX_ACLs. Now to look where to automagically

svn commit: samba r14379 - in branches/SAMBA_4_0/source/torture: . basic libnet nbt raw rpc

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 15:02:05 + (Tue, 14 Mar 2006) New Revision: 14379 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14379 Log: Build torture/rpc/ as a seperate smbtorture module. Move helper functions for rpc out of torture/torture.c Added:

svn commit: samba r14380 - in branches/SAMBA_4_0/source: auth auth/credentials auth/gensec auth/kerberos auth/ntlmssp dsdb dsdb/samdb dsdb/samdb/ldb_modules include kdc lib libcli libcli/auth libcli/c

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 15:03:25 + (Tue, 14 Mar 2006) New Revision: 14380 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14380 Log: Reduce the size of structs.h Added: branches/SAMBA_4_0/source/dsdb/samdb/samdb.h

svn commit: samba r14381 - in branches/SAMBA_4_0/source: include lib/samba3 lib/util librpc/rpc param scripting/ejs

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 15:22:36 + (Tue, 14 Mar 2006) New Revision: 14381 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14381 Log: Kill structs.h Added: branches/SAMBA_4_0/source/param/param.h Removed: branches/SAMBA_4_0/source/include/structs.h

svn commit: samba r14382 - in branches/tmp/vl-posixacls/source: lib modules smbd

2006-03-14 Thread vlendec
Author: vlendec Date: 2006-03-14 15:29:37 + (Tue, 14 Mar 2006) New Revision: 14382 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14382 Log: By default redirect sys_acl_get_fd and friends to a fixed compile-time module. This so far is only posixacl, but re-adding

svn commit: samba r14383 - in branches/SAMBA_4_0/source: auth/gensec build/smb_build dsdb/samdb libnet

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 15:44:40 + (Tue, 14 Mar 2006) New Revision: 14383 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14383 Log: Fix non-developer build. Modified: branches/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c

svn commit: samba r14384 - in branches/SAMBA_4_0/source: include lib/com/dcom librpc librpc/idl librpc/ndr

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 16:21:34 + (Tue, 14 Mar 2006) New Revision: 14384 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14384 Log: Remove orpc code from includes.h Removed: branches/SAMBA_4_0/source/librpc/ndr/ndr_orpc.h Modified:

svn commit: samba r14385 - in branches/SAMBA_4_0/source: .

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 16:41:40 + (Tue, 14 Mar 2006) New Revision: 14385 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14385 Log: Fix header dependencies. Modified: branches/SAMBA_4_0/source/main.mk Changeset: Modified:

svn commit: samba r14386 - in branches/SAMBA_4_0/source: .

2006-03-14 Thread metze
Author: metze Date: 2006-03-14 17:12:12 + (Tue, 14 Mar 2006) New Revision: 14386 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14386 Log: - use echo ... instead of echo ... in all places - make the output of the CC_CHECKER more readable when you have a fast box

svn commit: samba r14387 - in branches/SAMBA_3_0/source: lib libmsrpc rpc_parse rpc_server smbd

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 17:21:30 + (Tue, 14 Mar 2006) New Revision: 14387 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14387 Log: Try and fix the coverity issues (#53, #54) with negative sink by ensuring all uses of rpcstr_push are consistent with a size_t

svn commit: samba r14388 - in trunk/source: lib libmsrpc rpc_parse rpc_server smbd

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 17:21:44 + (Tue, 14 Mar 2006) New Revision: 14388 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14388 Log: Try and fix the coverity issues (#53, #54) with negative sink by ensuring all uses of rpcstr_push are consistent with a size_t

svn commit: samba r14389 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2006-03-14 Thread idra
Author: idra Date: 2006-03-14 17:34:00 + (Tue, 14 Mar 2006) New Revision: 14389 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14389 Log: rootdse - async Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/rootdse.c Changeset: Modified:

svn commit: samba r14391 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

2006-03-14 Thread idra
Author: idra Date: 2006-03-14 17:39:58 + (Tue, 14 Mar 2006) New Revision: 14391 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14391 Log: rdn_name - async Modified: branches/SAMBA_4_0/source/lib/ldb/modules/operational.c

svn commit: samba r14392 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

2006-03-14 Thread gd
Author: gd Date: 2006-03-14 18:50:55 + (Tue, 14 Mar 2006) New Revision: 14392 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14392 Log: Use KRB5_TGS_NAME. Guenther Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_pam.c

svn commit: samba r14393 - in branches/SAMBA_3_0/source: lib nsswitch

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 20:07:36 + (Tue, 14 Mar 2006) New Revision: 14393 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14393 Log: Fix a couple of AIX warnings. Jeremy. Modified: branches/SAMBA_3_0/source/lib/sendfile.c

svn commit: samba r14394 - in trunk/source: lib nsswitch

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 20:07:46 + (Tue, 14 Mar 2006) New Revision: 14394 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14394 Log: Fix a couple of AIX warnings. Jeremy. Modified: trunk/source/lib/sendfile.c trunk/source/nsswitch/winbindd_cache.c

svn commit: samba r14395 - in branches/SAMBA_3_0/source/rpc_server: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 20:32:27 + (Tue, 14 Mar 2006) New Revision: 14395 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14395 Log: Fix coverity bug #55. Ensure no unsigned/signed comparisons. Jeremy. Modified:

svn commit: samba r14396 - in trunk/source/rpc_server: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 20:32:31 + (Tue, 14 Mar 2006) New Revision: 14396 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14396 Log: Fix coverity bug #55. Ensure no unsigned/signed comparisons. Jeremy. Modified: trunk/source/rpc_server/srv_svcctl_nt.c

svn commit: samba r14397 - in branches/SAMBA_3_0/source/lib: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 20:37:24 + (Tue, 14 Mar 2006) New Revision: 14397 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14397 Log: Fix deadcode in coverity error #1. Jeremy. Modified: branches/SAMBA_3_0/source/lib/debug.c Changeset: Modified:

svn commit: samba r14398 - in trunk/source/lib: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 20:37:30 + (Tue, 14 Mar 2006) New Revision: 14398 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14398 Log: Fix deadcode in coverity error #1. Jeremy. Modified: trunk/source/lib/debug.c Changeset: Modified:

svn commit: samba r14399 - in branches/SAMBA_3_0/source/rpcclient: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 21:01:30 + (Tue, 14 Mar 2006) New Revision: 14399 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14399 Log: Fix deadcode coverity bug #3. Jeremy. Modified: branches/SAMBA_3_0/source/rpcclient/rpcclient.c Changeset: Modified:

svn commit: samba r14400 - in trunk/source/rpcclient: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-14 21:01:35 + (Tue, 14 Mar 2006) New Revision: 14400 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14400 Log: Fix deadcode coverity bug #3. Jeremy. Modified: trunk/source/rpcclient/rpcclient.c Changeset: Modified:

svn commit: samba r14401 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2006-03-14 Thread idra
Author: idra Date: 2006-03-14 22:47:15 + (Tue, 14 Mar 2006) New Revision: 14401 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14401 Log: Let samldb intercept the async requests. Samld is NOT yet async itself, but as that module only intercepts user,groups or

svn commit: samba r14402 - in branches/SAMBA_4_0/source: client gtk/common gtk/tools lib/com/dcom lib/registry libcli/util libnet librpc/ndr librpc/rpc pidl pidl/lib/Parse/Pidl/Samba4/NDR torture/libn

2006-03-14 Thread jelmer
Author: jelmer Date: 2006-03-14 23:35:30 + (Tue, 14 Mar 2006) New Revision: 14402 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14402 Log: Generate seperate headers for RPC client functions. Modified: branches/SAMBA_4_0/source/client/client.c

Build status as of Wed Mar 15 00:00:02 2006

2006-03-14 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-03-14 00:01:02.0 + +++ /home/build/master/cache/broken_results.txt 2006-03-15 00:00:41.0 + @@ -1,17 +1,17 @@ -Build status as of Tue Mar 14 00:00:04 2006 +Build status as of Wed Mar

svn commit: samba r14403 - branches/SAMBA_3_0/source/auth branches/SAMBA_3_0/source/groupdb branches/SAMBA_3_0/source/include branches/SAMBA_3_0/source/nsswitch branches/SAMBA_3_0/source/passdb branch

2006-03-14 Thread jerry
Author: jerry Date: 2006-03-15 00:10:38 + (Wed, 15 Mar 2006) New Revision: 14403 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14403 Log: * modifies create_local_nt_token() to create a BUILTIN\Administrators group IFF sid_to_gid(S-1-5-32-544) fails and 'winbind

svn commit: samba r14404 - in trunk/source/nsswitch: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 00:35:37 + (Wed, 15 Mar 2006) New Revision: 14404 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14404 Log: Fix the build when nscd_flush_cache is detected (variable definition was missing). Jeremy. Modified:

svn commit: samba r14405 - in branches/SAMBA_3_0/source/nsswitch: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 00:35:51 + (Wed, 15 Mar 2006) New Revision: 14405 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14405 Log: Fix the build when nscd_flush_cache is detected (variable definition was missing). Jeremy. Modified:

svn commit: samba r14406 - in branches/SAMBA_3_0/source/libmsrpc: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 02:16:14 + (Wed, 15 Mar 2006) New Revision: 14406 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14406 Log: Disable this call until we can sort out how this should be done correctly. Fix coverity #37. Jeremy. Modified:

svn commit: samba r14407 - in trunk/source/libmsrpc: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 02:16:19 + (Wed, 15 Mar 2006) New Revision: 14407 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14407 Log: Disable this call until we can sort out how this should be done correctly. Fix coverity #37. Jeremy. Modified:

svn commit: samba r14408 - branches/SAMBA_3_0/source/libmsrpc trunk/source/libmsrpc

2006-03-14 Thread jmcd
Author: jmcd Date: 2006-03-15 02:31:11 + (Wed, 15 Mar 2006) New Revision: 14408 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14408 Log: More on fix for coverity #36. The previous fix would cause us to marshall a buffer based on an unknown size. Zero out the

svn commit: samba r14410 - in branches/SAMBA_4_0/source/gtk/tools: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 02:39:22 + (Wed, 15 Mar 2006) New Revision: 14410 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14410 Log: init a var Modified: branches/SAMBA_4_0/source/gtk/tools/gregedit.c Changeset: Modified:

svn commit: samba r14412 - in branches/SAMBA_4_0/source/lib/tls: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 02:41:25 + (Wed, 15 Mar 2006) New Revision: 14412 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14412 Log: init a var Modified: branches/SAMBA_4_0/source/lib/tls/tls.c Changeset: Modified:

svn commit: samba r14413 - in branches/SAMBA_4_0/source/libcli/raw: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 02:41:57 + (Wed, 15 Mar 2006) New Revision: 14413 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14413 Log: don't do memcpy of length 0 Modified: branches/SAMBA_4_0/source/libcli/raw/rawtrans.c Changeset: Modified:

svn commit: samba r14414 - in branches/SAMBA_4_0/source/libcli/smb_composite: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 02:42:21 + (Wed, 15 Mar 2006) New Revision: 14414 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14414 Log: added some error checks Modified: branches/SAMBA_4_0/source/libcli/smb_composite/sesssetup.c Changeset: Modified:

svn commit: samba r14415 - in branches/SAMBA_4_0/source/param: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 02:43:04 + (Wed, 15 Mar 2006) New Revision: 14415 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14415 Log: remove an unusued var Modified: branches/SAMBA_4_0/source/param/loadparm.c Changeset: Modified:

svn commit: samba r14416 - in branches/SAMBA_3_0/source/utils: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 03:00:49 + (Wed, 15 Mar 2006) New Revision: 14416 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14416 Log: Remove deadcode. Coverity #198. Jeremy. Modified: branches/SAMBA_3_0/source/utils/net_rpc_printer.c Changeset: Modified:

svn commit: samba r14417 - in trunk/source/utils: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 03:00:55 + (Wed, 15 Mar 2006) New Revision: 14417 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14417 Log: Remove deadcode. Coverity #198. Jeremy. Modified: trunk/source/utils/net_rpc_printer.c Changeset: Modified:

svn commit: samba r14418 - in branches/SAMBA_3_0/source/libsmb: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 03:27:03 + (Wed, 15 Mar 2006) New Revision: 14418 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14418 Log: Try and fix Coverity #39 and #40 by making the implicit function contract explicit. Jeremy. Modified:

svn commit: samba r14419 - in trunk/source/libsmb: .

2006-03-14 Thread jra
Author: jra Date: 2006-03-15 03:27:57 + (Wed, 15 Mar 2006) New Revision: 14419 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14419 Log: Try and fix Coverity #39 and #40 by making the implicit function contract explicit. Jeremy. Modified:

svn commit: samba r14420 - in branches/SAMBA_4_0/source/param: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 03:38:30 + (Wed, 15 Mar 2006) New Revision: 14420 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14420 Log: arrgh, make sure I test compile even little patches Modified: branches/SAMBA_4_0/source/param/loadparm.c

svn commit: samba r14421 - branches/SAMBA_3_0/source/auth branches/SAMBA_3_0/source/nsswitch trunk/source/auth trunk/source/nsswitch

2006-03-14 Thread jerry
Author: jerry Date: 2006-03-15 03:46:20 + (Wed, 15 Mar 2006) New Revision: 14421 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14421 Log: This does two things * Automatically creates the BUILTIN\Users group similar to how BUILTIN\Administrators is done. This

svn commit: samba r14422 - in branches/SAMBA_4_0/source/dsdb/samdb: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 05:24:13 + (Wed, 15 Mar 2006) New Revision: 14422 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14422 Log: ensure that domain_attrs does not refer to a stack variable in a freed stack frame. The previous code worked with gcc, but

svn commit: samba r14423 - in branches/SAMBA_4_0/source/libcli/ldap: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 05:30:39 + (Wed, 15 Mar 2006) New Revision: 14423 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14423 Log: don't die on no controls Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap.c Changeset: Modified:

svn commit: samba r14424 - in branches/SAMBA_4_0/source/libcli/ldap: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 05:31:51 + (Wed, 15 Mar 2006) New Revision: 14424 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14424 Log: another empty controls case Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap_controls.c Changeset: Modified:

svn commit: samba r14425 - in branches/SAMBA_4_0/source/lib/crypto: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 05:34:04 + (Wed, 15 Mar 2006) New Revision: 14425 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14425 Log: fixed an hmac-md5 error for keys longer than 64 (using deallocated stack variable) Modified:

svn commit: samba r14427 - in branches/SAMBA_4_0/source/kdc: .

2006-03-14 Thread tridge
Author: tridge Date: 2006-03-15 05:49:02 + (Wed, 15 Mar 2006) New Revision: 14427 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14427 Log: don't reference short_princ after it is freed Modified: branches/SAMBA_4_0/source/kdc/hdb-ldb.c Changeset:

  1   2   >