summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api.c
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam2010-09-221-21/+9
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
* s3:registry:reg_api: update (C)Michael Adam2010-09-211-1/+1
* s3:registry: move (commented out) hilvl util functions to reg_api_util.cMichael Adam2010-09-201-98/+0
* s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam2010-09-201-56/+0
* s3-registry: move regf based reg_api calls into own file.Günther Deschner2010-09-201-272/+0
* s3-registry: add reg_querymultiplevalues to reg_api matching table.Günther Deschner2010-09-201-2/+2
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-5/+5
* s3-registry: remove unused reg_util_marshalling code.Günther Deschner2010-07-021-1/+0
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-15/+8
* s3-registry: fix malloc/talloc mismatch upon free in reg_enumvalue().Günther Deschner2010-07-011-1/+1
* s3-registry: add reg_querymultiplevalues() to reg_api.Günther Deschner2010-06-301-0/+50
* s3-registry: Convert registry key delimiter from slash to backslash.Andreas Schneider2010-06-251-10/+0
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
* s3:registry: use regval_ctr/blob accessor functions in reg_api.cMichael Adam2010-05-251-33/+38
* s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam2010-05-251-0/+1
* s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h}Michael Adam2010-05-251-1/+1
* s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-251-2/+2
* s3:registry: extract the reg_util prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-071-4/+4
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-2/+2
* s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2009-04-271-9/+12
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-6/+6
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-14/+14
* s3:registry: Prevent creation of keys containing the '/' character.Michael Adam2009-04-171-0/+10
* s3:registry: tighten the subkey loop in reg_deletekey_recursive()Michael Adam2009-02-261-16/+13
* s3:registry: use delete_reg_subkey() in reg_deletekey()Michael Adam2009-02-261-15/+1
* s3:registry: streamline reg_deletekey() somewhat.Michael Adam2009-02-261-25/+19
* s3:registry: use create_reg_subkey() in reg_createkey().Michael Adam2009-02-261-8/+2
* s3:registry: hash the list of subkeys in the regsubkey_ctrMichael Adam2009-02-261-5/+5
* s3:registry: use regsubkey_ctr_init() in reg_api.cMichael Adam2009-02-261-13/+10
* s3:registry: don't directly access key->subkeys->subkeys[] in reg_api.cMichael Adam2009-02-261-2/+5
* s3:registry: don't directly access key->subkeys->num_subkeys in reg_api.cMichael Adam2009-02-261-5/+5
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-8/+8
* s3:registry: wrap deletekey_recursive in one big transaction.Michael Adam2009-02-261-2/+38
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-131-1/+5
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-8/+8
* registry: reg_deletevalue should return error, when the value does not exist.Michael Adam2008-03-311-0/+18
* Remove (now) unused function make_default_reg_sd().Michael Adam2008-02-181-48/+0
* Grab secdesc for key from registry for reg_savekey()Michael Adam2008-02-181-10/+9
* Reformat copied reg_savekey/reg_restorekey code.Michael Adam2008-02-151-86/+119