[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-489-g512e815

Günther Deschner gd at samba.org
Thu Feb 5 11:20:32 GMT 2009


The branch, master has been updated
       via  512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083 (commit)
       via  177f7c21ee22c4467f2aebea4c0f778567f90dec (commit)
       via  04dea3c95684241446def9340cf49ef5f1cbaf32 (commit)
      from  d704efc536cdd0cc9ae9d235242cc4a12ed17858 (commit)

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


- Log -----------------------------------------------------------------
commit 512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083
Author: Günther Deschner <gd at samba.org>
Date:   Thu Feb 5 12:19:54 2009 +0100

    s3: re-run make samba3-idl.
    
    Guenther

commit 177f7c21ee22c4467f2aebea4c0f778567f90dec
Author: Günther Deschner <gd at samba.org>
Date:   Thu Dec 18 01:42:39 2008 +0100

    spoolss: fix spoolss_RemoteFindNextPrinterChangeNotifyEx.
    
    Guenther

commit 04dea3c95684241446def9340cf49ef5f1cbaf32
Author: Günther Deschner <gd at samba.org>
Date:   Fri Nov 14 23:44:06 2008 +0100

    spoolss-idl: fill in spoolss_DeletePrinter.
    
    Guenther

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

Summary of changes:
 librpc/gen_ndr/spoolss.h |    6 +++++-
 librpc/idl/spoolss.idl   |    5 +++--
 2 files changed, 8 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index a3148ec..49eb799 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -912,6 +912,10 @@ struct spoolss_AddPrinter {
 
 struct spoolss_DeletePrinter {
 	struct {
+		struct policy_handle *handle;/* [ref] */
+	} in;
+
+	struct {
 		WERROR result;
 	} out;
 
@@ -1841,7 +1845,7 @@ struct spoolss_RemoteFindNextPrinterChangeNotifyEx {
 	} in;
 
 	struct {
-		struct spoolss_NotifyInfo *info;/* [unique] */
+		struct spoolss_NotifyInfo **info;/* [ref] */
 		WERROR result;
 	} out;
 
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 5fdea81..2a2454a 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -393,7 +393,8 @@ import "misc.idl", "security.idl", "winreg.idl";
 
 	/******************/
 	/* Function: 0x06 */
-	[todo] WERROR spoolss_DeletePrinter(
+	WERROR spoolss_DeletePrinter(
+		[in] policy_handle *handle
 	);
 
 	/******************/
@@ -1290,7 +1291,7 @@ import "misc.idl", "security.idl", "winreg.idl";
 		[in,ref] policy_handle *handle,
 		[in] uint32 change_low,
 		[in,unique] spoolss_NotifyOptionsContainer *container,
-		[out, unique] spoolss_NotifyInfo *info
+		[out,ref] spoolss_NotifyInfo **info
 	);
 
 	/******************/


-- 
Samba Shared Repository


More information about the samba-cvs mailing list