summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* r7352: the internal heimdal build change. This changes quite a few things:Andrew Tridgell2007-10-102-4/+3
* r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2007-10-102-72/+35
* r7240: Don't call our fancy error message routines on a null context.Andrew Bartlett2007-10-101-2/+1
* r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett2007-10-101-2/+1
* r6882: Put in configure tests and #ifdef to keep Samba building on older Heim...Andrew Bartlett2007-10-101-0/+2
* r6838: Remove unnecessary calls to gensec_gsskrb5Jelmer Vernooij2007-10-101-4/+0
* r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter2007-10-102-0/+4
* r6805: Remove two remaining references to gensec_gsskrb5Jelmer Vernooij2007-10-101-4/+0
* r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. ThisAndrew Bartlett2007-10-102-31/+10
* r6800: A big GENSEC update:Andrew Bartlett2007-10-105-330/+420
* r6796: Remove the gensec_gsskrb5 module, which had had all of it's specialAndrew Bartlett2007-10-102-594/+0
* r6792: Allow a mech to fail on the first pass at the packet, and still fallAndrew Bartlett2007-10-101-0/+2
* r6767: Fix compiler warning.Tim Potter2007-10-101-0/+1
* r6740: make gensec_gssapi.c compile againAndrew Tridgell2007-10-101-1/+1
* r6737: Explain these error returns a bit better.Andrew Bartlett2007-10-101-2/+5
* r6733: GSS_C_DCE_STYLE is not available for most buildsStefan Metzmacher2007-10-101-0/+5
* r6730: register gensec_krb5 also with the drcrpc auth typeStefan Metzmacher2007-10-101-0/+1
* r6729: Fix silly copy-paste bug spotted by metze.Andrew Bartlett2007-10-101-1/+1
* r6728: Microsoft relies very strongly on getting the OIDs it expects, so weAndrew Bartlett2007-10-101-1/+31
* r6727: One more step down the long march to the 'Kerberos domain join'.Andrew Bartlett2007-10-102-8/+347
* r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2007-10-101-0/+1
* r6704: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett2007-10-101-1/+6
* r6620: the type 23 schannel bind uses a workstation name, not an account nameAndrew Tridgell2007-10-101-3/+6
* r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter2007-10-102-2/+2
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-105-2710/+1
* r6455: Remove wrapper functions, and ntlmssp_end (which is well handed by tal...Andrew Bartlett2007-10-101-41/+5
* r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.Andrew Bartlett2007-10-109-569/+492
* r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' er...Andrew Bartlett2007-10-101-2/+4
* r6340: - added an easy to use function to initialise a temporary ldb with som...Andrew Tridgell2007-10-101-0/+11
* r6322: Fix compile warning for struct sockaddr.Tim Potter2007-10-101-0/+1
* r6128: fix the buildStefan Metzmacher2007-10-101-2/+2
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2007-10-1019-0/+7512