Error code for empty passwords.
authorJan Olszak <j.olszak@samsung.com>
Tue, 2 Jul 2013 13:35:52 +0000 (15:35 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 10 Jul 2013 09:35:02 +0000 (11:35 +0200)
[Issue] No error code for empty passwords. Needed in tests.
[Feature] N/A
[Cause] N/A
[Solution] Added error code
[Verification]  Build

Change-Id: Icb1d6aacaf5b346ab2733245d7d328d48a1e03f5

src/include/security-server.h

index 3434b2e..9e53891 100644 (file)
 /*! \brief   indicating password retry timeout is not occurred yet  */
 #define SECURITY_SERVER_API_ERROR_PASSWORD_REUSED -20
 
+/*! \brief   indicating password is empty  */
+#define SECURITY_SERVER_API_ERROR_PASSWORD_EMPTY -21
+
 /*! \brief   indicating the error with unknown reason */
 #define SECURITY_SERVER_API_ERROR_UNKNOWN -255
 /** @}*/