index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libads
/
sasl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid overriding default ccache for ads operations.
Simo Sorce
2012-09-12
1
-4
/
+88
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-2
/
+12
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
1
-2
/
+11
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
2012-04-25
1
-0
/
+1
*
s3-libads: Move to using only the HAVE_KRB5 define
Andrew Bartlett
2012-02-13
1
-10
/
+10
*
s3-libads Use NTLMSSP via auth_generic/gensec
Andrew Bartlett
2012-01-06
1
-90
/
+79
*
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
2011-10-18
1
-1
/
+1
*
s3-ntlmssp Remove auth_ntlmssp_and_flags()
Andrew Bartlett
2011-08-03
1
-1
/
+0
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
More simple const fixups.
Jeremy Allison
2011-05-05
1
-2
/
+2
*
s3-libads: make ads_guess_service_principal static.
Günther Deschner
2011-02-11
1
-0
/
+69
*
s3-libads Default to NOT using the server-supplied principal from SPNEGO
Andrew Bartlett
2010-12-10
1
-3
/
+5
*
Fix bug 7694 - Crash bug with invalid SPNEGO token.
Jeremy Allison
2010-09-23
1
-1
/
+2
*
Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...
Jeremy Allison
2010-09-09
1
-3
/
+13
*
s3: avoid global include of ads.h.
Günther Deschner
2010-08-05
1
-0
/
+2
*
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
2010-07-20
1
-4
/
+4
*
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
2010-07-20
1
-3
/
+6
*
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
2010-07-20
1
-1
/
+1
*
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
Jeremy Allison
2010-07-20
1
-1
/
+1
*
Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...
Jeremy Allison
2010-07-20
1
-1
/
+1
*
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
2010-07-19
1
-1
/
+2
*
Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
Jeremy Allison
2010-07-19
1
-1
/
+1
*
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
2010-07-19
1
-7
/
+7
*
s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()
Andrew Bartlett
2010-05-31
1
-1
/
+5
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:libads: retry with signing after getting LDAP_STRONG_AUTH_REQUIRED
Stefan Metzmacher
2010-03-30
1
-0
/
+10
*
s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them
Stefan Metzmacher
2010-03-24
1
-1
/
+6
*
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
2009-12-22
1
-0
/
+1
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
1
-0
/
+1
*
s3: use shared asn1 code.
Günther Deschner
2008-10-22
1
-3
/
+3
*
Fix Coverity ID 488
Volker Lendecke
2008-03-23
1
-0
/
+2
*
libads: fix typo
Stefan Metzmacher
2007-12-06
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
r25422: Get rid of some cast warnings.
Michael Adam
2007-10-10
1
-3
/
+3
*
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2007-10-10
1
-3
/
+1
*
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2007-10-10
1
-1
/
+3
*
r25328: When using ldap sasl wrapping with gssapi it's important to receive w...
Günther Deschner
2007-10-10
1
-0
/
+5
*
r25133: Fix sasl wrapping (for ldap sign&seal).
Günther Deschner
2007-10-10
1
-46
/
+5
*
r25109: Remove obsolete argument from ads_guess_service_principal().
Günther Deschner
2007-10-10
1
-3
/
+2
*
r25108: Make ifdef labyrinth in sasl code a bit more readable.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r24804: As a temporary workaround, also try to guess the server's principal i...
Günther Deschner
2007-10-10
1
-41
/
+12
*
r24251: Neverending fun:
Günther Deschner
2007-10-10
1
-1
/
+1
*
r24131: - make it more clear what the different min and max fields mean
Stefan Metzmacher
2007-10-10
1
-33
/
+44
*
r24128: fix double free in error path
Stefan Metzmacher
2007-10-10
1
-6
/
+7
*
r24104: fix the build, sorry...
Stefan Metzmacher
2007-10-10
1
-3
/
+4
*
r24103: add some useful debug messages, as not all LDAP
Stefan Metzmacher
2007-10-10
1
-3
/
+19
*
r24098: - make use of the ads_service_principal abstraction
Stefan Metzmacher
2007-10-10
1
-61
/
+32
*
r24095: add one more fallback alternative to
Stefan Metzmacher
2007-10-10
1
-0
/
+20
*
r24093: move gssapi/krb5 principal handling into a function
Stefan Metzmacher
2007-10-10
1
-88
/
+146
[next]