autobuild: fixed clone source for build trees
[samba.git] / source3 / registry /
2011-02-02 Günther Deschners3: Remove superfluous ;
2011-01-30 Michael Adams3:registry: in deletekey_recursive, fix return code...
2011-01-27 Michael Adams3:registry: fix comments in regdb_store_regdb_version()
2011-01-21 Christian Ambachs3:registry correct a debug level
2010-12-07 Michael Adams3:registry: improve debug messages about regdb refcoun...
2010-10-28 Volker Lendeckes3: Streamline regdb_normalize_keynames_fn a bit
2010-10-28 Volker Lendeckes3: Fix the registry upgrade code
2010-10-27 Sven NeumannFix bug 7754 - samba uses index(), marked as legacy.
2010-10-22 Jeremy AllisonRevert "Wrap security_token_has_privilege() with a...
2010-10-22 Jeremy AllisonWrap security_token_has_privilege() with a check for...
2010-10-12 Michael Adams3:registry: fix some trailing spaces in reg_backend_db
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-05 Günther Deschners3-reg_parse: fix uninitialized variable in srprs_key().
2010-09-27 Gregor Becks3:registry: proposed aix build fix for reg_parse_internal
2010-09-25 Volker Lendeckes3: Fix some 64-bit warnings
2010-09-25 Volker Lendeckes3: Fix bug 7470
2010-09-23 Michael Adams3:registry: try to fix the build of reg_parse_internal...
2010-09-22 Günther Deschners3-registry: fix some c++ build warnings.
2010-09-22 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
2010-09-22 Gregor Becks3-registry: handle registration entries (.reg) files
2010-09-21 Michael Adams3:registry: move regio.h from include/ to registry/
2010-09-21 Michael Adams3:registry: move the reg_db.h from include/ to registry/
2010-09-21 Michael Adams3:registry: move prototype from reg_init_smbconf.c...
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-09-21 Michael Adams3:registry: move reg_api_regf prototypes to their...
2010-09-21 Michael Adams3:registry: move the reg_api prototypes to their own...
2010-09-21 Michael Adams3:registry:reg_api: update (C)
2010-09-21 Michael Adams3:registry: remove now (finally) obsolete reg_util_reg...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Michael Adams3:registry: move prototypes of unused hilvl functions...
2010-09-20 Michael Adams3:registry: move (commented out) hilvl util functions...
2010-09-20 Michael Adams3:registry: move higher level function reg_open_path...
2010-09-20 Günther Deschners3-registry: move regf based reg_api calls into own...
2010-09-20 Günther Deschners3-registry: add reg_querymultiplevalues to reg_api...
2010-09-11 Andrew Bartletts3-privs Convert from user_has_privileges() -> security...
2010-09-11 Andrew Bartletts3-privs Call security_token_set_privilege() rather...
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-25 Günther Deschners3-dcerpc: only include rpc_dce.h where needed.
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-07-27 Andreas Schneiders3-spoolss: Create winprint print processor key.
2010-07-27 Andreas Schneiders3-registry: Redirect KEY_CONTROL_PRINTERS to KEY_WINNT...
2010-07-27 Andreas Schneiders3-registry: Init all needed registry keys for printing.
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Günther Deschners3-registry: use some prs macros to the only place...
2010-07-15 Simo SorceMove the remnants of rpc_parse code under registry/
2010-07-15 Simo Sorces3-misc: Move smb_io_time() to regfio.c
2010-07-02 Günther Deschners3-registry: remove 2 byte winreg type limitation.
2010-07-02 Günther Deschners3-registry: allow to read NULL entries (that we allow...
2010-07-02 Günther Deschners3-registry: remove unused reg_util_marshalling code.
2010-07-02 Günther Deschners3-registry: avoid using registry_value union.
2010-06-30 Günther Deschners3-registry: fix malloc/talloc mismatch upon free in...
2010-06-30 Günther Deschners3-registry: add reg_querymultiplevalues() to reg_api.
2010-06-28 Günther Deschners3-registry: missed one perflib keyname delimiter.
2010-06-28 Günther Deschners3-registry: fix printing keyname delimiter.
2010-06-28 Günther Deschners3-registry: fix perfmon keyname delimiter.
2010-06-28 Andreas Schneiders3-registry: Fixed keyname delimiter in KEY_CURRENT_VER...
2010-06-25 Michael Adams3:registry: use regdb_store_regdb_version() in regdb_i...
2010-06-25 Michael Adams3:registry: use regdb_store_regdb_version() in regdb_u...
2010-06-25 Michael Adams3:registry: add a function regdb_store_regdb_version()
2010-06-25 Michael Adams3:registry: rename regdb_upgrade_to_version_2() -...
2010-06-25 Michael Adams3:registry: improve logic of upgrade code in regdb_init()
2010-06-25 Michael Adams3:registry: fix some debug messages in regdb_ini()
2010-06-25 Andreas Schneiders3-registry: Convert registry key delimiter from slash...
2010-06-25 Andreas Schneiders3-registry: Added a db upgrade function to normalize...
2010-06-24 Michael Adams3:registry: remove unused function normalize_dbkey()
2010-06-24 Michael Adams3:registry: use normalize_reg_path() in regdb_set_secd...
2010-06-24 Michael Adams3:registry: use normalize_reg_path() in regdb_get_secd...
2010-06-03 Günther Deschners3-build: only include generated spoolss headers (not...
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-25 Michael Adams3:registry: add C for substantial changes to reg_objects
2010-05-25 Michael Adams3:registry:reg_objects: Remove use of uint{8,16,32...
2010-05-25 Michael Adams3:registry: move reg_objects.h to registry/ and use...
2010-05-25 Michael Adams3:registry: hide definition of regval_ctr and regval_b...
2010-05-25 Michael Adams3:registry: use regval_ctr/blob accessor functoin...
2010-05-25 Michael Adams3:registry: user regval_ctr/blob accessor functions...
2010-05-25 Michael Adams3:registry: use regval_ctr/blob accessor functions...
2010-05-25 Michael Adams3:registry:reg_objects: add regval_ctr_set_seqnum()
2010-05-25 Michael Adams3:registry:reg_objects: add regval_ctr_get_seqnum()
2010-05-25 Michael Adams3:registry:reg_objects: add regval_ctr_init()
2010-05-25 Michael Adams3:registry: move definition of registry_hook to reg_in...
2010-05-25 Michael Adams3:registry: extract registry_pull/push_value prototype...
2010-05-25 Michael Adams3:registry: rename lib/util_reg_api.c to registry...
2010-05-25 Michael Adams3:registry: rename reg_util.{c,h} to reg_util_internal...
2010-05-25 Michael Adams3:registry: move prototype registry_create_admin_token...
2010-05-25 Michael Adams3:registry: move registry_create_admin_token() to...
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: extraxt the reg_dispatcher prototypes...
2010-05-25 Michael Adams3:registry: extract the reg_backend_db prototypes...
2010-05-25 Michael Adams3:registry: adapt callers of regval_ctr_addvalue to...
2010-05-25 Michael Adams3:registry: fix regval_ctr_addvalue() to take data...
2010-05-25 Michael Adams3:registry: fix data_p arg of regval_compose to be...
2010-05-25 Michael Adams3:registry: extract the reg_util prototypes into their...
2010-05-25 Michael Adams3:registry: extract the reg_util_legacy prototypes...
2010-05-25 Michael Adams3:registry: extract the reg_cachehook prototypes into...
next