diff options
Diffstat (limited to 'source4/lib/registry/TODO')
-rw-r--r-- | source4/lib/registry/TODO | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/source4/lib/registry/TODO b/source4/lib/registry/TODO new file mode 100644 index 00000000000..26fb8d217d1 --- /dev/null +++ b/source4/lib/registry/TODO @@ -0,0 +1,27 @@ +- support subtrees +- ../../, /bla/blie support in regshell +- use memory pools? +- get rid of all the nasty memory leaks.. +- security stuff +- finish 'regpatch' +- clean up code +- rpc_server + +reg_backend_dir: + - value support + +reg_backend_nt4: + - write support + +reg_backend_rpc: + - value enum support + - write support + +reg_backend_ldb: + - implement + +reg_backend_wine.c: + - implement + +regpatch.c: + - test/finish |