summaryrefslogtreecommitdiff
path: root/source3/utils/regedit.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25s3:utils: Call gfree_all() before exit in regeditAndreas Schneider1-0/+2
2023-08-23s3:utils: Use lpcfg_set_cmdline() in regeditPavel Kalugin1-1/+4
2021-09-10regedit: don't ignore unknown optionsRalph Boehme1-1/+7
2021-05-28s3:utils: Migrate samba-regedit to new cmdline option parserAndreas Schneider1-6/+28
2020-02-27lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett1-0/+1
2019-08-22s3: free popt context in utilsSwen Schillig1-0/+2
2018-09-07s3:lib: Move popt_common_credentials to separate fileChristof Schmitt1-1/+1
2018-03-01s3:utils: Add FALL_THROUGH statements in regedit.cAndreas Schneider1-1/+2
2016-12-20s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher1-5/+0
2016-11-15s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher1-6/+0
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner1-1/+1
2016-08-24regedit: Fix format-nonliteral warningAmitay Isaacs1-1/+1
2016-03-10s3/utils/regedit.c: typoAurelien Aptel1-1/+1
2015-02-25Fix the developer O3 buildVolker Lendecke1-1/+1
2014-10-01regedit: remove an old commentMichael Adam1-2/+0
2014-10-01regedit: print error msg if opening registry failsChris Davis1-0/+2
2014-10-01regedit: handle pgup/pgdn/home/end keys on listsChris Davis1-0/+28
2014-10-01regedit: find previous itemsChris Davis1-8/+20
2014-10-01regedit: search values and repeat search from cursor positionsChris Davis1-69/+117
2014-10-01regedit: flesh out search dialog and simplify search optsChris Davis1-7/+4
2014-10-01regedit: clear value list after creating new keyChris Davis1-0/+1
2014-10-01regedit: use the right function to reopen a hiveChris Davis1-5/+10
2014-10-01regedit: move cursor to edited value in list and report edit errorsChris Davis1-11/+30
2014-10-01regedit: add a panic handler to restore terminalChris Davis1-0/+8
2014-10-01regedit: make all hives descend from a root nodeChris Davis1-52/+8
2014-10-01regedit: add a refresh command to clear cache and reload current pathChris Davis1-6/+26
2014-10-01regedit: reopen key after editing or removing valuesChris Davis1-0/+3
2014-10-01regedit: reopen parent keys when adding or removing subkeysChris Davis1-0/+5
2014-10-01regedit: set cursor after creating a new keyChris Davis1-0/+4
2014-10-01regedit: set cursor to the parent node when ascendingChris Davis1-2/+3
2014-10-01regedit: include error description in popupsChris Davis1-3/+6
2014-10-01regedit: notify user if there's a failure loading subkeysChris Davis1-4/+11
2014-10-01regedit: make value list display data in multiple columnsChris Davis1-4/+4
2014-10-01regedit: add multicolumn list widgetChris Davis1-15/+13
2014-10-01regedit: add search feature.Chris Davis1-4/+146
2014-10-01regedit: add a color scheme for path and context help sectionsChris Davis1-3/+11
2014-10-01regedit: add borders around key and value lists, and change headingsChris Davis1-18/+7
2014-10-01regedit: add white on blue color schemeChris Davis1-0/+1
2014-10-01regedit: silence some warningsChris Davis1-2/+2
2014-04-02s3:utils: avoid argv related const warningsStefan Metzmacher1-2/+2
2013-04-29regedit: Use color only when available.Andreas Schneider1-1/+8
2013-04-29regedit: Improve the while loop.Andreas Schneider1-8/+7
2013-04-29regedit: Remove talloc leak report.Andreas Schneider1-4/+0
2013-04-29regedit: Add an edit binary command.C. Davis1-3/+10
2013-04-29regedit: Load values on startup.C. Davis1-4/+12
2013-04-29regedit: Add a general help section.C. Davis1-7/+16
2013-04-29regedit: Print help on left side of screen instead of the right.C. Davis1-6/+5
2013-04-29regedit: Add help msgs for key and value sections at bottom of screen.C. Davis1-2/+33
2013-04-29regedit: Prefer copywin() over prefresh() for displaying path.C. Davis1-4/+5
2013-04-29regedit: Cut off the front of the path when screen width is too small.C. Davis1-3/+13