summaryrefslogtreecommitdiff
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* python: Port samba.registry module to Python 3 compatible formLumir Balhar2017-10-182-18/+29
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-114-10/+22
* lib/registry/regf: better initialise nk_blockDouglas Bagnall2016-11-301-1/+1
* lib: Fix CID 1373388 Uninitialized scalar variableVolker Lendecke2016-09-281-1/+1
* lib: Fix CID 1373389 Uninitialized scalar variableVolker Lendecke2016-09-281-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner2016-09-285-29/+29
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...Günther Deschner2016-09-284-64/+64
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/lib/registry/Günther Deschner2016-09-282-3/+3
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/lib/registry/Günther Deschner2016-09-2811-74/+74
* s4-registry: properly initialize registry key to be added via RPCChris Davis2016-09-261-1/+10
* s4-registry: implement set value and delete value for RPCChris Davis2016-09-261-0/+52
* s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam2016-05-131-2/+7
* s4:registry:patchfile: fix O3 error unused result of writeMichael Adam2016-05-131-4/+5
* source4/registry/local: avoid str_list_length() to check first elementDouglas Bagnall2016-05-101-1/+1
* s4:lib:registry: fix 'Conditional jump or move' valgrind error.Noel Power2016-04-251-1/+1
* pyregistry: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-14/+3
* regtree: avoid GCC indentation warningDouglas Bagnall2016-03-031-1/+2
* Make libregistry private, for now.Jelmer Vernooij2016-01-132-15/+2
* pyregistry: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett2016-01-071-1/+1
* registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke2015-03-101-1/+1
* registry: Fix CID 241075 Unchecked return valueVolker Lendecke2015-03-101-1/+2
* Fix the developer O3 buildVolker Lendecke2015-02-252-4/+4
* s4:lib/registry: remove unused allow_warnings=TrueStefan Metzmacher2014-11-251-1/+0
* s4:lib/registry: fix compiler warningsStefan Metzmacher2014-11-251-4/+10
* s4:lib/registry: avoid some const warningsStefan Metzmacher2014-11-253-25/+25
* Use correct size for test string, sizeof() was of the pointerAndrew Bartlett2014-09-081-1/+1
* s4:lib/registry: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* docs: remove duplicate arguments listing in regdiff manpage.Günther Deschner2013-11-191-3/+0
* registry: Fix Coverity ID 1034918 Wrong sizeof argumentVolker Lendecke2013-11-111-2/+2
* registry: Fix Coverity ID 1034917 Wrong sizeof argumentVolker Lendecke2013-11-111-2/+3
* registry: Fix Coverity ID 1034916 Wrong sizeof argumentVolker Lendecke2013-11-111-1/+2
* registry4: Fix CID 1034911 Dereference before null checkVolker Lendecke2013-08-191-1/+1
* registry4: Fix CID 1034911 Dereference before null checkVolker Lendecke2013-08-191-1/+1
* s4-libregistry: Improve NULL handling of name.Andreas Schneider2013-03-051-3/+4
* s4-libregistry: Fix path check and improve while loops.Andreas Schneider2013-03-051-6/+6
* s4-libregistry: Make sure we don't dereference a NULL pointer.Andreas Schneider2013-03-051-1/+3
* s4:pyregistry: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* s4-registry: Don't leak file descriptor.Andreas Schneider2013-02-221-2/+1
* s4-registry: Don't leak memory on error.Andreas Schneider2013-02-221-0/+7
* s4-regsitry: Check return value of ldb_msg_add_empty().Andreas Schneider2012-12-211-1/+7
* docs: man regtree: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man regshell: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man regpatch: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man regdiff: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher2012-08-061-12/+12
* s4:registry:regdiff: use existing talloc context for the event contextMichael Adam2012-07-131-1/+1
* s4:registry:regdiff: add TALLOC_CTX * argument to open_backend()Michael Adam2012-07-131-6/+7
* s4:registry: add a TALLOC_CTX argument to reg_open_remote()Michael Adam2012-07-134-5/+7
* s4:registry:testsuite: fix use of non-existent word (existant)Michael Adam2012-06-121-3/+3
* regshell: Fix a counter that can actually be non-zero.Jelmer Vernooij2012-02-081-1/+1