svn commit: samba r3999 - in branches/SAMBA_4_0/source:librpc/idl rpc_server/drsuapi

Michael B Allen mba2000 at ioplex.com
Tue Nov 30 00:32:54 GMT 2004


tridge at samba.org said:
> Metze,
>
>  > +	/* this are the bind info blobs returned (seemed to be const):
>  > +		w2k3 	7ffbff1f81a6ff5d80139441a372e9b779d70268f801000000000000
>  > +		w2k  	7ffb1f00cb7fb9102391c143bda81fc90e0ff452f4000000
>  > +	*/
>
> I see a different value from my two w2k3 servers. I suspect these are
> not constant at all, and are either a property of the particular
> install, or a property of the underlying store.
>
> The values I see are:
>
>   7ffbff1fb78e758b6a809f4d840b0724412ee1df0402000000000000
>   7ffbff1f1b796f7e41acad489ffed5da29e26c4ef801000000000000
>
> It doesn't look like the values are completely random, but they are
> definately not a constant either.

Minus the first 2-4 bytes it looks pretty "random" to me.

$ ./strdiff 7ffbff1fb78e758b6a809f4d840b0724412ee1df0402000000000000
7ffbff1f81a6ff5d80139441a372e9b779d70268f801000000000000
d=44 sn=30
MAT: 7ffbff1f
DEL: b78e75
MAT: 8
DEL: b6
INS: 1
MAT: a
DEL: 809
INS: 6
MAT: f
DEL: 4
INS: f5
MAT: d8
DEL: 4
MAT: 0
DEL: b072
INS: 139
MAT: 441
INS: a37
MAT: 2e
DEL: e1
INS: 9b779
MAT: d
DEL: f04
INS: 7
MAT: 02
INS: 68f8
MAT: 0
INS: 1
MAT: 00000000000
INS: 0
$ ./strdiff 7ffbff1fb78e758b6a809f4d840b0724412ee1df0402000000000000
7ffbff1f81a6ff5d80139441a372e9b779d70268f801000000000000 | grep MAT
MAT: 7ffbff1f
MAT: 8
MAT: a
MAT: f
MAT: d8
MAT: 0
MAT: 441
MAT: 2e
MAT: d
MAT: 02
MAT: 0
MAT: 00000000000
$ ./strdiff 7ffb1f00cb7fb9102391c143bda81fc90e0ff452f4000000
7ffbff1f1b796f7e41acad489ffed5da29e26c4ef801000000000000
d=54 sn=34
MAT: 7ffb
INS: ff
MAT: 1f
DEL: 00c
INS: 1
MAT: b7
DEL: fb
MAT: 9
DEL: 10239
INS: 6f7e4
MAT: 1
INS: a
MAT: c
DEL: 143bd
MAT: a
INS: d4
MAT: 8
DEL: 1fc
MAT: 9
DEL: 0e0
MAT: ff
DEL: 4
INS: ed
MAT: 5
INS: da
MAT: 2
DEL: f
INS: 9e26c
MAT: 4
INS: ef8
MAT: 0
INS: 1
MAT: 00000
INS: 0000000
$ ./strdiff 7ffb1f00cb7fb9102391c143bda81fc90e0ff452f4000000
7ffbff1f1b796f7e41acad489ffed5da29e26c4ef801000000000000 | grep MAT
MAT: 7ffb
MAT: 1f
MAT: b7
MAT: 9
MAT: 1
MAT: c
MAT: a
MAT: 8
MAT: 9
MAT: ff
MAT: 5
MAT: 2
MAT: 4
MAT: 0
MAT: 00000



More information about the samba-technical mailing list