Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-18 | s3-registry: remove some unused headers. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-02-07 | s3-perfcount: Create the directory on tdb open. | Andreas Schneider | 1 | -3/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-smbd: Init the svcctl registry keys on service startup. | Andreas Schneider | 1 | -2/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-registry: Remove obsolete reg_eventlog. | Andreas Schneider | 1 | -1/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-smbd: Init the eventlog registry on service startup. | Andreas Schneider | 1 | -1/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-21 | s3:registry: move prototype from reg_init_full.c to its own header. | Michael Adam | 1 | -0/+1 | |
2010-09-21 | s3:registry: move prototypes from reg_init_basic.c to their own header. | Michael Adam | 1 | -0/+1 | |
2010-07-27 | s3-registry: Init all needed registry keys for printing. | Andreas Schneider | 1 | -3/+3 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-05-25 | s3:registry: move definition of registry_hook to reg_init_full.c - it's only ↵ | Michael Adam | 1 | -0/+5 | |
user | |||||
2010-05-25 | s3:registry: extract reg_eventlog prototypes to header of their own | Michael Adam | 1 | -0/+1 | |
and use them only where needed. | |||||
2010-05-25 | s3:registry: extract reg_perfcount prototypes into header of their own. | Michael Adam | 1 | -0/+1 | |
And use them only when necessary. | |||||
2010-05-25 | s3:registry: extract the reg_backend_db prototypes into their own header. | Michael Adam | 1 | -0/+1 | |
And use them only where needed. | |||||
2010-05-25 | s3:registry: extract the reg_cachehook prototypes into their own header. | Michael Adam | 1 | -0/+1 | |
And use them only where necessary. | |||||
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_OPS by struct registry_ops | Michael Adam | 1 | -11/+11 | |
Michael | |||||
2009-04-27 | s3:registry replace typedef REGISTRY_HOOK by struct registry_hook. | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-01-28 | s3:registry: always provision the registry, not only in smbd. | Michael Adam | 1 | -8/+0 | |
This will make tools like "net registry" also fill the registry with the basic hives and keys. Michael | |||||
2008-04-13 | registry: rename init_registry() to registry_init_full() for consistency. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 14d82708d4499b48830d3dd25a0133f00a39d030) | |||||
2008-04-13 | registry: change init_registry() to return WERROR instead of bool. | Michael Adam | 1 | -5/+2 | |
Michael (This used to be commit 0b196095dbbc29c796cb0742fe6e57a421e9596b) | |||||
2008-04-13 | registry: refactor common part of registry initialization out. | Michael Adam | 1 | -10/+1 | |
into a new function registry_init_common(). Michael (This used to be commit 5da52b95ac69e4abfbc44335df2447bec8f16e13) | |||||
2008-04-13 | registry: change reghook_cache_add() to return WERROR instead of bool | Michael Adam | 1 | -1/+3 | |
Michael (This used to be commit e65a999989c97c4c7b0af5093e0e89583691e9a8) | |||||
2008-04-13 | registry: change reghook_cache_init() to return WERROR and use it in the ↵ | Michael Adam | 1 | -1/+6 | |
callers. Michael (This used to be commit 2f4ca62dce50225d67ba8643afba4199e1845c5f) | |||||
2008-04-13 | registry: change init_registry_key() and init_registry_data() to return WERR | Michael Adam | 1 | -1/+2 | |
Michael (This used to be commit e0718f04a7392695eed6cd1bf888d3af1d5d6177) | |||||
2008-04-13 | registry: unify debug output in the registry init functions. | Michael Adam | 1 | -4/+3 | |
Michael (This used to be commit 4fd9b45ffc08e7deeae58be3129832148748af13) | |||||
2008-04-13 | registry: change regdb_init() to return WERROR instead of bool. | Michael Adam | 1 | -2/+4 | |
Michael (This used to be commit c312852abce72bc167abee8b29fc699c4a643ca7) | |||||
2008-04-13 | registry: remove the REGISTRY_HOOKS layer from the reghook cache. | Michael Adam | 1 | -1/+1 | |
There is no need to save the keyname again, we only need to get the REGISTRY_OPS out of the pathtree. Furthermore, this makes life easier, since we can now pass in keynames as temporarily allocated strings. Michael (This used to be commit 2f9ee2f782c77ed99669af5ac2ba40cb0978f0da) | |||||
2008-03-22 | registry: some whitespace cleanup in init_registry(). | Michael Adam | 1 | -9/+10 | |
Michael (This used to be commit f33095e44ba22f4451a5deeffdd4f9ed3f99ed85) | |||||
2008-03-22 | registry: remove unneeded talloc stackframe variable. | Michael Adam | 1 | -2/+0 | |
Michael (This used to be commit 81993db828bf11b13d7ee1f43483968dc6241bcc) | |||||
2008-03-22 | registry: close regdb in error path (and use it) in init_registry(). | Michael Adam | 1 | -4/+3 | |
Michael (This used to be commit 73b325fe7a9d7fd67ac9b99144a3776f5a1a9e15) | |||||
2008-03-20 | registry: separate initialization of registry data from regdb_init(). | Michael Adam | 1 | -0/+7 | |
Leave this to the users (currently registry_init_smbconf() and init_registry()) to initialize as much of preliminary registry data as needed. Michael (This used to be commit 59fdd30c789ccfd5cff356e459f1653b065b985c) | |||||
2008-01-21 | Extend/fix comments. | Michael Adam | 1 | -0/+103 | |
Michael (This used to be commit 4952417fca89f5d797c861cde9fe74050ae02e2f) |