summaryrefslogtreecommitdiff
path: root/source3/registry/reg_objects.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-25registry3: Align function types to what is returnedVolker Lendecke1-2/+2
2021-04-19registry: Fix a typoVolker Lendecke1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-06-10registry3: Fix a typoVolker Lendecke1-1/+1
2020-05-05registry3: Align a few integer typesVolker Lendecke1-4/+4
2019-09-01Spelling fixes s/emtpy/empty/Mathieu Parent1-1/+1
2018-10-08registry: Fix a typoVolker Lendecke1-1/+1
2017-02-22Correct "existence" typos.Chris Lamb1-2/+2
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/reg...Günther Deschner1-7/+7
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/registry/Günther Deschner1-5/+5
2015-11-06Fix various spelling errorsMathieu Parent1-2/+2
2015-06-23lib: Remove unused functionsVolker Lendecke1-27/+0
2015-02-26registry: Fix an aligment increase warningVolker Lendecke1-1/+1
2012-04-25s3:registry: add a new function regval_ctr_value_byname()Michael Adam1-0/+18
2012-04-25s3:registry: rename regval_ctr_key_exists() to regval_ctr_value_exists()Michael Adam1-1/+1
2012-02-17s3-registry Remove unused dup_registry_value() and free_registry_value()Andrew Bartlett1-54/+0
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-2/+4
2011-10-11s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam1-0/+1
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-07-02s3-registry: remove 2 byte winreg type limitation.Günther Deschner1-3/+3
2010-05-25s3:registry: add C for substantial changes to reg_objectsMichael Adam1-0/+1
2010-05-25s3:registry:reg_objects: Remove use of uint{8,16,32} in favour of C99 typesMichael Adam1-25/+25
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
2010-05-25s3:registry: hide definition of regval_ctr and regval_blob in reg_objects.cMichael Adam1-0/+18
2010-05-25s3:registry:reg_objects: add regval_ctr_set_seqnum()Michael Adam1-0/+11
2010-05-25s3:registry:reg_objects: add regval_ctr_get_seqnum()Michael Adam1-0/+9
2010-05-25s3:registry:reg_objects: add regval_ctr_init()Michael Adam1-0/+17
2010-05-25s3:registry: fix regval_ctr_addvalue() to take data as uint8 *, not char *.Michael Adam1-4/+4
2010-05-25s3:registry: fix data_p arg of regval_compose to be uint8 * instead of char *Michael Adam1-1/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-3/+3
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-04-09s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner1-3/+3
2009-10-01s3-registry: use pull_reg_sz() where appropriate.Günther Deschner1-4/+5
2009-09-30s3-registry: add regval_ctr_addvalue_multi_sz.Günther Deschner1-0/+17
2009-09-30s3-registry: add regval_ctr_addvalue_sz.Günther Deschner1-0/+17
2009-07-15s3:registry: add function regsubkey_ctr_reinit()Michael Adam1-0/+23
2009-07-15s3:registry: don't store differently cased entries for the same keys.Michael Adam1-3/+3
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam1-23/+26
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-10/+10
2009-02-26s3:registry: hash the list of subkeys in the regsubkey_ctrMichael Adam1-21/+102
2009-02-26s3:registry: remove definition of regsubkey_ctr from the surface.Michael Adam1-0/+6
2009-02-26s3:registry: add regsubkey_ctr_get_seqnum() to hide implementationMichael Adam1-0/+9
2009-02-26s3:registry: add regsubkey_ctr_set_seqnum to hide implementation from caller.Michael Adam1-0/+11