Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17381: - we don't need debug messages twice | Stefan Metzmacher | 1 | -12/+2 |
2007-10-10 | r17380: An expanded test, cross-referencing the global catalog to the main port. | Andrew Bartlett | 1 | -4/+69 |
2007-10-10 | r17379: Pre-generate DH parameters, to avoid doing this at runtime in our tes... | Andrew Bartlett | 3 | -2/+30 |
2007-10-10 | r17377: This attribute is maintained by the modules, don't override it. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done. | Simo Sorce | 1 | -0/+15 |
2007-10-10 | r17368: Add 'const' to ldb_match_msg(). | Andrew Bartlett | 2 | -22/+22 |
2007-10-10 | r17362: session_info and smbpid are available from the ntvfs_handle | Stefan Metzmacher | 3 | -25/+6 |
2007-10-10 | r17361: check that file handles are only accessable | Stefan Metzmacher | 1 | -0/+11 |
2007-10-10 | r17360: add some comments | Stefan Metzmacher | 1 | -3/+23 |
2007-10-10 | r17359: http://www.cs.wisc.edu/~cao/cs739/draft-leach-cifs-v1-spec-01.txt | Stefan Metzmacher | 1 | -1/+6 |
2007-10-10 | r17357: - fix the build | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r17352: Don't do a modify on the objectClasses, as OpenLDAP doesn't like | Andrew Bartlett | 2 | -5/+1 |
2007-10-10 | r17351: Remove extra LDB partition we don't actually use (these are in the | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r17350: Avoid a couple of memleaks, unnecessary code and use a more linear style | Simo Sorce | 2 | -27/+28 |
2007-10-10 | r17349: We can't just return sucess here, modules below us expect the async | Andrew Bartlett | 2 | -44/+87 |
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 | r17342: implement a SamLogon via IRPC in samba4's winbind | Stefan Metzmacher | 8 | -5/+322 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 17 | -56/+128 |
2007-10-10 | r17340: initialize elements od dcesrc_call_state in one central place | Stefan Metzmacher | 2 | -11/+14 |
2007-10-10 | r17339: pass the event context and messaging context together to the | Stefan Metzmacher | 3 | -4/+28 |
2007-10-10 | r17337: make better usage of the composite api | Stefan Metzmacher | 1 | -26/+28 |
2007-10-10 | r17336: make the logic a bit more easier to understand... | Stefan Metzmacher | 1 | -55/+51 |
2007-10-10 | r17332: May as well make this a round number | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17331: Oops, how did I commit this empty file... | Andrew Bartlett | 1 | -0/+0 |
2007-10-10 | r17330: Enable the partitions module. | Andrew Bartlett | 3 | -15/+23 |
2007-10-10 | r17329: - after a composite_continue() we need to call return; | Stefan Metzmacher | 1 | -12/+11 |
2007-10-10 | r17328: make better usage of the composite api | Stefan Metzmacher | 1 | -111/+32 |
2007-10-10 | r17327: when the connect with the ipv6 socket was ok, | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r17326: make better usage of the composite api | Stefan Metzmacher | 2 | -23/+8 |
2007-10-10 | r17325: make better usage of the composite api | Stefan Metzmacher | 1 | -90/+38 |
2007-10-10 | r17324: make better usage of the composite api | Stefan Metzmacher | 1 | -20/+19 |
2007-10-10 | r17323: make better use of the composite api and fix the memory | Stefan Metzmacher | 1 | -52/+24 |
2007-10-10 | r17322: make better use of the composite api | Stefan Metzmacher | 1 | -47/+22 |
2007-10-10 | r17321: give better error codes | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r17320: - print the debug message before the composite context get received b... | Stefan Metzmacher | 1 | -7/+6 |
2007-10-10 | r17319: make better usage of the composite api | Stefan Metzmacher | 1 | -28/+20 |
2007-10-10 | r17318: make better usage of the composite api | Stefan Metzmacher | 2 | -51/+13 |
2007-10-10 | r17317: - add a composite_create() function that allocates and initialize | Stefan Metzmacher | 2 | -0/+29 |
2007-10-10 | r17306: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17305: allow 'declare [...] union foo;' | Stefan Metzmacher | 2 | -461/+486 |
2007-10-10 | r17304: Improve ldb_tdb error strings a bit more. | Andrew Bartlett | 1 | -2/+23 |
2007-10-10 | r17303: More testing results: Don't try and call a NULL callback, and use the | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r17302: Testing! | Andrew Bartlett | 3 | -7/+62 |
2007-10-10 | r17301: Add a new function to copy a list of attributes, while adding one to | Andrew Bartlett | 1 | -0/+22 |
2007-10-10 | r17300: Try to fix some segfaults in ldb_ildap module, when the remote server | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r17299: Improve the partition module to replicate attribute records into all | Andrew Bartlett | 2 | -59/+246 |
2007-10-10 | r17298: Fix up the local_password module to the current LDB API, and build it... | Andrew Bartlett | 2 | -96/+108 |
2007-10-10 | r17297: Some compilers don't seem to like the ;; | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17290: don't do any stuff that can fail in the _recv function | Stefan Metzmacher | 1 | -7/+10 |