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:
 [EMAIL PROTECTED] (orig r9990):  tpot | 2005-09-03 13:50:33 +0200
 Fix some 64-bit size_t warnings.
 
 [EMAIL PROTECTED] (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.  (-:
 
 [EMAIL PROTECTED] (orig r9992):  tpot | 2005-09-03 14:35:50 +0200
 More fixes from the 64-bit warning police.
 
 [EMAIL PROTECTED] (orig r9993):  tpot | 2005-09-03 14:37:44 +0200
 Gcc is fussy about the lack of parentheses around assignment statements.
 
 [EMAIL PROTECTED] (orig r9994):  tpot | 2005-09-03 14:45:37 +0200
 Unused variable.
 
 [EMAIL PROTECTED] (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)
 
 [EMAIL PROTECTED] (orig r10000):  tpot | 2005-09-03 18:39:47 +0200
 Congratulations to me for getting the 10,000th commit.
 [EMAIL PROTECTED] (orig r10006):  jelmer | 2005-09-03 19:16:18 +0200
 Insert correct header file.
 
 [EMAIL PROTECTED] (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
 
 [EMAIL PROTECTED] (orig r10009):  jelmer | 2005-09-03 21:43:35 +0200
 Fix bug in uint8 parsing functions
 
 [EMAIL PROTECTED] (orig r10010):  jelmer | 2005-09-03 22:09:19 +0200
 Support base_type() attribute
 
 [EMAIL PROTECTED] (orig r10013):  jelmer | 2005-09-04 00:56:02 +0200
 Support zero-sized strings.
 
 [EMAIL PROTECTED] (orig r10014):  jelmer | 2005-09-04 00:57:30 +0200
 Support ?, : and = in attribute arguments.
 
 [EMAIL PROTECTED] (orig r10015):  jelmer | 2005-09-04 00:58:04 +0200
 Change the NT4 registry backend to use the IDL-generate parse functions.
 
 [EMAIL PROTECTED] (orig r10016):  jelmer | 2005-09-04 01:23:14 +0200
 Support reading security descriptors on keys.
 
 [EMAIL PROTECTED] (orig r10019):  jelmer | 2005-09-04 04:01:42 +0200
 Only return NT_STATUS_NO_MEMORY if the alloc failed..
 
 [EMAIL PROTECTED] (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)
 
 [EMAIL PROTECTED] (orig r10021):  abartlet | 2005-09-04 08:19:57 +0200
 More kerberos notes.
 
 [EMAIL PROTECTED] (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
 
 
 [EMAIL PROTECTED] (orig r10025):  jelmer | 2005-09-04 15:13:47 +0200
 Add some utility functions for storing/loading tdr encoded data
 
 [EMAIL PROTECTED] (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
 
 [EMAIL PROTECTED] (orig r10027):  jelmer | 2005-09-04 19:25:04 +0200
 Use blob length for keeping track of buffer length, add TODO
 
 [EMAIL PROTECTED] (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
 
 [EMAIL PROTECTED] (orig r10030):  jelmer | 2005-09-04 22:17:21 +0200
 Add hierarchical memory allocation to TDR's pull functions
 
 [EMAIL PROTECTED] (orig r10032):  jelmer | 2005-09-05 02:35:14 +0200
 Add tdr generated files to clean target
 
 [EMAIL PROTECTED] (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

Reply via email to