summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-06lib:registry: drop unused argument of reg_open_remote()Dmitry Antipov2-3/+2
2022-10-14s4/lib/registry: Fix use after free with popt 1.19Noel Power1-1/+1
2022-07-15librpc:ndr: Update ndr_print_debug() to the new ndr ABIPavel Filipenský1-2/+1
2022-07-15s4:lib: Fix trailing whitespaces in tools/regshell.cPavel Filipenský1-3/+3
2021-09-10s4/regtree: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regshell: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regpatch: don't ignore unknown optionsRalph Boehme1-0/+7
2021-09-10s4/regdiff: don't ignore unknown optionsRalph Boehme1-0/+5
2021-06-20s4:registry: Migrate regpatch to new cmdline option parserAndreas Schneider1-9/+45
2021-06-20s4:registry: Migrate regtree to new cmdline option parserAndreas Schneider1-13/+44
2021-06-20s4:registry: Migrate regdiff to new cmdline option parserAndreas Schneider1-7/+34
2021-06-20s4:registry: Migrate regshell to new cmdline option parserAndreas Schneider1-20/+58
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer4-5/+5
2018-04-03s4:registry: Fix size type and loopAndreas Schneider1-5/+3
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison4-10/+22
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner1-9/+9
2016-05-13s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam1-2/+7
2016-03-03regtree: avoid GCC indentation warningDouglas Bagnall1-1/+2
2014-11-25s4:lib/registry: avoid some const warningsStefan Metzmacher3-25/+25
2013-02-22s4-registry: Don't leak memory on error.Andreas Schneider1-0/+7
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 Adam2-2/+2
2012-02-08regshell: Fix a counter that can actually be non-zero.Jelmer Vernooij1-1/+1
2012-01-23WERROR type variable being incorrectly checked with a NT_STATUS_IS_XDavid Disseldorp1-1/+1
2010-10-01samba: share readline wrappers among all buildsystems.Günther Deschner1-1/+1
2010-05-28s4:regshell - fix an "asprintf"Matthias Dieter Wallnöfer1-1/+5
2010-05-28s4:regshell - don't use negative exit codesMatthias Dieter Wallnöfer1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij4-10/+6
2010-03-22s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer1-2/+2
2010-03-21s4:regtree - fix counter variables to be "unsigned"Matthias Dieter Wallnöfer1-3/+4
2010-03-21s4:regshell - here we don't need a newline - "ctime" itself provides oneMatthias Dieter Wallnöfer1-1/+1
2010-03-21s4:regshell - don't return an error code if we get a security descriptors errorMatthias Dieter Wallnöfer1-2/+2
2010-03-06s4:libregistry - change counters to be "unsigned"Matthias Dieter Wallnöfer2-8/+8
2010-02-22Spelling fixes for source4/lib/registry.Brad Hards2-3/+3
2009-09-26regshell: Add support for 'cd ..' and cd relative to the root.Wilco Baan Hofman1-8/+73
2009-02-02s4:lib/registry: s/new/nkeyStefan Metzmacher1-3/+3
2009-01-02Changed code to use proper talloc context instead of NULL to control memory l...scudette@gmail.com1-1/+1
2009-01-02Memory leak fixed due to accumulation of open reg keys.scudette@gmail.com1-5/+8
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher5-8/+8
2008-10-24Remove more usages of global_loadparm.Jelmer Vernooij1-1/+1
2008-09-21Revert "Registry tool "regtree": Removing an error message"Matthias Dieter Wallnöfer1-0/+5
2008-09-21Registry tool "regdiff": Add the event context for remote connectionsMatthias Dieter Wallnöfer1-1/+1
2008-09-21Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer1-1/+2
2008-09-21Registry tools "regshell" and "regtree": Small fixup'sMatthias Dieter Wallnöfer2-22/+6
2008-09-21Registry tool "regshell": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-13/+15
2008-09-21Registry tool "regtree": Removing an error messageMatthias Dieter Wallnöfer1-5/+0
2008-09-21Registry tool "regtree": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-12/+18
2008-09-09Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer4-8/+9
2008-09-09Two useful "regshell" improvementsMatthias Dieter Wallnöfer1-8/+6