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
2008-03-20
registry: refactor creation of subkeys out of init_registry_data().
Michael Adam
1
-79
/
+92
2008-03-18
Bind Group Policy processing closer to the samba registry.
Günther Deschner
1
-0
/
+8
2008-03-17
registry: untangle assignment and if-clause in init_registry_data().
Michael Adam
1
-1
/
+2
2008-03-17
registry: convert regdb REGISTRY_OPS to named struct initializers.
Michael Adam
1
-9
/
+8
2008-03-17
registry: use talloc instead of malloc and provide common exit point
Michael Adam
1
-13
/
+13
2008-03-17
registry: remove an unused variable from regdb_set_secdesc().
Michael Adam
1
-6
/
+0
2008-03-17
registry: untangle assignments and if statements in regdb_set_secdesc().
Michael Adam
1
-6
/
+7
2008-03-17
registry: use talloc_stackframe instead of hand crafted temporary context.
Michael Adam
1
-5
/
+1
2008-03-17
registry: use talloc instead of malloc for tdb data in regdb_store_values().
Michael Adam
1
-2
/
+1
2008-03-17
registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctx
Michael Adam
1
-14
/
+14
2008-03-17
registry: don't leak to talloc stack in regdb_fetch_keys().
Michael Adam
1
-1
/
+2
2008-03-17
registry: explicitly use talloc context instead of talloc_tos()
Michael Adam
1
-2
/
+2
2008-03-17
registry: don't leak on success path in regdb_store_keys().
Michael Adam
1
-0
/
+1
2008-03-17
registry: allocate tempory data in talloc stack in regdb_store_keys().
Michael Adam
1
-6
/
+4
2008-03-17
registry: separate cancel and failur exit paths in regdb_store_keys().
Michael Adam
1
-19
/
+20
2008-03-17
registry: don't leak memory on transaction fail in regdb_store_keys().
Michael Adam
1
-2
/
+2
2008-03-17
registry: don't leak (to talloc_tos()) in regdb_store_keys().
Michael Adam
1
-1
/
+2
2008-03-17
registry: reformat regdb_store_keys_internal(), killing long lines.
Michael Adam
1
-9
/
+13
2008-03-17
registry: don't leak (to talloc_tos()) in regdb_store_keys_internal().
Michael Adam
1
-1
/
+2
2008-03-17
registry: reformat init_registry_data() some, killing long lines.
Michael Adam
1
-29
/
+39
2008-03-17
registry: explicitly use talloc context instead of talloc_tos()
Michael Adam
1
-10
/
+10
2008-03-17
registry: don't leak (to talloc_tos()) in init_registry_data().
Michael Adam
1
-0
/
+2
2008-03-17
registry: rename tdb_refcount to regdb_refcount after change to dbwrap.
Michael Adam
1
-13
/
+13
2008-03-17
registry: rename tdb_reg to regdb after change to dbwrap.
Michael Adam
1
-27
/
+27
2008-03-17
registry: migrate tdb registry backend to dbwrap.
Michael Adam
1
-49
/
+52
2008-03-01
Fix init_registry_data for subkeyless top-level keys.
Günther Deschner
1
-1
/
+18
2008-02-19
Make regdb_init() behave like regdb_open() when registry is already opened.
Michael Adam
1
-1
/
+4
2008-01-21
Rename reg_db.c to reg_backend_db.c
Michael Adam
1
-0
/
+949
[prev]