summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/tools/ldbedit.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
* r18840: make these compatible with g++ warningsAndrew Tridgell2006-09-231-10/+10
* r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell2006-08-231-2/+2
* r15370: Fix more dependencies for shared libsJelmer Vernooij2006-05-011-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2006-03-021-0/+2
* r12843: get special objects with ldbsearch -a too, to match ldbedit -aStefan Metzmacher2006-01-111-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2006-01-101-7/+1
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2006-01-061-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-301-1/+0
* r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce2005-12-301-1/+1
* r11567: Ldb API change patch.Simo Sorce2005-11-081-7/+8
* 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-6/+17
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2005-07-161-4/+6
* r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell2005-06-221-11/+6
* r7741: fixed the verbose option in ldbeditAndrew Tridgell2005-06-191-12/+11
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2005-06-181-8/+0
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2005-06-181-83/+20
* r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell2005-05-161-43/+4
* 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
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2005-01-121-1/+1
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2005-01-021-13/+15
* r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell2004-12-311-0/+7
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2004-12-041-12/+2
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2004-11-161-0/+1
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2004-11-151-2/+20
* r2381: added a -v debugging option to ldbeditAndrew Tridgell2004-09-171-1/+31
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2004-07-071-1/+1
* r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2004-05-201-2/+2
* r609: allow ldbedit to take a list of attributes to edit, just likeAndrew Tridgell2004-05-091-2/+9
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2004-05-071-1/+1
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2004-05-061-0/+2
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2004-05-061-8/+9
* r435: a major upgrade for ldbAndrew Tridgell2004-05-011-1/+1
* r380: make sure that ldbedit -a works with all tdb and LDAP backendsAndrew Tridgell2004-04-281-1/+1
* r163: - enable ldap in the sample makefile, and use /usr prefixAndrew Tridgell2004-04-111-12/+24
* r159: nicer usage messages when no URL is givenAndrew Tridgell2004-04-111-3/+3
* r152: a quick airport commit ....Andrew Tridgell2004-04-101-0/+365