LCOV - code coverage report
Current view: top level - source4/torture/ndr - negoex.c (source / functions) Hit Total Coverage
Test: coverage report for master 2b515b7d Lines: 32 33 97.0 %
Date: 2024-02-28 12:06:22 Functions: 2 2 100.0 %

          Line data    Source code
       1             : /*
       2             :    Unix SMB/CIFS implementation.
       3             :    test suite for negoex ndr operations
       4             : 
       5             :    Copyright (C) Guenther Deschner 2015
       6             : 
       7             :    This program is free software; you can redistribute it and/or modify
       8             :    it under the terms of the GNU General Public License as published by
       9             :    the Free Software Foundation; either version 3 of the License, or
      10             :    (at your option) any later version.
      11             : 
      12             :    This program is distributed in the hope that it will be useful,
      13             :    but WITHOUT ANY WARRANTY; without even the implied warranty of
      14             :    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      15             :    GNU General Public License for more details.
      16             : 
      17             :    You should have received a copy of the GNU General Public License
      18             :    along with this program.  If not, see <http://www.gnu.org/licenses/>.
      19             : */
      20             : 
      21             : #include "includes.h"
      22             : #include "torture/ndr/ndr.h"
      23             : #include "librpc/gen_ndr/ndr_negoex.h"
      24             : #include "torture/ndr/proto.h"
      25             : 
      26             : static const uint8_t negoex_MESSAGE_ARRAY_data[] = {
      27             :         0x4e, 0x45, 0x47, 0x4f, 0x45, 0x58, 0x54, 0x53, 0x01, 0x00, 0x00, 0x00,
      28             :         0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00,
      29             :         0x06, 0xcb, 0x30, 0x71, 0x62, 0x20, 0x1b, 0x6a, 0x40, 0x9e, 0x35, 0x14,
      30             :         0xc2, 0x6b, 0x17, 0x73, 0xba, 0x25, 0xdd, 0x80, 0x91, 0xfb, 0xae, 0x2c,
      31             :         0x68, 0x4b, 0x99, 0x28, 0xf0, 0x3c, 0x3e, 0xf3, 0xe2, 0xcf, 0x60, 0xa3,
      32             :         0x29, 0xee, 0xa0, 0xf9, 0xb1, 0x10, 0x4b, 0x56, 0xc3, 0x83, 0xc7, 0x32,
      33             :         0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
      34             :         0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
      35             :         0x5c, 0x33, 0x53, 0x0d, 0xea, 0xf9, 0x0d, 0x4d, 0xb2, 0xec, 0x4a, 0xe3,
      36             :         0x78, 0x6e, 0xc3, 0x08, 0x4e, 0x45, 0x47, 0x4f, 0x45, 0x58, 0x54, 0x53,
      37             :         0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
      38             :         0x98, 0x00, 0x00, 0x00, 0x06, 0xcb, 0x30, 0x71, 0x62, 0x20, 0x1b, 0x6a,
      39             :         0x40, 0x9e, 0x35, 0x14, 0xc2, 0x6b, 0x17, 0x73, 0x5c, 0x33, 0x53, 0x0d,
      40             :         0xea, 0xf9, 0x0d, 0x4d, 0xb2, 0xec, 0x4a, 0xe3, 0x78, 0x6e, 0xc3, 0x08,
      41             :         0x40, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00, 0x30, 0x56, 0xa0, 0x54,
      42             :         0x30, 0x52, 0x30, 0x27, 0x80, 0x25, 0x30, 0x23, 0x31, 0x21, 0x30, 0x1f,
      43             :         0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
      44             :         0x20, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x50, 0x75, 0x62,
      45             :         0x6c, 0x69, 0x63, 0x20, 0x4b, 0x65, 0x79, 0x30, 0x27, 0x80, 0x25, 0x30,
      46             :         0x23, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18,
      47             :         0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x20, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e,
      48             :         0x67, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x4b, 0x65, 0x79
      49             : };
      50             : 
      51           2 : static bool negoex_MESSAGE_ARRAY_check(struct torture_context *tctx,
      52             :                                        struct negoex_MESSAGE_ARRAY *r)
      53             : {
      54           2 :         struct GUID guid;
      55           2 :         struct negoex_MESSAGE m;
      56             : 
      57           2 :         torture_assert_int_equal(tctx, r->count, 2, "count");
      58             : 
      59           2 :         m = r->messages[0];
      60             : 
      61           2 :         torture_assert_str_equal(tctx, m.signature, "NEGOEXTS", "signature");
      62           2 :         torture_assert_int_equal(tctx, m.type, NEGOEX_MESSAGE_TYPE_ACCEPTOR_NEGO, "type");
      63           2 :         torture_assert_int_equal(tctx, m.sequence_number, 0, "sequence_number");
      64           2 :         torture_assert_int_equal(tctx, m.header_length, 96, "header_length");
      65           2 :         torture_assert_int_equal(tctx, m.message_length, 112, "message_length");
      66           2 :         GUID_from_string("7130cb06-2062-6a1b-409e-3514c26b1773", &guid);
      67           2 :         torture_assert_guid_equal(tctx, m.conversation_id, guid, "conversation_id");
      68             :         /* torture_assert_int_equal(tctx, m.p.nego.random, ba25dd8091fbae2c684b9928f03c3ef3e2cf60a329eea0f9b1104b56c383c732, "p.nego.random"); */
      69           2 :         torture_assert_int_equal(tctx, m.p.nego.protocol_version, 0, "p.nego.protocol_version");
      70           2 :         torture_assert_int_equal(tctx, m.p.nego.auth_schemes.count, 1, "p.nego.auth_schemes.count");
      71           2 :         GUID_from_string("0d53335c-f9ea-4d0d-b2ec-4ae3786ec308", &guid);
      72           2 :         torture_assert_guid_equal(tctx, m.p.nego.auth_schemes.array[0].guid, guid, "p.nego.auth_schemes.array[0].guid");
      73           2 :         torture_assert_int_equal(tctx, m.p.nego.extensions.count, 0, "p.nego.extensions.count");
      74             : 
      75           2 :         m = r->messages[1];
      76             : 
      77           2 :         torture_assert_str_equal(tctx, m.signature, "NEGOEXTS", "signature");
      78           2 :         torture_assert_int_equal(tctx, m.type, NEGOEX_MESSAGE_TYPE_ACCEPTOR_META_DATA, "type");
      79           2 :         torture_assert_int_equal(tctx, m.sequence_number, 1, "sequence_number");
      80           2 :         torture_assert_int_equal(tctx, m.header_length, 64, "header_length");
      81           2 :         torture_assert_int_equal(tctx, m.message_length, 152, "message_length");
      82           2 :         GUID_from_string("7130cb06-2062-6a1b-409e-3514c26b1773", &guid);
      83           2 :         torture_assert_guid_equal(tctx, m.conversation_id, guid, "conversation_id");
      84           2 :         GUID_from_string("0d53335c-f9ea-4d0d-b2ec-4ae3786ec308", &guid);
      85           2 :         torture_assert_guid_equal(tctx, m.p.exchange.auth_scheme.guid, guid, "auth_scheme.guid");
      86           2 :         torture_assert_int_equal(tctx, m.p.exchange.exchange.blob.length, 88, "exchange.blob.length");
      87             : 
      88           0 :         return true;
      89             : }
      90             : 
      91        2379 : struct torture_suite *ndr_negoex_suite(TALLOC_CTX *ctx)
      92             : {
      93        2379 :         struct torture_suite *suite = torture_suite_create(ctx, "negoex");
      94             : 
      95        2379 :         torture_suite_add_ndr_pull_validate_test(suite, negoex_MESSAGE_ARRAY,
      96             :                                             negoex_MESSAGE_ARRAY_data,
      97             :                                             negoex_MESSAGE_ARRAY_check);
      98             : 
      99        2379 :         return suite;
     100             : }

Generated by: LCOV version 1.14