summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2015-06-23lib: Remove unused functionsVolker Lendecke2-29/+0
2015-06-15source3/registry: Fix CID 1273100 Stray semicolonAnoop C S1-1/+1
2015-06-15source3/registry: Fix CID 1273421 Useless callAnoop C S1-2/+0
2015-05-15Convert uint64 to uint64_tRichard Sharpe2-2/+2
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe3-10/+10
2015-05-12Convert all uses of uint32/16/8 to _t in source3/registry.Richard Sharpe8-42/+42
2015-04-16Change the registry subsystem to use uint32_t from uint32. Also change sessio...Richard Sharpe16-220/+220
2015-03-26registry: Fix 1273042 Identical code for if/else branchAnoop C S1-10/+2
2015-03-17lib: Remove tdb_fetch_compatVolker Lendecke1-8/+8
2015-02-26registry: Fix an aligment increase warningVolker Lendecke1-1/+1
2014-12-02s3:registry/regfio fix some valgrind warningsChristian Ambach1-2/+2
2014-12-02s3:registry/regfio read SD from the correct locationChristian Ambach1-2/+4
2014-11-26registry3: Fix a typoVolker Lendecke1-1/+1
2014-11-25s3:registry: use discard_const_p() to avoid const warning in smb_iconv() defineStefan Metzmacher1-1/+1
2014-11-13registry: Slightly simplify tdb_data_is_cstrVolker Lendecke1-1/+1
2014-11-03reg_perfcount: don't leak state_path onto talloc tosDavid Disseldorp1-39/+84
2014-11-03reg_backend_db: don't leak state_path onto talloc tosDavid Disseldorp1-9/+28
2014-10-08registry: Don't leave dangling transactionsVolker Lendecke1-1/+1
2014-07-28lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke1-1/+1
2014-04-17s3: Use root_mode() to get uid_wrapper working correctly.Andreas Schneider1-1/+1
2014-04-02s3:registry: fix invalid pointer type warning in reg_format.cStefan Metzmacher1-1/+3
2014-02-07s3:registry: introduce REG_DBWRAP_FLAGS to use for all db_open callsMichael Adam2-3/+4
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-3/+3
2014-01-07s3-registry: fix typo in DEBUG statement.Günther Deschner1-1/+1
2013-04-19s3:registry increase a debug levelChristian Ambach1-1/+1
2013-03-20s3:registry accept windows like long hivenamesGregor Beck1-3/+9
2012-12-12s3-registry: Fix counters_directory() dir creation.Andreas Schneider1-2/+2
2012-12-12s3-registry: Check return code of push_reg_sz().Andreas Schneider1-2/+11
2012-11-30s3-reg: Fix copy and paste error in debug message.Andreas Schneider1-2/+2
2012-09-26lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett1-1/+0
2012-08-23s3/registry: fix compile warning on openindianaBjörn Jacke1-1/+1
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2-2/+7
2012-07-25Fix bug 9065: source3/registry/regfio.c: bad call to memcpyDavid Binderman1-1/+1
2012-07-18source3/registry/reg_backend_db.c: fix stackframe leakRusty Russell1-2/+4
2012-07-05s3:registry: untangle assignment from check in reg_enumkey()Michael Adam1-1/+2
2012-07-05s3:registry: untangle assignment from check in reg_enumvalue()Michael Adam1-1/+2
2012-06-27s3:registry: change reg_import.c according to coding guidelines.Michael Adam1-53/+47
2012-06-27s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()Michael Adam2-2/+2
2012-06-26s3:registry: add function registry_value_cmp()Gregor Beck2-0/+10
2012-06-26s3:registry: fix possible double free in importGregor Beck1-0/+1
2012-06-26s3:registry: improve debug output in reg_parseGregor Beck1-1/+2
2012-06-26s3:registry: add functions to conveniently create registry_valuesGregor Beck2-0/+65
2012-06-26s3:registry: silence net_deletekey_recursiveGregor Beck1-4/+4
2012-06-26s3:registry: make reg_delete_path() delete the path recursively.Michael Adam1-3/+3
2012-06-26s3:registry: compile reg_create_path() & reg_delete_path()Gregor Beck2-7/+0
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke1-1/+2
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke1-2/+4
2012-05-07s3:registry: let reg_values_need_update() return true if the backend does not...Michael Adam1-1/+1
2012-05-07s3:registry: let reg_subkeys_need_update() return true if the backend does no...Michael Adam1-1/+1
2012-05-05s3:registry: implement values_need_update and subkeys_need_update in the smbc...Michael Adam1-0/+11