summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools
AgeCommit message (Expand)AuthorFilesLines
2010-09-11ldb:tools/cmdline.c - reorganise importsMatthias Dieter Wallnöfer1-6/+2
2010-09-11ldb:tools/cmdline.c - make a counter unsigned where appropriateMatthias Dieter Wallnöfer1-1/+1
2010-09-11s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ...Matthias Dieter Wallnöfer1-1/+1
2010-09-01s4/ldb: fix standalone buildBjörn Jacke1-2/+6
2010-08-31s4/ldb: use monotonic clock for time deltas in ldbtestBjörn Jacke1-4/+4
2010-07-19s4: Remove trailing whitespacesKamen Mazdrashki2-13/+13
2010-07-19s4-dsdb: use ldb_msg_normalize() in ldbadd-process_file()Kamen Mazdrashki1-1/+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 Vernooij4-4/+24
2010-05-21s4:ldb: add --controls support to ldbeditStefan Metzmacher1-5/+12
2010-05-02s4-ldb: use a parent context in the ldb utilsAndrew Tridgell6-12/+20
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-1/+1
2010-03-25s4-ldb: removed unused command line options -I and -OAndrew Tridgell2-4/+0
2010-03-06LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer6-32/+38
2010-02-25s4:ldb Fix segfault in ldbsearch store_referral callbackAndrew Bartlett1-6/+1
2010-02-14s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell1-6/+4
2010-02-13s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell1-2/+1
2010-01-21s4: Fix a few warnings.Jelmer Vernooij1-0/+2
2010-01-10s4-ldb: display security descriptors with correct SDL for known SIDsAndrew Tridgell1-0/+6
2010-01-02s4-ldb: show an error string, as well as error messageAndrew Tridgell1-3/+4
2010-01-02s4-ldbmodify: show the error code as well as error stringAndrew Tridgell1-1/+2
2010-01-02s4-ldb: show the error code as well as errstrAndrew Tridgell1-2/+3
2009-12-23s4:ldb Fix declaration in the middle of the codeSimo Sorce1-2/+4
2009-12-23s4: Fix the buildSimo Sorce1-0/+1
2009-12-23s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou6-9/+230
2009-12-18s4-ldb: fixed a valgrind error in ldbtestAndrew Tridgell1-0/+2
2009-12-16s4-ldb: added --show-deactivated-link command line optionAndrew Tridgell1-1/+8
2009-12-14s4-ldb: added a new "reveal" controlAndrew Tridgell1-0/+7
2009-12-08s4-ldb: fixed ldbdel with -r (recursive deletion)Andrew Tridgell1-0/+15
2009-12-01s4-ldb: the '1' form of extended_dn search is easier to readAndrew Tridgell1-1/+1
2009-11-28s4-ldb: make it much easier to use common ldb controlsAndrew Tridgell2-15/+64
2009-11-27s4-ldb: better to test for valid arguments in ldb library than commandlineAndrew Tridgell1-9/+0
2009-11-20s4-ldb: when -v is specified, show progress of ldbadd/ldbmodifyAndrew Tridgell2-2/+8
2009-11-20s4-ldb: make ldb tools line bufferedAndrew Tridgell1-0/+3
2009-10-23s4-dsdb: create a static system_session contextAndrew Tridgell1-1/+1
2009-09-21s4-ldb: add --trace command line option to ldb toolsAndrew Tridgell2-0/+6
2009-09-08s4/ldb: added --show-binary command line optionAndrew Tridgell2-0/+6
2009-09-04ldb: ensure we cancel a ldb transactionAndrew Tridgell2-3/+9
2009-09-02show the full set of command line options for ldb toolsAndrew Tridgell5-29/+6
2009-09-02use ldb_cmdline_help() in ldbsearchAndrew Tridgell2-8/+3
2009-09-02added ldb_cmdline_help()Andrew Tridgell1-29/+36
2009-06-18Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin1-0/+1
2009-03-05Remove parse_control from header, long after the function was removedAndrew Bartlett1-1/+0
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce4-1/+4
2009-01-30Fix the mess with ldb includes.Simo Sorce8-11/+11
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 Bartlett3-6/+6
2008-12-16use transactions in ldbadd, ldbmodify and ldbeditAndrew Tridgell3-0/+30
2008-09-29LDB ASYNC: ldb misc changesSimo Sorce1-34/+42