The branch, master has been updated
       via  01b0e5aadf9 spoolss: Add PRINTER_DRIVER_CATEGORY_3D driver define
      from  2d5facc9547 s4-torture: add netr_LogonGetDomainInfo NDR(64) tests

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


- Log -----------------------------------------------------------------
commit 01b0e5aadf9a9bb6c806850c3708933eebd08c6b
Author: Günther Deschner <[email protected]>
Date:   Sat Oct 28 10:44:11 2017 +0200

    spoolss: Add PRINTER_DRIVER_CATEGORY_3D driver define
    
    Guenther
    
    Signed-off-by: Guenther Deschner <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>
    
    Autobuild-User(master): Andreas Schneider <[email protected]>
    Autobuild-Date(master): Fri Sep 20 12:58:49 UTC 2019 on sn-devel-184

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

Summary of changes:
 librpc/idl/spoolss.idl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index e759d2d0280..9d294969a0a 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -1360,7 +1360,8 @@ cpp_quote("#define spoolss_security_descriptor 
security_descriptor")
                PRINTER_DRIVER_CATEGORY_FILE            = 0x00000080,
                PRINTER_DRIVER_CATEGORY_VIRTUAL         = 0x00000100,
                PRINTER_DRIVER_CATEGORY_SERVICE         = 0x00000200,
-               PRINTER_DRIVER_SOFT_RESET_REQUIRED      = 0x00000400
+               PRINTER_DRIVER_SOFT_RESET_REQUIRED      = 0x00000400,
+               PRINTER_DRIVER_CATEGORY_3D              = 0x00001000
        } spoolss_DriverAttributes;
 
        typedef struct {


-- 
Samba Shared Repository

Reply via email to