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