summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tools/ldbsearch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* LDB ASYNC: ldb misc changesSimo Sorce2008-09-291-34/+42
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-1/+4
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett2008-01-111-12/+10
* Fix segfault when sorting LDAP replies on the client.Andrew Bartlett2008-01-111-2/+2
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-3/+2
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-10-101-2/+5
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-5/+4
* r19332: ldb_parse_tree leaksSimo Sorce2007-10-101-1/+1
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-101-2/+2
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-101-12/+2
* r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce2007-10-101-1/+1
* r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell2007-10-101-0/+4
* r17613: style fixSimo Sorce2007-10-101-1/+2
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-3/+3
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-54/+54
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-101-1/+1
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-1/+1
* r15932: Remove per request credsSimo Sorce2007-10-101-1/+0
* r15847: We probably want to keep the global initSimo Sorce2007-10-101-0/+2
* r15846: An async version of ldbsearchSimo Sorce2007-10-101-59/+186
* r15372: Don't look at possibly undefined controls in failure cases.Andrew Bartlett2007-10-101-3/+0
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-101-17/+18
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-1/+3
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-2/+10
* r13580: fix broken client side sortSimo Sorce2007-10-101-1/+1
* r13289: Check the tree is not NULLSimo Sorce2007-10-101-0/+1
* r13167: handle cotrols' reply even in errorSimo Sorce2007-10-101-2/+1
* r12989: move the control parsing and handleng functions to cmdline.cSimo Sorce2007-10-101-315/+1
* r12984: add parse code and ldbsearch cmdline code forStefan Metzmacher2007-10-101-0/+19
* r12983: - fix using a DIRSYNC cookie from the command lineStefan Metzmacher2007-10-101-5/+11
* r12977: Some code to implement the client side of the Dirsync controlSimo Sorce2007-10-101-2/+72
* r12941: Add Attribute Scoped Search controlSimo Sorce2007-10-101-0/+4
* r12925: implement client side of ASQ controlSimo Sorce2007-10-101-0/+38
* r12843: get special objects with ldbsearch -a too, to match ldbedit -aStefan Metzmacher2007-10-101-1/+1
* r12833: complete ldbsearch support for controlsSimo Sorce2007-10-101-37/+135
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-7/+1
* r12810: handle control options gracefully and don't segfaultSimo Sorce2007-10-101-9/+49
* r12745: Initial work to support a syntax to pass over controls viaSimo Sorce2007-10-101-9/+75
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-7/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11567: Ldb API change patch.Simo Sorce2007-10-101-8/+9
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-101-1/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-4/+13
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-101-2/+5
* r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell2007-10-101-7/+12