summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap_check.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck1-19/+4
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke1-2/+2
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-12-03lib/util: factor out tdb_data_is_emptyGregor Beck1-10/+7
2011-12-03s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...Gregor Beck1-6/+2
2011-10-12s3:net: factor out interact_edit()Gregor Beck1-93/+1
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam1-4/+8
2011-10-11s3:net: convert net idmap check to use dbwrap wrapper functions.Michael Adam1-26/+55
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-1/+4
2011-10-11s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam1-3/+3
2011-10-11s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam1-0/+1
2011-10-08s3:utils: avoid '//' commentsStefan Metzmacher1-1/+1
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-2/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-04-08s3:net idmap check: fix output of an invalid recordMichael Adam1-1/+6
2011-04-08s3-net: "idmap check" ignore __db_sequence_number__Gregor Beck1-1/+7
2011-04-07s3:net idmap check: fix a couple of c++ implicit void * cast warningsMichael Adam1-5/+5
2011-04-04s3-net: add command "net idmap check"Gregor Beck1-0/+1006