summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* r9420: Fix the SPNEGO system again: Update the state position afterAndrew Bartlett2007-10-101-4/+6
* r9419: Silly, silly, untested mistake...Andrew Bartlett2007-10-101-2/+2
* r9418: SPNEGO fixes:Andrew Bartlett2007-10-101-18/+29
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-103-66/+107
* r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett2007-10-101-18/+6
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-101-0/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-6/+3
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-103-9/+0
* r9233: Ensure that the output variable is initialised in this conversion fromAndrew Bartlett2007-10-101-0/+1
* r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett2007-10-102-6/+6
* r8774: make some gensec errors a bit less verboseAndrew Tridgell2007-10-102-3/+3
* r8644: This is a more useful error than unsuccesful.Andrew Bartlett2007-10-101-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-102-2/+4
* r8321: Fix some uninitalized variable warningsVolker Lendecke2007-10-101-1/+1
* r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2007-10-102-4/+20
* r8016: Get the keyblock arguments correct. (the context struct changed, butAndrew Bartlett2007-10-101-2/+2
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-102-5/+5
* r7986: Fix the compile, thanks to HotaruT.Andrew Bartlett2007-10-101-1/+1
* r7978: A start again on PAC verification. I have noticed that the kerberosAndrew Bartlett2007-10-101-2/+8
* r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2007-10-102-201/+63
* r7965: Remove the GENSEC password callback structure members, as these are noAndrew Bartlett2007-10-102-5/+0
* r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the rightAndrew Bartlett2007-10-101-31/+25
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-104-14/+98
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-102-11/+27
* 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