summaryrefslogtreecommitdiff
path: root/libcli/auth/msrpc_parse.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-23Fix a couple of warningsVolker Lendecke1-10/+15
2009-04-16Fix building the now common msrpc_parse codeAndrew Bartlett1-1/+1
2009-04-14Rework trivial msrpc parser to use convert_string_talloc()Andrew Bartlett1-21/+21
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
2009-04-14Move MSRPC-PARSE into the common libcli/authAndrew Bartlett1-0/+368
This is a depenceny of smbencrypt.c