[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1202-g9b33766

Andrew Bartlett abartlet at samba.org
Tue Apr 21 13:20:14 GMT 2009


The branch, master has been updated
       via  9b33766fbb13fc2ab82e209607db37f5888ddc2b (commit)
       via  47ec66bda3e4264f93f142a3903052c4bc6dbec8 (commit)
       via  8ab74e948a0e417b298a5ee9eaba684423aa5653 (commit)
      from  2eff2de2f81374483df99757046f1d5ee4050155 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9b33766fbb13fc2ab82e209607db37f5888ddc2b
Merge: 47ec66bda3e4264f93f142a3903052c4bc6dbec8 2eff2de2f81374483df99757046f1d5ee4050155
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Apr 21 15:19:50 2009 +0200

    Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel

commit 47ec66bda3e4264f93f142a3903052c4bc6dbec8
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Apr 21 15:14:02 2009 +0200

    Add the implicit [ref] to the connect_handle in EnumDomains

commit 8ab74e948a0e417b298a5ee9eaba684423aa5653
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Apr 21 15:07:10 2009 +0200

    Revert "pidl/python: Add explicit casts, fixing implicit cast warnings."
    
    It was creating new objects with bogus data.
    
    This reverts commit 210830392999691469a55f4f5e2032abcdb20b8a.

-----------------------------------------------------------------------

Summary of changes:
 librpc/idl/samr.idl                  |    2 +-
 pidl/lib/Parse/Pidl/Samba4/Python.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl
index bcd8ca0..06bdf18 100644
--- a/librpc/idl/samr.idl
+++ b/librpc/idl/samr.idl
@@ -300,7 +300,7 @@ import "misc.idl", "lsa.idl", "security.idl";
 	} samr_SamArray;
 
 	NTSTATUS samr_EnumDomains (
-		[in]          policy_handle *connect_handle,
+		[in,ref]      policy_handle *connect_handle,
 		[in,out,ref]  uint32 *resume_handle,
 		[out,ref]     samr_SamArray **sam,
 		[in]          uint32 buf_size,
diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm
index 6099fe5..81869b0 100644
--- a/pidl/lib/Parse/Pidl/Samba4/Python.pm
+++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm
@@ -845,7 +845,7 @@ sub ConvertObjectFromPythonData($$$$$$)
 			return;
 		}
 		$self->pidl("PY_CHECK_TYPE($ctype_name, $cvar, $fail);");
-		$self->assign($target, "talloc_ptrtype(py_talloc_get_ptr($cvar), $target)");
+		$self->assign($target, "py_talloc_get_ptr($cvar)");
 		return;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list