summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-9/+9
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-101-0/+1
* r10796: Make getting an anonymous session info a utility function.Andrew Bartlett2007-10-101-21/+1
* r10764: To match Win2k3 SP1, we need to set an anonymous user token forAndrew Bartlett2007-10-101-10/+21
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-6/+6
* r10565: Try to make Kerberos authentication a bit more friendly.Andrew Bartlett2007-10-102-10/+35
* r10509: Some more sconscript fixes. Now getting to link stage for smbclientJelmer Vernooij2007-10-101-2/+3
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-101-2/+2
* r10464: Use more consistant names.Andrew Bartlett2007-10-101-3/+3
* r10447: Add gensec sources to proto.hTim Potter2007-10-101-1/+6
* r10407: the schannel database does not need to be synchronous (and thus crashAndrew Tridgell2007-10-101-1/+1
* r10383: This patch is on the road to implementing servers (such as kpasswd) thatAndrew Bartlett2007-10-101-29/+140
* r10364: Turn gensec:gssapi on by default, except for a login of the formAndrew Bartlett2007-10-101-23/+23
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+8
* r10291: The patch optionally (off by default, not available in all cases) allowsAndrew Bartlett2007-10-104-22/+81
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-105-15/+52
* r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett2007-10-102-95/+153
* r10035: This patch removes the need for the special case hackAndrew Bartlett2007-10-101-2/+19
* r9927: Extend copyright for all the hard work I've done this year.Andrew Bartlett2007-10-101-1/+1
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-102-89/+78
* r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co...Andrew Bartlett2007-10-102-2/+2
* r9526: provide DCERPC auth type 16Stefan Metzmacher2007-10-101-0/+1
* 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