-rw-r--r-- | noncore/securityplugins/blueping/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/dummy/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/dummy/dummyplugin.control | 2 | ||||
-rw-r--r-- | noncore/securityplugins/notice/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/notice/notice.control | 2 | ||||
-rw-r--r-- | noncore/securityplugins/pin/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/pin/pin.control | 7 |
7 files changed, 9 insertions, 10 deletions
diff --git a/noncore/securityplugins/blueping/config.in b/noncore/securityplugins/blueping/config.in index ec17c33..9ac5449 100644 --- a/noncore/securityplugins/blueping/config.in +++ b/noncore/securityplugins/blueping/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MULTIAUTH_BLUEPING | 1 | config MULTIAUTH_BLUEPING |
2 | boolean "opie-multiauth-blueping (blueping authentication plugin for opie-multiauth testing)" | 2 | boolean "opie-multiauth-blueping (blueping authentication plugin)" |
3 | default "y" | 3 | default "y" |
4 | depends SECURITY | 4 | depends SECURITY |
diff --git a/noncore/securityplugins/dummy/config.in b/noncore/securityplugins/dummy/config.in index 2053eef..17b0fb8 100644 --- a/noncore/securityplugins/dummy/config.in +++ b/noncore/securityplugins/dummy/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MULTIAUTH_DUMMY | 1 | config MULTIAUTH_DUMMY |
2 | boolean "opie-multiauth-dummy (dummy authentication plugin for opie-multiauth testing)" | 2 | boolean "opie-multiauth-dummy (dummy authentication plugin, for testing purposes)" |
3 | default "y" | 3 | default "y" |
4 | depends SECURITY | 4 | depends SECURITY |
diff --git a/noncore/securityplugins/dummy/dummyplugin.control b/noncore/securityplugins/dummy/dummyplugin.control index 1bd9700..0ab2491 100644 --- a/noncore/securityplugins/dummy/dummyplugin.control +++ b/noncore/securityplugins/dummy/dummyplugin.control | |||
@@ -5,7 +5,7 @@ Section: opie/settings | |||
5 | Maintainer: Clement Seveillac <clement@nist.gov> | 5 | Maintainer: Clement Seveillac <clement@nist.gov> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 0.0.2.3 | 7 | Version: 0.0.2.3 |
8 | Depends: opie-security | 8 | Depends: libopiecore2, opie-security |
9 | Description: Dummy plugin for opie-security authentication. | 9 | Description: Dummy plugin for opie-security authentication. |
10 | This is a very simple authentication plugin (you just have | 10 | This is a very simple authentication plugin (you just have |
11 | to press a button basically), for demonstration purpose. | 11 | to press a button basically), for demonstration purpose. |
diff --git a/noncore/securityplugins/notice/config.in b/noncore/securityplugins/notice/config.in index bfc649e..a3719e2 100644 --- a/noncore/securityplugins/notice/config.in +++ b/noncore/securityplugins/notice/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MULTIAUTH_NOTICE | 1 | config MULTIAUTH_NOTICE |
2 | boolean "opie-multiauth-notice (Notice plugin for opie-multiauth)" | 2 | boolean "opie-multiauth-notice (Notice authentication plugin)" |
3 | default "y" | 3 | default "y" |
4 | depends SECURITY | 4 | depends SECURITY |
diff --git a/noncore/securityplugins/notice/notice.control b/noncore/securityplugins/notice/notice.control index 890e0c9..b9a27c5 100644 --- a/noncore/securityplugins/notice/notice.control +++ b/noncore/securityplugins/notice/notice.control | |||
@@ -7,5 +7,5 @@ Architecture: arm | |||
7 | Version: 0.0.1.6 | 7 | Version: 0.0.1.6 |
8 | Depends: opie-security | 8 | Depends: opie-security |
9 | Description: Notice plugin for opie-security authentication. | 9 | Description: Notice plugin for opie-security authentication. |
10 | It allows you to display, for example, a notice from your legal departement. | 10 | It allows you to display e.g. a notice from your legal departement. |
11 | 11 | ||
diff --git a/noncore/securityplugins/pin/config.in b/noncore/securityplugins/pin/config.in index d255038..2a05993 100644 --- a/noncore/securityplugins/pin/config.in +++ b/noncore/securityplugins/pin/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MULTIAUTH_PIN | 1 | config MULTIAUTH_PIN |
2 | boolean "opie-multiauth-pin (PIN authentication plugin for opie-multiauth)" | 2 | boolean "opie-multiauth-pin (PIN authentication plugin)" |
3 | default "y" | 3 | default "y" |
4 | depends SECURITY | 4 | depends SECURITY |
diff --git a/noncore/securityplugins/pin/pin.control b/noncore/securityplugins/pin/pin.control index 158e20d..3709d08 100644 --- a/noncore/securityplugins/pin/pin.control +++ b/noncore/securityplugins/pin/pin.control | |||
@@ -5,8 +5,7 @@ Section: opie/settings | |||
5 | Maintainer: Clement Seveillac <clement@nist.gov> | 5 | Maintainer: Clement Seveillac <clement@nist.gov> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 0.0.2.6 | 7 | Version: 0.0.2.6 |
8 | Depends: opie-security | 8 | Depends: libopiecore2, opie-security |
9 | Description: PIN plugin for opie-security authentication. | 9 | Description: PIN plugin for opie-security authentication. |
10 | It implements the same kind of widgets as opie-security package, | 10 | Simple PIN-based authentication plugin (replicate the functionality |
11 | but this implementation can be used along with other authentication | 11 | Qtopia has, or Opie used to have, without plugins). |
12 | methods in the Opie Multi-Authentication Framework. | ||