summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the clientStefan Metzmacher1-0/+21
2007-10-10r17429: implement the LDAP_SERVER_SHOW_DELETED control in the clientStefan Metzmacher1-0/+21
2007-10-10r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher1-2/+23
2007-10-10r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher1-0/+25
2007-10-10r17418: add client support for the LDAP_SERVER_SD_FLAGS controlStefan Metzmacher1-1/+26
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-3/+3
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-54/+54
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-1/+1
2007-10-10r15955: fix whitespacesStefan Metzmacher1-1/+1
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-1/+1
2007-10-10r15932: Remove per request credsSimo Sorce1-1/+0
2007-10-10r15847: We probably want to keep the global initSimo Sorce1-0/+2
2007-10-10r15846: An async version of ldbsearchSimo Sorce1-59/+186
2007-10-10r15372: Don't look at possibly undefined controls in failure cases.Andrew Bartlett1-3/+0
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij6-6/+6
2007-10-10r14349: Kill proto.h!Jelmer Vernooij1-0/+1
2007-10-10r14344: More helpful messages on error for command line specified controlsSimo Sorce1-0/+14
2007-10-10r13998: From now on ldb_request() will require an alloced requestSimo Sorce1-17/+18
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij9-2/+20
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce2-6/+10
2007-10-10r13580: fix broken client side sortSimo Sorce1-1/+1
2007-10-10r13361: initial implementation of the vlv controlSimo Sorce1-0/+72
2007-10-10r13349: In the end I could not use ldb_caseless_cmpSimo Sorce1-1/+1
2007-10-10r13340: The gensec_init() needs to be after the popt processing, as itAndrew Bartlett1-2/+3
2007-10-10r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce1-1/+1
2007-10-10r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()Simo Sorce1-0/+1
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-1/+1
2007-10-10r13289: Check the tree is not NULLSimo Sorce1-0/+1
2007-10-10r13167: handle cotrols' reply even in errorSimo Sorce1-2/+1
2007-10-10r12989: move the control parsing and handleng functions to cmdline.cSimo Sorce3-315/+320
2007-10-10r12984: add parse code and ldbsearch cmdline code forStefan Metzmacher1-0/+19
2007-10-10r12983: - fix using a DIRSYNC cookie from the command lineStefan Metzmacher1-5/+11
2007-10-10r12977: Some code to implement the client side of the Dirsync controlSimo Sorce1-2/+72
2007-10-10r12941: Add Attribute Scoped Search controlSimo Sorce1-0/+4
2007-10-10r12925: implement client side of ASQ controlSimo Sorce1-0/+38
2007-10-10r12843: get special objects with ldbsearch -a too, to match ldbedit -aStefan Metzmacher3-3/+3
2007-10-10r12833: complete ldbsearch support for controlsSimo Sorce2-40/+138
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher9-58/+10
2007-10-10r12810: handle control options gracefully and don't segfaultSimo Sorce1-9/+49
2007-10-10r12790: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r12745: Initial work to support a syntax to pass over controls viaSimo Sorce3-10/+106
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce7-7/+13
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-2/+2
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij7-7/+0
2007-10-10r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce1-1/+1
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r12057: fixed authentication in ldb client toolsAndrew Tridgell1-0/+3
2007-10-10r11988: Setup the sessionInfo just before the connect, rather than earlierAndrew Bartlett1-4/+6