Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r10291: The patch optionally (off by default, not available in all cases) allows | Andrew Bartlett | 4 | -22/+81 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 5 | -15/+52 |
2007-10-10 | r10066: This is the second in my patches to work on Samba4's kerberos support, | Andrew Bartlett | 2 | -95/+153 |
2007-10-10 | r10035: This patch removes the need for the special case hack | Andrew Bartlett | 1 | -2/+19 |
2007-10-10 | r9927: Extend copyright for all the hard work I've done this year. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 2 | -89/+78 |
2007-10-10 | r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co... | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r9526: provide DCERPC auth type 16 | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r9420: Fix the SPNEGO system again: Update the state position after | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r9419: Silly, silly, untested mistake... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9418: SPNEGO fixes: | Andrew Bartlett | 1 | -18/+29 |
2007-10-10 | r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code back | Andrew Bartlett | 3 | -66/+107 |
2007-10-10 | r9415: Remove old kerberos code (including salt guessing code) that has only | Andrew Bartlett | 1 | -18/+6 |
2007-10-10 | r9411: Ensure we don't send a challenge without first getting a negotiate in | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -6/+3 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 3 | -9/+0 |
2007-10-10 | r9233: Ensure that the output variable is initialised in this conversion from | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r9084: 'resign' the sample PAC for the validation of the signature algorithms. | Andrew Bartlett | 2 | -6/+6 |
2007-10-10 | r8774: make some gensec errors a bit less verbose | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r8644: This is a more useful error than unsuccesful. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 2 | -2/+4 |
2007-10-10 | r8321: Fix some uninitalized variable warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r8250: More PAC work. We now sucessfully verify the KDC signature from my DC | Andrew Bartlett | 2 | -4/+20 |
2007-10-10 | r8016: Get the keyblock arguments correct. (the context struct changed, but | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7993: Further work on the Krb5 PAC. | Andrew Bartlett | 2 | -5/+5 |
2007-10-10 | r7986: Fix the compile, thanks to HotaruT. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7978: A start again on PAC verification. I have noticed that the kerberos | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r7968: Pull the PAC from within GSSAPI, rather than only when using our own | Andrew Bartlett | 2 | -201/+63 |
2007-10-10 | r7965: Remove the GENSEC password callback structure members, as these are no | Andrew Bartlett | 2 | -5/+0 |
2007-10-10 | r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the right | Andrew Bartlett | 1 | -31/+25 |
2007-10-10 | r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab | Andrew Bartlett | 4 | -14/+98 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 2 | -11/+27 |
2007-10-10 | r7352: the internal heimdal build change. This changes quite a few things: | Andrew Tridgell | 2 | -4/+3 |
2007-10-10 | r7270: A big revamp to the way we handle kerberos errors in Samba4. We now | Andrew Bartlett | 2 | -72/+35 |
2007-10-10 | r7240: Don't call our fancy error message routines on a null context. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r7218: Don't use an uninitialised variable in an error message. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r6882: Put in configure tests and #ifdef to keep Samba building on older Heim... | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6838: Remove unnecessary calls to gensec_gsskrb5 | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be called | Tim Potter | 2 | -0/+4 |
2007-10-10 | r6805: Remove two remaining references to gensec_gsskrb5 | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. This | Andrew Bartlett | 2 | -31/+10 |
2007-10-10 | r6800: A big GENSEC update: | Andrew Bartlett | 5 | -330/+420 |
2007-10-10 | r6796: Remove the gensec_gsskrb5 module, which had had all of it's special | Andrew Bartlett | 2 | -594/+0 |
2007-10-10 | r6792: Allow a mech to fail on the first pass at the packet, and still fall | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6767: Fix compiler warning. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6740: make gensec_gssapi.c compile again | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6737: Explain these error returns a bit better. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r6733: GSS_C_DCE_STYLE is not available for most builds | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r6730: register gensec_krb5 also with the drcrpc auth type | Stefan Metzmacher | 1 | -0/+1 |