summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbmodify.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-02s4-ldb: use a parent context in the ldb utilsAndrew Tridgell1-2/+3
2010-01-02s4-ldbmodify: show the error code as well as error stringAndrew Tridgell1-1/+2
2009-12-23s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou1-4/+10
2009-11-20s4-ldb: when -v is specified, show progress of ldbadd/ldbmodifyAndrew Tridgell1-1/+4
2009-09-02show the full set of command line options for ldb toolsAndrew Tridgell1-5/+1
2009-06-18Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2009-01-22Do not start a transaction this way.Simo Sorce1-10/+0
2008-12-18Parse options (and open the database) before starting transactionsAndrew Bartlett1-2/+2
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-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-1/+1
2007-10-10r19274: fix ldbdel and ldbmodify to return an error if the underlying ldb callAndrew Tridgell1-13/+9
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-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-6/+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-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-1/+1
2007-10-10r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell1-18/+10
2007-10-10r7726: - removed some unused variablesAndrew Tridgell1-1/+1
2007-10-10r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell1-8/+0
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell1-42/+17
2007-10-10r5585: LDB interfaces change:Simo Sorce1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+4
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-4/+4
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell1-12/+2
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+1
2007-10-10r3760: mention -o switch in help messageSimo Sorce1-0/+2
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-2/+20
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell1-2/+2
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell1-0/+4
2007-10-10r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell1-0/+2
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-2/+2
2007-10-10r442: fixed some uninitialised variables pointed out by gcc -O3Andrew Tridgell1-1/+1
2007-10-10r159: nicer usage messages when no URL is givenAndrew Tridgell1-2/+2
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-19/+81
2004-04-03added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell1-0/+85