summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbsearch.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31ldb: Fix dependencies when building with system ldb.Jelmer Vernooij1-0/+6
2010-05-02s4-ldb: use a parent context in the ldb utilsAndrew Tridgell1-2/+4
2010-03-06LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer1-6/+6
2010-02-25s4:ldb Fix segfault in ldbsearch store_referral callbackAndrew Bartlett1-6/+1
2010-02-13s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell1-2/+1
2009-09-02use ldb_cmdline_help() in ldbsearchAndrew Tridgell1-8/+1
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-09-29LDB ASYNC: ldb misc changesSimo Sorce1-34/+42
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+4
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
2008-01-11Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett1-12/+10
2008-01-11Fix segfault when sorting LDAP replies on the client.Andrew Bartlett1-2/+2
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-3/+2
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett1-2/+5
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-5/+4
2007-10-10r19332: ldb_parse_tree leaksSimo Sorce1-1/+1
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell1-2/+2
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell1-12/+2
2007-10-10r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce1-1/+1
2007-10-10r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell1-0/+4
2007-10-10r17613: style fixSimo Sorce1-1/+2
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-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-10r13998: From now on ldb_request() will require an alloced requestSimo Sorce1-17/+18
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-1/+3
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce1-2/+10
2007-10-10r13580: fix broken client side sortSimo 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 Sorce1-315/+1
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 Metzmacher1-1/+1
2007-10-10r12833: complete ldbsearch support for controlsSimo Sorce1-37/+135
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-7/+1
2007-10-10r12810: handle control options gracefully and don't segfaultSimo Sorce1-9/+49
2007-10-10r12745: Initial work to support a syntax to pass over controls viaSimo Sorce1-9/+75
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-7/+7