index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
registry
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-printing: fix debug statement in virtual registry layer
Günther Deschner
2009-05-06
1
-1
/
+1
*
s3:registry: replace typedef REGISTRY_OPS by struct registry_ops
Michael Adam
2009-04-27
14
-36
/
+36
*
s3:registry replace typedef REGISTRY_HOOK by struct registry_hook.
Michael Adam
2009-04-27
1
-3
/
+3
*
s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle
Michael Adam
2009-04-27
3
-25
/
+34
*
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
2009-04-27
5
-29
/
+33
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
15
-59
/
+59
*
s3: Use common security_descriptor_equal().
Jelmer Vernooij
2009-04-21
1
-1
/
+1
*
s3-secdesc: move all winreg access bits to IDL.
Günther Deschner
2009-04-21
1
-14
/
+14
*
s3:registry: Prevent creation of keys containing the '/' character.
Michael Adam
2009-04-17
1
-0
/
+10
*
s3-registry: remove last sec_io_desc() caller.
Günther Deschner
2009-03-25
1
-2
/
+24
*
s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.
Günther Deschner
2009-03-17
1
-1
/
+1
*
s3-spoolss/registry: use libndr to push a spoolss_DeviceMode in fill_in_print...
Günther Deschner
2009-03-17
1
-22
/
+15
*
s3-spoolss/registry: use marshall_sec_desc in fill_in_printer_values().
Günther Deschner
2009-03-17
1
-7
/
+12
*
s3-spoolss: move SYSTEMTIME parsing to a more generic place, as suggested.
Günther Deschner
2009-03-17
1
-1
/
+1
*
Use talloc_tos() in regkey_access_check()
Volker Lendecke
2009-02-27
1
-13
/
+2
*
s3:registry: tighten the subkey loop in reg_deletekey_recursive()
Michael Adam
2009-02-26
1
-16
/
+13
*
s3:registry: use delete_reg_subkey() in reg_deletekey()
Michael Adam
2009-02-26
1
-15
/
+1
*
s3:registry: implement delete_subkey in the smbconf backend
Michael Adam
2009-02-26
1
-0
/
+6
*
s3:registry: implement delete_subkey in the db backend
Michael Adam
2009-02-26
1
-0
/
+68
*
s3:registry: add a delete_subkey method to the backend ops.
Michael Adam
2009-02-26
1
-0
/
+9
*
s3:registry: refactor deletion of various subkey lists out of regdb_store_keys()
Michael Adam
2009-02-26
1
-30
/
+31
*
s3:registry: streamline and cleanup regdb_set_secdesc() somewhat.
Michael Adam
2009-02-26
1
-15
/
+5
*
s3:registry: refactor deletion of value/secdesc/subkey list tdb records out
Michael Adam
2009-02-26
1
-43
/
+73
*
s3:registry: streamline reg_deletekey() somewhat.
Michael Adam
2009-02-26
1
-25
/
+19
*
s3:registry: use create_reg_subkey() in reg_createkey().
Michael Adam
2009-02-26
1
-8
/
+2
*
s3:registry: implement create_subkey for the smbconf backend
Michael Adam
2009-02-26
1
-0
/
+6
*
s3:registry: implement create_subkey for the db backend.
Michael Adam
2009-02-26
1
-0
/
+67
*
s3:registry: add a create_subkey method to the backend ops.
Michael Adam
2009-02-26
1
-0
/
+9
*
s3:registry: hash the list of subkeys in the regsubkey_ctr
Michael Adam
2009-02-26
2
-26
/
+107
*
s3:registry: remove definition of regsubkey_ctr from the surface.
Michael Adam
2009-02-26
1
-0
/
+6
*
s3:registry: use regsubkey_ctr_init() in reg_eventlog.c
Michael Adam
2009-02-26
1
-4
/
+10
*
s3:registry: use regsubkey_ctr_get_seqnum() in reg_backend_db.c
Michael Adam
2009-02-26
1
-1
/
+1
*
s3:registry: use regsubkey_ctr_set_seqnum() in reg_backend_db.c
Michael Adam
2009-02-26
1
-1
/
+4
*
s3:registry: use regsubkey_ctr_init() in reg_backend_db.c
Michael Adam
2009-02-26
1
-8
/
+14
*
s3:registry: use regsubkey_ctr_init() in reg_api.c
Michael Adam
2009-02-26
1
-13
/
+10
*
s3:registry: add regsubkey_ctr_get_seqnum() to hide implementation
Michael Adam
2009-02-26
1
-0
/
+9
*
s3:registry: add regsubkey_ctr_set_seqnum to hide implementation from caller.
Michael Adam
2009-02-26
1
-0
/
+11
*
s3:registry: add a regsubkey_ctr_init function for allocating a regsubkey_ctr
Michael Adam
2009-02-26
1
-1
/
+15
*
s3:registry: fix a comment
Michael Adam
2009-02-26
1
-3
/
+3
*
s3:registry: don't directly access key->subkeys->subkeys[] in reg_backend_db.c
Michael Adam
2009-02-26
1
-3
/
+5
*
s3:registry: don't directly access key->subkeys->subkeys[] in reg_api.c
Michael Adam
2009-02-26
1
-2
/
+5
*
s3:registry: don't directly access key->subkeys->num_subkeys in reg_backend_db.
Michael Adam
2009-02-26
1
-12
/
+16
*
s3:registry: don't directly access key->subkeys->num_subkeys in reg_api.c
Michael Adam
2009-02-26
1
-5
/
+5
*
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
2009-02-26
15
-56
/
+56
*
Revert "Fix a O(n^2) algorithm in regdb_fetch_keys()"
Michael Adam
2009-02-26
1
-27
/
+5
*
s3:registry: wrap deletekey_recursive in one big transaction.
Michael Adam
2009-02-26
1
-2
/
+38
*
s3:registry: provide transaction_start|commit|cancel fns for the registry tdb
Michael Adam
2009-02-26
1
-0
/
+18
*
Wrap creating the sorted subkey cache in a transaction
Volker Lendecke
2009-02-26
1
-3
/
+31
*
Add a comment describing the sorted subkeys
Volker Lendecke
2009-02-26
1
-0
/
+23
*
Add sorted subkey cache
Volker Lendecke
2009-02-26
1
-19
/
+174
[next]