summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-1017-56/+128
* r17340: initialize elements od dcesrc_call_state in one central placeStefan Metzmacher2007-10-102-11/+14
* r17339: pass the event context and messaging context together to theStefan Metzmacher2007-10-103-4/+28
* r17337: make better usage of the composite apiStefan Metzmacher2007-10-101-26/+28
* r17336: make the logic a bit more easier to understand...Stefan Metzmacher2007-10-101-55/+51
* r17332: May as well make this a round numberAndrew Bartlett2007-10-101-1/+1
* r17331: Oops, how did I commit this empty file...Andrew Bartlett2007-10-101-0/+0
* r17330: Enable the partitions module.Andrew Bartlett2007-10-103-15/+23
* r17329: - after a composite_continue() we need to call return;Stefan Metzmacher2007-10-101-12/+11
* r17328: make better usage of the composite apiStefan Metzmacher2007-10-101-111/+32
* r17327: when the connect with the ipv6 socket was ok,Stefan Metzmacher2007-10-101-1/+4
* r17326: make better usage of the composite apiStefan Metzmacher2007-10-102-23/+8
* r17325: make better usage of the composite apiStefan Metzmacher2007-10-101-90/+38
* r17324: make better usage of the composite apiStefan Metzmacher2007-10-101-20/+19
* r17323: make better use of the composite api and fix the memoryStefan Metzmacher2007-10-101-52/+24
* r17322: make better use of the composite apiStefan Metzmacher2007-10-101-47/+22
* r17321: give better error codesStefan Metzmacher2007-10-101-2/+2
* r17320: - print the debug message before the composite context get received b...Stefan Metzmacher2007-10-101-7/+6
* r17319: make better usage of the composite apiStefan Metzmacher2007-10-101-28/+20
* r17318: make better usage of the composite apiStefan Metzmacher2007-10-102-51/+13
* r17317: - add a composite_create() function that allocates and initializeStefan Metzmacher2007-10-102-0/+29
* r17306: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r17305: allow 'declare [...] union foo;'Stefan Metzmacher2007-10-102-461/+486
* r17304: Improve ldb_tdb error strings a bit more.Andrew Bartlett2007-10-101-2/+23
* r17303: More testing results: Don't try and call a NULL callback, and use theAndrew Bartlett2007-10-101-1/+6
* r17302: Testing!Andrew Bartlett2007-10-103-7/+62
* r17301: Add a new function to copy a list of attributes, while adding one toAndrew Bartlett2007-10-101-0/+22
* r17300: Try to fix some segfaults in ldb_ildap module, when the remote serverAndrew Bartlett2007-10-101-1/+6
* r17299: Improve the partition module to replicate attribute records into allAndrew Bartlett2007-10-102-59/+246
* r17298: Fix up the local_password module to the current LDB API, and build it...Andrew Bartlett2007-10-102-96/+108
* r17297: Some compilers don't seem to like the ;;Andrew Bartlett2007-10-101-1/+1
* r17290: don't do any stuff that can fail in the _recv functionStefan Metzmacher2007-10-101-7/+10
* r17289: Fix the build: I havn't commited this module yet.Andrew Bartlett2007-10-101-10/+0
* r17288: Don't mess with entries in the local password prefix, and fix constAndrew Bartlett2007-10-101-5/+21
* r17287: Add the local_password module to the tree, so it doesn't get lost inAndrew Bartlett2007-10-103-3/+904
* r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett2007-10-102-8/+13
* r17285: some reformatingStefan Metzmacher2007-10-101-10/+23
* r17284: move the input checking stuff from ntlmssp_update() into itsStefan Metzmacher2007-10-101-40/+44
* r17283: use the async calls of auth_check_password() and gensec_update()Stefan Metzmacher2007-10-102-245/+330
* r17282: test some simple operation with the LANMAN1 and LANMAN2 protocol,Stefan Metzmacher2007-10-101-1/+7
* r17281: we now have client/server max protolStefan Metzmacher2007-10-101-1/+1
* r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in thisStefan Metzmacher2007-10-101-14/+20
* r17278: fix un uninitialized value found by valgrindStefan Metzmacher2007-10-101-0/+1
* r17277: we need to trigger an event when we return directly,Stefan Metzmacher2007-10-101-1/+1
* r17274: fix typosStefan Metzmacher2007-10-101-2/+2
* r17273: add an async version of auth_check_password() on the publicStefan Metzmacher2007-10-102-31/+185
* r17272: move the callback stuff into a substructureStefan Metzmacher2007-10-101-8/+10
* r17270: split the logic of saying this auth backend wants to handle thisStefan Metzmacher2007-10-107-41/+140
* r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher2007-10-101-61/+91
* r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2007-10-102-0/+78