summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Add NTLMSSP_FEATURE_CCACHEVolker Lendecke2010-01-241-0/+60
* s3: Remove some calls to memset -- reduces text size by some bytes for meVolker Lendecke2010-01-241-5/+2
* s3:ntlmssp: change get_challange() to return NTSTATUSStefan Metzmacher2009-12-291-3/+8
* s3:ntlmssp: remove unused ntlmssp_stored_response()Stefan Metzmacher2009-12-291-25/+1
* s3:ntlmssp: remove unused ref_count from ntlmssp_stateStefan Metzmacher2009-12-291-12/+4
* s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_typeStefan Metzmacher2009-12-291-1/+1
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-221-15/+15
* s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_roleAndrew Bartlett2009-12-221-1/+1
* libcli/auth Make gd's NDR NTLMSSP parsers helpers commonAndrew Bartlett2009-12-221-1/+1
* s3-ntlmssp: use generated ntlmssp code for debugging purpose.Günther Deschner2009-08-281-0/+69
* s3-ntlmssp: use interface constants in TargetInfo blob.Günther Deschner2009-08-281-5/+5
* s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-281-16/+14
* s3-ntlmssp: remove trailing whitespace.Günther Deschner2009-08-271-96/+96
* s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP codeAndrew Bartlett2009-04-201-10/+10
* s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()Andrew Bartlett2009-04-201-46/+8
* Fix crash bug in NTLMSSP caused by msrpc_parse() moving to tallocAndrew Bartlett2009-04-161-4/+2
* More work to adapt to merged libcli/auth function prototypesAndrew Bartlett2009-04-141-10/+10
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-14/+16
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-211-7/+5
* remove the explicit mem_ctx from ntlmssp_state, use the state itselfVolker Lendecke2008-11-301-46/+41
* fix nonempty blank linesVolker Lendecke2008-11-301-27/+27
* ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner2008-04-301-3/+5
* Restore 3.0 behaviour with empty /etc/hostsVolker Lendecke2008-02-291-2/+5
* Check the right variable for being NULLVolker Lendecke2008-02-291-1/+1
* Remove static zerosVolker Lendecke2007-12-281-2/+5
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-20/+24
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* 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
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-17/+17
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-6/+6
* r19936: Patch from Kai Blin <kai.blin@gmail.com> toJeremy Allison2007-10-101-2/+4
* r18029: More C++ stuffVolker Lendecke2007-10-101-1/+1
* r18008: Ok, same fix as before. But this time also allocate the session key. ...Volker Lendecke2007-10-101-5/+14
* r18005: The ntlmssp fix is not correct yet, working on itVolker Lendecke2007-10-101-6/+5
* r17977: To be honest, I have NO idea whatsoever what this does, but it fixes ...Volker Lendecke2007-10-101-5/+6
* r17620: Fix two C++ Warnings and a memleakVolker Lendecke2007-10-101-2/+6
* r17612: Modify NTLMSSP session code so that it doesn't storeJeremy Allison2007-10-101-22/+34
* r17216: From Kai Blin <kai.blin@gmail.com>:Andrew Bartlett2007-10-101-6/+44
* r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison2007-10-101-4/+16
* r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison2007-10-101-17/+26
* r12922: Fix typo.Jeremy Allison2007-10-101-1/+1
* r12920: Fix for #3401 from Andrew Bartlett. Original fix fromJeremy Allison2007-10-101-0/+5
* r11079: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison2007-10-101-32/+6
* r11075: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison2007-10-101-2/+19
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-16/+68
* r8475: BUG 2872: fix cut-n-paste error when checking pointer value in ntlmssp...Gerald Carter2007-10-101-1/+1
* r7472: fix smbpasswd user password change (still worked by bad error messages...Gerald Carter2007-10-101-2/+2
* r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP,Andrew Bartlett2007-10-101-4/+2