[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Dec 17 09:25:04 UTC 2019


The branch, master has been updated
       via  2241ce8e86f mit-kdb: Fix license on header file
       via  5d34c8874d6 s3-rpc_server: always print the full PDU.
      from  97ad50544aa smbd: Use explicit share_mode_wakeup_waiters()

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


- Log -----------------------------------------------------------------
commit 2241ce8e86f35f9bcfd4567aeb8e8a00cb53f7d7
Author: Simo Sorce <idra at samba.org>
Date:   Mon Dec 16 16:23:41 2019 -0500

    mit-kdb: Fix license on header file
    
    Signed-off-by: Simo Sorce <idra at samba.org>
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Signed-off-by: Alexander Bokovoy <ab at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Tue Dec 17 09:24:56 UTC 2019 on sn-devel-184

commit 5d34c8874d6732ffb95458b79b742664744ef605
Author: Günther Deschner <gd at samba.org>
Date:   Fri Aug 26 15:39:56 2016 +0200

    s3-rpc_server: always print the full PDU.
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 source3/rpc_server/rpc_server.c |  4 ++++
 source4/kdc/mit-kdb/kdb_samba.h | 45 +++++++++++++++++------------------------
 2 files changed, 23 insertions(+), 26 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/rpc_server.c b/source3/rpc_server/rpc_server.c
index c0c0f9a22a4..5550121cf09 100644
--- a/source3/rpc_server/rpc_server.c
+++ b/source3/rpc_server/rpc_server.c
@@ -33,6 +33,7 @@
 #include "rpc_server/rpc_ncacn_np.h"
 #include "rpc_server/srv_pipe_hnd.h"
 #include "rpc_server/srv_pipe.h"
+#include "librpc/gen_ndr/ndr_dcerpc.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_SRV
@@ -971,6 +972,9 @@ void dcerpc_ncacn_packet_process(struct tevent_req *subreq)
 	}
 	DEBUG(10, ("PDU is in %s Endian format!\n",
 		   ncacn_conn->p->endian ? "Big" : "Little"));
+	if (DEBUGLEVEL >= 10) {
+		NDR_PRINT_DEBUG(ncacn_packet, pkt);
+	}
 	process_complete_pdu(ncacn_conn->p, pkt);
 
 	/* reset pipe state and free PDU */
diff --git a/source4/kdc/mit-kdb/kdb_samba.h b/source4/kdc/mit-kdb/kdb_samba.h
index b9c571f26cb..22ef9085b6a 100644
--- a/source4/kdc/mit-kdb/kdb_samba.h
+++ b/source4/kdc/mit-kdb/kdb_samba.h
@@ -1,30 +1,23 @@
-/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 /*
- * plugins/kdb/samba/kdb_samba.h
- *
- * Copyright (c) 2009, Simo Sorce <idra at samba.org>
- * All Rights Reserved.
- *
- *   Export of this software from the United States of America may
- *   require a specific license from the United States Government.
- *   It is the responsibility of any person or organization contemplating
- *   export to obtain such a license before exporting.
- *
- * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  Furthermore if you modify this software you must label
- * your software as modified software and not distribute it in such a
- * fashion that it might be confused with the original M.I.T. software.
- * M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
- *
- */
+   Unix SMB/CIFS implementation.
+
+   Samba KDB plugin for MIT Kerberos
+
+   Copyright (c) 2009      Simo Sorce <idra at samba.org>.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
 
 #ifndef _KDB_SAMBA_H_
 #define _KDB_SAMBA_H_


-- 
Samba Shared Repository



More information about the samba-cvs mailing list