commit | a7df557aa2573a4718c7bbd069268e62bc036753 | [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 | 606824416def47dd79b782fb4037aa180fca8d93 | |
parent | d304ae583d862250a21b5949fc3dbdf3af1febac [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.