summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry_check.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-18s3:net registry check: use tdb_data_string()Gregor Beck1-20/+3
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+8
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke1-3/+3
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke1-2/+3
2012-06-14s3: Simplify tdb_data_is_cstr a bitVolker Lendecke1-1/+1
2012-05-15s3: Fix Coverity ID 242710 Untrusted pointer readVolker Lendecke1-1/+1
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