summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp_parse.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-27Adding missing calls to va_end().Tim Potter1-4/+19
2007-11-20More pstring removal....Jeremy Allison1-47/+98
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-1/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-9/+12
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-3/+3
2004-02-10Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison1-2/+18
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-25/+8
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-4/+3
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-1/+2
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-31/+44
2003-02-15Don't return NULL pointers for now.Andrew Bartlett1-4/+4
2003-02-15Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett1-3/+3
2003-02-15Move our NTLMSSP code into easily seperated peices, not relying on the wholeAndrew Bartlett1-0/+303