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
/
source4
/
auth
/
gensec
/
spnego.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-21
s4:auth/gensec/spnego.c - remove unused variable "principal"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-12-14
s4:gensec/spnego: only look at the optimistic token if we support the first mech
Stefan Metzmacher
1
-4
/
+20
2010-12-09
s4-spnego Match Windows 2008, and no longer supply a name in the CIFS Negprot
Andrew Bartlett
1
-10
/
+1
2010-12-08
s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specified
Andrew Bartlett
1
-0
/
+2
2010-12-08
libcli/auth bring ADS_IGNORE_PRINCIPAL in common
Andrew Bartlett
1
-1
/
+2
2010-11-08
s4-auth Supply more useful error messages on Kerberos failure
Andrew Bartlett
1
-0
/
+2
2010-09-14
s4: Fix two typos
Volker Lendecke
1
-2
/
+2
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-1
/
+1
2010-05-14
s4:gensec expose gensec_set_target_principal for use outside GENSEC
Andrew Bartlett
1
-1
/
+4
2009-09-26
gensec: Avoid exposing lp_ctx on the API level.
Jelmer Vernooij
1
-1
/
+1
2009-09-17
spnego: Support ASN.1 BIT STRING and use it in SPNEGO.
Kouhei Sutou
1
-2
/
+4
2009-09-17
spnego: share spnego_parse.
Günther Deschner
1
-1
/
+1
2009-07-28
s4:gensec/spnego: only generate the mechListMic when the server expects it
Stefan Metzmacher
1
-1
/
+2
2009-07-24
s4:gensec/spengo: make sure we send the blob with the micListMech signature t...
Stefan Metzmacher
1
-1
/
+1
2008-11-02
Fix the build.
Jelmer Vernooij
1
-3
/
+4
2008-11-02
Remove use of global_loadparm for disabled gensec backends.
Jelmer Vernooij
1
-0
/
+4
2008-10-06
s4:gensec: pass down want_features to the spnego backend mech
Stefan Metzmacher
1
-0
/
+15
2008-08-12
gensec: add support for new style spnego and correctly handle mechListMIC
Stefan Metzmacher
1
-7
/
+102
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-02-20
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26385: Integrate gensec-socket into gensec.
Jelmer Vernooij
1
-1
/
+0
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26258: Use loadparm context in client_start function of gensec.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25552: Convert to standard bool type.
Jelmer Vernooij
1
-12
/
+12
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-16
/
+16
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23030: finally fixed up our asn1 code to use better memory allocation. This
Andrew Tridgell
1
-4
/
+4
2007-10-10
r22966: Make sure to return LOGON_FAILURE if the user's kerberos password is
Andrew Bartlett
1
-1
/
+1
2007-10-10
r22293: Try to make it more clear what failed to parse.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r20107: don't segfault when the server didn't send a supportedMech in a negTo...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-3
/
+3
2007-10-10
r18257: Order the GENSEC modules, with unknown modules last.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r18250: Add an ordering of GENSEC modules, so we do preferred modules first.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r18068: This splits the handling of multiple SASL packets between the GENSEC
Andrew Bartlett
1
-0
/
+58
2007-10-10
r17197: This patch moves the encryption of bulk data on SASL negotiated security
Andrew Bartlett
1
-18
/
+44
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13584: Another try at SPNEGO stuff. I need to write a better testsuite for ...
Andrew Bartlett
1
-0
/
+23
2007-10-10
r13206: This patch finally re-adds a -k option that works reasonably.
Andrew Bartlett
1
-4
/
+5
2007-10-10
r12439: No need to keep walking this list if we find the match.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12436: Fix Samba4 as a server to Win2000 for the domain join.
Andrew Bartlett
1
-46
/
+74
2007-10-10
r12060: Work towards allowing the credentials system to allow/deny certain
Andrew Bartlett
1
-6
/
+9
2007-10-10
r11226: Cope with Samba3's behaviour on LDAP with GSS-SPNEGO.
Andrew Bartlett
1
-2
/
+3
2007-10-10
r11219: Now that we have the credentials hooked in here, we have a much more
Andrew Bartlett
1
-1
/
+10
2007-10-10
r11196: Clean up memory leaks (pointed out by vl), and handle the case where
Andrew Bartlett
1
-11
/
+47
2007-10-10
r10291: The patch optionally (off by default, not available in all cases) allows
Andrew Bartlett
1
-1
/
+2
2007-10-10
r10153: This patch adds a new parameter to gensec_sig_size(), the size of the
Andrew Bartlett
1
-2
/
+2
2007-10-10
r9927: Extend copyright for all the hard work I've done this year.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r9420: Fix the SPNEGO system again: Update the state position after
Andrew Bartlett
1
-4
/
+6
[next]