OSDN Git Service

Replace the delimiter whitespace with '\0'.
authorChung-yih Wang <cywang@google.com>
Mon, 7 Sep 2009 19:52:45 +0000 (03:52 +0800)
committerChung-yih Wang <cywang@google.com>
Wed, 9 Sep 2009 07:00:43 +0000 (15:00 +0800)
commit801b73f661cbdf92de94b7e552a190fcbbdc3168
treed67ad7b9bca1e97a7cc4ecbab4c6e680933ab1b6
parent88e625795943dea84b2e7c32f37e71303143b728
Replace the delimiter whitespace with '\0'.

+ Use '\0' as the delimiter.
+ Allow whitespace character for keystore password.

In previous implementation, we use space as the delimiter. That
will stop user from using passphrase with whitespace character.
cmds/keystore/certtool.h
cmds/keystore/keymgmt.c
cmds/keystore/keymgmt.h
cmds/keystore/netkeystore.c
cmds/keystore/tests/netkeystore_test.c
keystore/java/android/security/Keystore.java