1 More secure memory allocation in glib.
3 If an element has a TARGET attribute, should following elements be inherited
8 orig element1 element2 value
10 attr set target new orig
17 File locking. pwmd will return old data if client1 connects and opens a file,
18 then client2 connects opening the same file, client1 modifies data and saves
19 the file, client2 gets some data that may have been modified by client1. Might
20 be as simple as adding a flag in the file cache to reopen the file or just
21 deny writing until all other clients have exited.