summaryrefslogtreecommitdiffstats
path: root/source/libsmb/ntlm_check.c
Commit message (Expand)AuthorAgeFilesLines
* Remove static zerosVolker Lendecke2007-12-281-1/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-9/+9
* r18029: More C++ stuffVolker Lendecke2007-10-101-1/+1
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-9/+9
* r3525: Fix a memleakVolker Lendecke2007-10-101-1/+5
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-101-1/+1
* r148: Ensure we do not dereference a null pointer when we return the userAndrew Bartlett2007-10-101-5/+17
* Fix most of bug #169.Andrew Bartlett2004-04-031-0/+43
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-271-3/+28
* Move our basic password checking code from inside the authenticationAndrew Bartlett2003-12-301-0/+377