Added the DUMP command which shows the in memory document.
[pwmd.git] / TODO
blob0f83975b9381e5b06aec1d1e27c88f5103803131
1 More secure memory allocation in libxml, libgcrypt and everywhere else. Both
2 of these API's have the ability to specify custom memory allocators.
4 Let the LIST command take an element path as an argument.
6 If an element has a TARGET attribute, should following elements be inherited
7 from the target?:
8     
9     list orig
10     BEGIN ...
11     orig element1 element2 value
12     OK
13     attr set target new orig
14     OK
15     get new element1
16     BEGIN ...
17     new element2 value
18     OK