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
11 orig element1 element2 value
13 attr set target new orig
20 File locking. pwmd will return old data if client1 connects and opens a file,
21 then client2 connects opening the same file, client1 modifies data and saves
22 the file, client2 gets some data that may have been modified by client1. Might
23 be as simple as adding a flag in the file cache to reopen the file or just
24 deny writing until all other clients have exited.