index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
registry
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-11-18
1
-1
/
+2
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-15
1
-7
/
+3
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-3
/
+3
*
registry: use _bystring wrappers to dbwrap_trans_(store|delete).
Michael Adam
2008-08-05
1
-6
/
+3
*
registry: bump debug level to 1 in regdb_init() if storing version string fails.
Michael Adam
2008-07-15
1
-1
/
+1
*
registry: bump debug level to 1 in regdb_init() if opening the registry fails.
Michael Adam
2008-07-15
1
-1
/
+1
*
registry: fix logic in deleting subkeys record in regdb_fetch_keys().
Michael Adam
2008-07-09
1
-2
/
+6
*
registry: improve logic for deleting value records in regdb_store_keys().
Michael Adam
2008-07-09
1
-2
/
+9
*
registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.
Michael Adam
2008-07-08
1
-9
/
+10
*
registry: add removal of secdesc of a key to regdb_store_keys().
Michael Adam
2008-05-08
1
-0
/
+17
*
registry: add comments to removing lists in regdb_store_keys().
Michael Adam
2008-05-08
1
-0
/
+4
*
registry: change order of deleting value and subkey lists in store_keys().
Michael Adam
2008-05-08
1
-16
/
+13
*
registry: adapt comment to first step in regdb_store_keys().
Michael Adam
2008-05-08
1
-1
/
+1
*
registry: adapt comment of last step in regdb_store_keys().
Michael Adam
2008-05-08
1
-1
/
+1
*
registry: regdb_store_keys: move storing the subkey list down after removing ...
Michael Adam
2008-05-08
1
-8
/
+8
*
registry: add comment explaining workflow to make store_keys safe w/o transac...
Michael Adam
2008-05-08
1
-0
/
+21
*
registry: check for existence of non base key in regdb_store_keys() before pr...
Michael Adam
2008-05-08
1
-0
/
+4
*
registry: add a function regdb_key_is_base_key() to check whether is composite.
Michael Adam
2008-05-08
1
-0
/
+33
*
registry: check for existence of key in regdb_set_secdesc() before proceeding.
Michael Adam
2008-05-08
1
-0
/
+5
*
registry: check for existence of key in regdb_get_secdesc() before proceeding.
Michael Adam
2008-05-08
1
-0
/
+5
*
registry: check for existence of key in regdb_store_values() before proceeding.
Michael Adam
2008-05-08
1
-0
/
+4
*
registry: check for existence of key in regdb_fetch_keys() before proceeding.
Michael Adam
2008-05-08
1
-0
/
+4
*
registry: check for existence of key in regdb_fetch_values() first.
Michael Adam
2008-05-08
1
-0
/
+4
*
registry: free talloc context on error path in regdb_fetch_values().
Michael Adam
2008-05-08
1
-1
/
+1
*
registry: Implement new semantics for existence of registry key in tdb.
Michael Adam
2008-05-08
1
-3
/
+52
*
registry: make normalize_reg_path() strip leading and trailing '/' chars.
Michael Adam
2008-05-08
1
-7
/
+26
*
registry: free temporary data in regdb_fetch_key_internal().
Michael Adam
2008-05-08
1
-1
/
+5
*
registry: change order of arguments of regdb_fetch_key_internal()
Michael Adam
2008-05-08
1
-4
/
+4
*
registry: skip writes of existing keys in init_registry_data().
Michael Adam
2008-04-30
1
-0
/
+3
*
registry: save writes in init_registry_data() if data does already exist.
Michael Adam
2008-04-30
1
-12
/
+43
*
registry: check for existence of key init_registry_key and possibly save a wr...
Michael Adam
2008-04-30
1
-0
/
+4
*
registry: add function regdb_key_exists() to check for existence of a key.
Michael Adam
2008-04-30
1
-0
/
+17
*
registry: use regdb_fetch_key_internal() in regdb_fetch_values().
Michael Adam
2008-04-30
1
-5
/
+1
*
registry: use regdb_fetch_key_internal() in regdb_fetch_keys().
Michael Adam
2008-04-30
1
-7
/
+1
*
registry: add a function for fetching a tdb record for a given keystring
Michael Adam
2008-04-30
1
-0
/
+12
*
registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_key...
Michael Adam
2008-04-30
1
-7
/
+1
*
registry: use normalize_reg_path() in regdb_fetch_keys()
Michael Adam
2008-04-30
1
-2
/
+1
*
registry: use dbwrap_fetch_bystring() in regdb_fetch_values().
Michael Adam
2008-04-30
1
-5
/
+1
*
registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().
Michael Adam
2008-04-30
1
-5
/
+1
*
registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.
Michael Adam
2008-04-13
1
-1
/
+5
*
registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.
Michael Adam
2008-04-13
1
-1
/
+7
*
registry: rename init_registry() to registry_init_full() for consistency.
Michael Adam
2008-04-13
1
-1
/
+1
*
registry: change init_registry() to return WERROR instead of bool.
Michael Adam
2008-04-13
1
-5
/
+2
*
registry: change registry_init_smbconf() to return WERROR instead of bool
Michael Adam
2008-04-13
1
-5
/
+2
*
registry: refactor common part of registry initialization out.
Michael Adam
2008-04-13
3
-25
/
+15
*
registry: change registry_init_basic() to return WERROR instead of bool
Michael Adam
2008-04-13
1
-5
/
+5
*
registry: change reghook_cache_add() to return WERROR instead of bool
Michael Adam
2008-04-13
3
-6
/
+10
*
registry cachehook: change helper function keyname_to_path() to return WERROR.
Michael Adam
2008-04-13
1
-18
/
+32
*
adt_tree: change pathtree_add to return WERR instead of bool.
Michael Adam
2008-04-13
1
-3
/
+3
*
registry cachehook: revert logic to make fast path more obvious and reduce in...
Michael Adam
2008-04-13
1
-8
/
+9
[next]