summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/ntlmssp_parse.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-3/+3
2007-10-10r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett1-44/+60
2007-10-10r2020: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher1-0/+321
2007-10-10r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher1-321/+0
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-10/+10
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-13/+19
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-2/+18
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-0/+299