[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Feb 26 03:08:13 MST 2010


The branch, master has been updated
       via  ee547e7... s3: remove unused schannel_auth_struct.
       via  274baba... testprogs: print the directory paths as well in spoolss test.
      from  d671b80... libcli/auth: print the error in the debug message

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


- Log -----------------------------------------------------------------
commit ee547e715eff60fd26fa65655b00b80202088319
Author: Günther Deschner <gd at samba.org>
Date:   Fri Feb 26 02:51:21 2010 +0100

    s3: remove unused schannel_auth_struct.
    
    Guenther

commit 274baba4ab191e4b357ef5babc01a1c5501afebf
Author: Günther Deschner <gd at samba.org>
Date:   Fri Feb 26 02:50:28 2010 +0100

    testprogs: print the directory paths as well in spoolss test.
    
    Guenther

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

Summary of changes:
 source3/include/ntdomain.h        |    6 ------
 testprogs/win32/spoolss/spoolss.c |    8 ++++++++
 2 files changed, 8 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 3204e2e..c98ee18 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -140,12 +140,6 @@ struct kerberos_auth_struct {
 	DATA_BLOB session_key;
 };
 
-/* auth state for schannel. */
-struct schannel_auth_struct {
-	unsigned char sess_key[16];
-	uint32 seq_num;
-};
-
 /* auth state for all bind types. */
 
 struct pipe_auth_data {
diff --git a/testprogs/win32/spoolss/spoolss.c b/testprogs/win32/spoolss/spoolss.c
index c9a7bc0..38eb7ed 100644
--- a/testprogs/win32/spoolss/spoolss.c
+++ b/testprogs/win32/spoolss/spoolss.c
@@ -1073,6 +1073,10 @@ static BOOL test_GetPrintProcessorDirectory(struct torture_context *tctx,
 			}
 		}
 
+		if (tctx->print) {
+			printf("\tPrint Processor Directory\t= %s\n\n", (LPSTR)buffer);
+		}
+
 		free(buffer);
 		buffer = NULL;
 	}
@@ -1120,6 +1124,10 @@ static BOOL test_GetPrinterDriverDirectory(struct torture_context *tctx,
 			}
 		}
 
+		if (tctx->print) {
+			printf("\tPrinter Driver Directory\t= %s\n\n", (LPSTR)buffer);
+		}
+
 		free(buffer);
 		buffer = NULL;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list