Age | Commit message (Expand) | Author | Files | Lines |
2009-04-27 | s3:registry: replace typedef REGISTRY_OPS by struct registry_ops | Michael Adam | 1 | -11/+11 |
2009-04-27 | s3:registry replace typedef REGISTRY_HOOK by struct registry_hook. | Michael Adam | 1 | -3/+3 |
2009-01-28 | s3:registry: always provision the registry, not only in smbd. | Michael Adam | 1 | -8/+0 |
2008-04-13 | registry: rename init_registry() to registry_init_full() for consistency. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: change init_registry() to return WERROR instead of bool. | Michael Adam | 1 | -5/+2 |
2008-04-13 | registry: refactor common part of registry initialization out. | Michael Adam | 1 | -10/+1 |
2008-04-13 | registry: change reghook_cache_add() to return WERROR instead of bool | Michael Adam | 1 | -1/+3 |
2008-04-13 | registry: change reghook_cache_init() to return WERROR and use it in the call... | Michael Adam | 1 | -1/+6 |
2008-04-13 | registry: change init_registry_key() and init_registry_data() to return WERR | Michael Adam | 1 | -1/+2 |
2008-04-13 | registry: unify debug output in the registry init functions. | Michael Adam | 1 | -4/+3 |
2008-04-13 | registry: change regdb_init() to return WERROR instead of bool. | Michael Adam | 1 | -2/+4 |
2008-04-13 | registry: remove the REGISTRY_HOOKS layer from the reghook cache. | Michael Adam | 1 | -1/+1 |
2008-03-22 | registry: some whitespace cleanup in init_registry(). | Michael Adam | 1 | -9/+10 |
2008-03-22 | registry: remove unneeded talloc stackframe variable. | Michael Adam | 1 | -2/+0 |
2008-03-22 | registry: close regdb in error path (and use it) in init_registry(). | Michael Adam | 1 | -4/+3 |
2008-03-20 | registry: separate initialization of registry data from regdb_init(). | Michael Adam | 1 | -0/+7 |
2008-01-21 | Extend/fix comments. | Michael Adam | 1 | -0/+103 |