index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
ntlm_auth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix Coverity ID 1136: CONSTANT_EXPRESSION_RESULT
Volker Lendecke
2011-04-04
1
-1
/
+1
*
s3:ntlm_auth: support clients which offer a spnego mechs we don't support (bu...
Stefan Metzmacher
2010-12-17
1
-108
/
+176
*
s3:ntlm_auth: free session key, as we don't use it (at least for now)
Stefan Metzmacher
2010-12-17
1
-1
/
+2
*
s3:ntlm_auth: fix memory leak in the raw ntlmssp code path
Stefan Metzmacher
2010-12-17
1
-0
/
+2
*
s3: Correctly unwrap the krb ticket in gss-spnego (cherry picked from commit ...
Stefan Metzmacher
2010-12-17
1
-1
/
+52
*
s3: Fall back to raw NTLMSSP for the gss-spnego protocol
Volker Lendecke
2010-12-17
1
-0
/
+25
*
s3: Split off output generation from manage_squid_ntlmssp_request (cherry pic...
Stefan Metzmacher
2010-12-17
1
-17
/
+41
*
s3: Wrap the ntlm_auth loop with a talloc_stackframe (cherry picked from comm...
Volker Lendecke
2010-12-17
1
-0
/
+2
*
s3: Fix some debug msgs in ntlm_auth (cherry picked from commit 6400f3ee62108...
Volker Lendecke
2010-12-17
1
-8
/
+8
*
ntlm_auth: Fix a valgrind error (cherry picked from commit 69db4b4ccf051b0551...
Volker Lendecke
2010-12-17
1
-1
/
+1
*
s3 ntlm_auth: Don't malloc data that will be talloc_free()d
Kai Blin
2010-03-29
1
-12
/
+12
*
s3-kerberos: only use krb5 headers where required.
Günther Deschner
2009-11-30
1
-0
/
+1
*
ntlm_auth: use data_blob_talloc() to allocate session key
Kai Blin
2009-11-21
1
-2
/
+2
*
s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.
Günther Deschner
2009-11-06
1
-2
/
+2
*
spnego: Support ASN.1 BIT STRING and use it in SPNEGO.
Kouhei Sutou
2009-09-17
1
-2
/
+4
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
1
-19
/
+24
*
s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...
Bo Yang
2009-05-22
1
-1
/
+56
*
s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIs
Andrew Bartlett
2009-04-14
1
-2
/
+2
*
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
2009-04-14
1
-3
/
+3
*
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-2
/
+3
*
Add some harmless use of talloc_tos() in ntlm_auth
Andrew Bartlett
2009-04-14
1
-2
/
+2
*
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
2009-04-07
1
-4
/
+2
*
Fix an uninitialized variable, introdued with 4d100f2f
Volker Lendecke
2009-02-13
1
-1
/
+1
*
Fix Coverity ID 744
Volker Lendecke
2009-02-13
1
-1
/
+1
*
Fix Coverity ID 745 (RESOURCE_LEAK)
Volker Lendecke
2009-02-13
1
-0
/
+1
*
S3: Fixes for coverity issues.
todd stecher
2009-02-10
1
-2
/
+3
*
remove the explicit mem_ctx from ntlmssp_state, use the state itself
Volker Lendecke
2008-11-30
1
-3
/
+4
*
ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.
Kai Blin
2008-11-10
1
-3
/
+15
*
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
2008-10-18
1
-4
/
+4
*
Remove external refs to winbindd_fd
Volker Lendecke
2008-04-06
1
-2
/
+0
*
ntlm_auth: Improve compliance to the Squid helper protocol
Kai Blin
2008-03-19
1
-31
/
+44
*
winbind: use a struct element for WBFLAG_PAM_UNIX_NAME
Stefan Metzmacher
2008-02-28
1
-1
/
+1
*
Fix some more callers of PAC_DATA.
Günther Deschner
2008-02-17
1
-1
/
+1
*
ntlm_auth: Parse configfile after parsing it's location, not before.
Kai Blin
2008-01-31
1
-9
/
+14
*
ntlm_auth: Get rid of statics in manage_squid_ntlmssp_request
Kai Blin
2008-01-19
1
-37
/
+50
*
ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.
Kai Blin
2008-01-19
1
-55
/
+66
*
nltm_auth: Use struct ntlm_auth_state in helper functions.
Kai Blin
2008-01-19
1
-34
/
+40
*
ntlm_auth: Prepare for a deeper rewrite of the helper functions
Kai Blin
2008-01-19
1
-4
/
+43
*
ntlm_auth: Dynamically allocate the read buffer.
Kai Blin
2008-01-19
1
-28
/
+43
*
util_str: Don't return memory from talloc_tos(), use mem_ctx instead.
Kai Blin
2008-01-19
1
-10
/
+15
*
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
2008-01-11
1
-1
/
+2
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-2
/
+2
*
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
2007-12-03
1
-37
/
+55
*
Add talloc stackframe for ntlm_auth.c
Jeremy Allison
2007-11-20
1
-0
/
+2
*
Make base64_encode_data_blob return a talloced string
Volker Lendecke
2007-11-09
1
-10
/
+10
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-14
/
+14
*
r25143: rename public functions from winbind_client.h
Stefan Metzmacher
2007-10-10
1
-10
/
+10
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23474: Here's a small patch that disables the libkrb5.so replay cache
Gerald Carter
2007-10-10
1
-1
/
+1
[next]