s3:netlookup: make use of cli_credentials_init_anon()
[bbaumbach/samba-autobuild/.git] / source3 / utils / regedit.c
2020-02-27 Andrew Bartlettlib/util/fault.c: Unify printing of the stack trace...
2019-08-22 Swen Schilligs3: free popt context in utils
2018-09-07 Christof Schmitts3:lib: Move popt_common_credentials to separate file
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in regedit.c
2016-12-20 Stefan Metzmachers3:popt_common: let POPT_COMMON_CREDENTIALS imply logfi...
2016-11-15 Stefan Metzmachers3:popt_common: simplify popt_common_credentials handling
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-08-23 Amitay Isaacsregedit: Fix format-nonliteral warning
2016-03-09 Aurelien Aptels3/utils/regedit.c: typo
2015-02-25 Volker LendeckeFix the developer O3 build
2014-10-01 Michael Adamregedit: remove an old comment
2014-10-01 Chris Davisregedit: print error msg if opening registry fails
2014-10-01 Chris Davisregedit: handle pgup/pgdn/home/end keys on lists
2014-10-01 Chris Davisregedit: find previous items
2014-10-01 Chris Davisregedit: search values and repeat search from cursor...
2014-10-01 Chris Davisregedit: flesh out search dialog and simplify search...
2014-10-01 Chris Davisregedit: clear value list after creating new key
2014-10-01 Chris Davisregedit: use the right function to reopen a hive
2014-10-01 Chris Davisregedit: move cursor to edited value in list and report...
2014-10-01 Chris Davisregedit: add a panic handler to restore terminal
2014-10-01 Chris Davisregedit: make all hives descend from a root node
2014-10-01 Chris Davisregedit: add a refresh command to clear cache and reloa...
2014-10-01 Chris Davisregedit: reopen key after editing or removing values
2014-10-01 Chris Davisregedit: reopen parent keys when adding or removing...
2014-10-01 Chris Davisregedit: set cursor after creating a new key
2014-10-01 Chris Davisregedit: set cursor to the parent node when ascending
2014-10-01 Chris Davisregedit: include error description in popups
2014-10-01 Chris Davisregedit: notify user if there's a failure loading subkeys
2014-10-01 Chris Davisregedit: make value list display data in multiple columns
2014-10-01 Chris Davisregedit: add multicolumn list widget
2014-10-01 Chris Davisregedit: add search feature.
2014-10-01 Chris Davisregedit: add a color scheme for path and context help...
2014-10-01 Chris Davisregedit: add borders around key and value lists, and...
2014-10-01 Chris Davisregedit: add white on blue color scheme
2014-10-01 Chris Davisregedit: silence some warnings
2014-04-02 Stefan Metzmachers3:utils: avoid argv related const warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-29 Andreas Schneiderregedit: Use color only when available.
2013-04-29 Andreas Schneiderregedit: Improve the while loop.
2013-04-29 Andreas Schneiderregedit: Remove talloc leak report.
2013-04-29 C. Davisregedit: Add an edit binary command.
2013-04-29 C. Davisregedit: Load values on startup.
2013-04-29 C. Davisregedit: Add a general help section.
2013-04-29 C. Davisregedit: Print help on left side of screen instead...
2013-04-29 C. Davisregedit: Add help msgs for key and value sections at...
2013-04-29 C. Davisregedit: Prefer copywin() over prefresh() for displayin...
2013-04-29 C. Davisregedit: Cut off the front of the path when screen...
2013-04-29 C. Davisregedit: Uese a pad for path label.
2013-04-29 C. Davisregedit: Update dialog position on screen resize.
2013-04-29 C. Davisregedit: Handle term resizes.
2013-04-29 C. Davisregedit: Create subkeys.
2013-04-29 C. Davisregedit: Delete and add keys.
2013-04-29 C. Davisregedit: Simplify notice dialogs, don't overwrite exist...
2013-04-29 C. Davisregedit: Really delete value.
2013-04-29 C. Davisregedit: Add new value type selection dialog.
2013-04-29 C. Davisregedit: Save contents of value editor.
2013-04-29 C. Davisregedit: Some work on dialogs.
2013-04-29 Andreas Schneiderregedit: Don't panic if we can't open the file.
2013-04-29 C. Davisregedit: Introduce dialog windows.
2013-04-29 C. Davisregedit: Take into account that getch() may return...
2013-04-29 C. Davisregedit: Use tab key to switch between key and value...
2013-04-29 C. Davisregedit: Print value summary, fix heap corruption and...
2013-04-29 C. Davisregedit: List values for the selected key.
2013-04-29 C. Davisregedit: Print the registry path.
2013-04-29 C. Davisregedit: Make all hives browsable.
2013-04-29 Michael Adamregedit: load the configuration after processing the...
2013-04-29 C. Davisregedit: Setup a test tree view of HKLM.
2013-04-29 C. Davisregedit: First crack at linking to ncurses.
2013-04-29 C. Davisregedit: Add regedit main source file