dns: Use new DNS debugclass in DNS server
[kai/samba.git] / source3 / registry / reg_api.c
2012-07-05 Michael Adams3:registry: untangle assignment from check in reg_enum...
2012-07-05 Michael Adams3:registry: untangle assignment from check in reg_enum...
2012-06-26 Gregor Becks3:registry: silence net_deletekey_recursive
2012-04-26 Volker Lendeckes3: Remove an unused variable
2012-04-25 Michael Adams3:registry: replace call to reg_openkey() in reg_creat...
2012-04-25 Michael Adams3:registry: remove a superfluous fill_subkey_cache...
2012-04-25 Michael Adams3:registry: use fill_subkey_cache to check exsistence...
2012-04-25 Michael Adams3:registry: let fill_subkey_cache return WERR_BADFILE...
2012-04-25 Michael Adams3:registry: convert reg_openkey() to use talloc instea...
2012-04-25 Michael Adams3:registry untangle an assignment from the check in...
2012-04-25 Michael Adams3:registry: untangle assignment from check in regkey_o...
2012-04-25 Michael Adams3:registry: wrap reg_deletekey() into a transaction
2012-04-25 Michael Adams3:registry: wrap reg_createkey() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignments from checks in reg_cr...
2012-04-25 Michael Adams3:registry: wrap reg_deletevalue() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignment from check in reg_dele...
2012-04-25 Michael Adams3:registry: fix race in reg_setvalue that could lead...
2012-04-25 Michael Adams3:registry: untangle assignment from check and add...
2012-04-25 Michael Adams3:registry: don't leak the old contents when updating...
2012-04-25 Michael Adams3:registry:reg_api: fix reg_queryvalue to not fail...
2011-08-15 Michael Adams3:registry: enhance debugging of deletekey_recursive
2011-08-08 Gregor Becks3:registry avoid updating keys which are going to...
2011-07-14 Gregor Becks3:registry avoid leaking an old regsubkey_ctr on regsu...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-03-18 Günther Deschners3-registry: remove some unused headers.
2011-02-15 Volker Lendeckes3-amend: Don't overwrite existing values
2011-01-30 Michael Adams3:registry: in deletekey_recursive, fix return code...
2010-09-22 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
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-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
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-auth Change struct nt_user_token -> struct security_...
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-25 Andreas Schneiders3-registry: Convert registry key delimiter from slash...
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-25 Michael Adams3:registry: move reg_objects.h to registry/ and use...
2010-05-25 Michael Adams3:registry: use regval_ctr/blob accessor functions...
2010-05-25 Michael Adams3:registry: extract registry_pull/push_value prototype...
2010-05-25 Michael Adams3:registry: rename reg_util.{c,h} to reg_util_internal...
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: extract the reg_util prototypes into their...
2010-05-25 Michael Adams3:registry: extract the reg_cachehook prototypes into...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-17 Günther Deschners3-registry: only include registry headers when really...
2010-02-07 Volker Lendeckes3: Fix some nonempty blank lines
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_OPS by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_KEY by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGVAL_CTR by struct regva...
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: move all winreg access bits to IDL.
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-17 Michael Adams3:registry: Prevent creation of keys containing the...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-26 Michael Adams3:registry: tighten the subkey loop in reg_deletekey_r...
2009-02-26 Michael Adams3:registry: use delete_reg_subkey() in reg_deletekey()
2009-02-26 Michael Adams3:registry: streamline reg_deletekey() somewhat.
2009-02-26 Michael Adams3:registry: use create_reg_subkey() in reg_createkey().
2009-02-26 Michael Adams3:registry: hash the list of subkeys in the regsubkey_ctr
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_api.c
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-02-26 Michael Adams3:registry: replace typedef "REGSUBKEY_CTR" by "struct...
2009-02-26 Michael Adams3:registry: wrap deletekey_recursive in one big transa...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijRename dos_errstr() to win_errstr() for consistency...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-13 Michael Adamregistry: honour the WERROR that regsubkey_ctr_addkey...
2008-04-12 Michael Adamregistry: remove the REGISTRY_HOOKS layer from the...
2008-03-31 Michael Adamregistry: reg_deletevalue should return error, when...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
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-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-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-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...
next