summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tools/ldbadd.c
Commit message (Expand)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-154/+0
* ldb:ldbadd/modify tool - return error code when at least one operation has fa...Matthias Dieter Wallnöfer2011-04-071-2/+4
* ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errorsMatthias Dieter Wallnöfer2011-02-091-2/+2
* ldb:tools - always check if ldb connection has been estabilishedMatthias Dieter Wallnöfer2011-02-091-0/+3
* ldb:ldbadd tool - use LDB return codes where possibleMatthias Dieter Wallnöfer2011-02-091-4/+6
* ldb:ldbadd tool - use "%u" for printing out unsigned integersMatthias Dieter Wallnöfer2011-02-091-1/+1
* ldb:ldbadd tool - use LDB result constants for consistencyMatthias Dieter Wallnöfer2011-02-091-4/+4
* s4-ldb: convert existing ldb tools to use new command line hooksAndrew Tridgell2010-11-011-2/+2
* s4: Remove trailing whitespacesKamen Mazdrashki2010-07-191-4/+4
* s4-dsdb: use ldb_msg_normalize() in ldbadd-process_file()Kamen Mazdrashki2010-07-191-1/+9
* s4-ldb: use a parent context in the ldb utilsAndrew Tridgell2010-05-021-2/+3
* LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer2010-03-061-3/+4
* s4-ldb: show the error code as well as errstrAndrew Tridgell2010-01-021-2/+3
* s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou2009-12-231-1/+8
* s4-ldb: when -v is specified, show progress of ldbadd/ldbmodifyAndrew Tridgell2009-11-201-1/+4
* ldb: ensure we cancel a ldb transactionAndrew Tridgell2009-09-041-3/+7
* show the full set of command line options for ldb toolsAndrew Tridgell2009-09-021-6/+2
* 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
* 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
* r22682: 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-1/+1
* r19273: - fixed error handling with the ldap backendAndrew Tridgell2007-10-101-8/+8
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-1/+3
* 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
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-1/+1
* r10305: start implementing better error handlingSimo Sorce2007-10-101-1/+2
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-1/+1
* r7868: canonicalise the message before using ldb_add() in the ldbadd utility.Andrew Tridgell2007-10-101-0/+2
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2007-10-101-9/+1
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-55/+23
* r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe2007-10-101-1/+1
* 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
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-101-2/+2
* 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
* r3760: mention -o switch in help messageSimo Sorce2007-10-101-0/+2
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-101-2/+20
* r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2007-10-101-2/+2
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-101-0/+2
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2007-10-101-2/+2
* r159: nicer usage messages when no URL is givenAndrew Tridgell2007-10-101-2/+2
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-18/+81