summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8774: make some gensec errors a bit less verboseAndrew Tridgell2-3/+3
2007-10-10r8644: This is a more useful error than unsuccesful.Andrew Bartlett1-1/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2-2/+4
2007-10-10r8321: Fix some uninitalized variable warningsVolker Lendecke1-1/+1
2007-10-10r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2-4/+20
2007-10-10r8016: Get the keyblock arguments correct. (the context struct changed, butAndrew Bartlett1-2/+2
2007-10-10r7993: Further work on the Krb5 PAC.Andrew Bartlett2-5/+5
2007-10-10r7986: Fix the compile, thanks to HotaruT.Andrew Bartlett1-1/+1
2007-10-10r7978: A start again on PAC verification. I have noticed that the kerberosAndrew Bartlett1-2/+8
2007-10-10r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2-201/+63
2007-10-10r7965: Remove the GENSEC password callback structure members, as these are noAndrew Bartlett2-5/+0
2007-10-10r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the rightAndrew Bartlett1-31/+25
2007-10-10r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett4-14/+98
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2-11/+27
2007-10-10r7352: the internal heimdal build change. This changes quite a few things:Andrew Tridgell2-4/+3
2007-10-10r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2-72/+35
2007-10-10r7240: Don't call our fancy error message routines on a null context.Andrew Bartlett1-2/+1
2007-10-10r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett1-2/+1
2007-10-10r6882: Put in configure tests and #ifdef to keep Samba building on older Heim...Andrew Bartlett1-0/+2
2007-10-10r6838: Remove unnecessary calls to gensec_gsskrb5Jelmer Vernooij1-4/+0
2007-10-10r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter2-0/+4
2007-10-10r6805: Remove two remaining references to gensec_gsskrb5Jelmer Vernooij1-4/+0
2007-10-10r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. ThisAndrew Bartlett2-31/+10
2007-10-10r6800: A big GENSEC update:Andrew Bartlett5-330/+420
2007-10-10r6796: Remove the gensec_gsskrb5 module, which had had all of it's specialAndrew Bartlett2-594/+0
2007-10-10r6792: Allow a mech to fail on the first pass at the packet, and still fallAndrew Bartlett1-0/+2
2007-10-10r6767: Fix compiler warning.Tim Potter1-0/+1
2007-10-10r6740: make gensec_gssapi.c compile againAndrew Tridgell1-1/+1
2007-10-10r6737: Explain these error returns a bit better.Andrew Bartlett1-2/+5
2007-10-10r6733: GSS_C_DCE_STYLE is not available for most buildsStefan Metzmacher1-0/+5
2007-10-10r6730: register gensec_krb5 also with the drcrpc auth typeStefan Metzmacher1-0/+1
2007-10-10r6729: Fix silly copy-paste bug spotted by metze.Andrew Bartlett1-1/+1
2007-10-10r6728: Microsoft relies very strongly on getting the OIDs it expects, so weAndrew Bartlett1-1/+31
2007-10-10r6727: One more step down the long march to the 'Kerberos domain join'.Andrew Bartlett2-8/+347
2007-10-10r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher1-0/+1
2007-10-10r6704: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett1-1/+6
2007-10-10r6620: the type 23 schannel bind uses a workstation name, not an account nameAndrew Tridgell1-3/+6
2007-10-10r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter2-2/+2
2007-10-10r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett5-2710/+1
2007-10-10r6455: Remove wrapper functions, and ntlmssp_end (which is well handed by tal...Andrew Bartlett1-41/+5
2007-10-10r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.Andrew Bartlett9-569/+492
2007-10-10r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' er...Andrew Bartlett1-2/+4
2007-10-10r6340: - added an easy to use function to initialise a temporary ldb with som...Andrew Tridgell1-0/+11
2007-10-10r6322: Fix compile warning for struct sockaddr.Tim Potter1-0/+1
2007-10-10r6128: fix the buildStefan Metzmacher1-2/+2
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett19-0/+7512