Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
[kai/samba.git] / source / lib / ldb / tools / ldbsearch.c
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijFix static module list generation for ldb.
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-11 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-11 Andrew BartlettRework ldbsearch to avoid segfault when remote LDAP...
2008-01-11 Andrew BartlettFix segfault when sorting LDAP replies on the client.
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Andrew Bartlettr21496: A number of ldb control and LDAP changes, surro...
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Simo Sorcer19332: ldb_parse_tree leaks
2007-10-10 Andrew Tridgellr18439: 2nd try at a talloc_move() api. This type with...
2007-10-10 Andrew Tridgellr18436: converted ldb to use talloc_move() instead...
2007-10-10 Simo Sorcer17830: Set the default_basedn (hey, it comes from...
2007-10-10 Andrew Tridgellr17821: changed ldb_search() and the ldbsearch command...
2007-10-10 Simo Sorcer17613: style fix
2007-10-10 Simo Sorcer17186: "async" word abuse clean-up part 2
2007-10-10 Simo Sorcer17185: Oh, I wanted to do this for sooo long time.
2007-10-10 Simo Sorcer16036: Add a couple of new functions to corretly deal...
2007-10-10 Simo Sorcer15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODI...
2007-10-10 Simo Sorcer15932: Remove per request creds
2007-10-10 Simo Sorcer15847: We probably want to keep the global init
2007-10-10 Simo Sorcer15846: An async version of ldbsearch
2007-10-10 Andrew Bartlettr15372: Don't look at possibly undefined controls in...
2007-10-10 Simo Sorcer13998: From now on ldb_request() will require an alloc...
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13609: Get in the initial work on making ldb async
2007-10-10 Simo Sorcer13580: fix broken client side sort
2007-10-10 Simo Sorcer13289: Check the tree is not NULL
2007-10-10 Simo Sorcer13167: handle cotrols' reply even in error
2007-10-10 Simo Sorcer12989: move the control parsing and handleng functions...
2007-10-10 Stefan Metzmacherr12984: add parse code and ldbsearch cmdline code for
2007-10-10 Stefan Metzmacherr12983: - fix using a DIRSYNC cookie from the command...
2007-10-10 Simo Sorcer12977: Some code to implement the client side of the...
2007-10-10 Simo Sorcer12941: Add Attribute Scoped Search control
2007-10-10 Simo Sorcer12925: implement client side of ASQ control
2007-10-10 Stefan Metzmacherr12843: get special objects with ldbsearch -a too,...
2007-10-10 Simo Sorcer12833: complete ldbsearch support for controls
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Simo Sorcer12810: handle control options gracefully and don't...
2007-10-10 Simo Sorcer12745: Initial work to support a syntax to pass over...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr10894: make the handling of dn/distinguishedName much...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Simo Sorcer8515: ldb_dn_cmp now uses ldb_dn_compare so that the...
2007-10-10 Andrew Tridgellr7833: changed ldbsearch and ldbedit to have command...
2007-10-10 Andrew Tridgellr7714: enable samba credentials handling in ldb tools...
2007-10-10 Andrew Tridgellr7709: - convert ldb to use popt, so that it can intera...
2007-10-10 Derrell Lipmanr7438: work in progress
2007-10-10 Derrell Lipmanr7276: - moved static tdb function ltdb_dn_fold() into...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr4477: expanded the test suite to increase code coverag...
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Andrew Tridgellr4059: moved the ldb -o option parsing to a common...
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Simo Sorcer3760: mention -o switch in help message
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Andrew Tridgellr792: - changed the ldb ldif_* functions to be in...
2007-10-10 Andrew Tridgellr574: - another attempt at const cleanliness in ldb
2007-10-10 Andrew Tridgellr513: added a generic ldb debug system to allow the...
2007-10-10 Andrew Tridgellr502: modified ldb to allow the use of an external...
2007-10-10 Andrew Tridgellr490: - expanded the test suite to test modify and...
2007-10-10 Andrew Tridgellr456: - added -i option to ldbsearch
2007-10-10 Andrew Tridgellr159: nicer usage messages when no URL is given
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-04-03 Andrew Tridgelladded the rest of the ldb_modify() code, which required...
2004-03-31 Andrew Tridgellmake a more recent snapshot of ldb available to interested