Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15955: fix whitespaces | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15932: Remove per request creds | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r15847: We probably want to keep the global init | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r15846: An async version of ldbsearch | Simo Sorce | 1 | -59/+186 |
2007-10-10 | r15372: Don't look at possibly undefined controls in failure cases. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 6 | -6/+6 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14344: More helpful messages on error for command line specified controls | Simo Sorce | 1 | -0/+14 |
2007-10-10 | r13998: From now on ldb_request() will require an alloced request | Simo Sorce | 1 | -17/+18 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 9 | -2/+20 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 2 | -6/+10 |
2007-10-10 | r13580: fix broken client side sort | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13361: initial implementation of the vlv control | Simo Sorce | 1 | -0/+72 |
2007-10-10 | r13349: In the end I could not use ldb_caseless_cmp | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13340: The gensec_init() needs to be after the popt processing, as it | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp() | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r13324: From now on check attribute names obey rfc2251 | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13289: Check the tree is not NULL | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r13167: handle cotrols' reply even in error | Simo Sorce | 1 | -2/+1 |
2007-10-10 | r12989: move the control parsing and handleng functions to cmdline.c | Simo Sorce | 3 | -315/+320 |
2007-10-10 | r12984: add parse code and ldbsearch cmdline code for | Stefan Metzmacher | 1 | -0/+19 |
2007-10-10 | r12983: - fix using a DIRSYNC cookie from the command line | Stefan Metzmacher | 1 | -5/+11 |
2007-10-10 | r12977: Some code to implement the client side of the Dirsync control | Simo Sorce | 1 | -2/+72 |
2007-10-10 | r12941: Add Attribute Scoped Search control | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r12925: implement client side of ASQ control | Simo Sorce | 1 | -0/+38 |
2007-10-10 | r12843: get special objects with ldbsearch -a too, to match ldbedit -a | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r12833: complete ldbsearch support for controls | Simo Sorce | 2 | -40/+138 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 9 | -58/+10 |
2007-10-10 | r12810: handle control options gracefully and don't segfault | Simo Sorce | 1 | -9/+49 |
2007-10-10 | r12790: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12745: Initial work to support a syntax to pass over controls via | Simo Sorce | 3 | -10/+106 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 7 | -7/+13 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 7 | -7/+0 |
2007-10-10 | r12605: docs patch from Brad Hards <bradh@frogmouth.net> | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12057: fixed authentication in ldb client tools | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r11988: Setup the sessionInfo just before the connect, rather than earlier | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 4 | -30/+35 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 2 | -27/+27 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 4 | -5/+5 |
2007-10-10 | r10830: we should use the same name in all places:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r10406: added --nosync option to all ldb tools, so that you can control if | Andrew Tridgell | 3 | -2/+13 |