summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry_check.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-2/+4
2011-12-06s3:net registry check: replace rawmemchr by functionally equivalent portable ...Michael Adam1-2/+2
2011-12-06Revert "Remove rawmemchr calls - found by Ira Cooper. These are glibc-specifi...Michael Adam1-4/+3
2011-12-03lib/util: factor out tdb_data_is_emptyGregor Beck1-4/+0
2011-11-29s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck1-6/+6
2011-11-29s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck1-10/+13
2011-11-29s3:net registry check: handle missing version infoGregor Beck1-0/+36
2011-11-25s3:net registry check: improve console outputGregor Beck1-7/+4
2011-11-18Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...Jeremy Allison1-3/+4
2011-11-03s3-utils: net - Fix one error/usage messageBjörn Baumbach1-1/+1
2011-10-26s3:net registry check: fix a case where automatic and read only mode take the...Gregor Beck1-3/+5
2011-10-26s3:net registry check: do not silently replace separatorsGregor Beck1-2/+3
2011-10-14Remove unused function.Jeremy Allison1-18/+0
2011-10-12s3:net: add command registry checkGregor Beck1-0/+1314