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

2005-04-05 Thread metze
Author: metze Date: 2005-04-05 06:55:10 + (Tue, 05 Apr 2005) New Revision: 6206 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6206 Log: go baack 10 revisions to get DatabaseDeltas, this shows that the bdc only need one call to get in sync again (except something

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

2005-04-05 Thread metze
Author: metze Date: 2005-04-05 07:03:31 + (Tue, 05 Apr 2005) New Revision: 6207 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6207 Log: - clean up source topdir - move provision stuff to setup/ - remove unused scripts metze Added:

svn commit: samba r6208 - in branches/SAMBA_4_0/source/scripting/swig: . torture

2005-04-05 Thread tpot
Author: tpot Date: 2005-04-05 07:58:02 + (Tue, 05 Apr 2005) New Revision: 6208 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6208 Log: Add cli_credentials support for swig wrappers. For the moment it only does anonymous connections. Modified:

svn commit: samba r6209 - in branches/SAMBA_4_0/source: libcli libcli/dgram librpc/idl

2005-04-05 Thread tridge
Author: tridge Date: 2005-04-05 08:35:02 + (Tue, 05 Apr 2005) New Revision: 6209 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6209 Log: started added code to support mailslot requests over UDP/138 datagrams. This adds the IDL to parse mailslot packets, plus

svn commit: samba r6210 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-04-05 Thread tpot
Author: tpot Date: 2005-04-05 09:18:36 + (Tue, 05 Apr 2005) New Revision: 6210 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6210 Log: Call cli_credentials_set_conf() when initialising credentials in cli_credentials typemap. Modified:

svn commit: samba r6211 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-04-05 Thread tpot
Author: tpot Date: 2005-04-05 09:38:51 + (Tue, 05 Apr 2005) New Revision: 6211 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6211 Log: Use cli_credentials_set_{domain,username,password}() to fill in command line arguments for credentials typemap. Neat! Modified:

svn commit: samba r6212 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-04-05 Thread tpot
Author: tpot Date: 2005-04-05 11:47:21 + (Tue, 05 Apr 2005) New Revision: 6212 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6212 Log: Treat uint8 and int8's as integers instead of chars. Swig maps a char to a string when we really want an integer. Modified:

svn commit: samba r6213 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-04-05 Thread tpot
Author: tpot Date: 2005-04-05 11:48:16 + (Tue, 05 Apr 2005) New Revision: 6213 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6213 Log: Add %array_functions for struct samr_String so we can create and access arrays of them. Modified:

svn commit: samba r6214 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-04-05 Thread tpot
Author: tpot Date: 2005-04-05 11:50:47 + (Tue, 05 Apr 2005) New Revision: 6214 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6214 Log: Fix typo in DomainHandle.OpenUser() function. Implement DomainHandle.LookupNames() function. UserHandle.DeleteUser() closes the

svn commit: samba r6215 - in branches/SAMBA_4_0/source/scripting/swig/torture: .

2005-04-05 Thread tpot
Author: tpot Date: 2005-04-05 11:54:53 + (Tue, 05 Apr 2005) New Revision: 6215 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6215 Log: Add test for LookupNames. Fix CreateUser2 test. Modified: branches/SAMBA_4_0/source/scripting/swig/torture/torture_samr.py

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

2005-04-05 Thread vlendec
Author: vlendec Date: 2005-04-05 14:24:50 + (Tue, 05 Apr 2005) New Revision: 6216 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6216 Log: Brown paper-bag bug fix for wbinfo --user-sids Nobody seems to really use domain local groups ... Volker Modified:

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

2005-04-05 Thread vlendec
Author: vlendec Date: 2005-04-05 16:42:06 + (Tue, 05 Apr 2005) New Revision: 6217 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6217 Log: After talking to jerry, commit the partial fix for wbinfo -r. This fixes the expansion of domain local groups in case the

svn commit: samba r6218 - in branches/SAMBA_3_0/source: include rpc_parse rpc_server

2005-04-05 Thread jerry
Author: jerry Date: 2005-04-05 17:49:16 + (Tue, 05 Apr 2005) New Revision: 6218 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6218 Log: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does not provide an RPC_BUFFER in the request * add initial

svn commit: samba r6219 - in branches/SAMBA_4_0/source: librpc/rpc ntvfs/posix

2005-04-05 Thread sharpe
Author: sharpe Date: 2005-04-05 19:53:07 + (Tue, 05 Apr 2005) New Revision: 6219 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6219 Log: This change allows us to fall back to authenticating without DCERPC_SCHANNEL_128 if we fail. Thus, it allows us to work with

svn commit: samba r6220 - in branches/SAMBA_3_0/source/include: .

2005-04-05 Thread jerry
Author: jerry Date: 2005-04-05 23:47:42 + (Tue, 05 Apr 2005) New Revision: 6220 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6220 Log: cleaning up spoolss header; removing unused structures Modified: branches/SAMBA_3_0/source/include/rpc_spoolss.h Changeset:

Build status as of Wed Apr 6 00:00:02 2005

2005-04-05 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-04-05 00:00:16.0 + +++ /home/build/master/cache/broken_results.txt 2005-04-06 00:00:22.0 + @@ -1,31 +1,29 @@ -Build status as of Tue Apr 5 00:00:02 2005 +Build status as of Wed Apr

svn commit: samba-web r613 - in trunk/news/users: .

2005-04-05 Thread deryck
Author: deryck Date: 2005-04-06 01:39:30 + (Wed, 06 Apr 2005) New Revision: 613 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=613 Log: Samba in Sin City -- I think the title says it all! :-) --deryck Added: trunk/news/users/samba_sin_city.html

svn commit: samba-web r614 - in trunk/news/users: .

2005-04-05 Thread deryck
Author: deryck Date: 2005-04-06 01:42:06 + (Wed, 06 Apr 2005) New Revision: 614 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=614 Log: Missed punctuation. --deryck Modified: trunk/news/users/samba_sin_city.html Changeset: Modified:

svn commit: samba r6221 - in branches/SAMBA_3_0/source/include: .

2005-04-05 Thread jerry
Author: jerry Date: 2005-04-06 03:08:25 + (Wed, 06 Apr 2005) New Revision: 6221 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=6221 Log: format cleanup (got tied of looking for related structures) also remove unused SID_ARRAY structure Modified: