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