Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r9419: Silly, silly, untested mistake... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9418: SPNEGO fixes: | Andrew Bartlett | 1 | -18/+29 |
2007-10-10 | r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code back | Andrew Bartlett | 1 | -51/+50 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 1 | -3/+0 |
2007-10-10 | r9233: Ensure that the output variable is initialised in this conversion from | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab | Andrew Bartlett | 1 | -9/+14 |
2007-10-10 | r6800: A big GENSEC update: | Andrew Bartlett | 1 | -119/+85 |
2007-10-10 | r6792: Allow a mech to fail on the first pass at the packet, and still fall | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6610: Fix a const warning in the gensec spnego implementation. (A make proto | Tim Potter | 1 | -1/+1 |