Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum... | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r19465: Rather than use the non-standard API for determining the signature | Andrew Bartlett | 1 | -55/+8 |
2007-10-10 | r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19299: Fix possible memleaks | Simo Sorce | 1 | -3/+21 |
2007-10-10 | r19265: It is not an error to set the target hostname to NULL. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18354: It seems safe to enable the DIGEST-MD5 module now. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18321: fixed some warnings on AIX | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r18295: pass write type for packet_size | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18258: need to use .priority not .order here | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18257: Order the GENSEC modules, with unknown modules last. | Andrew Bartlett | 7 | -17/+19 |
2007-10-10 | r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now. | Andrew Bartlett | 2 | -1/+10 |
2007-10-10 | r18250: Add an ordering of GENSEC modules, so we do preferred modules first. | Andrew Bartlett | 6 | -5/+22 |
2007-10-10 | r18249: Keep trying to start an GENSEC mech from the list until one actually | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r18242: The cyrus-sasl encode/decode routines process the entire input. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18198: Fix callbacks to use allocated or constant memory, not the stack. | Andrew Bartlett | 1 | -16/+22 |
2007-10-10 | r18164: enable the SASL library if found | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r18155: Add my work in progress, a module to link with Cyrus-SASL, for a | Andrew Bartlett | 4 | -2/+435 |
2007-10-10 | r18130: the move to system/ in libreplace broke some things ... should be | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18068: This splits the handling of multiple SASL packets between the GENSEC | Andrew Bartlett | 5 | -61/+239 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 2 | -2/+1 |
2007-10-10 | r17871: Add an option to make the system account behave as anonymous on the | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r17824: add a wrapper for the common partitions_basedn calculation | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r17823: get rid of most of the samdb_base_dn() calls, as they are no longer | Andrew Tridgell | 2 | -4/+2 |
2007-10-10 | r17774: this macro is unused | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 2 | -15/+15 |
2007-10-10 | r17381: - we don't need debug messages twice | Stefan Metzmacher | 1 | -12/+2 |
2007-10-10 | r17344: move the gensec_update_request structure into the header file | Stefan Metzmacher | 2 | -12/+12 |
2007-10-10 | r17343: let auth_winbind use IRPC against the winbind task. | Stefan Metzmacher | 2 | -7/+124 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 6 | -27/+63 |
2007-10-10 | r17332: May as well make this a round number | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17285: some reformating | Stefan Metzmacher | 1 | -10/+23 |
2007-10-10 | r17284: move the input checking stuff from ntlmssp_update() into its | Stefan Metzmacher | 1 | -40/+44 |
2007-10-10 | r17273: add an async version of auth_check_password() on the public | Stefan Metzmacher | 2 | -31/+185 |
2007-10-10 | r17272: move the callback stuff into a substructure | Stefan Metzmacher | 1 | -8/+10 |
2007-10-10 | r17270: split the logic of saying this auth backend wants to handle this | Stefan Metzmacher | 7 | -41/+140 |
2007-10-10 | r17267: - add an async interface for gensec_update() to the public gensec api | Stefan Metzmacher | 2 | -0/+78 |
2007-10-10 | r17223: In some protocols it is not possible to negoitate off some features, | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r17222: Change the function prototypes for the GENSEc and TLS socket creation | Andrew Bartlett | 2 | -38/+66 |
2007-10-10 | r17197: This patch moves the encryption of bulk data on SASL negotiated security | Andrew Bartlett | 4 | -18/+503 |
2007-10-10 | r17173: Check for oversize output, not oversize input, and fix the GSSAPI mech | Andrew Bartlett | 1 | -10/+11 |
2007-10-10 | r17171: Add a gensec function to determine the maximum negotiated buffer size, | Andrew Bartlett | 3 | -34/+134 |
2007-10-10 | r17170: Catch some more out-of-memory cases, and provide some clues when | Andrew Bartlett | 1 | -7/+18 |
2007-10-10 | r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bit | Andrew Bartlett | 3 | -4/+12 |
2007-10-10 | r16829: Fix a number of issues raised by the IBM checker, or gcc warnings. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r16569: - use push_string() | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r16516: Get rid of file_exists() as there already is a file_exist(). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r16238: Use a baseDN for the auth_sam searches, to allow continued function | Andrew Bartlett | 2 | -7/+11 |