Author: metze Date: 2005-08-24 09:47:04 +0000 (Wed, 24 Aug 2005) New Revision: 9572
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9572 Log: [EMAIL PROTECTED] (orig r9552): jelmer | 2005-08-24 01:55:41 +0200 Add idmap support. [EMAIL PROTECTED] (orig r9553): tpot | 2005-08-24 02:04:48 +0200 Some cosmetic things to make the atsvc dissector output look prettier and be more usable: - nicer formatting for summary of set fields in bitmap. - say "Pointer to Foo" in proto_tree instead of just "Foo" when dissecting pointers. - append string value to proto_tree when dissecting pointers to strings. - strip librpc/gen_ndr prefix from includes so generated files can live in the ethereal epan/dissectors directory. Now to work on getting the winreg dissector compiling... [EMAIL PROTECTED] (orig r9554): tpot | 2005-08-24 02:53:37 +0200 Do a quick once-over to make the ethereal auto-generated parser code a bit more readable. [EMAIL PROTECTED] (orig r9555): jelmer | 2005-08-24 02:58:52 +0200 More updates. Everything except for secrets.c compiles now.. [EMAIL PROTECTED] (orig r9556): jelmer | 2005-08-24 03:05:48 +0200 Define a few libsamba structs [EMAIL PROTECTED] (orig r9557): jelmer | 2005-08-24 03:52:17 +0200 Some more updates. Use combined function for parsing a set of samba3 databases [EMAIL PROTECTED] (orig r9558): tpot | 2005-08-24 03:58:36 +0200 Add more whitespace to generated output. Change conformance file warning to something more understandable. Don't generate duplicate duplicate element dissectors for function call arguments. Hey this makes the winreg dissector compile, but not link. [EMAIL PROTECTED] (orig r9563): tpot | 2005-08-24 05:39:25 +0200 I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the lib/samba3 source files are included in make proto. Fixes the build with ./configure.developer. [EMAIL PROTECTED] (orig r9566): tridge | 2005-08-24 10:28:49 +0200 fix an uninitialised variable [EMAIL PROTECTED] (orig r9567): tridge | 2005-08-24 10:31:39 +0200 fixed the winreg IDL for CreateKey, including a security descriptor. To keep it simple I just use normal IDL buffers for now, avoiding the complex methods metze used in spoolss. We might change that later Also added decoding of the security_descriptor in winreg_GetKeySecurity() in smbtorture [EMAIL PROTECTED] (orig r9568): tridge | 2005-08-24 10:32:51 +0200 updated the winreg js library for CreateKey, and add a --createkey option to the winreg tool [EMAIL PROTECTED] (orig r9569): tridge | 2005-08-24 10:33:56 +0200 fixed an uninitialised variable Added: branches/SOC/SAMBA_4_0/source/lib/samba3/idmap.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/winsdb.c Removed: branches/SOC/SAMBA_4_0/source/lib/samba3/policy.h branches/SOC/SAMBA_4_0/source/lib/samba3/sam.h Modified: branches/SOC/SAMBA_4_0/ branches/SOC/SAMBA_4_0/source/include/structs.h branches/SOC/SAMBA_4_0/source/lib/registry/reg_backend_rpc.c branches/SOC/SAMBA_4_0/source/lib/samba3/config.mk branches/SOC/SAMBA_4_0/source/lib/samba3/group.c branches/SOC/SAMBA_4_0/source/lib/samba3/policy.c branches/SOC/SAMBA_4_0/source/lib/samba3/samba3dump.c branches/SOC/SAMBA_4_0/source/lib/samba3/secrets.c branches/SOC/SAMBA_4_0/source/lib/samba3/tdbsam.c 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/rpc_server/winreg/rpc_winreg.c branches/SOC/SAMBA_4_0/source/scripting/bin/winreg branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_ldb.c branches/SOC/SAMBA_4_0/source/scripting/libjs/winreg.js branches/SOC/SAMBA_4_0/source/torture/rpc/winreg.c branches/SOC/SAMBA_4_0/source/utils/nmblookup.c Changeset: Sorry, the patch is too large (2367 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9572
