svn commit: samba r4730 - in branches/SAMBA_4_0/source/smb_server: .

2005-01-13 Thread metze
Author: metze Date: 2005-01-14 02:10:11 + (Fri, 14 Jan 2005) New Revision: 4730 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4730 Log: remove unused struct elements part of this went in in the last commit... metze Modified: branches/SAMBA_4_0/source/smb_se

svn commit: samba r4729 - in branches/SAMBA_4_0/source: . build/smb_build smbd winbind

2005-01-13 Thread metze
Author: metze Date: 2005-01-14 02:01:19 + (Fri, 14 Jan 2005) New Revision: 4729 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4729 Log: add dummy "winbind" service - this creates a new task and then starts a process_model "single" with service "winbind_task"

svn commit: samba r4728 - in branches/SAMBA_4_0/source: ldap_server ntvfs/posix rpc_server smb_server smbd

2005-01-13 Thread metze
Author: metze Date: 2005-01-14 01:32:56 + (Fri, 14 Jan 2005) New Revision: 4728 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4728 Log: split up server_services into: - stream_socket services the smb, ldap and rpc service which sets up a srtam socket end then

svn commit: samba r4727 - in branches/SAMBA_4_0/source/lib/messaging: .

2005-01-13 Thread metze
Author: metze Date: 2005-01-14 01:21:56 + (Fri, 14 Jan 2005) New Revision: 4727 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4727 Log: add a reference to the event context to that the destructor don't double free the registered events when the event context is f

Build status as of Fri Jan 14 00:00:01 2005

2005-01-13 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-01-13 00:00:38.0 + +++ /home/build/master/cache/broken_results.txt 2005-01-14 00:00:38.0 + @@ -1,4 +1,4 @@ -Build status as of Thu Jan 13 00:00:01 2005 +Build status as of Fri Jan 14

svn commit: samba-web r504 - in trunk/docs/FAQ: .

2005-01-13 Thread deryck
Author: deryck Date: 2005-01-13 21:59:48 + (Thu, 13 Jan 2005) New Revision: 504 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=504 Log: Adding some questions to get my mind thinking about an FAQ. I've had these sitting and thought I would commit them, just

svn commit: samba r4726 - in branches/SAMBA_4_0/source: include libcli libcli/raw libcli/util ntvfs/cifs smb_server torture/raw torture/rpc

2005-01-13 Thread metze
Author: metze Date: 2005-01-13 18:49:10 + (Thu, 13 Jan 2005) New Revision: 4726 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4726 Log: - use the name tcon and tid instead of conn and cnum - make use of talloc destructors metze Modified: branches/SAMBA_4_0/

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

2005-01-13 Thread metze
Author: metze Date: 2005-01-13 18:23:28 + (Thu, 13 Jan 2005) New Revision: 4725 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4725 Log: make "password server" a string list metze Modified: branches/SAMBA_4_0/source/param/loadparm.c Changeset: Modified: bra

svn commit: samba r4724 - in branches/SAMBA_3_0/source: . auth groupdb include lib passdb rpc_client rpc_parse rpc_server

2005-01-13 Thread jerry
Author: jerry Date: 2005-01-13 18:20:37 + (Thu, 13 Jan 2005) New Revision: 4724 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4724 Log: Add support for Windows privileges in Samba 3.0 (based on Simo's code in trunk). Rewritten with the following changes: * pri

svn commit: samba-docs r322 - in trunk/Samba-HOWTO-Collection: .

2005-01-13 Thread jht
Author: jht Date: 2005-01-13 16:09:05 + (Thu, 13 Jan 2005) New Revision: 322 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=322 Log: Fix to get around bug that causes use of the quote meta-tag to fail inside a screen metatag. Modified: trunk/Samba-HOWTO-

svn commit: samba r4723 - in branches/SAMBA_4_0/source/include: .

2005-01-13 Thread jelmer
Author: jelmer Date: 2005-01-13 15:09:45 + (Thu, 13 Jan 2005) New Revision: 4723 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4723 Log: Predefine libnet_JoinDomain as it's used in proto.h Modified: branches/SAMBA_4_0/source/include/structs.h Changeset: Mod

Re: svn commit: samba r4722 - in branches/SAMBA_4_0/source: libnet utils/net

2005-01-13 Thread Simo Sorce
Andrew, shouldn't we merge together the ADS and the RPC join command and let samba4 discover if it can join via ADS and fallback to RPC otherwise? We may also decide to set an if_not_ads_fail flag or something like that, but I think it would be much more userfriendly to manage all that automatical