test: Cover all ChangeISDSPassword error cases
[libisds.git] / TODO
blob2e27078f10093536580ef10dfe860fed68a77ecc
1 * Parse system message XML documents describing what has happend
2 * Implement news defined from 2011-06-19 specification:
3     Convenience wrappers for publishing and ceasing government journals
4 * Implement news from 2011-10-16
5     HOTP and TOTP password change
6     NumOfMessages
7 * Test GetMessageAuthor (since 2011-02-05)
8 * Test dmPublishOwnID element to CreateMessage{,Multiple}Message (since
9   2011-02-05)
10 * Provide a mapping from country codes to full English names (to allow
11   binding to Debian ISO 3166 catalogues)
12 * Asynchronous interface
13     Grep for (reentrant|thread) comments
14 * Multithreaded interface
15     Grep for (reentrant|thread) comments
16 * Improve isds_*message() system
17     Allow formatted message appending, preserve deep messages
18 * Make function tests
19     Cover all functions
20     Simulate server?
21 * Test X.509 authentication using hardware engine
22 * Write high level documentation
23     ISDS overview
24     Gather comments from header files
25     Write manual page(s)
26 * I18N
27     Solve UTF-8 vs. locale-encoded logging schism
28 * Find a way how to request for a box creation
29 * Test message is system generated
30 * Make high logic checks optional
31 * Validate XML trees (optional)
32 * Distinguish processing errors by different isds_error values instead of
33   generic IE_ERROR
34     Invalid input from application (IE_INVAL?)
35     Library error on processing application data
36     Library error on processing server data
37     Server error