Rework trivial msrpc parser to use convert_string_talloc()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 Mar 2009 10:17:29 +0000 (21:17 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 14 Apr 2009 04:19:40 +0000 (14:19 +1000)
commit8e73b652f92795dcb35cd3826c88926e8072ea31
tree04cf7b682d95f41e10263d03e353f172abff3e10
parent9feea7fa4c36e124a2d6f8711ee849b039a22f34
Rework trivial msrpc parser to use convert_string_talloc()

Also avoid still string conversions when trying to match NTLMSSP in
the header of the NTLMSSP packet.

This also changes a few things to avoid const warnings.

Andrew Bartlett
libcli/auth/msrpc_parse.c