index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
regedit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the developer O3 build
Volker Lendecke
2015-02-25
1
-1
/
+1
*
regedit: remove an old comment
Michael Adam
2014-10-01
1
-2
/
+0
*
regedit: print error msg if opening registry fails
Chris Davis
2014-10-01
1
-0
/
+2
*
regedit: handle pgup/pgdn/home/end keys on lists
Chris Davis
2014-10-01
1
-0
/
+28
*
regedit: find previous items
Chris Davis
2014-10-01
1
-8
/
+20
*
regedit: search values and repeat search from cursor positions
Chris Davis
2014-10-01
1
-69
/
+117
*
regedit: flesh out search dialog and simplify search opts
Chris Davis
2014-10-01
1
-7
/
+4
*
regedit: clear value list after creating new key
Chris Davis
2014-10-01
1
-0
/
+1
*
regedit: use the right function to reopen a hive
Chris Davis
2014-10-01
1
-5
/
+10
*
regedit: move cursor to edited value in list and report edit errors
Chris Davis
2014-10-01
1
-11
/
+30
*
regedit: add a panic handler to restore terminal
Chris Davis
2014-10-01
1
-0
/
+8
*
regedit: make all hives descend from a root node
Chris Davis
2014-10-01
1
-52
/
+8
*
regedit: add a refresh command to clear cache and reload current path
Chris Davis
2014-10-01
1
-6
/
+26
*
regedit: reopen key after editing or removing values
Chris Davis
2014-10-01
1
-0
/
+3
*
regedit: reopen parent keys when adding or removing subkeys
Chris Davis
2014-10-01
1
-0
/
+5
*
regedit: set cursor after creating a new key
Chris Davis
2014-10-01
1
-0
/
+4
*
regedit: set cursor to the parent node when ascending
Chris Davis
2014-10-01
1
-2
/
+3
*
regedit: include error description in popups
Chris Davis
2014-10-01
1
-3
/
+6
*
regedit: notify user if there's a failure loading subkeys
Chris Davis
2014-10-01
1
-4
/
+11
*
regedit: make value list display data in multiple columns
Chris Davis
2014-10-01
1
-4
/
+4
*
regedit: add multicolumn list widget
Chris Davis
2014-10-01
1
-15
/
+13
*
regedit: add search feature.
Chris Davis
2014-10-01
1
-4
/
+146
*
regedit: add a color scheme for path and context help sections
Chris Davis
2014-10-01
1
-3
/
+11
*
regedit: add borders around key and value lists, and change headings
Chris Davis
2014-10-01
1
-18
/
+7
*
regedit: add white on blue color scheme
Chris Davis
2014-10-01
1
-0
/
+1
*
regedit: silence some warnings
Chris Davis
2014-10-01
1
-2
/
+2
*
s3:utils: avoid argv related const warnings
Stefan Metzmacher
2014-04-02
1
-2
/
+2
*
regedit: Use color only when available.
Andreas Schneider
2013-04-29
1
-1
/
+8
*
regedit: Improve the while loop.
Andreas Schneider
2013-04-29
1
-8
/
+7
*
regedit: Remove talloc leak report.
Andreas Schneider
2013-04-29
1
-4
/
+0
*
regedit: Add an edit binary command.
C. Davis
2013-04-29
1
-3
/
+10
*
regedit: Load values on startup.
C. Davis
2013-04-29
1
-4
/
+12
*
regedit: Add a general help section.
C. Davis
2013-04-29
1
-7
/
+16
*
regedit: Print help on left side of screen instead of the right.
C. Davis
2013-04-29
1
-6
/
+5
*
regedit: Add help msgs for key and value sections at bottom of screen.
C. Davis
2013-04-29
1
-2
/
+33
*
regedit: Prefer copywin() over prefresh() for displaying path.
C. Davis
2013-04-29
1
-4
/
+5
*
regedit: Cut off the front of the path when screen width is too small.
C. Davis
2013-04-29
1
-3
/
+13
*
regedit: Uese a pad for path label.
C. Davis
2013-04-29
1
-10
/
+27
*
regedit: Update dialog position on screen resize.
C. Davis
2013-04-29
1
-21
/
+32
*
regedit: Handle term resizes.
C. Davis
2013-04-29
1
-35
/
+42
*
regedit: Create subkeys.
C. Davis
2013-04-29
1
-32
/
+64
*
regedit: Delete and add keys.
C. Davis
2013-04-29
1
-2
/
+60
*
regedit: Simplify notice dialogs, don't overwrite existing values.
C. Davis
2013-04-29
1
-12
/
+10
*
regedit: Really delete value.
C. Davis
2013-04-29
1
-3
/
+18
*
regedit: Add new value type selection dialog.
C. Davis
2013-04-29
1
-0
/
+9
*
regedit: Save contents of value editor.
C. Davis
2013-04-29
1
-1
/
+3
*
regedit: Some work on dialogs.
C. Davis
2013-04-29
1
-60
/
+29
*
regedit: Don't panic if we can't open the file.
Andreas Schneider
2013-04-29
1
-1
/
+5
*
regedit: Introduce dialog windows.
C. Davis
2013-04-29
1
-73
/
+172
*
regedit: Take into account that getch() may return a '\n' instead of KEY_ENTER.
C. Davis
2013-04-29
1
-0
/
+1
[next]