commit | b2de5bd4dafa0c8a494a654210298d2be8bb04f8 | [log] [tgz] |
---|---|---|
author | Hung-ying Tyan <tyanh@google.com> | Fri Sep 11 18:34:28 2009 +0800 |
committer | Hung-ying Tyan <tyanh@google.com> | Fri Sep 11 19:30:13 2009 +0800 |
tree | bee0f90ddf3b16babca025dd93676509b93aeff6 | |
parent | 63a85fc420537d6bf2b8717d35c578806056b9e7 [diff] |
Add tests and misc fixes on keystore. * Refactor netkeystore.c to make client and server code testable. * Add a client test for setting new passwd and changing passwd. * Exclude "." and ".." from reset_keystore(). * Change ServerCommand.executeCommand() to accept variable length of arguments and add convert() to marshalling the args to bytes. * Keystore.java is revised accordingly.