svn commit: samba r601 - in branches/SAMBA_4_0/source: include lib lib/ldb/common librpc/idl rpc_server/samr

2004-05-09 Thread tridge
Author: tridge Date: 2004-05-09 09:39:47 + (Sun, 09 May 2004) New Revision: 601 Modified: branches/SAMBA_4_0/source/include/smb.h branches/SAMBA_4_0/source/lib/ldb/common/ldb_msg.c branches/SAMBA_4_0/source/lib/time.c branches/SAMBA_4_0/source/librpc/idl/samr.idl

svn commit: samba r602 - branches/SAMBA_4_0/source/build/pidl

2004-05-09 Thread tpot
Author: tpot Date: 2004-05-09 10:03:55 + (Sun, 09 May 2004) New Revision: 602 Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm branches/SAMBA_4_0/source/build/pidl/pidl.pl Log: Autogenerated packet-dcerpc-samr.c now compiles! WebSVN:

svn commit: samba r603 - trunk/source

2004-05-09 Thread tpot
Author: tpot Date: 2004-05-09 10:46:18 + (Sun, 09 May 2004) New Revision: 603 Removed: trunk/source/aparser/ Log: Remove old awk-based IDL parser. It has been well and truly replaced by pidl in the samba4 branch. WebSVN:

svn commit: samba r604 - branches/SAMBA_4_0/source/build/pidl

2004-05-09 Thread tpot
Author: tpot Date: 2004-05-09 10:55:54 + (Sun, 09 May 2004) New Revision: 604 Modified: branches/SAMBA_4_0/source/build/pidl/dump.pm Log: Better dumping of in,out,ref properties. WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=604nolog=1

svn commit: samba r605 - in branches/SAMBA_4_0/source: . rpc_server/samr

2004-05-09 Thread vlendec
Author: vlendec Date: 2004-05-09 11:21:46 + (Sun, 09 May 2004) New Revision: 605 Modified: branches/SAMBA_4_0/source/provision.ldif branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c branches/SAMBA_4_0/source/rpc_server/samr/samdb.c Log: Implement CreateDomainGroup, essentially

svn commit: samba r606 - branches/SAMBA_4_0/source/lib/ldb/ldb_tdb

2004-05-09 Thread tridge
Author: tridge Date: 2004-05-09 12:30:30 + (Sun, 09 May 2004) New Revision: 606 Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_cache.c branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_search.c branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_tdb.h Log: added a HIDDEN attribute on

svn commit: samba r607 - branches/SAMBA_4_0/source/lib

2004-05-09 Thread abartlet
Author: abartlet Date: 2004-05-09 12:30:33 + (Sun, 09 May 2004) New Revision: 607 Modified: branches/SAMBA_4_0/source/lib/data_blob.c Log: When our code is looking for an 'empty' data blob some of it tests the .length, other code checks the .data. Ensure that we always NULL the .data, so

svn commit: samba r608 - branches/SAMBA_4_0/source/rpc_server/samr

2004-05-09 Thread tridge
Author: tridge Date: 2004-05-09 12:32:25 + (Sun, 09 May 2004) New Revision: 608 Modified: branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c branches/SAMBA_4_0/source/rpc_server/samr/samdb.c Log: - a couple of very minor fixes to the CreateGroup code - added samr_GetUserPwInfo()

svn commit: samba r609 - branches/SAMBA_4_0/source/lib/ldb/tools

2004-05-09 Thread tridge
Author: tridge Date: 2004-05-09 12:37:35 + (Sun, 09 May 2004) New Revision: 609 Modified: branches/SAMBA_4_0/source/lib/ldb/tools/ldbedit.c Log: allow ldbedit to take a list of attributes to edit, just like ldbsearch. This allows you to edit the description of all users using something

svn commit: samba r610 - in branches/SAMBA_4_0/source: include libcli/auth libcli/raw libcli/util librpc/idl librpc/rpc torture/rpc

2004-05-09 Thread abartlet
Author: abartlet Date: 2004-05-09 12:42:18 + (Sun, 09 May 2004) New Revision: 610 Added: branches/SAMBA_4_0/source/libcli/auth/credentials.h Modified: branches/SAMBA_4_0/source/include/cli_context.h branches/SAMBA_4_0/source/include/includes.h

svn commit: samba r611 - in branches/SAMBA_4_0/source: libcli/auth torture/rpc

2004-05-09 Thread abartlet
Author: abartlet Date: 2004-05-09 13:07:23 + (Sun, 09 May 2004) New Revision: 611 Modified: branches/SAMBA_4_0/source/libcli/auth/session.c branches/SAMBA_4_0/source/torture/rpc/lsa.c Log: Fix breakage from my last commit: Now that all session keys are DATA_BLOBs, fix the callers.

svn commit: samba r612 - branches/SAMBA_4_0/source/smb_server

2004-05-09 Thread tridge
Author: tridge Date: 2004-05-09 13:26:34 + (Sun, 09 May 2004) New Revision: 612 Modified: branches/SAMBA_4_0/source/smb_server/trans2.c Log: fixed a timezone call typo noticed by abartlet WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=612nolog=1

svn commit: samba-web r50 - trunk

2004-05-09 Thread deryck
Author: deryck Date: 2004-05-09 13:32:38 + (Sun, 09 May 2004) New Revision: 50 Added: trunk/sitemap.html Log: added site map for team to see; have not linked to it yet WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-webpath=/rev=50nolog=1

svn commit: samba r613 - branches/SAMBA_4_0/source/torture/rpc

2004-05-09 Thread abartlet
Author: abartlet Date: 2004-05-09 13:37:17 + (Sun, 09 May 2004) New Revision: 613 Modified: branches/SAMBA_4_0/source/torture/rpc/samr.c Log: Fix the RPC-SAMR torture test, for my session_key changes. Andrew Bartlett WebSVN:

svn commit: samba r614 - in branches/SAMBA_4_0/source: auth include smb_server

2004-05-09 Thread abartlet
Author: abartlet Date: 2004-05-09 13:42:02 + (Sun, 09 May 2004) New Revision: 614 Modified: branches/SAMBA_4_0/source/auth/auth.c branches/SAMBA_4_0/source/auth/auth.h branches/SAMBA_4_0/source/auth/auth_util.c branches/SAMBA_4_0/source/include/smb.h

svn commit: samba r615 - in branches/SAMBA_4_0/source: . rpc_server/samr torture/rpc

2004-05-09 Thread vlendec
Author: vlendec Date: 2004-05-09 15:39:12 + (Sun, 09 May 2004) New Revision: 615 Modified: branches/SAMBA_4_0/source/provision.ldif branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c branches/SAMBA_4_0/source/torture/rpc/samr.c Log: Implement samr_OpenGroup, samr_QueryGroupInfo,

svn commit: samba r616 - branches/SAMBA_3_0/source/libsmb

2004-05-09 Thread sharpe
Author: sharpe Date: 2004-05-09 17:29:09 + (Sun, 09 May 2004) New Revision: 616 Modified: branches/SAMBA_3_0/source/libsmb/libsmbclient.c Log: Bug #1333. Make sure we return an error code when things go wrong. WebSVN:

svn commit: samba r619 - in branches/SAMBA_4_0/source: auth smbd

2004-05-09 Thread abartlet
Author: abartlet Date: 2004-05-09 22:50:31 + (Sun, 09 May 2004) New Revision: 619 Modified: branches/SAMBA_4_0/source/auth/auth_util.c branches/SAMBA_4_0/source/smbd/rewrite.c Log: Remove more code that is no longer called. Andrew Bartlett WebSVN:

svn commit: samba r620 - in branches/SAMBA_4_0/source: auth smbd

2004-05-09 Thread abartlet
Author: abartlet Date: 2004-05-09 23:05:37 + (Sun, 09 May 2004) New Revision: 620 Removed: branches/SAMBA_4_0/source/auth/auth_compat.c Modified: branches/SAMBA_4_0/source/auth/config.m4 branches/SAMBA_4_0/source/smbd/rewrite.c Log: Remove more ununsed code. Andrew Bartlett