diff options
-rw-r--r-- | TODO | 25 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/libpam-modules.postrm | 7 | ||||
-rw-r--r-- | debian/po/bg.po | 23 |
4 files changed, 24 insertions, 38 deletions
@@ -1,25 +0,0 @@ ------------------------------------ - -when calling the helper: call setuid(0) unconditionally? (saves us a -syscall) - -'nullok' is totally redundant in the passwd phase, and I never noticed -this :( - -refactor passverify.c a bit more, helper_log_err() is used in places it -doesn't need to be - -longstanding goofiness (duplication) in the shadow verification code: - - if ((curdays - spent->sp_lstchg > spent->sp_max) - && (curdays - spent->sp_lstchg > spent->sp_inact) - && (curdays - spent->sp_lstchg > spent->sp_max + spent->sp_inact) - - -sepermit README.xml listed as 'entity pamaccess'? -sepermit example is SHIT! - -go over all the XML and fix the English :P - -unix_update should eventually support suid root operation as well, -maybe? diff --git a/debian/changelog b/debian/changelog index 32c01e7d..c086ade3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pam (1.0.1-8) UNRELEASED; urgency=low + + * Updated debconf translations: + - Bulgarian, thanks to Damyan Ivanov <dmn@debian.org> (closes: #518121) + + -- Steve Langasek <vorlon@debian.org> Wed, 04 Mar 2009 11:37:27 -0800 + pam (1.0.1-7) unstable; urgency=low * 027_pam_limits_better_init_allow_explicit_root: diff --git a/debian/libpam-modules.postrm b/debian/libpam-modules.postrm deleted file mode 100644 index 20fdf998..00000000 --- a/debian/libpam-modules.postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "purge" ]; then - rm -f /etc/environment -fi diff --git a/debian/po/bg.po b/debian/po/bg.po index df7c7147..a3e63545 100644 --- a/debian/po/bg.po +++ b/debian/po/bg.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: bg\n" "Report-Msgid-Bugs-To: pam@packages.debian.org\n" "POT-Creation-Date: 2009-02-28 13:06-0800\n" -"PO-Revision-Date: 2009-01-02 00:17+0200\n" +"PO-Revision-Date: 2009-03-04 11:30+0200\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" "MIME-Version: 1.0\n" @@ -80,7 +80,7 @@ msgstr "Ще трябва сами да ги стартирате чрез „/e #. Description #: ../libpam-runtime.templates:1001 msgid "PAM profiles to enable:" -msgstr "" +msgstr "Разрешаване на PAM профили:" #. Type: multiselect #. Description @@ -91,6 +91,10 @@ msgid "" "allowing configuration of additional actions to take when starting user " "sessions." msgstr "" +"Модулите за идентификация (PAM, Pluggable Authentication Modules) управляват " +"идентификацията, оторизацията и промяната на паролите. Те дават и възможност " +"за изпълняване на допълнителни действия при стартиране на нови потребителски " +"сесии." #. Type: multiselect #. Description @@ -100,12 +104,15 @@ msgid "" "adjust the behavior of all PAM-using applications on the system. Please " "indicate which of these behaviors you wish to enable." msgstr "" +"Някои пакети с PAM модули предлагат „профили“, чрез които може да се промени " +"поведението на всички приложения, използващи PAM. Изберете кои от профилите " +"желаете да разрешите." #. Type: error #. Description #: ../libpam-runtime.templates:2001 msgid "Incompatible PAM profiles selected." -msgstr "" +msgstr "Избрани са несъвместими PAM профили." #. Type: error #. Description @@ -113,19 +120,19 @@ msgstr "" #. PAM profile names. #: ../libpam-runtime.templates:2001 msgid "The following PAM profiles cannot be used together:" -msgstr "" +msgstr "Следните PAM профили не могат да се използват едновременно:" #. Type: error #. Description #: ../libpam-runtime.templates:2001 msgid "Please select a different set of modules to enable." -msgstr "" +msgstr "Изберете друга група профили." #. Type: boolean #. Description #: ../libpam-runtime.templates:3001 msgid "Override local changes to /etc/pam.d/common-*?" -msgstr "" +msgstr "Отмяна на локалните промени в /etc/pam.d/common-*?" #. Type: boolean #. Description @@ -137,6 +144,10 @@ msgid "" "decline this option, you will need to manage your system's authentication " "configuration by hand." msgstr "" +"Някои от файловете /etc/pam.d/common-{auth,account,password,session} са " +"променени от администратора. Укажете дали желаете променените файлове да " +"бъдат презаписани и да се използват настройките доставени със системата. Ако " +"откажете ще трябва ръчно да настроите PAM." #. Type: error #. Description |