summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth/ntlmssp_parse.c
Commit message (Expand)AuthorAgeFilesLines
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher2007-10-101-1/+1
* r3971: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-101-2/+2
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-2/+2
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-3/+3
* r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett2007-10-101-44/+60
* r2020: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-101-0/+321
* r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher2007-10-101-321/+0
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-10/+10
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-3/+3
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-13/+19
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-101-2/+18
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+299