summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-13Fix Coverity ID 745 (RESOURCE_LEAK)Volker Lendecke1-0/+1
2009-02-10S3: Fixes for coverity issues.todd stecher1-2/+3
2008-11-30remove the explicit mem_ctx from ntlmssp_state, use the state itselfVolker Lendecke1-3/+4
2008-11-10ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.Kai Blin1-3/+15
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-4/+4
2008-04-06Remove external refs to winbindd_fdVolker Lendecke1-2/+0
2008-03-19ntlm_auth: Improve compliance to the Squid helper protocolKai Blin1-31/+44
2008-02-28winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher1-1/+1
2008-02-17Fix some more callers of PAC_DATA.Günther Deschner1-1/+1
2008-01-31ntlm_auth: Parse configfile after parsing it's location, not before.Kai Blin1-9/+14
2008-01-19ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin1-37/+50
2008-01-19ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin1-55/+66
2008-01-19nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin1-34/+40
2008-01-19ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin1-4/+43
2008-01-19ntlm_auth: Dynamically allocate the read buffer.Kai Blin1-28/+43
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin1-10/+15
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison1-1/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-37/+55
2007-11-20Add talloc stackframe for ntlm_auth.cJeremy Allison1-0/+2
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke1-10/+10
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-14/+14
2007-10-10r25143: rename public functions from winbind_client.hStefan Metzmacher1-10/+10
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-10r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-26/+26
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-3/+3
2007-10-10r21663: Fix from the Wine guys: Robert Shearman <rob@codeweavers.com>Jeremy Allison1-1/+2
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner1-2/+2
2007-10-10r21010: fix the pstring change in ntlm_auth for require-membership-of in ntlm...Gerald Carter1-1/+1
2007-10-10r18029: More C++ stuffVolker Lendecke1-1/+1
2007-10-10r17984: Ensure we never indirect a null opt_username if it wasn'tJeremy Allison1-0/+10
2007-10-10r17981: Hmmm. Don't break helper functions that don't needJeremy Allison1-5/+7
2007-10-10r17979: Make ntlm_auth more intelligent about figuring out it'sJeremy Allison1-14/+31
2007-10-10r17921: Comment is obsolte. This is now implemented in winbindd.Jeremy Allison1-3/+1
2007-10-10r17903: Fix null deref caught by Stanford checker. Don'tJeremy Allison1-1/+0
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison1-10/+99
2007-10-10r17446: Fix some C++ warnings and two memleaks found by Coverity, IDs 304 and...Volker Lendecke1-7/+13
2007-10-10r17216: From Kai Blin <kai.blin@gmail.com>:Andrew Bartlett1-0/+71
2007-10-10r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1Andrew Bartlett1-1/+295
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner1-1/+1
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-1/+1
2007-10-10r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner1-2/+1
2007-10-10r14033: Fix Coverity bug # 126Volker Lendecke1-0/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-4/+4
2007-10-10r13316: Let the carnage begin....Gerald Carter1-3/+3
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison1-0/+1