summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbrename.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-84/+0
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-0/+4
2011-02-09ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errorsMatthias Dieter Wallnöfer1-1/+1
2011-02-09ldb:tools - always check if ldb connection has been estabilishedMatthias Dieter Wallnöfer1-0/+3
2011-02-09ldb:ldbrename tool - use LDB result constant where neededMatthias Dieter Wallnöfer1-1/+1
2010-11-01s4-ldb: convert existing ldb tools to use new command line hooksAndrew Tridgell1-3/+3
2010-05-02s4-ldb: use a parent context in the ldb utilsAndrew Tridgell1-2/+3
2009-11-27s4-ldb: better to test for valid arguments in ldb library than commandlineAndrew Tridgell1-9/+0
2009-09-02show the full set of command line options for ldb toolsAndrew Tridgell1-5/+1
2009-01-30Fix the mess with ldb includes.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-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-3/+12
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-4/+4
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-40/+18
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-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-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher1-0/+103