r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)
authorAndrew Bartlett <abartlet@samba.org>
Mon, 14 Jun 2004 02:58:50 +0000 (02:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:56 +0000 (10:51 -0500)
Andrew Bartlett
(This used to be commit 61768f4cb3a268ce30911b15b30f82de36716b5f)

source3/include/rpc_samr.h
source3/rpc_parse/parse_samr.c

index 6dc679996d981bb0c3d232aa7882329540e6bd5f..ae603c9cd93cea8db44aae4d31e669916b2a6343 100644 (file)
@@ -1743,11 +1743,7 @@ typedef struct q_samr_get_dom_pwinfo
 typedef struct r_samr_get_dom_pwinfo
 {
        /*
-        * Previously this was 3 uint16's.  However, after some tests
-        * it appears that the data len for the signing needs to be 16.
-        * Not sure how 3 unit16's ever worked since the length always
-        * turned out to 12.  3 uint32's + NT_STATUS == 16 bytes.  Tested
-        * using NT and 2k.  --jerry
+        * See Samba4 IDL
         */
        uint16 unk_0;
        uint32 unk_1;
index e6d7e847ad9e7639ab57c5078d6f7d9e5bd98cf4..bb4c94404b0e448384a53eaef40f0d003d42519b 100644 (file)
@@ -6970,8 +6970,7 @@ BOOL samr_io_r_get_dom_pwinfo(const char *desc, SAMR_R_GET_DOM_PWINFO * r_u,
                return False;
 
        /*
-        * We need 16 bytes here according to tests.  Don't know
-        * what they are, but the length is important for the singing
+        * see the Samba4 IDL for what these actually are.
        */
 
        if(!prs_uint16("unk_0", ps, depth, &r_u->unk_0))