summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbsearch.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-317/+0
2011-03-04s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer1-3/+2
2011-03-04ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on wrong DN parametersMatthias Dieter Wallnöfer1-1/+1
2011-02-09ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errorsMatthias Dieter Wallnöfer1-2/+2
2011-02-09ldb:tools - always check if ldb connection has been estabilishedMatthias Dieter Wallnöfer1-1/+1
2011-02-09ldb:ldbsearch tool - use LDB result constants where possibleMatthias Dieter Wallnöfer1-7/+7
2011-02-09ldb:ldbsearch tool - simplify error code returnMatthias Dieter Wallnöfer1-3/+1
2011-02-09ldb:ldbsearch tool - use "%u" for printing unsigned integersMatthias Dieter Wallnöfer1-1/+1
2011-01-12ldb:ldbsearch.c - fix possible uninitialised variableMatthias Dieter Wallnöfer1-2/+2
2010-11-01s4-ldb: removed ldb_includes.hAndrew Tridgell1-1/+3
2010-11-01s4-ldb: convert existing ldb tools to use new command line hooksAndrew Tridgell1-8/+2
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