Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5601: add a gsskrb5 backend that uses lorikeet-heimdal's new gssapi with | Stefan Metzmacher | 3 | -0/+598 |
2007-10-10 | r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ... | Jelmer Vernooij | 1 | -46/+46 |
2007-10-10 | r5330: Remove #include <sys/time.h> from includes.h. | Andrew Bartlett | 3 | -0/+3 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 6 | -7/+0 |
2007-10-10 | r5309: removed ads.h from includes.h | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5300: more uint32 and system/filesys.h build fixes when developer mode is en... | Andrew Tridgell | 4 | -4/+6 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 5 | -3/+6 |
2007-10-10 | r5199: fix some minor configure bugs | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5136: fix types | Stefan Metzmacher | 4 | -8/+8 |
2007-10-10 | r5092: Add a bit more const - moving it further into the LDB layer. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r5053: - fix up the library dependencies so that tools that need nbt don't | Andrew Tridgell | 2 | -1/+506 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 10 | -15/+15 |
2007-10-10 | r4958: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4893: Move to using secrets.ldb for the Kerberos verify, instead of | Andrew Bartlett | 1 | -12/+33 |
2007-10-10 | r4890: Try to cope with mechanism mismatch in the client speaks first version | Andrew Bartlett | 1 | -7/+98 |
2007-10-10 | r4692: Make the client SPNEGO code bail out in a couple more cases. | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r4682: A LDB-based secrets implementation in Samba4. | Andrew Bartlett | 1 | -21/+22 |
2007-10-10 | r4650: - make more use of bitmap and enum's | Stefan Metzmacher | 2 | -2/+4 |
2007-10-10 | r4641: Push a few more details into the schannel ldb, and into the | Andrew Bartlett | 2 | -2/+9 |
2007-10-10 | r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth | Andrew Bartlett | 2 | -32/+34 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 2 | -132/+83 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r4565: Make the order of the initialisation more sensible. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4531: Include the OID locally, as it seems to be hard to get the includes | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r4530: Start adding a bit of Doxygen compatible documentation comments to GEN... | Andrew Bartlett | 1 | -3/+23 |
2007-10-10 | r4504: Setting | Andrew Bartlett | 6 | -9/+10 |
2007-10-10 | r4500: Allow GENSEC modules to be disabled by setting a flag on their module | Andrew Bartlett | 4 | -3/+8 |
2007-10-10 | r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test. | Andrew Bartlett | 1 | -3/+8 |
2007-10-10 | r4494: Allow gensec_gssapi to use the SPNEGO mech provided by Heimdal (off by | Andrew Bartlett | 1 | -7/+44 |
2007-10-10 | r4470: Try not to have GSSAPI built unless we detected krb5. We should split | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4460: Add a new GENSEC module: gensec_gssapi | Andrew Bartlett | 3 | -6/+368 |
2007-10-10 | r4459: GENSEC refinements: | Andrew Bartlett | 5 | -11/+212 |
2007-10-10 | r4446: attempt to fix the build - andrew, can you check I've done this right? | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4441: gensec_krb5 update: | Andrew Bartlett | 1 | -6/+21 |
2007-10-10 | r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 2 | -33/+16 |
2007-10-10 | r4357: Return a more sensible error code if a NULL (as opposed to the valid | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r4355: More work from the elves on Christmas eve: | Andrew Bartlett | 10 | -211/+891 |
2007-10-10 | r4338: reuse netlogon structs in the krb5 PAC | Stefan Metzmacher | 1 | -105/+19 |
2007-10-10 | r4326: fix memory leak | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4325: add the GENSEC_FEATURE_DCE_STYLE flag | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r4151: added privilege attribute handling on samdb. | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r4147: converted from NT_USER_TOKEN to struct security_token | Andrew Tridgell | 1 | -13/+16 |
2007-10-10 | r4079: implement the gensec_have_feature() correctly by asking | Stefan Metzmacher | 3 | -24/+41 |
2007-10-10 | r4077: don't add wrapping to empty blobs | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r4070: move some defines from asn_1.h to the places they belong to | Stefan Metzmacher | 7 | -14/+26 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p() | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4045: readd krb5 support defaulted to disable | Stefan Metzmacher | 6 | -5/+17 |