smbget: Make global variables static.
[ira/wip.git] / source3 / registry /
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-04 Günther DeschnerFix init_registry_data for subkeyless top-level keys.
2008-03-01 Günther DeschnerFix init_registry_data for subkeyless top-level keys.
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Tim PotterFix double free bugs after calling regfio_close()
2008-02-19 Michael AdamMake regdb_init() behave like regdb_open() when registr...
2008-02-18 Michael AdamRemove (now) unused function make_default_reg_sd().
2008-02-18 Michael AdamGrab secdesc for key from registry for reg_savekey()
2008-02-18 Michael AdamAdd NT Authority\System as group sid to default registr...
2008-02-18 Michael AdamChange construct_registry_sd() to return WERROR instead...
2008-02-18 Michael AdamReformat construct_registry_sd() slightly (stick to...
2008-02-18 Michael AdamUse BUILTIN\administrators as owner of the default...
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Michael AdamReformat copied reg_savekey/reg_restorekey code.
2008-02-15 Michael AdamMove the implementation of _winreg_RestoreKey to reg_api.c
2008-02-15 Michael AdamMove implementation of _winreg_SaveKey() from srv_winre...
2008-02-15 Michael AdamAdapt a comment to current circumstances.
2008-02-15 Michael AdamRename registry_init_regdb() to registry_init_smbconf().
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Volker LendeckeFix Coverity IDs 451, 452
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 AdamRename lib/util_reg_smbconf.c to registry/reg_init_smbc...
2008-01-21 Michael AdamMove reg_frontend_hilvl.c to reg_dispatcher.c
2008-01-21 Michael AdamExtend/fix comments.
2008-01-21 Michael AdamExtract regkey_open_internal() from reg_frontend.c...
2008-01-21 Michael AdamRename reg_db.c to reg_backend_db.c
2008-01-21 Michael AdamRename reg_shares.c to reg_backend_shares.c
2008-01-21 Michael AdamRename reg_smbconf.c to reg_backend_smbconf.c
2008-01-21 Michael AdamRename reg_printing.c to reg_backend_printing.c
2008-01-20 Volker LendeckeFix some "set but never used" warnings
2008-01-20 Michael AdamAdd a debug message to fetch_reg_values().
2008-01-20 Michael AdamAdd some debugging output to reg_cachehook.c
2008-01-20 Michael AdamRemove the dynamic registry overlay.
2008-01-20 Michael AdamAdd a registry backend perflib that replaces the former...
2008-01-20 Michael AdamSome reformatting of current_version_fetch_values().
2008-01-20 Michael AdamAdd a registry backend current_version that replaces...
2008-01-20 Michael AdamUse some consts instead of literal strings for registry...
2008-01-20 Michael AdamSome reformatting in hkpt_params_fetch_values().
2008-01-20 Michael AdamAdd a registry backend hkpt_params that replaces the...
2008-01-20 Michael AdamSome reformatting in tcpip_params_fetch_values().
2008-01-20 Michael AdamAdd a registry backend tcpip_params that replaces the...
2008-01-20 Michael AdamSome reformatting in prod_options_fetch_values().
2008-01-20 Michael AdamAdd a registry backend prod_options that replaces the...
2008-01-20 Michael AdamSome reformatting in netlogon_params_fetch_values().
2008-01-20 Michael AdamRename netlogon_params_fetch_reg_values() to netlogon_p...
2008-01-20 Michael AdamIn reg_backend_netlogon_params, delegate fetch_subkeys...
2008-01-20 Michael AdamFix registering Registry backends in reghook_cache_add().
2008-01-20 Michael AdamUse constant KEY_NETLOGON_PARAMS instead of literal...
2008-01-20 Michael AdamVolker is right: why keep commented out migrated dynami...
2008-01-20 Michael AdamUse c99 struct initializers for REGISTRY_OPS in reg_sha...
2008-01-20 Michael AdamUse c99 struct initializers for REGISTRY_OPS in reg_pri...
2008-01-20 Michael AdamUse c99 struct initializers for REGISTRY_OPS in reg_smb...
2008-01-18 Michael AdamUse C99 structure initializers for netlogon_params_reg_ops.
2008-01-18 Michael AdamAdd a registry backend netlogon_params that replaces...
2008-01-18 Michael AdamFix typo in debug message.
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Michael AdamAdd a reg_getversion() function to reg_api and use...
2008-01-17 Michael AdamAdd my (C) to reg_api.c - Michael
2008-01-17 Michael AdamAdd a comment header comparing winreg.idl and reg_api.c.
2008-01-17 Michael AdamAdd reg_api functions reg_getkeysecurity() and reg_setk...
2008-01-17 Michael AdamComment out unused reg_create_path() and reg_delete_path().
2008-01-17 Michael AdamMove reg_create_path() and reg_delete_path() to reg_api.c
2008-01-17 Michael AdamAdd some sectioning comments to reg_api.c
2008-01-17 Michael AdamMake utility function reg_deletekey_recursive_internal...
2008-01-17 Michael AdamUse the proper boolean constants in reg_frontend_hilvl.c
2008-01-17 Michael AdamReformatting: Strip trailing white spaces from reg_fron...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Michael AdamUse the proper boolean functions.
2008-01-15 Michael AdamRemove some trailing spaces.
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-14 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-14 Michael AdamAdd detection for need of update to the registry db.
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Michael AdamFix a DEBUG statement.
2008-01-04 Michael AdamUse the proper boolean constants.
2008-01-04 Günther DeschnerFix crash bug in regdb_close() when called with no...
2008-01-03 Michael AdamReturn existsing cache_tree if it has already been...
2007-12-31 Michael AdamFix a permissions error in reg_deletekey_recursive().
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-16 Volker LendeckeCut down memory usage of registry initialization
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-11-30 Günther DeschnerFix _reg_perfcount_get_instance_info()
2007-11-28 Jeremy AllisonRemove pstring from srv_spoolss_nt.c. All gone from...
2007-11-27 Günther DeschnerUnless talloc has some new magic there is a ctx missing...
2007-11-27 Jeremy AllisonRemove pstrings from nsswitch/ and registry/
2007-11-09 Jeremy AllisonRemove more fstring/pstring bad useage. Go talloc !
2007-11-05 Günther DeschnerWhen deleting a key from the registry make sure the...
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
next