summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbedit.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-372/+0
2011-03-29ldb: detect eof on ldif filesAndrew Tridgell1-0/+15
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-4/+4
2011-02-09ldb:tools - always check if ldb connection has been estabilishedMatthias Dieter Wallnöfer1-0/+3
2011-02-09ldb:ldbedit tool - don't forget about the "do_edit" result codeMatthias Dieter Wallnöfer1-11/+4
2011-02-09ldb:ldbedit tool - fix bug #7914Matthias Dieter Wallnöfer1-4/+7
2011-02-09ldb:ldbedit tool - use unsigned counters for consistency with other LDB toolsMatthias Dieter Wallnöfer1-2/+2
2011-02-09ldb:ldbedit tool - use "%u" for printing out unsigned integersMatthias Dieter Wallnöfer1-2/+2
2011-02-09ldb:ldbedit tool - use LDB result constants where neededMatthias Dieter Wallnöfer1-5/+5
2010-11-04s4-ldb: honor controls on search in ldbeditAndrew Tridgell1-1/+8
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/+3
2010-07-19s4: Remove trailing whitespacesKamen Mazdrashki1-9/+9
2010-07-19s4-tools: use ldb_msg_difference() in ldbedit - modify_record()Kamen Mazdrashki1-6/+10
2010-05-31ldb: Fix dependencies when building with system ldb.Jelmer Vernooij1-0/+7
2010-05-21s4:ldb: add --controls support to ldbeditStefan Metzmacher1-5/+12
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-10/+10
2009-09-04ldb: ensure we cancel a ldb transactionAndrew Tridgell1-0/+2
2009-09-02show the full set of command line options for ldb toolsAndrew Tridgell1-7/+1
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-1/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-12-18Print error strings when transactions fail in ldb toolsAndrew Bartlett1-2/+2
2008-12-16use transactions in ldbadd, ldbmodify and ldbeditAndrew Tridgell1-0/+10
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-1/+1
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+1
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
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-10r19832: better prototypes for the linearization functions:Simo Sorce1-3/+3
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-4/+4
2007-10-10r18840: make these compatible with g++ warningsAndrew Tridgell1-10/+10
2007-10-10r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell1-2/+2
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij1-1/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-0/+2
2007-10-10r12843: get special objects with ldbsearch -a too, to match ldbedit -aStefan Metzmacher1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-7/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce1-1/+1
2007-10-10r11567: Ldb API change patch.Simo Sorce1-7/+8
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell1-1/+1
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-6/+17
2007-10-10r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce1-4/+6
2007-10-10r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell1-11/+6
2007-10-10r7741: fixed the verbose option in ldbeditAndrew Tridgell1-12/+11
2007-10-10r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell1-8/+0