summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
2018-04-13s4/lib/py-registry: initialize optional parameters for open_* functionsDouglas Bagnall1-2/+6
2018-04-03s4:registry: Fix size type and loopAndreas Schneider1-5/+3
2017-10-18python: Port samba.registry module to Python 3 compatible formLumir Balhar2-18/+29
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison4-10/+22
2016-11-30lib/registry/regf: better initialise nk_blockDouglas Bagnall1-1/+1
2016-09-28lib: Fix CID 1373388 Uninitialized scalar variableVolker Lendecke1-1/+1
2016-09-28lib: Fix CID 1373389 Uninitialized scalar variableVolker Lendecke1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner5-29/+29
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...Günther Deschner4-64/+64
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/lib/registry/Günther Deschner2-3/+3
2016-09-28werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/lib/registry/Günther Deschner11-74/+74
2016-09-26s4-registry: properly initialize registry key to be added via RPCChris Davis1-1/+10
2016-09-26s4-registry: implement set value and delete value for RPCChris Davis1-0/+52
2016-05-13s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam1-2/+7
2016-05-13s4:registry:patchfile: fix O3 error unused result of writeMichael Adam1-4/+5
2016-05-10source4/registry/local: avoid str_list_length() to check first elementDouglas Bagnall1-1/+1
2016-04-25s4:lib:registry: fix 'Conditional jump or move' valgrind error.Noel Power1-1/+1
2016-03-08pyregistry: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-14/+3
2016-03-03regtree: avoid GCC indentation warningDouglas Bagnall1-1/+2
2016-01-13Make libregistry private, for now.Jelmer Vernooij2-15/+2
2016-01-07pyregistry: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett1-1/+1
2015-03-10registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke1-1/+1
2015-03-10registry: Fix CID 241075 Unchecked return valueVolker Lendecke1-1/+2
2015-02-25Fix the developer O3 buildVolker Lendecke2-4/+4
2014-11-25s4:lib/registry: remove unused allow_warnings=TrueStefan Metzmacher1-1/+0
2014-11-25s4:lib/registry: fix compiler warningsStefan Metzmacher1-4/+10
2014-11-25s4:lib/registry: avoid some const warningsStefan Metzmacher3-25/+25
2014-09-08Use correct size for test string, sizeof() was of the pointerAndrew Bartlett1-1/+1
2014-04-02s4:lib/registry: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+1
2013-11-19docs: remove duplicate arguments listing in regdiff manpage.Günther Deschner1-3/+0
2013-11-11registry: Fix Coverity ID 1034918 Wrong sizeof argumentVolker Lendecke1-2/+2
2013-11-11registry: Fix Coverity ID 1034917 Wrong sizeof argumentVolker Lendecke1-2/+3
2013-11-11registry: Fix Coverity ID 1034916 Wrong sizeof argumentVolker Lendecke1-1/+2
2013-08-19registry4: Fix CID 1034911 Dereference before null checkVolker Lendecke1-1/+1
2013-08-19registry4: Fix CID 1034911 Dereference before null checkVolker Lendecke1-1/+1
2013-03-05s4-libregistry: Improve NULL handling of name.Andreas Schneider1-3/+4
2013-03-05s4-libregistry: Fix path check and improve while loops.Andreas Schneider1-6/+6
2013-03-05s4-libregistry: Make sure we don't dereference a NULL pointer.Andreas Schneider1-1/+3
2013-02-28s4:pyregistry: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-22s4-registry: Don't leak file descriptor.Andreas Schneider1-2/+1
2013-02-22s4-registry: Don't leak memory on error.Andreas Schneider1-0/+7
2012-12-21s4-regsitry: Check return value of ldb_msg_add_empty().Andreas Schneider1-1/+7
2012-11-29docs: man regtree: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man regshell: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man regpatch: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man regdiff: Add missing meta data.Karolin Seeger1-0/+3
2012-08-06s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher1-12/+12
2012-07-13s4:registry:regdiff: use existing talloc context for the event contextMichael Adam1-1/+1
2012-07-13s4:registry:regdiff: add TALLOC_CTX * argument to open_backend()Michael Adam1-6/+7
2012-07-13s4:registry: add a TALLOC_CTX argument to reg_open_remote()Michael Adam4-5/+7