index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_backend_db.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-15
s3:registry: fix a comment in create_sorted_subkeys()
Michael Adam
1
-1
/
+1
2009-07-15
s3:registry: don't loop transaction_commit in create_sorted_subkeys() upon error
Michael Adam
1
-1
/
+1
2009-07-15
s3:registry: in regdb_delete_subkey(), don't use the transaction wrappers.
Michael Adam
1
-9
/
+9
2009-07-15
s3:registry: in regdb_delete_subkey(), panic if transaction_cancel fails
Michael Adam
1
-2
/
+1
2009-07-15
s3:registry: panic upon failed transaction_cancel in regdb_create_subkey()
Michael Adam
1
-2
/
+1
2009-07-15
s3:registry: don't use exported transaction wrappers in regdb_create_subkey()
Michael Adam
1
-10
/
+10
2009-07-15
s3:registry: create regdb_store_keys_internal() with db_context argument
Michael Adam
1
-13
/
+21
2009-07-15
s3:registry: rename regdb_store_keys_internal() to regdb_store_keys_internal2()
Michael Adam
1
-9
/
+9
2009-07-15
s3:registry: create regdb_fetch_keys_internal() with db_context argument
Michael Adam
1
-27
/
+35
2009-07-15
s3:registry: add db_context argument to scan_parent_subkeys()
Michael Adam
1
-6
/
+7
2009-07-15
s3:registry: add db_context argument to regdb_fetch_key_internal()
Michael Adam
1
-5
/
+6
2009-07-15
s3:registry: add db_context argument to regdb_store_keys_internal()
Michael Adam
1
-8
/
+10
2009-07-15
s3:registry: add db_context argument to regdb_delete_key_lists()
Michael Adam
1
-6
/
+6
2009-07-15
s3:registry: add db_context argument to regdb_delete_subkeylist()
Michael Adam
1
-3
/
+3
2009-07-15
s3:registry: add db_context argument to regdb_delete_secdesc()
Michael Adam
1
-3
/
+3
2009-07-15
s3:registry: add db_context argument to regdb_delete_values()
Michael Adam
1
-3
/
+3
2009-07-15
s3:registry: add db_context argument to regdb_delete_key_with_prefix()
Michael Adam
1
-5
/
+6
2009-04-27
s3:registry: replace typedef REGISTRY_OPS by struct registry_ops
Michael Adam
1
-1
/
+1
2009-04-27
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
1
-1
/
+1
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
1
-8
/
+8
2009-02-26
s3:registry: implement delete_subkey in the db backend
Michael Adam
1
-0
/
+68
2009-02-26
s3:registry: refactor deletion of various subkey lists out of regdb_store_keys()
Michael Adam
1
-30
/
+31
2009-02-26
s3:registry: streamline and cleanup regdb_set_secdesc() somewhat.
Michael Adam
1
-15
/
+5
2009-02-26
s3:registry: refactor deletion of value/secdesc/subkey list tdb records out
Michael Adam
1
-43
/
+73
2009-02-26
s3:registry: implement create_subkey for the db backend.
Michael Adam
1
-0
/
+67
2009-02-26
s3:registry: use regsubkey_ctr_get_seqnum() in reg_backend_db.c
Michael Adam
1
-1
/
+1
2009-02-26
s3:registry: use regsubkey_ctr_set_seqnum() in reg_backend_db.c
Michael Adam
1
-1
/
+4
2009-02-26
s3:registry: use regsubkey_ctr_init() in reg_backend_db.c
Michael Adam
1
-8
/
+14
2009-02-26
s3:registry: don't directly access key->subkeys->subkeys[] in reg_backend_db.c
Michael Adam
1
-3
/
+5
2009-02-26
s3:registry: don't directly access key->subkeys->num_subkeys in reg_backend_db.
Michael Adam
1
-12
/
+16
2009-02-26
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
1
-13
/
+13
2009-02-26
Revert "Fix a O(n^2) algorithm in regdb_fetch_keys()"
Michael Adam
1
-27
/
+5
2009-02-26
s3:registry: provide transaction_start|commit|cancel fns for the registry tdb
Michael Adam
1
-0
/
+18
2009-02-26
Wrap creating the sorted subkey cache in a transaction
Volker Lendecke
1
-3
/
+31
2009-02-26
Add a comment describing the sorted subkeys
Volker Lendecke
1
-0
/
+23
2009-02-26
Add sorted subkey cache
Volker Lendecke
1
-19
/
+174
2009-02-19
Fix printf type warning.
Jeremy Allison
1
-2
/
+2
2009-02-19
Fix a O(n^2) algorithm in regdb_fetch_keys()
Volker Lendecke
1
-5
/
+27
2009-02-19
Fix a buffer handling bug when adding lots of registry keys
Volker Lendecke
1
-9
/
+24
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-3
/
+3
2008-08-05
registry: use _bystring wrappers to dbwrap_trans_(store|delete).
Michael Adam
1
-6
/
+3
2008-07-15
registry: bump debug level to 1 in regdb_init() if storing version string fails.
Michael Adam
1
-1
/
+1
2008-07-15
registry: bump debug level to 1 in regdb_init() if opening the registry fails.
Michael Adam
1
-1
/
+1
2008-07-09
registry: fix logic in deleting subkeys record in regdb_fetch_keys().
Michael Adam
1
-2
/
+6
2008-07-09
registry: improve logic for deleting value records in regdb_store_keys().
Michael Adam
1
-2
/
+9
2008-07-08
registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.
Michael Adam
1
-9
/
+10
2008-05-08
registry: add removal of secdesc of a key to regdb_store_keys().
Michael Adam
1
-0
/
+17
2008-05-08
registry: add comments to removing lists in regdb_store_keys().
Michael Adam
1
-0
/
+4
2008-05-08
registry: change order of deleting value and subkey lists in store_keys().
Michael Adam
1
-16
/
+13
[prev]
[next]