svn commit: samba r10036 - in branches/SOC/SAMBA_4_0: . source/auth/gensec source/auth/kerberos source/build/smb_build source/dsdb/samdb/ldb_modules source/gtk/tools source/heimdal/lib/krb5 source/heimdal/lib/roken source/include source/lib/cmdline source/lib/registry source/lib/registry/common source/lib/registry/tools source/lib/tdr source/libnet source/pidl source/pidl/lib/Parse/Pidl source/pidl/lib/Parse/Pidl/Samba source/rpc_server/winreg source/scripting/ejs source/utils

metze at samba.org metze at samba.org
Mon Sep 5 10:54:56 GMT 2005


Author: metze
Date: 2005-09-05 10:54:51 +0000 (Mon, 05 Sep 2005)
New Revision: 10036

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

Log:
 r11905 at SERNOX (orig r9990):  tpot | 2005-09-03 13:50:33 +0200
 Fix some 64-bit size_t warnings.
 
 r11906 at SERNOX (orig r9991):  tpot | 2005-09-03 13:52:42 +0200
 Some more 64-bit size_t warnings.  There are a few more but they are
 too hard to fix right now.  (-:
 
 r11907 at SERNOX (orig r9992):  tpot | 2005-09-03 14:35:50 +0200
 More fixes from the 64-bit warning police.
 
 r11908 at SERNOX (orig r9993):  tpot | 2005-09-03 14:37:44 +0200
 Gcc is fussy about the lack of parentheses around assignment statements.
 
 r11909 at SERNOX (orig r9994):  tpot | 2005-09-03 14:45:37 +0200
 Unused variable.
 
 r11910 at SERNOX (orig r9995):  jelmer | 2005-09-03 16:58:00 +0200
 Add file describing the REGF file format in IDL. 
 (used in reg_backend_nt4.c rewrite)
 
 r11915 at SERNOX (orig r10000):  tpot | 2005-09-03 18:39:47 +0200
 Congratulations to me for getting the 10,000th commit.
 r11921 at SERNOX (orig r10006):  jelmer | 2005-09-03 19:16:18 +0200
 Insert correct header file.
 
 r11922 at SERNOX (orig r10007):  jelmer | 2005-09-03 19:17:30 +0200
 Merge data_blk and data_len member of registry_value into a DATA_BLOB.
 Fix handling of REG_DWORD in the LDB backend.
 Fix a couple of warnings
 
 r11924 at SERNOX (orig r10009):  jelmer | 2005-09-03 21:43:35 +0200
 Fix bug in uint8 parsing functions
 
 r11925 at SERNOX (orig r10010):  jelmer | 2005-09-03 22:09:19 +0200
 Support base_type() attribute
 
 r11928 at SERNOX (orig r10013):  jelmer | 2005-09-04 00:56:02 +0200
 Support zero-sized strings.
 
 r11929 at SERNOX (orig r10014):  jelmer | 2005-09-04 00:57:30 +0200
 Support ?, : and = in attribute arguments.
 
 r11930 at SERNOX (orig r10015):  jelmer | 2005-09-04 00:58:04 +0200
 Change the NT4 registry backend to use the IDL-generate parse functions.
 
 r11931 at SERNOX (orig r10016):  jelmer | 2005-09-04 01:23:14 +0200
 Support reading security descriptors on keys.
 
 r11934 at SERNOX (orig r10019):  jelmer | 2005-09-04 04:01:42 +0200
 Only return NT_STATUS_NO_MEMORY if the alloc failed..
 
 r11935 at SERNOX (orig r10020):  jelmer | 2005-09-04 04:09:32 +0200
 Support for malloc / realloc / free in HBIN blocks
 Initial support for adding keys (still broken though)
 
 r11936 at SERNOX (orig r10021):  abartlet | 2005-09-04 08:19:57 +0200
 More kerberos notes.
 
 r11937 at SERNOX (orig r10022):  abartlet | 2005-09-04 10:17:24 +0200
 Merge tpot's fix for IRIX and AIX_rea build problems from lorikeet-heimdal
 to Samba4.
 
 Andrew Bartlett
 
 
 r11940 at SERNOX (orig r10025):  jelmer | 2005-09-04 15:13:47 +0200
 Add some utility functions for storing/loading tdr encoded data
 
 r11941 at SERNOX (orig r10026):  jelmer | 2005-09-04 16:47:19 +0200
 Move registry header file to lib/registry
 Add support for showing security descriptor in regshell
 Add support for saving files in NT4 registry backend
 
 r11964 at SERNOX (orig r10027):  jelmer | 2005-09-04 19:25:04 +0200
 Use blob length for keeping track of buffer length, add TODO
 
 r11965 at SERNOX (orig r10028):  jelmer | 2005-09-04 19:26:23 +0200
 More registry fixes. 
 Remove save_hive() function (there is a flush_key function already).
 Fixes for the allocation mechanism in the REGF backend
 
 r11967 at SERNOX (orig r10030):  jelmer | 2005-09-04 22:17:21 +0200
 Add hierarchical memory allocation to TDR's pull functions
 
 r11973 at SERNOX (orig r10032):  jelmer | 2005-09-05 02:35:14 +0200
 Add tdr generated files to clean target
 
 r11978 at SERNOX (orig r10035):  abartlet | 2005-09-05 12:53:14 +0200
 This patch removes the need for the special case hack
 'MEMORY_WILDCARD' keytab type. (part of this checking is in effect a
 merge from lorikeet-heimdal, where I removed this)
 
 This is achieved by correctly using the GSSAPI gsskrb5_acquire_cred()
 function, as this allows us to specify the target principal, regardless
 of which alias the client may use.
 
 This patch also tries to simplify some principal handling and fixes some
 error cases.
 
 Posted to samba-technical, reviewed by metze, and looked over by lha on IRC.
 
 Andrew Bartlett
 
 

Added:
   branches/SOC/SAMBA_4_0/10kcommit.txt
   branches/SOC/SAMBA_4_0/source/lib/registry/regf.idl
   branches/SOC/SAMBA_4_0/source/lib/registry/registry.h
   branches/SOC/SAMBA_4_0/source/lib/tdr/TODO
Removed:
   branches/SOC/SAMBA_4_0/source/include/registry.h
Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos-notes.txt
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos.c
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos.h
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos_util.c
   branches/SOC/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SOC/SAMBA_4_0/source/dsdb/samdb/ldb_modules/samba3sam.c
   branches/SOC/SAMBA_4_0/source/gtk/tools/gregedit.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/context.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/keytab_memory.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/krb5.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/resolve.c
   branches/SOC/SAMBA_4_0/source/lib/cmdline/popt_common.c
   branches/SOC/SAMBA_4_0/source/lib/registry/TODO
   branches/SOC/SAMBA_4_0/source/lib/registry/common/reg_interface.c
   branches/SOC/SAMBA_4_0/source/lib/registry/common/reg_util.c
   branches/SOC/SAMBA_4_0/source/lib/registry/config.mk
   branches/SOC/SAMBA_4_0/source/lib/registry/reg_backend_ldb.c
   branches/SOC/SAMBA_4_0/source/lib/registry/reg_backend_nt4.c
   branches/SOC/SAMBA_4_0/source/lib/registry/reg_backend_rpc.c
   branches/SOC/SAMBA_4_0/source/lib/registry/reg_backend_w95.c
   branches/SOC/SAMBA_4_0/source/lib/registry/tools/regdiff.c
   branches/SOC/SAMBA_4_0/source/lib/registry/tools/regpatch.c
   branches/SOC/SAMBA_4_0/source/lib/registry/tools/regshell.c
   branches/SOC/SAMBA_4_0/source/lib/registry/tools/regtree.c
   branches/SOC/SAMBA_4_0/source/lib/tdr/tdr.c
   branches/SOC/SAMBA_4_0/source/lib/tdr/tdr.h
   branches/SOC/SAMBA_4_0/source/libnet/userman.c
   branches/SOC/SAMBA_4_0/source/pidl/idl.yp
   branches/SOC/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
   branches/SOC/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/TDR.pm
   branches/SOC/SAMBA_4_0/source/pidl/pidl
   branches/SOC/SAMBA_4_0/source/rpc_server/winreg/rpc_winreg.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_data.c
   branches/SOC/SAMBA_4_0/source/utils/ndrdump.c


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


More information about the samba-cvs mailing list