summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_registry_check.c
Commit message (Expand)AuthorAgeFilesLines
* Typo: Commiting -> CommittingJelmer Vernooij2014-04-141-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-2/+2
* s3:net registry check: use tdb_data_string()Gregor Beck2013-04-181-20/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+8
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-151-3/+3
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-151-2/+3
* s3: Simplify tdb_data_is_cstr a bitVolker Lendecke2012-06-141-1/+1
* s3: Fix Coverity ID 242710 Untrusted pointer readVolker Lendecke2012-05-151-1/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-2/+4
* s3:net registry check: replace rawmemchr by functionally equivalent portable ...Michael Adam2011-12-061-2/+2
* Revert "Remove rawmemchr calls - found by Ira Cooper. These are glibc-specifi...Michael Adam2011-12-061-4/+3
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-031-4/+0
* s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck2011-11-291-6/+6
* s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck2011-11-291-10/+13
* s3:net registry check: handle missing version infoGregor Beck2011-11-291-0/+36
* s3:net registry check: improve console outputGregor Beck2011-11-251-7/+4
* Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...Jeremy Allison2011-11-181-3/+4
* s3-utils: net - Fix one error/usage messageBjörn Baumbach2011-11-031-1/+1
* s3:net registry check: fix a case where automatic and read only mode take the...Gregor Beck2011-10-261-3/+5
* s3:net registry check: do not silently replace separatorsGregor Beck2011-10-261-2/+3
* Remove unused function.Jeremy Allison2011-10-141-18/+0
* s3:net: add command registry checkGregor Beck2011-10-121-0/+1314