Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r4044: only send supportedMech when we also send other data | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r4001: fix segfault fix auth failed | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r4000: DATA_BLOB.data is uint8_t * not void * :-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3971: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3967: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3960: fix compiler warnings | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r3959: fix compiler warnings | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r3906: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSA | Andrew Bartlett | 1 | -0/+77 |
2007-10-10 | r3786: send a mechListMIC to make the current samba3 client happy | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r3770: - fix endless recursion loop in spnego fallback code | Stefan Metzmacher | 1 | -7/+11 |
2007-10-10 | r3751: Some fixes to using enable and disable for subsystems, ext libs and mo... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r3739: Remove a bunch of unused m4 macros | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 3 | -12/+3 |
2007-10-10 | r3735: Allow building subsystems as static libraries (.a files). To enable | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 3 | -6/+3 |
2007-10-10 | r3730: More build system fixes and simplifications | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r3721: We cracked the NTLM2 puzzle long ago, and set the flags elsewhere. | Andrew Bartlett | 1 | -16/+0 |
2007-10-10 | r3686: The results of some work on the NETLOGON pipe: | Andrew Bartlett | 2 | -7/+0 |
2007-10-10 | r3679: We now know a few more of the Netlogon negotiate flags. | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into a | Andrew Bartlett | 1 | -0/+21 |
2007-10-10 | r3655: As required by the new torture test, add the LM session key output | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r3630: More work on DCOM server side | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r3613: fixed a typo | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3612: This appears to be the 'offical' way to initialise this struct. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r3610: prevent segv with heimdal and password krb5 init | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r3609: Lets spew out a few less error messages for tridge, and hope to get | Andrew Bartlett | 2 | -10/+3 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 2 | -19/+10 |
2007-10-10 | r3572: Thanks to tridge for his patience with my build breakage. | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r3571: rough guesses at what abartlet really wanted to do in his last commit | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3565: Move PAC parsing into the session_info generation, and out of the | Andrew Bartlett | 1 | -16/+41 |
2007-10-10 | r3519: Include time headers to fix the build. | Andrew Bartlett | 3 | -0/+3 |
2007-10-10 | r3476: fixed some const warnings | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 6 | -9/+15 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 9 | -3/+8 |