summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/tools/ldbsearch.c
Commit message (Expand)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-101-2/+1
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-101-1/+1
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-211-1/+1
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2006-09-131-2/+2
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2006-09-131-12/+2
* r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce2006-08-251-1/+1
* r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell2006-08-251-0/+4
* r17613: style fixSimo Sorce2006-08-191-1/+2
* r17186: "async" word abuse clean-up part 2Simo Sorce2006-07-221-3/+3
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2006-07-221-54/+54
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2006-06-041-1/+1
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2006-05-301-1/+1
* r15932: Remove per request credsSimo Sorce2006-05-291-1/+0
* r15847: We probably want to keep the global initSimo Sorce2006-05-231-0/+2
* r15846: An async version of ldbsearchSimo Sorce2006-05-231-59/+186
* r15372: Don't look at possibly undefined controls in failure cases.Andrew Bartlett2006-05-011-3/+0
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2006-03-081-17/+18
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2006-03-021-1/+3
* r13609: Get in the initial work on making ldb asyncSimo Sorce2006-02-221-2/+10
* r13580: fix broken client side sortSimo Sorce2006-02-201-1/+1
* r13289: Check the tree is not NULLSimo Sorce2006-02-011-0/+1
* r13167: handle cotrols' reply even in errorSimo Sorce2006-01-261-2/+1
* r12989: move the control parsing and handleng functions to cmdline.cSimo Sorce2006-01-181-315/+1
* r12984: add parse code and ldbsearch cmdline code forStefan Metzmacher2006-01-171-0/+19
* r12983: - fix using a DIRSYNC cookie from the command lineStefan Metzmacher2006-01-171-5/+11
* r12977: Some code to implement the client side of the Dirsync controlSimo Sorce2006-01-171-2/+72
* r12941: Add Attribute Scoped Search controlSimo Sorce2006-01-151-0/+4
* r12925: implement client side of ASQ controlSimo Sorce2006-01-141-0/+38
* r12843: get special objects with ldbsearch -a too, to match ldbedit -aStefan Metzmacher2006-01-111-1/+1
* r12833: complete ldbsearch support for controlsSimo Sorce2006-01-101-37/+135
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2006-01-101-7/+1
* r12810: handle control options gracefully and don't segfaultSimo Sorce2006-01-101-9/+49
* r12745: Initial work to support a syntax to pass over controls viaSimo Sorce2006-01-061-9/+75
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2006-01-061-7/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-301-1/+0
* r11567: Ldb API change patch.Simo Sorce2005-11-081-8/+9
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2005-10-111-1/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2005-08-181-4/+13
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2005-07-161-2/+5
* r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell2005-06-221-7/+12
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2005-06-181-9/+1
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2005-06-181-67/+20
* r7438: work in progressDerrell Lipman2005-06-091-1/+12
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2005-06-041-3/+18
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2005-04-251-2/+2
* r5585: LDB interfaces change:Simo Sorce2005-02-271-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2005-02-101-0/+4
* r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2005-01-021-1/+1
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2005-01-021-1/+1
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2004-12-041-12/+2