summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tools/ldbedit.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: removed ldb_includes.hAndrew Tridgell2010-11-011-1/+3
* s4-ldb: convert existing ldb tools to use new command line hooksAndrew Tridgell2010-11-011-8/+3
* s4: Remove trailing whitespacesKamen Mazdrashki2010-07-191-9/+9
* s4-tools: use ldb_msg_difference() in ldbedit - modify_record()Kamen Mazdrashki2010-07-191-6/+10
* ldb: Fix dependencies when building with system ldb.Jelmer Vernooij2010-05-311-0/+7
* s4:ldb: add --controls support to ldbeditStefan Metzmacher2010-05-211-5/+12
* s4-ldb: use a parent context in the ldb utilsAndrew Tridgell2010-05-021-2/+4
* LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer2010-03-061-10/+10
* ldb: ensure we cancel a ldb transactionAndrew Tridgell2009-09-041-0/+2
* show the full set of command line options for ldb toolsAndrew Tridgell2009-09-021-7/+1
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-1/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* Print error strings when transactions fail in ldb toolsAndrew Bartlett2008-12-181-2/+2
* use transactions in ldbadd, ldbmodify and ldbeditAndrew Tridgell2008-12-161-0/+10
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-1/+1
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-1/+1
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-3/+2
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-3/+3
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-4/+4
* r18840: make these compatible with g++ warningsAndrew Tridgell2007-10-101-10/+10
* r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell2007-10-101-2/+2
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-101-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-0/+2
* r12843: get special objects with ldbsearch -a too, to match ldbedit -aStefan Metzmacher2007-10-101-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-7/+1
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce2007-10-101-1/+1
* r11567: Ldb API change patch.Simo Sorce2007-10-101-7/+8
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-101-1/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-6/+17
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-101-4/+6
* r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell2007-10-101-11/+6
* r7741: fixed the verbose option in ldbeditAndrew Tridgell2007-10-101-12/+11
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2007-10-101-8/+0
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-83/+20
* r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell2007-10-101-43/+4
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-2/+2
* r5585: LDB interfaces change:Simo Sorce2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+4
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-101-1/+1
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-101-13/+15
* r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell2007-10-101-0/+7
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2007-10-101-12/+2
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+1
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-101-2/+20
* r2381: added a -v debugging option to ldbeditAndrew Tridgell2007-10-101-1/+31