s3-registry: Remove obsolete reg_eventlog.
[samba.git] / source3 / registry / reg_init_full.c
2011-02-07 Andreas Schneiders3-registry: Remove obsolete reg_eventlog.
2011-02-07 Andreas Schneiders3-smbd: Init the eventlog registry on service startup.
2010-09-21 Michael Adams3:registry: move prototype from reg_init_full.c to...
2010-09-21 Michael Adams3:registry: move prototypes from reg_init_basic.c...
2010-07-27 Andreas Schneiders3-registry: Init all needed registry keys for printing.
2010-05-25 Michael Adams3:registry: move definition of registry_hook to reg_in...
2010-05-25 Michael Adams3:registry: extract reg_eventlog prototypes to header...
2010-05-25 Michael Adams3:registry: extract reg_perfcount prototypes into...
2010-05-25 Michael Adams3:registry: extract the reg_backend_db prototypes...
2010-05-25 Michael Adams3:registry: extract the reg_cachehook prototypes into...
2010-05-17 Günther Deschners3-registry: only include registry headers when really...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_OPS by struct...
2009-04-27 Michael Adams3:registry replace typedef REGISTRY_HOOK by struct...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-28 Michael Adams3:registry: always provision the registry, not only...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-13 Michael Adamregistry: rename init_registry() to registry_init_full...
2008-04-13 Michael Adamregistry: change init_registry() to return WERROR inste...
2008-04-13 Michael Adamregistry: refactor common part of registry initializati...
2008-04-13 Michael Adamregistry: change reghook_cache_add() to return WERROR...
2008-04-13 Michael Adamregistry: change reghook_cache_init() to return WERROR...
2008-04-13 Michael Adamregistry: change init_registry_key() and init_registry_...
2008-04-13 Michael Adamregistry: unify debug output in the registry init funct...
2008-04-13 Michael Adamregistry: change regdb_init() to return WERROR instead...
2008-04-12 Michael Adamregistry: remove the REGISTRY_HOOKS layer from the...
2008-03-22 Michael Adamregistry: some whitespace cleanup in init_registry().
2008-03-22 Michael Adamregistry: remove unneeded talloc stackframe variable.
2008-03-22 Michael Adamregistry: close regdb in error path (and use it) in...
2008-03-20 Michael Adamregistry: separate initialization of registry data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-21 Michael AdamExtend/fix comments.