Re: [Samba] Guide to porting to non-unix like systems?

2007-04-29 Thread Andreas Fredriksson
On 4/28/07, Andrew Bartlett [EMAIL PROTECTED] wrote: Samba4 is less tied to this than Samba3, but doing without anything like POSIX will be hard. I think my best shot then is to make an experimental hack on top of Samba4 and go from there with perhaps adding a small POSIX emulation layer on

[Samba] UID, GID access query

2007-04-29 Thread JM Fraser
Is it possible that I can setup Samba to allow access to certain directories dependent on the UID or GID? I may have various directories owned by someone else but will still need to be accessed by the logged in Samba member. Is this possible? Jules -- To unsubscribe from this list go to the

RE: [Samba] Guide to porting to non-unix like systems?

2007-04-29 Thread Carlos Rivera-Jones
I wonder, however, why port a networking system so completely tied-in to POSIX, like SMB, to a non-POSIX OS? What is the need? The experience (particularly with Samba3) has been that it is easier to add a POSIX layer to the OS than to keep 'fixing' samba. Yes. That also has the added advantage

[Samba] Problem using valid users with security = ADS

2007-04-29 Thread Henrik Zagerholm
Hi list, I have a weird problem. Im using samba 3.0.24 in ADS mode against a 2003 server. If I put admin users = @KIC\Domain Users I can connect with all users in that group. If I remove admin users and instead use valid users = @KIC\Domain Users I receive the following error

[Samba] Device WinDfs error

2007-04-29 Thread Kevin Bailey
Hi, Have recently upgraded from Samba 2.2 on Debian Woody to Samba 3.0.24-6 on Debian Etch. Some PC's have now reported errors similar to this one. Windows - delay write failed. Windows was unable to save all the data for the file

Re: [Samba] Device WinDfs error

2007-04-29 Thread Jeremy Allison
On Sun, Apr 29, 2007 at 07:59:00PM +0100, Kevin Bailey wrote: \Device\WinDfs\H:00186bf9\psctpdc\bpeters\thunderbird\ImapMail\10.1.1.10\INBOX.msf The data has been lost. This error may be caused by a failure of your computer hardware or network connection. [2007/04/23 14:38:26, 0]

Re: [Samba] Option valid user not expanded for groups

2007-04-29 Thread Tiucra-Popa Florin Catalin
Hi again, Command net groupam shows: [EMAIL PROTECTED] /samba/var/log #/samba/bin/net groupmap list Administrators (S-1-5-32-544) - BUILTIN+administrators Users (S-1-5-32-545) - BUILTIN+users The browsing is working ok for users, but is not workig for groups. FlorinT - Original Message

[Samba] Can copy to test share, but not read, move or delete

2007-04-29 Thread Dan Roberts
I have a new SentOS 5 system and have been having problems with Samba. I had been able to access my test share but not my home share. Attempting to re-set thigns as describe by the webmin configure samba info resluted in being able to see everything but the home shares. I don't know if I

[Samba] kernel: smb_proc_readdir_long: error=-2, breaking

2007-04-29 Thread Kevin Bailey
Hi, Found this in the kernel.log psctpdc:/var/log/samba# tail /var/log/kern.log Apr 29 08:18:05 psctpdc kernel: smb_proc_readdir_long: error=-2, breaking The server may have been doing some copying/backups at the time. Is it anything which needs action? Thanks, Kevin -- To unsubscribe from

[Samba] Samba/LDAP PDC and member servers

2007-04-29 Thread Julian Pilfold-Bagwell
Hi All, I have a problem with permissions following a migration from tdbsam to LDAP. As I understand it from the documentation, each member server on the domain needs to have 2 SIDs, a domain SID and a local machine SID. After migrating the server to ldap, users can still login and desktops

Re: [Samba] Option valid user not expanded for groups

2007-04-29 Thread Cleber P. de Souza
You do need to create the ldap group for samba using the built-in SIDs for these internal groups or creating a new one for others and set the group mappings. On 4/29/07, Tiucra-Popa Florin Catalin [EMAIL PROTECTED] wrote: Hi again, Command net groupam shows: [EMAIL PROTECTED] /samba/var/log

[Samba] Yearly attempt at 'vampire' of NT4 domain

2007-04-29 Thread Daniel Kasak
Hi all. Since our NT4 PDC is on it's last legs, I've been motivated to once again try to use samba's vampire functionality. Unfortunately I'm actually doing worse than last year ... My smb.conf: [global] socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 interfaces =

Re: [Samba] Re: major cifs bug in 2.6.19+?

2007-04-29 Thread Jason Haar
Akemi Yagi wrote: I have been using CentOS 4, CentOS 5 (with bug-fixed cifs.ko) as well as FC4, 5, and 6 to mount Windows shares, but have never seen the behavior you are experiencing. I do use rsync to backup Windows files and it's been working. What do you see with: cat

svn commit: samba r22565 - in branches/SAMBA_4_0/source/libnet: .

2007-04-29 Thread mimir
Author: mimir Date: 2007-04-29 12:31:09 + (Sun, 29 Apr 2007) New Revision: 22565 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22565 Log: add libnet_DomainList function. rafal Modified: branches/SAMBA_4_0/source/libnet/libnet_domain.c

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

2007-04-29 Thread mimir
Author: mimir Date: 2007-04-29 12:32:17 + (Sun, 29 Apr 2007) New Revision: 22566 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22566 Log: add a simple test of libnet_DomainList function. rafal Modified: branches/SAMBA_4_0/source/torture/libnet/libnet.c

svn commit: samba r22567 - in branches/SAMBA_4_0/source/script/tests: .

2007-04-29 Thread mimir
Author: mimir Date: 2007-04-29 12:33:04 + (Sun, 29 Apr 2007) New Revision: 22567 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22567 Log: add NET-API-DOMLIST test to automatic testing. rafal Modified: branches/SAMBA_4_0/source/script/tests/test_net.sh

svn commit: samba r22568 - in branches/SAMBA_4_0/source/script/tests: .

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 13:05:53 + (Sun, 29 Apr 2007) New Revision: 22568 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22568 Log: use the $SERVER_IP for the NET-* tests because I'll later change $SERVER from localhost to localdc mimir: please take a look

svn commit: samba r22569 - in branches/SAMBA_4_0/source/script/tests: .

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 13:07:36 + (Sun, 29 Apr 2007) New Revision: 22569 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22569 Log: use the $SERVER_IP for the LDAP-* tests because I'll later change $SERVER from localhost to localdc. we should find out why

svn commit: samba r22570 - in branches/SAMBA_4_0/source/script/tests: .

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 13:31:13 + (Sun, 29 Apr 2007) New Revision: 22570 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22570 Log: run the NBT tests against DC and MEMBER metze Modified: branches/SAMBA_4_0/source/script/tests/test_nbt.sh

svn commit: samba r22571 - in branches/SAMBA_4_0/source/script/tests: .

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 13:54:51 + (Sun, 29 Apr 2007) New Revision: 22571 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22571 Log: - don't use localhost anymore in our tests - use different passwords for dc and member metze Modified:

Rev 221: yay! finally fixed the bug that volker, ronnie and I have been chasing in http://samba.org/~tridge/ctdb

2007-04-29 Thread tridge
revno: 221 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Sun 2007-04-29 16:19:40 +0200 message: yay! finally fixed the bug that volker, ronnie and I

Rev 90: merged tridge's branch in http://samba.org/~tridge/psomogyi/

2007-04-29 Thread psomogyi
revno: 90 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Peter Somogyi [EMAIL PROTECTED] branch nick: ctdb timestamp: Sun 2007-04-29 16:27:48 +0200 message: merged tridge's branch added:

Rev 91: merged tridge's branch again in http://samba.org/~tridge/psomogyi/

2007-04-29 Thread psomogyi
revno: 91 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Peter Somogyi [EMAIL PROTECTED] branch nick: ctdb timestamp: Sun 2007-04-29 16:28:35 +0200 message: merged tridge's branch again

svn commit: samba r22572 - in branches/SAMBA_4_0/source/setup: .

2007-04-29 Thread abartlet
Author: abartlet Date: 2007-04-29 15:24:49 + (Sun, 29 Apr 2007) New Revision: 22572 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22572 Log: Don't manually set objectGUID values Modified: branches/SAMBA_4_0/source/setup/provision_configuration.ldif

svn commit: samba r22573 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_25/source/rpc_server

2007-04-29 Thread jra
Author: jra Date: 2007-04-29 19:20:48 + (Sun, 29 Apr 2007) New Revision: 22573 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22573 Log: Fix old bug mixing free() and talloc_free() when the add_sid_to_array_XX code was moved from malloc to talloc. Found running

svn commit: samba r22574 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_25/source/rpc_server

2007-04-29 Thread jra
Author: jra Date: 2007-04-29 19:54:26 + (Sun, 29 Apr 2007) New Revision: 22574 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22574 Log: Fix reply when we have no dfs shares. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_server/srv_dfs_nt.c

svn commit: samba r22575 - in branches/SAMBA_4_0/source: . script scripting/swig selftest selftest/win

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 20:37:59 + (Sun, 29 Apr 2007) New Revision: 22575 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22575 Log: move script/tests/ - selftest/ as discussed with jelmer and abartlet metze Added: branches/SAMBA_4_0/source/selftest/

Rev 222: saner logfile code in http://samba.org/~tridge/ctdb

2007-04-29 Thread tridge
revno: 222 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Sun 2007-04-29 22:42:23 +0200 message: saner logfile code testing of ctdbd modified:

svn commit: samba r22576 - in branches: SAMBA_3_0/source/rpc_parse SAMBA_3_0_25/source/rpc_parse

2007-04-29 Thread jra
Author: jra Date: 2007-04-29 20:57:04 + (Sun, 29 Apr 2007) New Revision: 22576 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22576 Log: Fix marshalling bug in aliasmem. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_parse/parse_samr.c

svn commit: samba r22577 - in branches: SAMBA_3_0/source/rpc_parse SAMBA_3_0_25/source/rpc_parse

2007-04-29 Thread jra
Author: jra Date: 2007-04-29 21:13:13 + (Sun, 29 Apr 2007) New Revision: 22577 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22577 Log: Change all of parse/*.c to use standard form. Fix some marshalling bugs. Jeremy. Modified:

svn commit: samba r22578 - in branches/SAMBA_3_0/source: .

2007-04-29 Thread jelmer
Author: jelmer Date: 2007-04-29 21:37:24 + (Sun, 29 Apr 2007) New Revision: 22578 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22578 Log: Remove python build directory and generated smbadduser. Patch originally by the Debian packaging team for Samba. Modified:

svn commit: samba r22579 - in branches/SAMBA_4_0/source/torture: basic ldap local nbt raw rpc

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 21:37:29 + (Sun, 29 Apr 2007) New Revision: 22579 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22579 Log: disable progress printing in the build-farm metze Modified: branches/SAMBA_4_0/source/torture/basic/base.c

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

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 21:38:32 + (Sun, 29 Apr 2007) New Revision: 22580 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22580 Log: remove not yet needed line... metze Modified: branches/SAMBA_4_0/source/torture/rpc/rpc.c Changeset: Modified:

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

2007-04-29 Thread metze
Author: metze Date: 2007-04-29 21:40:17 + (Sun, 29 Apr 2007) New Revision: 22581 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22581 Log: disable BASE-UTABLE and BASE-SMB on the ntvfs/cifs share we should maybe disable them complete they're protocol scanners! and

svn commit: samba r22582 - in branches/SAMBA_4_0/source: auth librpc/idl winbind

2007-04-29 Thread abartlet
Author: abartlet Date: 2007-04-29 21:40:48 + (Sun, 29 Apr 2007) New Revision: 22582 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22582 Log: Cleanups towards making winbind work again. We still have a long way to go, as this has bitrotted over the past months.

svn commit: samba r22583 - in branches/SAMBA_3_0/source: .

2007-04-29 Thread jelmer
Author: jelmer Date: 2007-04-29 21:44:48 + (Sun, 29 Apr 2007) New Revision: 22583 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22583 Log: Support non-Linux GNU systems (such as Debians' GNU with FreeBSD kernel and Hurd systems). Patch by the Samba packaging

svn commit: samba r22584 - in branches/SAMBA_3_0/source/python/examples/tdbpack: .

2007-04-29 Thread jelmer
Author: jelmer Date: 2007-04-29 21:46:13 + (Sun, 29 Apr 2007) New Revision: 22584 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22584 Log: Don't hardcode specific Python version. Patch by the Samba packaging team for Debian. Modified:

Build status as of Mon Apr 30 00:00:01 2007

2007-04-29 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-04-29 00:01:35.0 + +++ /home/build/master/cache/broken_results.txt 2007-04-30 00:00:55.0 + @@ -1,4 +1,4 @@ -Build status as of Sun Apr 29 00:00:02 2007 +Build status as of Mon Apr

svn commit: samba r22585 - in branches: SAMBA_3_0/source/rpc_parse SAMBA_3_0_25/source/rpc_parse

2007-04-29 Thread jra
Author: jra Date: 2007-04-30 00:48:20 + (Mon, 30 Apr 2007) New Revision: 22585 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22585 Log: Get us into a consistent state with TALLOC_ZERO_ARRAY also. Jeremy. Modified:

svn commit: samba r22586 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_25/source/rpc_server

2007-04-29 Thread jra
Author: jra Date: 2007-04-30 00:53:17 + (Mon, 30 Apr 2007) New Revision: 22586 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22586 Log: Add a modified version of Simo's patch. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c

svn commit: samba r22587 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_25/source/rpc_server

2007-04-29 Thread jra
Author: jra Date: 2007-04-30 01:17:34 + (Mon, 30 Apr 2007) New Revision: 22587 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22587 Log: Ensure TALLOC_ZERO_ARRAY is consistent. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_server/srv_lsa_nt.c

svn commit: samba r22588 - in branches: SAMBA_3_0/source/libmsrpc SAMBA_3_0/source/locking SAMBA_3_0/source/registry SAMBA_3_0/source/rpc_client SAMBA_3_0/source/rpc_parse SAMBA_3_0/source/rpc_server

2007-04-29 Thread jra
Author: jra Date: 2007-04-30 01:34:28 + (Mon, 30 Apr 2007) New Revision: 22588 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22588 Log: Make all uses of TALLOC_MEMDUP consistent. Jeremy. Modified: branches/SAMBA_3_0/source/libmsrpc/libmsrpc_internal.c

svn commit: samba r22591 - in branches: SAMBA_3_0/examples/VFS SAMBA_3_0_25/examples/VFS

2007-04-29 Thread jra
Author: jra Date: 2007-04-30 03:38:19 + (Mon, 30 Apr 2007) New Revision: 22591 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22591 Log: Fix up the examples also. Jeremy. Modified: branches/SAMBA_3_0/examples/VFS/shadow_copy_test.c

svn commit: samba r22592 - in branches: SAMBA_3_0/source/modules SAMBA_3_0_25/source/modules

2007-04-29 Thread jra
Author: jra Date: 2007-04-30 03:41:40 + (Mon, 30 Apr 2007) New Revision: 22592 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22592 Log: Fix TALLOC_SIZE to be consistent. Jeremy. Modified: branches/SAMBA_3_0/source/modules/nfs4_acls.c

svn commit: samba r22593 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_25/source/rpc_server

2007-04-29 Thread jra
Author: jra Date: 2007-04-30 04:16:56 + (Mon, 30 Apr 2007) New Revision: 22593 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22593 Log: Finish doing the same for raw TALLOC. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_server/srv_spoolss_nt.c