summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_idmap_check.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck2013-02-191-19/+4
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-151-2/+2
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-031-10/+7
* s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...Gregor Beck2011-12-031-6/+2
* s3:net: factor out interact_edit()Gregor Beck2011-10-121-93/+1
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-111-4/+8
* s3:net: convert net idmap check to use dbwrap wrapper functions.Michael Adam2011-10-111-26/+55
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-1/+4
* s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam2011-10-111-3/+3
* s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam2011-10-111-0/+1
* s3:utils: avoid '//' commentsStefan Metzmacher2011-10-081-1/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-2/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3:net idmap check: fix output of an invalid recordMichael Adam2011-04-081-1/+6
* s3-net: "idmap check" ignore __db_sequence_number__Gregor Beck2011-04-081-1/+7
* s3:net idmap check: fix a couple of c++ implicit void * cast warningsMichael Adam2011-04-071-5/+5
* s3-net: add command "net idmap check"Gregor Beck2011-04-041-0/+1006