index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clispnego.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-26
Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.
Jeremy Allison
1
-0
/
+4
2012-09-12
Avoid overriding default ccache for ads operations.
Simo Sorce
1
-2
/
+2
2012-04-03
s3-libsmb: Remove unused spnego_parse_krb5_wrap()
Andrew Bartlett
1
-44
/
+0
2012-03-02
s3-libsmb: Initialise ticket to ensure we do not invalid memory
Andrew Bartlett
1
-0
/
+1
2012-02-24
s3-libsmb: Remove unused spnego_parse_auth_and_mic
Andrew Bartlett
1
-40
/
+0
2012-02-23
s3-libsmb: Remove unused spnego functions
Andrew Bartlett
1
-109
/
+0
2011-09-21
Try and fix bug #8472 - Crash in asn.1 parsing code.
Jeremy Allison
1
-1
/
+6
2011-03-16
s3-build: only include asn1 headers where actually needed.
Günther Deschner
1
-0
/
+1
2010-12-21
s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDs
Matthias Dieter Wallnöfer
1
-3
/
+1
2010-09-23
s3-dcerpc: add spnego server helpers
Simo Sorce
1
-4
/
+75
2010-07-20
s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys
Simo Sorce
1
-5
/
+6
2010-07-20
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
1
-17
/
+19
2010-07-20
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
1
-5
/
+7
2010-07-20
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
1
-6
/
+5
2010-07-20
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
Jeremy Allison
1
-3
/
+3
2010-07-20
Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...
Jeremy Allison
1
-47
/
+1
2010-07-20
Fixes pointed out by <david.kondrad@legrand.us>. Free memory if not being
Jeremy Allison
1
-38
/
+37
2010-07-19
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
1
-53
/
+17
2010-07-19
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
1
-4
/
+2
2010-07-19
Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
Jeremy Allison
1
-74
/
+24
2010-07-19
Fix [Bug 7577] SPNEGO auth fails when contacting Win7 system using Microsoft ...
Jeremy Allison
1
-7
/
+54
2009-11-27
s3-kerberos: only use krb5 headers where required.
Günther Deschner
1
-0
/
+1
2009-11-06
s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.
Günther Deschner
1
-1
/
+1
2009-10-15
s3-spnego: fix memleak in spnego_parse_auth().
Günther Deschner
1
-1
/
+5
2009-10-15
s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
Günther Deschner
1
-19
/
+12
2009-09-17
spnego: share spnego_parse.
Günther Deschner
1
-7
/
+8
2009-08-11
Rename ASN1_BITFIELD to ASN1_BIT_STRING.
Kouhei Sutou
1
-1
/
+1
2009-07-16
More conversions of NULL -> talloc_autofree_context()
Jeremy Allison
1
-9
/
+9
2008-10-23
s3-build: fix some const build warnings.
Günther Deschner
1
-2
/
+2
2008-10-22
s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.
Günther Deschner
1
-242
/
+287
2008-10-22
s3: use shared asn1 code.
Günther Deschner
1
-17
/
+17
2008-04-07
Fix Kerberos interop with Mac OS X 10.5 clients.
Bill Ricker
1
-0
/
+12
2008-02-14
Allow the mechOID to be written separately.
Jeremy Allison
1
-2
/
+4
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-9
/
+9
2007-10-10
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
1
-19
/
+0
2007-10-10
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
1
-0
/
+19
2007-10-10
r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:
Stefan Metzmacher
1
-0
/
+14
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-1
/
+1
2007-10-10
r22093: send also the correct OID_KERBEROS5 not only the broken
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22092: - make spnego_parse_auth_response() more generic and
Stefan Metzmacher
1
-8
/
+15
2007-10-10
r21240: Fix longstanding Bug #4009.
Günther Deschner
1
-2
/
+4
2007-10-10
r19041: Make us connect to Vista RC1. Apparently metze had done the same patc...
Volker Lendecke
1
-7
/
+10
2007-10-10
r19037: Fix a segfault
Volker Lendecke
1
-1
/
+1
2007-10-10
r16306: Error handling in this asn1 code *sucks*. Fix a generic
Jeremy Allison
1
-3
/
+24
2007-10-10
r16156: Fix storing NULL in the wrong place. Klocwork id's 127 and 128.
Volker Lendecke
1
-2
/
+2
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-1
/
+1
2007-10-10
r12476: Apply some const
Volker Lendecke
1
-1
/
+1
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-1
/
+1
[next]