svn commit: samba r9592 - in branches/SOC/SAMBA_4_0: . source/build/m4 source/build/smb_build source/include source/lib source/lib/ldb source/lib/ldb/samba source/lib/samba3 source/libcli/security source/librpc/idl source/pidl source/pidl/lib/Parse/Pidl/Ethereal source/script/tests source/scripting/bin source/torture source/torture/raw source/torture/rpc swat/desktop swat/scripting/client swat/scripting/server

metze at samba.org metze at samba.org
Wed Aug 24 17:30:21 GMT 2005


Author: metze
Date: 2005-08-24 17:30:15 +0000 (Wed, 24 Aug 2005)
New Revision: 9592

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9592

Log:
 r11297 at SERNOX (orig r9573):  tridge | 2005-08-24 12:58:29 +0200
 
 fixed a comment
 
 
 r11298 at SERNOX (orig r9574):  tridge | 2005-08-24 13:01:10 +0200
 
 - made the sec_info fields in lsa and samr use a IDL bitmap
 
 - fixed winreg_GetKeySecurity() to use a sec_info field correctly
 
 - simplied the winreg torture code, removing the separate opens for
   each hive
 
 - added torture cleanup code in winreg test
 
 - added 'create with security descriptor' in the winreg torture test
 
 r11299 at SERNOX (orig r9575):  tridge | 2005-08-24 13:12:16 +0200
 
 more automatic cleanup code in winreg test
 
 r11300 at SERNOX (orig r9576):  jelmer | 2005-08-24 13:17:28 +0200
 Couple of small fixes. Generate notice indicating 
 that the parsers were autogenerated.
 
 r11301 at SERNOX (orig r9577):  tpot | 2005-08-24 13:33:26 +0200
 Fix some indentation.
 
 r11302 at SERNOX (orig r9578):  tridge | 2005-08-24 13:42:46 +0200
 fixed an endless loop and memory leak in the QueryMultipleValues test
 
 r11303 at SERNOX (orig r9579):  deryck | 2005-08-24 13:53:01 +0200
 Desktop SWAT opens now with a little server status window.
 This includes a table layout that can be reused (see
 QxListView in status.js).
 
 Some formatting fixes, too.
 
 deryck
 r11304 at SERNOX (orig r9580):  tridge | 2005-08-24 14:19:59 +0200
 
 put the libinclude() after the GetOptions so the smb.conf is loaded to
 get the libjs path
 
 r11305 at SERNOX (orig r9581):  jelmer | 2005-08-24 14:21:19 +0200
 Registry db
 
 r11308 at SERNOX (orig r9584):  vlendec | 2005-08-24 15:15:01 +0200
 Fix a race condition in Samba 3. If two files are opened simultaneously with
 NTCREATEX_DISP_CREATE (create if not exists, else fail) they might end up with
 two or more times NT_STATUS_OK as EEXIST is not correctly handled.
 
 Jeremy, please look closely at this. You can easily verify this by adding a
 smb_msleep(100) to the top of open_file_ntcreate and run the new samba4
 torture test. It does also happen without the msleep, but not as reliably.
 
 Thanks,
 
 Volker
 
 r11311 at SERNOX (orig r9587):  jelmer | 2005-08-24 17:11:13 +0200
 Fix SWAT data dir for --with-fhs
 
 r11313 at SERNOX (orig r9589):  jelmer | 2005-08-24 18:39:28 +0200
 Support reading secrets tdb
 
 r11315 at SERNOX (orig r9591):  jelmer | 2005-08-24 19:01:23 +0200
 - Remove empty file
 - Fix a couple of typo's
 - Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h...
 

Added:
   branches/SOC/SAMBA_4_0/source/lib/ldb/samba/ldb_samba3.c
   branches/SOC/SAMBA_4_0/swat/scripting/client/status.js
   branches/SOC/SAMBA_4_0/swat/scripting/server/status.esp
Removed:
   branches/SOC/SAMBA_4_0/source/lib/tdb_helper.c
Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/build/m4/check_path.m4
   branches/SOC/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SOC/SAMBA_4_0/source/include/structs.h
   branches/SOC/SAMBA_4_0/source/lib/ldb/README_gcov.txt
   branches/SOC/SAMBA_4_0/source/lib/samba3/config.mk
   branches/SOC/SAMBA_4_0/source/lib/samba3/registry.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/samba3.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/samba3.h
   branches/SOC/SAMBA_4_0/source/lib/samba3/secrets.c
   branches/SOC/SAMBA_4_0/source/lib/select.c
   branches/SOC/SAMBA_4_0/source/lib/substitute.c
   branches/SOC/SAMBA_4_0/source/lib/unix_privs.c
   branches/SOC/SAMBA_4_0/source/libcli/security/security_descriptor.c
   branches/SOC/SAMBA_4_0/source/librpc/idl/atsvc.idl
   branches/SOC/SAMBA_4_0/source/librpc/idl/initshutdown.idl
   branches/SOC/SAMBA_4_0/source/librpc/idl/lsa.idl
   branches/SOC/SAMBA_4_0/source/librpc/idl/samr.idl
   branches/SOC/SAMBA_4_0/source/librpc/idl/security.idl
   branches/SOC/SAMBA_4_0/source/librpc/idl/winreg.idl
   branches/SOC/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
   branches/SOC/SAMBA_4_0/source/pidl/pidl
   branches/SOC/SAMBA_4_0/source/script/tests/test_pidl.sh
   branches/SOC/SAMBA_4_0/source/scripting/bin/winreg
   branches/SOC/SAMBA_4_0/source/torture/raw/open.c
   branches/SOC/SAMBA_4_0/source/torture/rpc/winreg.c
   branches/SOC/SAMBA_4_0/source/torture/torture.c
   branches/SOC/SAMBA_4_0/swat/desktop/index.esp


Changeset:
Sorry, the patch is too large (2623 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9592


More information about the samba-cvs mailing list