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
/
source4
/
auth
/
gensec
/
spnego.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/gensec: move spnego.c to the toplevel
Stefan Metzmacher
2012-01-13
1
-1402
/
+0
*
s4:auth/gensec: fix compiler warnings in spnego.c
Stefan Metzmacher
2012-01-13
1
-3
/
+0
*
s4:auth/gensec/spnego: add support for fragmented spnego messages
Stefan Metzmacher
2012-01-12
1
-3
/
+205
*
s4:gensec/spnego: only try the mechs that match the client given ones
Stefan Metzmacher
2011-11-30
1
-0
/
+4
*
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
2011-10-18
1
-9
/
+18
*
gensec: move event-using code to gensec_update() hooks out of gensec_start*()
Andrew Bartlett
2011-10-18
1
-1
/
+1
*
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
2011-08-03
1
-1
/
+5
*
gensec: Remove mem_ctx from calls that do not return memory
Andrew Bartlett
2011-08-03
1
-6
/
+0
*
gensec: split GENSEC into mechanism-dependent and runtime functions
Andrew Bartlett
2011-08-03
1
-0
/
+1
*
source4/auth/gensec: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
1
-0
/
+2
*
s4:auth/gensec/spnego.c - remove unused variable "principal"
Matthias Dieter Wallnöfer
2010-12-21
1
-1
/
+0
*
s4:gensec/spnego: only look at the optimistic token if we support the first mech
Stefan Metzmacher
2010-12-14
1
-4
/
+20
*
s4-spnego Match Windows 2008, and no longer supply a name in the CIFS Negprot
Andrew Bartlett
2010-12-09
1
-10
/
+1
*
s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specified
Andrew Bartlett
2010-12-08
1
-0
/
+2
*
libcli/auth bring ADS_IGNORE_PRINCIPAL in common
Andrew Bartlett
2010-12-08
1
-1
/
+2
*
s4-auth Supply more useful error messages on Kerberos failure
Andrew Bartlett
2010-11-08
1
-0
/
+2
*
s4: Fix two typos
Volker Lendecke
2010-09-14
1
-2
/
+2
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-1
/
+1
*
s4:gensec expose gensec_set_target_principal for use outside GENSEC
Andrew Bartlett
2010-05-14
1
-1
/
+4
*
gensec: Avoid exposing lp_ctx on the API level.
Jelmer Vernooij
2009-09-26
1
-1
/
+1
*
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
-1
/
+1
*
s4:gensec/spnego: only generate the mechListMic when the server expects it
Stefan Metzmacher
2009-07-28
1
-1
/
+2
*
s4:gensec/spengo: make sure we send the blob with the micListMech signature t...
Stefan Metzmacher
2009-07-24
1
-1
/
+1
*
Fix the build.
Jelmer Vernooij
2008-11-02
1
-3
/
+4
*
Remove use of global_loadparm for disabled gensec backends.
Jelmer Vernooij
2008-11-02
1
-0
/
+4
*
s4:gensec: pass down want_features to the spnego backend mech
Stefan Metzmacher
2008-10-06
1
-0
/
+15
*
gensec: add support for new style spnego and correctly handle mechListMIC
Stefan Metzmacher
2008-08-12
1
-7
/
+102
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-0
/
+1
*
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
2008-02-20
1
-1
/
+1
*
r26385: Integrate gensec-socket into gensec.
Jelmer Vernooij
2007-12-21
1
-1
/
+0
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26258: Use loadparm context in client_start function of gensec.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25552: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
1
-12
/
+12
*
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
2007-10-10
1
-16
/
+16
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23030: finally fixed up our asn1 code to use better memory allocation. This
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r22966: Make sure to return LOGON_FAILURE if the user's kerberos password is
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r22293: Try to make it more clear what failed to parse.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r20107: don't segfault when the server didn't send a supportedMech in a negTo...
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
r18257: Order the GENSEC modules, with unknown modules last.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r18250: Add an ordering of GENSEC modules, so we do preferred modules first.
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r18068: This splits the handling of multiple SASL packets between the GENSEC
Andrew Bartlett
2007-10-10
1
-0
/
+58
*
r17197: This patch moves the encryption of bulk data on SASL negotiated security
Andrew Bartlett
2007-10-10
1
-18
/
+44
*
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13584: Another try at SPNEGO stuff. I need to write a better testsuite for ...
Andrew Bartlett
2007-10-10
1
-0
/
+23
*
r13206: This patch finally re-adds a -k option that works reasonably.
Andrew Bartlett
2007-10-10
1
-4
/
+5
[next]