summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/gensec.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett1-3/+66
2007-10-10r12628: Prevent double registration warningsJelmer Vernooij1-1/+1
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-0/+5
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij1-0/+8
2007-10-10r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett1-2/+5
2007-10-10r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett1-56/+88
2007-10-10r11991: Null termainte the list of backends. (Makes it easier to walk the li...Andrew Bartlett1-2/+2
2007-10-10r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett1-5/+72
2007-10-10r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett1-1/+17
2007-10-10r10291: The patch optionally (off by default, not available in all cases) allowsAndrew Bartlett1-4/+28
2007-10-10r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett1-2/+2
2007-10-10r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett1-15/+51
2007-10-10r8774: make some gensec errors a bit less verboseAndrew Tridgell1-1/+1
2007-10-10r7965: Remove the GENSEC password callback structure members, as these are noAndrew Bartlett1-1/+0
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-11/+26
2007-10-10r6800: A big GENSEC update:Andrew Bartlett1-14/+133
2007-10-10r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter1-1/+1
2007-10-10r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.Andrew Bartlett1-2/+7
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett1-0/+630