summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_hexedit.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-04s3:utils: Fix format errorAndreas Schneider1-1/+1
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner1-2/+2
2014-11-25s3:utils: rename variables in regedit_*.c to fix shadow warningsStefan Metzmacher1-3/+3
2014-10-01regedit: handle del and backspace in hexeditorChris Davis1-9/+63
2014-10-01regedit: grow hexedit buffer as the user typesChris Davis1-23/+45
2014-10-01regedit: don't use subwindows in hexeditChris Davis1-34/+11
2014-10-01regedit: improvements for hexeditChris Davis1-12/+70
2013-04-29regedit: Handle zero-length buffers better with hexedit.C. Davis1-2/+17
2013-04-29regedit: Fix white space and wrap long lines.C. Davis1-5/+11
2013-04-29regedit: Add missing copyright headers to hexedit code.C. Davis1-0/+19
2013-04-29regedit: Initialize hexedit buf with data if available.C. Davis1-1/+5
2013-04-29regedit:hexedit: make sure cursor is updated on physical screen.C. Davis1-1/+3
2013-04-29regedit: Import hex editor.C. Davis1-0/+406