diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.codecov.yml b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.codecov.yml deleted file mode 100644 index f7f39e1e93d0ca23383d5ed120442f62f5f15ac9..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.codecov.yml +++ /dev/null @@ -1,11 +0,0 @@ -coverage: - status: - project: yes - -comment: - layout: "diff" - behavior: once - require_changes: true - require_base: no - require_head: yes - branches: null diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.php_cs.dist b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.php_cs.dist deleted file mode 100644 index 4453ab123e04029705e32aa27f216a347c84d952..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.php_cs.dist +++ /dev/null @@ -1,17 +0,0 @@ -<?php -$finder = PhpCsFixer\Finder::create() - ->in([ - __DIR__ . '/lib', - __DIR__ . '/libextinc', - __DIR__ . '/tests', - __DIR__ . '/www', - ]) -; -return PhpCsFixer\Config::create() - ->setRules([ - '@PSR2' => true, - '@PSR4' => true, - '@PSR5' => true, - ]) - ->setFinder($finder) -; diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.travis.yml b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.travis.yml deleted file mode 100644 index 3c250287a743959883e40e541e22f26fb1dd8635..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -sudo: required - -language: php - -php: - - 5.6 - - 7.0 - - 7.1 - - 7.2 - - 7.3 - -env: - - SIMPLESAMLPHP_VERSION=1.17.* - -matrix: - allow_failures: - - php: 7.3 - -before_script: - - composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update - - composer update --no-interaction - - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:1.1.9; fi - -script: - - bin/check-syntax.sh - - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi - - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then vendor/bin/psalm; fi - -after_success: - # Codecov, need to edit bash uploader for incorrect TRAVIS_PYTHON_VERSION environment variable matching, at least until codecov/codecov-bash#133 is resolved - - curl -s https://codecov.io/bash > .codecov - - sed -i -e 's/TRAVIS_.*_VERSION/^TRAVIS_.*_VERSION=/' .codecov - - chmod +x .codecov - - if [[ $TRAVIS_PHP_VERSION == "5.6" ]]; then ./.codecov -X gcov; fi -# - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then bash <(curl -s https://codecov.io/bash); fi diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/LICENSE b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/LICENSE deleted file mode 100644 index 0a041280bd00a9d068f503b8ee7ce35214bd24a1..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/bin/check-syntax.sh b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/bin/check-syntax.sh deleted file mode 100755 index d9e8bb70e0bd99c9ff53adf9adf1e03d81625a2c..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/bin/check-syntax.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -PHP='/usr/bin/env php' -RETURN=0 - -# check PHP files -for FILE in `find lib libextinc templates tests www -name "*.php"`; do - $PHP -l $FILE > /dev/null 2>&1 - if [ $? -ne 0 ]; then - echo "Syntax check failed for ${FILE}" - RETURN=`expr ${RETURN} + 1` - fi -done - -exit $RETURN diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/composer.json b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/composer.json deleted file mode 100644 index 7a7c70b37f092c133e4c3c21311515c19df342f2..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/composer.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "simplesamlphp/simplesamlphp-module-authyubikey", - "description": "A module that is able to authenticate against YubiKey", - "type": "simplesamlphp-module", - "keywords": ["simplesamlphp", "authyubikey"], - "license": "LGPL-3.0-or-later", - "authors": [ - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" - } - ], - "config": { - "preferred-install": { - "simplesamlphp/simplesamlphp": "source", - "*": "dist" - } - }, - "extra": { - "ssp-mixedcase-module-name": "authYubikey" - }, - "autoload": { - "psr-4": { - "SimpleSAML\\modules\\yubikey\\": "lib/" - } - }, - "autoload-dev": { - "psr-4": { - "SimpleSAML\\Test\\Utils\\": "vendor/simplesamlphp/simplesamlphp/tests/Utils" - } - }, - "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" - }, - "require-dev": { - "simplesamlphp/simplesamlphp": "^1.17", - "phpunit/phpunit": "~5.7" - }, - "support": { - "issues": "https://github.com/tvdijen/simplesamlphp-module-authyubikey/issues", - "source": "https://github.com/tvdijen/simplesamlphp-module-authyubikey" - } -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/default-disable b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/default-disable deleted file mode 100644 index 3e99dbb6b9da14062ef735231855f54dec4c5c17..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/default-disable +++ /dev/null @@ -1,3 +0,0 @@ -This file indicates that the default state of this module -is disbled. To enable, create a file named enable in the -same directory as this file. diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/dictionaries/yubikey.definition.json b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/dictionaries/yubikey.definition.json deleted file mode 100644 index 51a5b18bb12f2e26751a2154c01166a3e0ef90e1..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/dictionaries/yubikey.definition.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "header": { - "en": "Login with YubiKey" - }, - "intro": { - "en": "Some service requested authentication. To authenticate, click the button on your YubiKey. The field below should then automatically be filled out with a secure one-time-password." - } -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/dictionaries/yubikey.translation.json b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/dictionaries/yubikey.translation.json deleted file mode 100644 index b2ff0632c6b6908ef75c2e70cf654b80dbd0c8c7..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/dictionaries/yubikey.translation.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "header": { - "no": "Login med YubiKey", - "nn": "Logg inn med YubiKey", - "sv": "Logga in med YubiKey", - "es": "Accede utilizando YubiKey", - "de": "Anmelden mit YubiKey", - "nl": "Inloggen met YubiKey", - "sl": "Prijavi se z YubiKey", - "da": "Login med YubiKey", - "hr": "Prijavite se pomo\u0107u YubiKey-a", - "hu": "YubiKey bejelentkez\u00e9s", - "fi": "Kirjaudu Yubikeylla", - "pt": "Entrar com YubiKey", - "pl": "Login z YubiKey", - "eu": "YubiKey erabiliz", - "tr": "YubiKey ile giri\u015f", - "fr": "S'authentifier avec YubiKey", - "it": "Connessione con YubiKey", - "lt": "Jungtis su YubiKey", - "ja": "YubiKey\u3067\u30ed\u30b0\u30a4\u30f3", - "zh-tw": "\u4f7f\u7528 YubiKey \u767b\u5165", - "et": "Logi sisse YubiKey abil", - "he": "\u05db\u05e0\u05e1 \u05e2\u05dd \u05d9\u05d5\u05d1\u05d9\u05e7\u05d9", - "ru": "\u0412\u043e\u0439\u0442\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e YubiKey", - "zh": "\u4f7f\u7528YubiKey\u767b\u5f55", - "ar": "\u0623\u062f\u062e\u0644 \u0645\u0633\u062a\u062e\u062f\u0645\u0627\u064bYubiKey ", - "lv": "Piesl\u0113gties ar YubiKey", - "id": "Login dengan YubiKey", - "sr": "Prijavite se pomo\u0107u YubiKey-a", - "ro": "Login cu YubiKey", - "cs": "P\u0159ihl\u00e1\u0161en\u00ed pomoc\u00ed YubiKey", - "af": "Meld aan met YubiKey", - "el": "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 YubiKey", - "ca": "Inicieu sessió amb YubiKey" - }, - "intro": { - "no": "En tjeneste har bedt om at du autentiserer deg. For \u00e5 autentisere seg, trykk p\u00e5 knappen p\u00e5 din YubiKey. Feltet under vil da bli automatisk utfylt med et sikkert engangspassord.", - "nn": "Ei webteneste har spurt om at du loggar inn. For \u00e5 logga inn, klikk p\u00e5 knappen p\u00e5 din YubiKey. Feltet nedanfor blir automatisk fylt ut med eit sikkert eingongspassord n\u00e5r du trykker p\u00e5 YubiKey.", - "sv": "En tj\u00e4nst vill att du ska logga in. F\u00f6r att logga in tryck p\u00e5 knappen p\u00e5 din YubiKey. F\u00e4ltet nedan ska n\u00e4r du trycker bli ifyllt med ett s\u00e4kert eng\u00e5ngsl\u00f6senord.", - "es": "Un servicio ha solicitado que se autentique. Para autenticarse, haga clic en el bot\u00f3n de su YubiKey. El campo situado debajo deber\u00eda rellenarse autom\u00e1tica con una clave de un \u00fanico uso (OTP) segura", - "de": "Ein Service verlangt nach Ihrer validierung. Bitte dr\u00fccken Sie den Knopf auf Ihrem YubiKey. Ihr sicheres Einmalpasswort wird dann in das vorgesehene Feld geschrieben.", - "nl": "Een dienst vroeg om authenticatie. Om te authenticaren, klik op de knop van je YubiKey. In het veld hieronder zal dan automatisch een veilig eenmalig wachtwoord worden ingevuld.", - "sl": "Nekatere storitve zahtevajo avtentikacijo, ki jo izvedete s klikom na gumb YubiKey. V polju spodaj se bo nato samodejno prikazalo geslo za enkratno uporabo.", - "da": "Nogle services kr\u00e6ver autentificering. For at autentificere klik p\u00e5 knappen p\u00e5 din YubiKey. Feltet herunder skulle nu automatisk blive udfyldt med et sikkert one-time-password.", - "hr": "Neki od servisa je zatra\u017eio da se autentificirate. Da biste se autentificirali pritisnite gumb na va\u0161em YubiKey ure\u0111aju. Nakon toga bi u polje ispod trebala biti automatski upisana jednokratna zaporka.", - "hu": "Egy szolg\u00e1ltat\u00e1s azonos\u00edt\u00e1st k\u00e9rt. K\u00e9rj\u00fck, nyomja meg a gombot a YubiKey-n! Az al\u00e1bbi mez\u0151 automatikusan ki kell, hogy t\u00f6lt\u0151dj\u00f6n egy biztons\u00e1gos egyszerhaszn\u00e1latos jelsz\u00f3val.", - "fi": "Jotkin palvelut vaativat k\u00e4ytt\u00e4j\u00e4tunnistuksen. Paina nappia Yubikeyssasi tunnistautuaksesi. Allaolevaan kentt\u00e4\u00e4 tulee automaattisesti kertak\u00e4ytt\u00f6salasanasi.", - "pt": "Um servi\u00e7o necessita de autentica\u00e7\u00e3o. Para se autenticar, clique no bot\u00e3o da sua YubiKey. O campo em baixo dever\u00e1 ser automaticamente preenchido com uma palavra-passe segura que funcionar\u00e1 apenas uma vez.", - "pl": "Jaki\u015b serwis za\u017c\u0105da\u0142 uwierzytelnienia. W celu uwierzytelnienia naci\u015bnij przycisk na Twoim YubiKey. Nast\u0119pnie poni\u017csze pole powinno zosta\u0107 automatycznie wype\u0142nione bezpiecznym jednorazowym has\u0142em.", - "tr": "Baz\u0131 servisler kimlik do\u011frulama istedi. Kimlik do\u011frulamak i\u00e7in, YubiKey'iniz \u00fczerindeki d\u00fc\u011fmeyi t\u0131klay\u0131n\u0131z. Ondan sonra, g\u00fcvenli bir tek kullan\u0131ml\u0131k \u015fifre a\u015fa\u011f\u0131daki alanda otomatik olarak belirecektir.", - "fr": "Ce service requiert une authentification. Pour vous authentifier, appuyez sur le bouton de votre YubiKey. Le champ ci dessous devrait automatiquement \u00eatre renseign\u00e9 avec un mot de passe \u00e0 usage unique.", - "it": "Un servizio ha richiesto l'autenticazione. Per autenticarsi, premere il pulsante sulla propria YukiKey. Il campo sottostante dovrebbe essere automaticamente riempito con una password usa e getta.", - "lt": "Ka\u017ekuri paslauga reikalauja autenti\u0161kumo patvirtinimo. Nor\u0117dami patvirtinti autenti\u0161kum\u0105, paspauskite mygtuk\u0105 ant savo YubiKey. \u012e \u017eemiau esant\u012f laukel\u012f tur\u0117t\u0173 b\u016bti automati\u0161kai \u012fvestas saugus vienkartinis slapta\u017eodis.", - "ja": "\u5e7e\u3064\u304b\u306e\u30b5\u30fc\u30d3\u30b9\u306f\u8a8d\u8a3c\u3092\u8981\u6c42\u3057\u3066\u3044\u307e\u3059\u3002\u8a8d\u8a3c\u3092\u884c\u3046\u306b\u306fYubiKey\u306e\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4ee5\u4e0b\u306e\u9805\u76ee\u306f\u30bb\u30ad\u30e5\u30a2\u30ef\u30f3\u30bf\u30a4\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u81ea\u52d5\u7684\u306b\u57cb\u3081\u3089\u308c\u307e\u3059\u3002", - "zh-tw": "\u6709\u4e9b\u670d\u52d9\u9700\u8981\u7d93\u904e\u9a57\u8b49\uff0c\u8acb\u9ede\u9078 YubiKey \u6309\u9215\u4f86\u9032\u884c\u9a57\u8b49\u3002\u63a5\u4e0b\u4f86\u7684\u5b57\u4e32\u61c9\u8a72\u8981\u88ab\u81ea\u52d5\u5730\u586b\u5beb\u5165\u52a0\u5bc6\u4e4b\u4e00\u6b21\u6027\u5bc6\u78bc(OTP)\u3002", - "et": "M\u00f5ned teenused n\u00f5uavad autentimist. Autentimiseks kl\u00f5psa YubiKey'l olevat nuppu. Allpool olev v\u00e4li t\u00e4idetakse automaatselt turvalise \u00fchekordse parooliga.", - "he": "\u05e9\u05e8\u05d5\u05ea \u05db\u05dc\u05e9\u05d4\u05d5 \u05d3\u05d5\u05e8\u05e9 \u05d4\u05d6\u05d3\u05d4\u05d5\u05ea. \u05dc\u05d4\u05d6\u05d3\u05d4\u05d5\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05d1\u05d9\u05d5\u05d1\u05d9\u05e7\u05d9 \u05e9\u05dc\u05da. \u05d4\u05e9\u05d3\u05d4 \u05de\u05ea\u05d7\u05ea \u05d9\u05ea\u05de\u05dc\u05d0 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05e2\u05dd \u05e1\u05d9\u05e1\u05de\u05d4 \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05ea \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea.", - "ru": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043b\u0443\u0436\u0431\u044b \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u044e\u0442 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438. \u0414\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c YubiKey. \u0412 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.", - "zh": "\u67d0\u4e9b\u670d\u52a1\u8bf7\u6c42\u8ba4\u8bc1\u3002\u4e3a\u4e86\u8ba4\u8bc1\uff0c\u8bf7\u70b9\u51fb\u4f60\u7684YubiKey\u6309\u94ae\uff0c\u4e0b\u5217\u533a\u57df\u5e94\u8be5\u4f1a\u88ab\u81ea\u52a8\u586b\u5145\u6210\u4e00\u6b21\u6027\u5b89\u5168\u5bc6\u7801", - "ar": "\u0628\u0639\u0636 \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u062a\u062a\u0637\u0644\u0628 \u062a\u0635\u062f\u064a\u0642\u0627\u064b. \u0644\u0644\u062a\u0635\u062f\u064a\u0642 \u0623\u0636\u063a\u0637 \u0627\u0644\u0632\u0631 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u064a YubiKey. \u0645\u0645\u0627 \u0633\u064a\u0624\u062f\u064a \u0644\u0645\u0644\u0621 \u0627\u0644\u062d\u0642\u0644 \u0623\u062f\u0646\u0627\u0647 \u0628\u0643\u0644\u0645\u0629 \u0633\u0631 \u0648\u0627\u062d\u062f\u0629 \u0627\u0645\u0646\u0647 \u0627\u062a\u0648\u0645\u0627\u062a\u064a\u0643\u064a\u0627\u064b", - "lv": "K\u0101ds serviss prasa autentifik\u0101ciju. Klik\u0161\u0137iniet YubiKey pogu. Ievadlauks zem\u0101k autom\u0101tiski tiks aizpild\u012bts ar dro\u0161u vienreiz\u0113ju paroli.", - "id": "Beberapa layanan meminta autentifikasi. Untuk melakukan autentifikasi, klik tombol pada YubiKey Anda. Field dibawah seharusnya secara otomatis akan diisi dengan one-time-password yang aman.", - "sr": "Neki od servisa je zatra\u017eio da se autentifikujete. Da biste se autentifikovali pritisnite dugme na va\u0161em YubiKey ure\u0111aju. Nakon toga bi u polje ispod trebala biti automatski upisana jednokratna lozinka.", - "ro": "Un serviciu a cerut s\u0103 v\u0103 autentifica\u021bi. Pentru autentificare, ap\u0103sa\u021bi butonul de pe YubiKey. C\u00e2mpul de mai jos va fi completat automat cu o parol\u0103 de unic\u0103 folosin\u021b\u0103.", - "cs": "N\u011bkter\u00e1 slu\u017eba si vy\u017e\u00e1dala autentizaci. K p\u0159ihl\u00e1\u0161en\u00ed klikn\u011bte na v\u00e1\u0161 YubiKey. Spodn\u00ed pol\u00ed\u010dko by se pot\u00e9 m\u011blo automaticky vyplnit bezpe\u010dn\u00fdm jednor\u00e1zov\u00fdm heslem.", - "eu": "Zerbitzu batek kautotzeko eskatu du. Kautotzeko, klikatu zure YubiKey botoia. Behean kokatutako eremua automatikoki bete beharko litzateke erabilera bakarreko (OTP) pasahitz seguru batekin", - "af": "Sommige dienste vereis verifikasie. Kliek op jou YubiKey knoppie vir verifikasie. Die onderstaande veld sal dan outomaties gevul word met 'n veilige een-slag-wagwoord.", - "el": "\u0397 \u03c4\u03b1\u03c5\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 YubiKey \u03bc\u03ad\u03c3\u03c9 \u03c4\u03bf\u03c5 \u03bf\u03c0\u03bf\u03af\u03bf\u03c5 \u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03b5\u03b4\u03af\u03bf \u03b8\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03bc\u03b9\u03b1\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2.", - "ca": "Alguns serveis han sol·licitat l’autenticació. Per autenticar, feu clic al botó del vostre YubiKey. El camp següent s’haurà de completar amb una contrasenya segura única." - } -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php deleted file mode 100644 index b6e7896715bcbe39cf21161d33ab01e6f1f28875..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php +++ /dev/null @@ -1,81 +0,0 @@ -<?php - -namespace SimpleSAML\Module\authYubiKey\Auth\Process; - -/* - * Copyright (C) 2009 Simon Josefsson <simon@yubico.com>. - * - * This file is part of SimpleSAMLphp - * - * SimpleSAMLphp is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 3 of - * the License, or (at your option) any later version. - * - * SimpleSAMLphp is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License License along with GNU SASL Library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - * - */ - -/** - * A processing filter to replace the 'otp' attribute with an attribute - * 'yubiPrefix' that contains the static YubiKey prefix. - * - * Before: - * otp=ekhgjhbctrgnubeeklijcibbgjnbtjlffdnjbhjluvur - * - * After: - * otp undefined - * yubiPrefix=ekhgjhbctrgn - * - * You use it by adding it as an authentication filter in config.php: - * - * 'authproc.idp' => array( - * ... - * 90 => 'authYubiKey:OTP2YubiPrefix', - * ... - * ); - * - */ - -class OTP2YubiPrefix extends \SimpleSAML\Auth\ProcessingFilter -{ - /** - * Filter out YubiKey 'otp' attribute and replace it with - * a 'yubiPrefix' attribute that leaves out the dynamic part. - * - * @param array &$state The state we should update. - * @return void - */ - public function process(&$state) - { - assert(is_array($state)); - assert(array_key_exists('Attributes', $state)); - $attributes = $state['Attributes']; - - \SimpleSAML\Logger::debug('OTP2YubiPrefix: enter with attributes: '.implode(',', array_keys($attributes))); - - $otps = $attributes['otp']; - $otp = $otps['0']; - - $token_size = 32; - $identity = substr($otp, 0, strlen($otp) - $token_size); - - $attributes['yubiPrefix'] = [$identity]; - - \SimpleSAML\Logger::info( - 'OTP2YubiPrefix: otp: '.$otp.' identity: '.$identity.' (otp keys: '.implode(',', array_keys($otps)).')' - ); - - unset($attributes['otp']); - - \SimpleSAML\Logger::debug('OTP2YubiPrefix: leaving with attributes: '.implode(',', array_keys($attributes))); - } -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/lib/Auth/Source/YubiKey.php b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/lib/Auth/Source/YubiKey.php deleted file mode 100644 index 5596ecbd60c258a03ceb4f117abfc061ffdfd6d2..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/lib/Auth/Source/YubiKey.php +++ /dev/null @@ -1,224 +0,0 @@ -<?php - -namespace SimpleSAML\Module\authYubiKey\Auth\Source; - -/* - * Copyright (C) 2009 Andreas Åkre Solberg <andreas.solberg@uninett.no> - * Copyright (C) 2009 Simon Josefsson <simon@yubico.com>. - * - * This file is part of SimpleSAMLphp - * - * SimpleSAMLphp is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 3 of - * the License, or (at your option) any later version. - * - * SimpleSAMLphp is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License License along with GNU SASL Library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - * - */ - -/** - * YubiKey authentication module, see http://www.yubico.com/developers/intro/ - * - * Configure it by adding an entry to config/authsources.php such as this: - * - * 'yubikey' => array( - * 'authYubiKey:YubiKey', - * 'id' => 997, - * 'key' => 'b64hmackey', - * ), - * - * To generate your own client id/key you will need one YubiKey, and then - * go to http://yubico.com/developers/api/ - * - * @package SimpleSAMLphp - */ - -class YubiKey extends \SimpleSAML\Auth\Source -{ - /** - * The string used to identify our states. - */ - const STAGEID = '\SimpleSAML\Module\authYubiKey\Auth\Source\YubiKey.state'; - - /** - * The number of characters of the OTP that is the secure token. - * The rest is the user id. - */ - const TOKENSIZE = 32; - - /** - * The key of the AuthId field in the state. - */ - const AUTHID = '\SimpleSAML\Module\authYubiKey\Auth\Source\YubiKey.AuthId'; - - /** - * The client id/key for use with the Auth_Yubico PHP module. - * @var string - */ - private $yubi_id; - - /** @var string */ - private $yubi_key; - - - /** - * Constructor for this authentication source. - * - * @param array $info Information about this authentication source. - * @param array $config Configuration. - */ - public function __construct($info, $config) - { - assert(is_array($info)); - assert(is_array($config)); - - // Call the parent constructor first, as required by the interface - parent::__construct($info, $config); - - if (array_key_exists('id', $config)) { - $this->yubi_id = $config['id']; - } - - if (array_key_exists('key', $config)) { - $this->yubi_key = $config['key']; - } - } - - - /** - * Initialize login. - * - * This function saves the information about the login, and redirects to a - * login page. - * - * @param array &$state Information about the current authentication. - * @return void - */ - public function authenticate(&$state) - { - assert(is_array($state)); - - // We are going to need the authId in order to retrieve this authentication source later - $state[self::AUTHID] = $this->authId; - - $id = \SimpleSAML\Auth\State::saveState($state, self::STAGEID); - $url = \SimpleSAML\Module::getModuleURL('authYubiKey/yubikeylogin.php'); - \SimpleSAML\Utils\HTTP::redirectTrustedURL($url, ['AuthState' => $id]); - } - - - /** - * Handle login request. - * - * This function is used by the login form (core/www/loginuserpass.php) when the user - * enters a username and password. On success, it will not return. On wrong - * username/password failure, it will return the error code. Other failures will throw an - * exception. - * - * @param string $authStateId The identifier of the authentication state. - * @param string $otp The one time password entered- - * @return string|null Error code in the case of an error. - */ - public static function handleLogin($authStateId, $otp) - { - assert(is_string($authStateId)); - assert(is_string($otp)); - - /* Retrieve the authentication state. */ - $state = \SimpleSAML\Auth\State::loadState($authStateId, self::STAGEID); - if (is_null($state)) { - throw new \SimpleSAML\Error\NoState(); - } - - /* Find authentication source. */ - assert(array_key_exists(self::AUTHID, $state)); - - /** @var \SimpleSAML\Module\authYubiKey\Auth\Source\YubiKey $source */ - $source = \SimpleSAML\Auth\Source::getById($state[self::AUTHID]); - if ($source === null) { - throw new \Exception('Could not find authentication source with id '.$state[self::AUTHID]); - } - - try { - /* Attempt to log in. */ - $attributes = $source->login($otp); - } catch (\SimpleSAML\Error\Error $e) { - /* An error occurred during login. Check if it is because of the wrong - * username/password - if it is, we pass that error up to the login form, - * if not, we let the generic error handler deal with it. - */ - if ($e->getErrorCode() === 'WRONGUSERPASS') { - return 'WRONGUSERPASS'; - } - - /* Some other error occurred. Rethrow exception and let the generic error - * handler deal with it. - */ - throw $e; - } - - $state['Attributes'] = $attributes; - \SimpleSAML\Auth\Source::completeAuth($state); - - return null; - } - - - /** - * Return the user id part of a one time passord - * - * @param string $otp - * @return string - */ - public static function getYubiKeyPrefix($otp) - { - $uid = substr($otp, 0, strlen($otp) - self::TOKENSIZE); - return $uid; - } - - - /** - * Attempt to log in using the given username and password. - * - * On a successful login, this function should return the users attributes. On failure, - * it should throw an exception. If the error was caused by the user entering the wrong - * username or password, a \SimpleSAML\Error\Error('WRONGUSERPASS') should be thrown. - * - * Note that both the username and the password are UTF-8 encoded. - * - * @param string $otp - * @return array Associative array with the users attributes. - */ - protected function login($otp) - { - assert(is_string($otp)); - - require_once dirname(dirname(dirname(dirname(__FILE__)))).'/libextinc/Yubico.php'; - - try { - $yubi = new \Auth_Yubico($this->yubi_id, $this->yubi_key); - $yubi->verify($otp); - $uid = self::getYubiKeyPrefix($otp); - $attributes = ['uid' => [$uid]]; - } catch (\Exception $e) { - \SimpleSAML\Logger::info( - 'YubiKey:'.$this->authId.': Validation error (otp '.$otp.'), debug output: '.$yubi->getLastResponse() - ); - throw new \SimpleSAML\Error\Error('WRONGUSERPASS', $e); - } - - \SimpleSAML\Logger::info( - 'YubiKey:'.$this->authId.': YubiKey otp '.$otp.' validated successfully: '.$yubi->getLastResponse() - ); - return $attributes; - } -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/libextinc/Yubico.php b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/libextinc/Yubico.php deleted file mode 100644 index d222f6b67e07a18c6b045a26cef2c7623fead10d..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/libextinc/Yubico.php +++ /dev/null @@ -1,163 +0,0 @@ -<?php -/** - * Class for verifying Yubico One-Time-Passcodes - * - * LICENSE: - * - * Copyright (c) 2007, 2008 Simon Josefsson. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * o Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * o Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * o The names of the authors may not be used to endorse or promote - * products derived from this software without specific prior written - * permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * @category Auth - * @package Auth_Yubico - * @author Simon Josefsson <simon@yubico.com> - * @copyright 2008 Simon Josefsson - * @license http://opensource.org/licenses/bsd-license.php New BSD License - * @version CVS: $Id: Yubico.php,v 1.7 2007-10-22 12:56:14 jas Exp $ - * @link http://yubico.com/ - */ - -/** - * Class for verifying Yubico One-Time-Passcodes - * - * Simple example: - * <code> - * require_once 'Auth/Yubico.php'; - * $yubi = &new Auth_Yubico('42'); - * $auth = $yubi->verify("ccbbddeertkrctjkkcglfndnlihhnvekchkcctif"); - * if (PEAR::isError($auth)) { - * print "<p>Authentication failed: " . $auth->getMessage(); - * print "<p>Debug output from server: " . $yubi->getLastResponse(); - * } else { - * print "<p>You are authenticated!"; - * } - * </code> - */ -class Auth_Yubico -{ - /**#@+ - * @access private - */ - - /** - * Yubico client ID - * @var string - */ - private $id; - - /** - * Yubico client key - * @var string - */ - private $key; - - /** - * Response from server - * @var string - */ - private $response; - - /** - * Constructor - * - * Sets up the object - * @param string $id The client identity - * @param string $key The client MAC key (optional) - * @access public - */ - public function __construct($id, $key = '') - { - $this->id = $id; - $this->key = base64_decode($key); - } - - /** - * Return the last data received from the server, if any. - * - * @return string Output from server. - * @access public - */ - public function getLastResponse() - { - return $this->response; - } - - // TODO? Add functions to get parsed parts of server response? - - /** - * Verify Yubico OTP - * - * @param string $token Yubico OTP - * @return mixed PEAR error on error, true otherwise - * @access public - */ - public function verify($token) - { - $parameters = "id=".$this->id."&otp=".$token; - // Generate signature - if ($this->key <> "") { - $signature = base64_encode(hash_hmac('sha1', $parameters, $this->key, true)); - $parameters .= '&h='.$signature; - } - // Support https - $url = "https://api.yubico.com/wsapi/verify?".$parameters; - - /** @var string $responseMsg */ - $responseMsg = \SimpleSAML\Utils\HTTP::fetch($url); - - $out = []; - if (preg_match("/status=([a-zA-Z0-9_]+)/", $responseMsg, $out) !== 1) { - throw new Exception('Could not parse response'); - } - - $status = $out[1]; - - // Verify signature - if ($this->key <> "") { - $rows = explode("\r\n", $responseMsg); - $response = []; - foreach ($rows as $val) { - // = is also used in BASE64 encoding so we only replace the first = by # which is not used in BASE64 - $val = preg_replace('/=/', '#', $val, 1); - $row = explode("#", $val); - $response[$row[0]] = (isset($row[1])) ? $row[1] : ""; - } - - $check = 'status='.$response['status'].'&t='.$response['t']; - $checksignature = base64_encode(hash_hmac('sha1', $check, $this->key, true)); - - if ($response['h'] != $checksignature) { - throw new Exception('Checked Signature failed'); - } - } - - if ($status != 'OK') { - throw new Exception('Status was not OK: '.$status); - } - - return true; - } -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/af/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/af/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 60787645a8b218f70329db48484b18d2f3e9b0be..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/af/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: af\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Sommige dienste vereis verifikasie. Kliek op jou YubiKey knoppie vir " -"verifikasie. Die onderstaande veld sal dan outomaties gevul word met 'n " -"veilige een-slag-wagwoord." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Meld aan met YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Sommige dienste vereis verifikasie. Kliek op jou YubiKey knoppie vir " -"verifikasie. Die onderstaande veld sal dan outomaties gevul word met 'n " -"veilige een-slag-wagwoord." - -msgid "Login with YubiKey" -msgstr "Meld aan met YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ar/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ar/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index c1bfe69034f0c6be7797b81ec11aa9a7180a86a8..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ar/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,37 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ar\n" -"Language-Team: \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n>=3 " -"&& n<=10 ? 3 : n>=11 && n<=99 ? 4 : 5)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"بعض الخدمات تتطلب تصديقاً. للتصديق أضغط الزر الموجود علي YubiKey. مما " -"سيؤدي لملء الحقل أدناه بكلمة سر واحدة امنه اتوماتيكياً" - -msgid "{authYubiKey:yubikey:header}" -msgstr "أدخل مستخدماًYubiKey " - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"بعض الخدمات تتطلب تصديقاً. للتصديق أضغط الزر الموجود علي YubiKey. مما " -"سيؤدي لملء الحقل أدناه بكلمة سر واحدة امنه اتوماتيكياً" - -msgid "Login with YubiKey" -msgstr "أدخل مستخدماًYubiKey " - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/cs/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/cs/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 0218ae84a8bf293261676816596d377fbcd2d1f9..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/cs/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,39 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: cs\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Některá služba si vyžádala autentizaci. K přihlášení klikněte na váš " -"YubiKey. Spodní políčko by se poté mělo automaticky vyplnit bezpečným " -"jednorázovým heslem." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Přihlášení pomocí YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Některá služba si vyžádala autentizaci. K přihlášení klikněte na váš " -"YubiKey. Spodní políčko by se poté mělo automaticky vyplnit bezpečným " -"jednorázovým heslem." - -msgid "Login with YubiKey" -msgstr "Přihlášení pomocí YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/da/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/da/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 27037697d0f9da3d602731926b64dfb9754e384b..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/da/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: da\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Nogle services kræver autentificering. For at autentificere klik på " -"knappen på din YubiKey. Feltet herunder skulle nu automatisk blive " -"udfyldt med et sikkert one-time-password." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Login med YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Nogle services kræver autentificering. For at autentificere klik på " -"knappen på din YubiKey. Feltet herunder skulle nu automatisk blive " -"udfyldt med et sikkert one-time-password." - -msgid "Login with YubiKey" -msgstr "Login med YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/de/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/de/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 10eb6ae3b763b45e6e4b4398fb12d74d75109625..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/de/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: de\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Ein Service verlangt nach Ihrer validierung. Bitte drücken Sie den Knopf " -"auf Ihrem YubiKey. Ihr sicheres Einmalpasswort wird dann in das " -"vorgesehene Feld geschrieben." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Anmelden mit YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Ein Service verlangt nach Ihrer validierung. Bitte drücken Sie den Knopf " -"auf Ihrem YubiKey. Ihr sicheres Einmalpasswort wird dann in das " -"vorgesehene Feld geschrieben." - -msgid "Login with YubiKey" -msgstr "Anmelden mit YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/el/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/el/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index b27df0925e1da07b347e05bbe63ae864d1ff59d0..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/el/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,36 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: el\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Η ταυτοποίησή σας απαιτεί τη χρήση YubiKey μέσω του οποίου το παρακάτω " -"πεδίο θα συμπληρωθεί αυτόματα με έναν ασφαλή κωδικό μιας χρήσης." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Είσοδος με YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Η ταυτοποίησή σας απαιτεί τη χρήση YubiKey μέσω του οποίου το παρακάτω " -"πεδίο θα συμπληρωθεί αυτόματα με έναν ασφαλή κωδικό μιας χρήσης." - -msgid "Login with YubiKey" -msgstr "Είσοδος με YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/en/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/en/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 2f9018e8784c19ef8592632bb7b85e423dc611cc..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/en/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: en\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Login with YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." - -msgid "Login with YubiKey" -msgstr "Login with YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/es/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/es/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 8cb4aad5d058a639960caef005eaae535c2c1003..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/es/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: es\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Un servicio ha solicitado que se autentique. Para autenticarse, haga clic" -" en el botón de su YubiKey. El campo situado debajo debería rellenarse " -"automática con una clave de un único uso (OTP) segura" - -msgid "{authYubiKey:yubikey:header}" -msgstr "Accede utilizando YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Un servicio ha solicitado que se autentique. Para autenticarse, haga clic" -" en el botón de su YubiKey. El campo situado debajo debería rellenarse " -"automática con una clave de un único uso (OTP) segura" - -msgid "Login with YubiKey" -msgstr "Accede utilizando YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/et/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/et/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 458e0be68f167f652bb222113138a5636949be86..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/et/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: et\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Mõned teenused nõuavad autentimist. Autentimiseks klõpsa YubiKey'l olevat" -" nuppu. Allpool olev väli täidetakse automaatselt turvalise ühekordse " -"parooliga." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Logi sisse YubiKey abil" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Mõned teenused nõuavad autentimist. Autentimiseks klõpsa YubiKey'l olevat" -" nuppu. Allpool olev väli täidetakse automaatselt turvalise ühekordse " -"parooliga." - -msgid "Login with YubiKey" -msgstr "Logi sisse YubiKey abil" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/eu/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/eu/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 7c4dab74ef48a17bf1b0e29ea48d45c0ea7f3aba..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/eu/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: eu\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Zerbitzu batek kautotzeko eskatu du. Kautotzeko, klikatu zure YubiKey " -"botoia. Behean kokatutako eremua automatikoki bete beharko litzateke " -"erabilera bakarreko (OTP) pasahitz seguru batekin" - -msgid "{authYubiKey:yubikey:header}" -msgstr "YubiKey erabiliz" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Zerbitzu batek kautotzeko eskatu du. Kautotzeko, klikatu zure YubiKey " -"botoia. Behean kokatutako eremua automatikoki bete beharko litzateke " -"erabilera bakarreko (OTP) pasahitz seguru batekin" - -msgid "Login with YubiKey" -msgstr "YubiKey erabiliz" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/fi/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/fi/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 4046c0177c0c860045bf47aeb70fe022a2b7784a..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/fi/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: fi\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Jotkin palvelut vaativat käyttäjätunnistuksen. Paina nappia Yubikeyssasi " -"tunnistautuaksesi. Allaolevaan kenttää tulee automaattisesti " -"kertakäyttösalasanasi." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Kirjaudu Yubikeylla" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Jotkin palvelut vaativat käyttäjätunnistuksen. Paina nappia Yubikeyssasi " -"tunnistautuaksesi. Allaolevaan kenttää tulee automaattisesti " -"kertakäyttösalasanasi." - -msgid "Login with YubiKey" -msgstr "Kirjaudu Yubikeylla" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/fr/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/fr/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index b5eb2f7894cf7c7a7dc7f61b55472c45d5139c9e..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/fr/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: fr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Ce service requiert une authentification. Pour vous authentifier, appuyez" -" sur le bouton de votre YubiKey. Le champ ci dessous devrait " -"automatiquement être renseigné avec un mot de passe à usage unique." - -msgid "{authYubiKey:yubikey:header}" -msgstr "S'authentifier avec YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Ce service requiert une authentification. Pour vous authentifier, appuyez" -" sur le bouton de votre YubiKey. Le champ ci dessous devrait " -"automatiquement être renseigné avec un mot de passe à usage unique." - -msgid "Login with YubiKey" -msgstr "S'authentifier avec YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/he/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/he/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 9b5f30d2907ccaf8bf9256dd94613313a0227b60..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/he/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,36 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: he\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"שרות כלשהו דורש הזדהות. להזדהות, לחץ על הכפתור ביוביקי שלך. השדה מתחת " -"יתמלא באופן אוטומטי עם סיסמה חד פעמית מאובטחת." - -msgid "{authYubiKey:yubikey:header}" -msgstr "כנס עם יוביקי" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"שרות כלשהו דורש הזדהות. להזדהות, לחץ על הכפתור ביוביקי שלך. השדה מתחת " -"יתמלא באופן אוטומטי עם סיסמה חד פעמית מאובטחת." - -msgid "Login with YubiKey" -msgstr "כנס עם יוביקי" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/hr/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/hr/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 0e91466d9bbed5e64d8748df13e1cac47a3c4cd1..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/hr/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,39 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: hr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Neki od servisa je zatražio da se autentificirate. Da biste se " -"autentificirali pritisnite gumb na vašem YubiKey uređaju. Nakon toga bi u" -" polje ispod trebala biti automatski upisana jednokratna zaporka." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Prijavite se pomoću YubiKey-a" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Neki od servisa je zatražio da se autentificirate. Da biste se " -"autentificirali pritisnite gumb na vašem YubiKey uređaju. Nakon toga bi u" -" polje ispod trebala biti automatski upisana jednokratna zaporka." - -msgid "Login with YubiKey" -msgstr "Prijavite se pomoću YubiKey-a" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/hu/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/hu/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 7aec6a74d12bfe13a6e0545fecabfabef019deee..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/hu/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: hu\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Egy szolgáltatás azonosítást kért. Kérjük, nyomja meg a gombot a " -"YubiKey-n! Az alábbi mező automatikusan ki kell, hogy töltődjön egy " -"biztonságos egyszerhasználatos jelszóval." - -msgid "{authYubiKey:yubikey:header}" -msgstr "YubiKey bejelentkezés" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Egy szolgáltatás azonosítást kért. Kérjük, nyomja meg a gombot a " -"YubiKey-n! Az alábbi mező automatikusan ki kell, hogy töltődjön egy " -"biztonságos egyszerhasználatos jelszóval." - -msgid "Login with YubiKey" -msgstr "YubiKey bejelentkezés" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/id/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/id/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 3727cbbc94d6a4e24b66432141d53f24872f1853..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/id/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: id\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Beberapa layanan meminta autentifikasi. Untuk melakukan autentifikasi, " -"klik tombol pada YubiKey Anda. Field dibawah seharusnya secara otomatis " -"akan diisi dengan one-time-password yang aman." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Login dengan YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Beberapa layanan meminta autentifikasi. Untuk melakukan autentifikasi, " -"klik tombol pada YubiKey Anda. Field dibawah seharusnya secara otomatis " -"akan diisi dengan one-time-password yang aman." - -msgid "Login with YubiKey" -msgstr "Login dengan YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/it/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/it/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 5aab4a8e21c13c744ab75a20f73775561f450df2..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/it/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: it\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Un servizio ha richiesto l'autenticazione. Per autenticarsi, premere il " -"pulsante sulla propria YukiKey. Il campo sottostante dovrebbe essere " -"automaticamente riempito con una password usa e getta." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Connessione con YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Un servizio ha richiesto l'autenticazione. Per autenticarsi, premere il " -"pulsante sulla propria YukiKey. Il campo sottostante dovrebbe essere " -"automaticamente riempito con una password usa e getta." - -msgid "Login with YubiKey" -msgstr "Connessione con YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ja/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ja/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 9c170959598d8e8d41391ea8573c956715b64a5b..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ja/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,32 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ja\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "幾つかのサービスは認証を要求しています。認証を行うにはYubiKeyのボタンをクリックしてください。以下の項目はセキュアワンタイムパスワードで自動的に埋められます。" - -msgid "{authYubiKey:yubikey:header}" -msgstr "YubiKeyでログイン" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "幾つかのサービスは認証を要求しています。認証を行うにはYubiKeyのボタンをクリックしてください。以下の項目はセキュアワンタイムパスワードで自動的に埋められます。" - -msgid "Login with YubiKey" -msgstr "YubiKeyでログイン" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/lt/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/lt/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 2b0be113b36f73ce3dc510a33c5930604006f5ee..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/lt/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,41 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: lt\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"(n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Kažkuri paslauga reikalauja autentiškumo patvirtinimo. Norėdami " -"patvirtinti autentiškumą, paspauskite mygtuką ant savo YubiKey. Į žemiau " -"esantį laukelį turėtų būti automatiškai įvestas saugus vienkartinis " -"slaptažodis." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Jungtis su YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Kažkuri paslauga reikalauja autentiškumo patvirtinimo. Norėdami " -"patvirtinti autentiškumą, paspauskite mygtuką ant savo YubiKey. Į žemiau " -"esantį laukelį turėtų būti automatiškai įvestas saugus vienkartinis " -"slaptažodis." - -msgid "Login with YubiKey" -msgstr "Jungtis su YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/lv/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/lv/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 601e4bad43b69f12542f0f6a4fc1ebd635f81a96..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/lv/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,37 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: lv\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :" -" 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Kāds serviss prasa autentifikāciju. Klikšķiniet YubiKey pogu. Ievadlauks " -"zemāk automātiski tiks aizpildīts ar drošu vienreizēju paroli." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Pieslēgties ar YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Kāds serviss prasa autentifikāciju. Klikšķiniet YubiKey pogu. Ievadlauks " -"zemāk automātiski tiks aizpildīts ar drošu vienreizēju paroli." - -msgid "Login with YubiKey" -msgstr "Pieslēgties ar YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nb/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nb/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 1a4bd6406f690219e7c616a397741bd5f3877e9b..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nb/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nb_NO\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"En tjeneste har bedt om at du autentiserer deg. For å autentisere seg, " -"trykk på knappen på din YubiKey. Feltet under vil da bli automatisk " -"utfylt med et sikkert engangspassord." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Login med YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"En tjeneste har bedt om at du autentiserer deg. For å autentisere seg, " -"trykk på knappen på din YubiKey. Feltet under vil da bli automatisk " -"utfylt med et sikkert engangspassord." - -msgid "Login with YubiKey" -msgstr "Login med YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nl/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nl/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 575287e4ebc87f0b265217fcd4ea4f3afdfcd3a7..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nl/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Een dienst vroeg om authenticatie. Om te authenticaren, klik op de knop " -"van je YubiKey. In het veld hieronder zal dan automatisch een veilig " -"eenmalig wachtwoord worden ingevuld." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Inloggen met YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Een dienst vroeg om authenticatie. Om te authenticaren, klik op de knop " -"van je YubiKey. In het veld hieronder zal dan automatisch een veilig " -"eenmalig wachtwoord worden ingevuld." - -msgid "Login with YubiKey" -msgstr "Inloggen met YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nn/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nn/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index d8e227bad5a4c3c9bc570c39b929a531639fcca9..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/nn/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nn\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Ei webteneste har spurt om at du loggar inn. For å logga inn, klikk på " -"knappen på din YubiKey. Feltet nedanfor blir automatisk fylt ut med eit " -"sikkert eingongspassord når du trykker på YubiKey." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Logg inn med YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Ei webteneste har spurt om at du loggar inn. For å logga inn, klikk på " -"knappen på din YubiKey. Feltet nedanfor blir automatisk fylt ut med eit " -"sikkert eingongspassord når du trykker på YubiKey." - -msgid "Login with YubiKey" -msgstr "Logg inn med YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/pl/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/pl/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 37b8e8ec2f3ee7d95eb2d875e16e0e76fa46f4b6..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/pl/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,39 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: pl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " -"(n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Jakiś serwis zażądał uwierzytelnienia. W celu uwierzytelnienia naciśnij " -"przycisk na Twoim YubiKey. Następnie poniższe pole powinno zostać " -"automatycznie wypełnione bezpiecznym jednorazowym hasłem." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Login z YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Jakiś serwis zażądał uwierzytelnienia. W celu uwierzytelnienia naciśnij " -"przycisk na Twoim YubiKey. Następnie poniższe pole powinno zostać " -"automatycznie wypełnione bezpiecznym jednorazowym hasłem." - -msgid "Login with YubiKey" -msgstr "Login z YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/pt/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/pt/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index bb0ad444be68b7576d62adcdbf6a8605dd47730f..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/pt/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: pt\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Um serviço necessita de autenticação. Para se autenticar, clique no botão" -" da sua YubiKey. O campo em baixo deverá ser automaticamente preenchido " -"com uma palavra-passe segura que funcionará apenas uma vez." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Entrar com YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Um serviço necessita de autenticação. Para se autenticar, clique no botão" -" da sua YubiKey. O campo em baixo deverá ser automaticamente preenchido " -"com uma palavra-passe segura que funcionará apenas uma vez." - -msgid "Login with YubiKey" -msgstr "Entrar com YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ro/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ro/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 21192aaaf7610fe3a0fc78e8d099a0a5f0acb546..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ro/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,39 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ro\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100" -" < 20)) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Un serviciu a cerut să vă autentificați. Pentru autentificare, apăsați " -"butonul de pe YubiKey. Câmpul de mai jos va fi completat automat cu o " -"parolă de unică folosință." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Login cu YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Un serviciu a cerut să vă autentificați. Pentru autentificare, apăsați " -"butonul de pe YubiKey. Câmpul de mai jos va fi completat automat cu o " -"parolă de unică folosință." - -msgid "Login with YubiKey" -msgstr "Login cu YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ru/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ru/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index cabf73554d021b2bf20a1bb3351fea626be5cb58..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/ru/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,39 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ru\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Некоторые службы запрашивают аутентификации. Для аутентификации нажмите " -"кнопку на вашем YubiKey. В поле ниже должно автоматически появиться " -"безопасный одноразовый пароль." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Войти с помощью YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Некоторые службы запрашивают аутентификации. Для аутентификации нажмите " -"кнопку на вашем YubiKey. В поле ниже должно автоматически появиться " -"безопасный одноразовый пароль." - -msgid "Login with YubiKey" -msgstr "Войти с помощью YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sl/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sl/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 9db2dd64f41e0700fd6ad23b640676ec1f7c7546..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sl/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,39 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 " -"|| n%100==4 ? 2 : 3)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Nekatere storitve zahtevajo avtentikacijo, ki jo izvedete s klikom na " -"gumb YubiKey. V polju spodaj se bo nato samodejno prikazalo geslo za " -"enkratno uporabo." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Prijavi se z YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Nekatere storitve zahtevajo avtentikacijo, ki jo izvedete s klikom na " -"gumb YubiKey. V polju spodaj se bo nato samodejno prikazalo geslo za " -"enkratno uporabo." - -msgid "Login with YubiKey" -msgstr "Prijavi se z YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sr/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sr/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 545aa24ecef6eb76e1b88b53a85a6fd9c2a6aa62..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sr/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,39 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Neki od servisa je zatražio da se autentifikujete. Da biste se " -"autentifikovali pritisnite dugme na vašem YubiKey uređaju. Nakon toga bi " -"u polje ispod trebala biti automatski upisana jednokratna lozinka." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Prijavite se pomoću YubiKey-a" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Neki od servisa je zatražio da se autentifikujete. Da biste se " -"autentifikovali pritisnite dugme na vašem YubiKey uređaju. Nakon toga bi " -"u polje ispod trebala biti automatski upisana jednokratna lozinka." - -msgid "Login with YubiKey" -msgstr "Prijavite se pomoću YubiKey-a" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sv/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sv/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 1d033e545362d8af9e7a1030db658ccb18d20589..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/sv/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sv\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"En tjänst vill att du ska logga in. För att logga in tryck på knappen på " -"din YubiKey. Fältet nedan ska när du trycker bli ifyllt med ett säkert " -"engångslösenord." - -msgid "{authYubiKey:yubikey:header}" -msgstr "Logga in med YubiKey" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"En tjänst vill att du ska logga in. För att logga in tryck på knappen på " -"din YubiKey. Fältet nedan ska när du trycker bli ifyllt med ett säkert " -"engångslösenord." - -msgid "Login with YubiKey" -msgstr "Logga in med YubiKey" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/tr/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/tr/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 1991d2501a0fb861a5f17a5b01c9e4cc073b9e7e..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/tr/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,38 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: tr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "" -"Bazı servisler kimlik doğrulama istedi. Kimlik doğrulamak için, " -"YubiKey'iniz üzerindeki düğmeyi tıklayınız. Ondan sonra, güvenli bir tek " -"kullanımlık şifre aşağıdaki alanda otomatik olarak belirecektir." - -msgid "{authYubiKey:yubikey:header}" -msgstr "YubiKey ile giriş" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "" -"Bazı servisler kimlik doğrulama istedi. Kimlik doğrulamak için, " -"YubiKey'iniz üzerindeki düğmeyi tıklayınız. Ondan sonra, güvenli bir tek " -"kullanımlık şifre aşağıdaki alanda otomatik olarak belirecektir." - -msgid "Login with YubiKey" -msgstr "YubiKey ile giriş" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/zh-tw/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/zh-tw/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index 80ceeccbb8b58f01eeb3ce40cff663956f57ddc8..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/zh-tw/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,32 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: zh_Hant_TW\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "有些服務需要經過驗證,請點選 YubiKey 按鈕來進行驗證。接下來的字串應該要被自動地填寫入加密之一次性密碼(OTP)。" - -msgid "{authYubiKey:yubikey:header}" -msgstr "使用 YubiKey 登入" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "有些服務需要經過驗證,請點選 YubiKey 按鈕來進行驗證。接下來的字串應該要被自動地填寫入加密之一次性密碼(OTP)。" - -msgid "Login with YubiKey" -msgstr "使用 YubiKey 登入" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/zh/LC_MESSAGES/authYubiKey.po b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/zh/LC_MESSAGES/authYubiKey.po deleted file mode 100644 index b84e1034b6356ebfca052c16db23eb12de599ebe..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/locales/zh/LC_MESSAGES/authYubiKey.po +++ /dev/null @@ -1,32 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: zh\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{authYubiKey:yubikey:intro}" -msgstr "某些服务请求认证。为了认证,请点击你的YubiKey按钮,下列区域应该会被自动填充成一次性安全密码" - -msgid "{authYubiKey:yubikey:header}" -msgstr "使用YubiKey登录" - -msgid "" -"Some service requested authentication. To authenticate, click the button " -"on your YubiKey. The field below should then automatically be filled out " -"with a secure one-time-password." -msgstr "某些服务请求认证。为了认证,请点击你的YubiKey按钮,下列区域应该会被自动填充成一次性安全密码" - -msgid "Login with YubiKey" -msgstr "使用YubiKey登录" - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/phpunit.xml b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/phpunit.xml deleted file mode 100644 index c0985fdd804b18d8d9179ecd956d63582c189e95..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/phpunit.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<phpunit bootstrap="tests/bootstrap.php"> - <testsuites> - <testsuite name="The project's test suite"> - <directory>tests/</directory> - </testsuite> - </testsuites> - <filter> - <whitelist processUncoveredFilesFromWhitelist="true"> - <directory suffix=".php">./lib</directory> - </whitelist> - </filter> - <logging> - <log type="coverage-text" target="php://stdout" showUncoveredFiles="true" /> - <log type="coverage-html" target="build/coverage" title="PHP Coveralls" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70" /> - <log type="coverage-clover" target="build/logs/clover.xml" /> - </logging> -</phpunit> - diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/psalm.xml b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/psalm.xml deleted file mode 100644 index fae732c2e1552e3a8610f46baf9654b067b29b7f..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/psalm.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0"?> -<psalm - name="SimpleSAMLphp YubiKey Module" - useDocblockTypes="true" - totallyTyped="false" -> - <projectFiles> - <directory name="lib" /> - <directory name="libextinc" /> - <directory name="www" /> - </projectFiles> - - <issueHandlers> - <LessSpecificReturnType errorLevel="info" /> - - <!-- level 3 issues - slightly lazy code writing, but probably low false-negatives --> - <DeprecatedMethod errorLevel="info" /> - - <MissingClosureReturnType errorLevel="info" /> - <MissingReturnType errorLevel="info" /> - <MissingPropertyType errorLevel="info" /> - <InvalidDocblock errorLevel="info" /> - <MisplacedRequiredParam errorLevel="info" /> - - <PropertyNotSetInConstructor errorLevel="info" /> - <MissingConstructor errorLevel="info" /> - <MissingClosureParamType errorLevel="info" /> - <MissingParamType errorLevel="info" /> - <UnusedClass errorLevel="info" /> - <PossiblyUnusedMethod errorLevel="info" /> - </issueHandlers> -</psalm> diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/templates/yubikeylogin.php b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/templates/yubikeylogin.php deleted file mode 100644 index 693e4c374c60eda7fa69608daef796e1a0f19927..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/templates/yubikeylogin.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php - -$this->includeAtTemplateBase('includes/header.php'); - -if ($this->data['errorCode'] !== null) { -?> - <div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5"> - <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/experience/gtk-dialog-error.48x48.png" class="float-l" style="margin: 15px" alt="" /> - <h2><?php echo $this->t('{login:error_header}'); ?></h2> - <p><b><?php echo $this->t($this->data['errorcodes']['title'][$this->data['errorcode']]); ?></b></p> - <p><?php echo $this->t($this->data['errorcodes']['descr'][$this->data['errorcode']]); ?></p> - </div> -<?php -} -?> - <img style="float: right" src="<?php echo($this->data['logoUrl']); ?>" alt="" /> - <img style="clear: right; float: right" src="<?php echo($this->data['devicepicUrl']); ?>" alt="YubiKey" /> - - <h2 style=""><?php echo $this->data['header']; ?></h2> - - <form action="?" method="post" name="f"> - - <p><?php echo $this->t('{authYubiKey:yubikey:intro}'); ?></p> - - <p><input id="otp" style="border: 1px solid #ccc; background: #eee; padding: .5em; font-size: medium; width: 70%; color: #aaa" type="text" tabindex="2" name="otp" /></p> - -<?php -foreach ($this->data['stateParams'] as $name => $value) { - echo '<input type="hidden" name="'.htmlspecialchars($name).'" value="'.htmlspecialchars($value).'" />'; -} -?> - </form> -<?php - -$this->includeAtTemplateBase('includes/footer.php'); diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/templates/yubikeylogin.twig b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/templates/yubikeylogin.twig deleted file mode 100644 index cedb3f703c3acff864cf0b0ba1790965d408b466..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/templates/yubikeylogin.twig +++ /dev/null @@ -1,31 +0,0 @@ -{% set pagetitle = header|trans %} -{% extends "base.twig" %} - -{% block preload %} - <link rel="stylesheet" href="/{{ baseurlpath }}module.php/authYubiKey/assets/css/yubikey.css"> -{% endblock %} - -{% block postload %} - <script src="/{{ baseurlpath }}module.php/authYubiKey/assets/js/autofocus.js"></script> -{% endblock %} - -{% block content %} - {% if errorCode != null %} - <div class="message-box error"> - <h3>{{ errorTitle }}</h3> - <p>{{ errorDesc }}</p> - </div> - {% endif %} - - <img style="float: right" src="{{ logoUrl }}" alt=""> - <img style="clear: right; float: right" src="{{ devicepicUrl }}" alt="YubiKey"> - - <h2>{{ '{authYubiKey:yubikey:header}'|trans }}</h2> - <form action="?" method="post" name="f"> - <p>{{ '{authYubiKey:yubikey:intro}'|trans }}</p> - <p><input id="otp" type="text" tabindex="2" name="otp" autofocus></p> - {% for key, value in stateParams %} - <input type="hidden" name="{{ key|escape('html') }}" value="{{ value|escape('html') }}"> - {% endfor %} - </form> -{% endblock %} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/tests/bootstrap.php b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/tests/bootstrap.php deleted file mode 100644 index ce36e42de39370f8c970c613d7c47e195012d5af..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/tests/bootstrap.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -$projectRoot = dirname(__DIR__); -require_once($projectRoot.'/vendor/autoload.php'); - -// Symlink module into ssp vendor lib so that templates and urls can resolve correctly -$linkPath = $projectRoot.'/vendor/simplesamlphp/simplesamlphp/modules/authyubikey'; -if (file_exists($linkPath) === false) { - echo "Linking '$linkPath' to '$projectRoot'\n"; - symlink($projectRoot, $linkPath); -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/assets/css/yubikey.css b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/assets/css/yubikey.css deleted file mode 100644 index 6b033d025270a659f6cd6d1c107123b6451e6695..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/assets/css/yubikey.css +++ /dev/null @@ -1,7 +0,0 @@ -input#otp { - border: 1px solid #ccc; - background: #eee; padding: .5em; - font-size: medium; - width: 70%; - color: #aaa; -} diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/assets/js/autofocus.js b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/assets/js/autofocus.js deleted file mode 100644 index c846eb302d48da7e138035f5998d761a70dbb42b..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/assets/js/autofocus.js +++ /dev/null @@ -1 +0,0 @@ -SimpleSAML_focus('otp'); diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/resources/logo.jpg b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/resources/logo.jpg deleted file mode 100644 index e2fded1a931f2d0ad604be69c7722002f9bb71fe..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/resources/logo.jpg +++ /dev/null @@ -1,23 +0,0 @@ -�����JFIF��H�H�����C� - - ���C ����a,"������������������������������������������ZS�1x]r̷� �nG^��ۓ� ��\3������?��Nj��1���p=Y���U�0�N|��gZ ;�,�}��U���9�K�n^+�<��J�����k������2n���+�x�O�����t'������k�Ӄ����C�&��g-�l~@s����u�OMg��+���z��,�g��18hy���ɒ���JӢsF�����z��<��B���YD�/�4�;ꬳ+?:�������ILG��m�)��O�jҷU=�-�u>Y�\$Co\3&�t��_����玽��>��Ds^����p9�q�F����QZ9�KԹ͕-����p�����\u!6lGf[���ol���gM� -�9�f��1~���L�YOס�LJ2���۫�n������LQk��2��)x��`����<�z�t����DA �������"2�'O��ߩ��8�x$J�_�_�r%��*Df\��m^}e�~�������Ā����������������+�������6 5@AP"%01��������k�lWu�g���"?pUqvҟ�w�5}����B!��e _��QG���C��� -�(��$�Epo#�l����(����v�%'���ܩa.?`��_�Y�hq��Heځ��kϊ�"���@}�HK�r�_fL���Q|v���Ǖ ��V�5��W�{g��k��{��}���z���l�x�C-s~��i�nQ������1�vS�i��X���U� � -Z����3M�W�(�il���u���}e�*�hk���l8��t�^����k�5����t��'60���5i�5;O�r��v��6\�Z*R�Wl$�5nj�Ǖͨ8�\�.MA��S�mBY�O&�5������<�����{��}�Wܜ�K��ա�Tm?M�>��!�]qB�՜�q�^ǯU�<~�ͮx�*a�k_t�m1��h+��yx�Y�}�5�6����S�{��}ұ�5����cf{&"�U�U[O�r��ok��W�Ytz�gjE��V<��j�"V���*yO:W�+қ�q�#���:�K2&�����?������m:�ֆ)�XfmU�0��,5�\��oPm]��z��uB����y,P��|�ZI�rG�]a��姊���q�=^�������k⾰��+���cÌK��S�����!F�Q�3(��pw�"�����k���1"��R�S1���驷��V��w��`�Y�k:L��ېLc���8ʘ@}-(6�:��� 1��#X�6��c�� 2aV�D$0@I0� "�:��1������#�����������1! "@A0BQ���?���5���M�M3$�l�i�B���D��w��Se^����wR&�ב�0q��d�[94q��?S�elC�/GV%��"T)y-dJ���ׂEFOr%?��Zs&qլ�1�ك<0%����=� -�������!1A�Qaqr���"024� 5B���%@R�����?��\���/]�I6Ϩ�'<3p���X�.)�c�H'���5/RGL"�������t���S5�ǭ�Vٖ�&ү��Hj���=.�é�g�&���|o$�ְ:4�%qN��U�Z_X�_LP�Da*��-�'�;�n-Oͦ0��s�&����դ�"�9�PE���˹b��� HT���;}k�N��=V�i���>�N�h��o��"�MIO##K�qB��c�V��1/�0#-/k���� -���Dhy��������P�q��+�!��S��?��&�P�����]|ځ��0�%Z�N���5����N��;#ɥ���6���������7!����ok�㽸;����᪲�6��sA��a��6i�`���a=z�R�7w��ɫD��ߣ�7%^��lÿ�`�+�x�� ���[�Ȥ8G�,��;K�h2jڝ��Zba�"�iTFR!��B:r�����S73K[�`��{V���4!�q[�K�jIs�r�=��t��c�E�u'^�� ;�*�.�vX�d��q�[�xF��Iq���h����O�Ba�թ8 �T��p�v�V�Rs |W-1�����~�M@t�ٷVԽ=��կӎm/��e8ńf��P����TTml�.x�D��|�+J������C����c���ZE��a}���a^%J�;r�U�m�ё._�}`�}YR��R��$�}'��� �+I���gPg��� $���ȃ��[�T5�w���5�����@� ������!"12AQaqrs� #4�$@BR�����3CPSb��0������?�����b�/��C����2U� ��x?�Գ�٣n�>������=\.�Ohy+~j�|G��+�+m�GY���yb��N��"e�.ck�^<���ֺ��&�9ۥEk�R�ݯ���~t1M��<f<MլwG�CN�� ��������G��^�2���d[�?�ߟ�B�0���.����~u"0��n:3beT�潎W�f�o`����+,��3x���i%u�ƭR�:�"��[��(,�ɇ��(<l���և��$�h�Bo"�h�����i�.5��ݏ�����#�O��uq�b���R��g�̼k6�c�w��^&#��4��U���P�>�ݵ��:0}��i��!���ifs$�Ě+��0�;���0�z3��"h������%r0�}��ia����}n�չ��d)"��7o��l�����a߃���qgScO�c�(�����b��Q�-�¢�>B-�tG�o=���>�h������4;�z&<�b���<o�у�3Xh~�Ǜ�?��<J6�u��DK*u�+.�̣�٣���� Y�R��ф��1�ˉQ�0��ɱѮ*lC��R�XlM����|E�D��ⷝG�m�����r}�'�����T7����O��_����U��rl+nk��8�����т��x�h�)�֚ / ޏ�h -��M��p㊍��y�b�����U��n(Ֆ4����f7bnMG�m���#.}[�M{����[$k�A�IJ^F6�� �F��j�t`������-�=#F�(�~I<;+f\�l++�8���>�x�~�(ڼH�tc:�gN�W����e6"]�ʣ�H�d=�����6!���:M3$�ֽ���o���F�����vU�Q��`�&5��?���֥u�a�Y��e."I�u -E��'Ĥ�� �)uؘ�_K'��*��v�h�xצ���yg<dm��e_6�{���gefA���Ax'<]y�E{9 �vڿw��ү�Ā>�C�@tVI�h���$�u��5���|�X�^��5�å��-�Æ�᧒%�r����,Wᚎ6�����ld�� �O�$����E&���l�~sQ@o���:=hј+9���˼�̼X�0��*d�X�6c�ף��D��!mc����H�}�MH<�Q�3�W�t#,�u}�Ƣ�[9�a���(�W���O���kW�`�@ܓ6��7=zaY&1Nb3 -�4q�C���++/e��l�& ����w혩%v�8g�!��X�Ɏh�`�0��'mzcx��2��c����L���cr~p�J/��<���rk��7��<�$n���j}�٦P$f�����4��C����|����7�E���W&af̥M����B�K$A�����Ļ.mx@xTdO�dC�Lr�xے�cP��m\Er���(βO���3B���QC�q�l�&�|�T��o�����)���*��������!1AQaq��� ����@P��0����?!��ݠ�LŧB��br���y�rzW�>*�xL1���~����D�E~���Ɔ��JX�s���������� V�����.��a����(�b�9�0�\y~���Z�ܡ���q'S����]�`P?����^?(�a��_6�ȵ���B294�a��5�������v���Fufx}R\�Vڽ��Z�~����b�}0�ҽ�7W��i?{}~��� ��<"��9�@Is<�������Dbhlׇ�E�L��3�Y�eZЊ���$��S5���E�t��-8�Ŭ��=݊p?�}jV��:~}Y�il��jx�{%Xs�-��Z0k�/�BH��h@�^�I��������L;K/|�JuU��Lˈq��P�!}�W� JD_�X{$��6"_s��q���pe�q���[��G�I`�m[�q�:��vn����s=����_��<�G|��7�������ȶ����r�|����O�C�K��3��f����X���u�� V��"j�w���/����%��l�un�䷊} #5k��Ǔ� ]�+�hǵ�!�qj�z��^�����Q�v�D"&c�KJ��|Vm��CN6G��kVB��aKBN����u6�{;��@bM@���'�p� T9���s��]K�=�ABH��yRf�L��\�FC�2�@��eQ��J��Ȱ���K!풞m�B��W�)�!� ��]�3��ӝ�����"���s{�G��}��{��uB�}Q���#�y_T�Ӳ���������G]_�-Z���_]Ιg >p�K��B��#�"X���L0�RxdS�rD'�����M�&_s2����J��������$d�Z���S�JP��$��G1�5 ֣��rő4����]�wI�G0oW�@�3`�Ԃ�aA�ʓ�\� �k�t�=PY��KQ>bDOZ�Y��?�cq�D�&�!ʳh�$C QL:���(<�8�Ɠp�B�b���z�X�5��T�7|���jH"AVI���H���7d��Y1�Ɩ̎,IJ��U�w ����������������c������H̙ �>�����H��4�ɠ -�)�r�����?-��4@@����������������:�+�_T�����������������������������!10@ Aq����?��*��!�~�%" �=F0��$� od� 6r!?h�����4W -*��s9���r!��w;y��D�s�9��ɡ��g*mT'��a� fH)��� SEO����� �?W���)�������!�1QAa�q�0��� @�������?�d(*��ƛa$! �>�@"���Gg� f�@�F��]-��&o��u��i~�=�#JXl9sz�<����)�����0TP+�1��_��TIq���e* -�!�Ӷ��%#%=�!�Fa�]r\�tY�z�Wk/�+O����2��84�EFC� �w��ކs�=��e�oG�r==���9��a��5X<�p���O��g���_��@g��A~7_�~�y/y<M����5��7G��jKF��E�y�� -���35Ł�������{�Ƅ-���|/���C_u��/�`8�d�TC���1��a�O�K�cF�N���� �.S�j��$Kƽ���D��m�0`&�i�pHg��`�7���Y����dv��&I�[d>��æ��$�PȆ��W.ӹ�&�f��6f<���D"�F��v+����5���4�� �s'VOk��J�2���*���:�G�>�OT�joۮ|7�A�%ڢΣ�%�W�d,��4��NpF.Dhŀ�p�6c1�1r4��wՌ6���R7�0U�����Ͱq�[X�K���(�������!1AQaq�� ���0@P������?�q�A� ]Ɇ�NC�R~.ױ% �n�\-� -�K���p��N�:6��}9�7?���4D��(.��D��7c�:�%D��%���I��mI��e`��y�(k�bl)��k1)F�*=S��n6||8��B .�a��ԫ��� ����Gl�Ч�BR��S��p)��E -�Y^�ќx}��dk��Y`�'�;��,iDu�S1�s����Lv̑�E�w�P�>,��!�{q3�̺ �+�nsF浺�״+�@B�&���/b�ꫪ� -��C�u��ޟ����_�U���P&�S�S�rL���Mj3`,�Ҥ�|�x$���A0����axpF�"z,��@�H-I`Mx%�<x*"%M�r�ȴ�Q��Ux�Q�����7�'+���6 V��J �Ҍ�Tb3�Y�q,��J��b�r"H��a -�n��c����X�al�겮�:p^�k�cx����ਂϋ��yY^Z�V�O���}���7虐f�BvO��\X����W�%�{��� -"��J��vN���ؖ������_���ˌ#��t^�ᨗ�/T�&����y��-B+���R@��;8�@\�9av��W�c�'!�>����z=�~�>�� z7Pk����}��� �pĉk���R�f-B��8S'q��M�X���+}�Խ"BM�}���%��U�L�t���A"\@�}Du�v�IY�wR��7��GC�J���,�0�قK2B�ˇ�9\T�]՟�| �S�I��;�2������U0���-�ۀ�~sn����V�#"S�&8���� y@NA�"f@B���H\a`r�&��������~��>T�vs�M���S���ao���4�y2�Nt Ǿ�E�����n}(�<��a��WUjц�ܻ�7Z����ì淝&)�@����Yʖ�����I��1�����W�B�T��d�PЦ��XBԃ=�؆����:+�#4:L�*!�A3��%�� '��c�Fp�J���C\/r� ��HF �Γ�rV��M�ї, M�˒j�Z�()s��K�YE8��R�f�C�:�N�GU#S�V���%��GY_[� �����!�����4��a+�ڬ~תx�F�c�?�2��=�<�Y��'��#������<��*n;���� ���ɩ�3���7J�X%���a�{�>չR@ - -ei���;CaR��&��b�e#��F(l��b����+K�쎏��K����1%��SmN��7�枰 -�C�Ԃ Jsx, �tF������O�@�j-�di�����uќ8N�&^�%�� ��w(��& ��vim�`l�"#KwC,�� )�b#"ʖ5��Tf �3.m,f���3��?�� r/����DS��h��\l�5A%eǾJh�P�)5���w�G����7��չ2�H�F(@�ȍG���� \ No newline at end of file diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/resources/yubikey.jpg b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/resources/yubikey.jpg deleted file mode 100644 index f3c8d0bd96f6752de7f5dbaa22be933e261da6cc..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/resources/yubikey.jpg +++ /dev/null @@ -1,17 +0,0 @@ -�����JFIF���d�d�����Ducky�����_�����Adobe�d�������������0�O������������������ - ��������������������! 1" -A2aBR#%�������!1AQaq�"2�����Rr�����?��Q8QG -(�Ex�dc�<��~�.29��d$�]�,۔N��,���DL�"c@�=G�U -���Y�z�35Lq`_j2�a�h5|I ��#d(�BҡT��(���t`� C�/�R�T����m���:��L�땱�!-X}���~#X��Ԫo:#1(��� �~�M%@>��&�kN��rf=̔J�O�7:�AǗH��u[�NU)� ȷALb�)�=�)���f�S�Q8QG -*�rf:�鬅��t�kC��3����ҩX�l@�p���6H�O#���z� ��;��}��j��T���mvd��8Ǹ%� -#���f�7`%f�$��u� l�`*t�Z�����_z}���w%���Q,f�Ȯ��O����D�a2E^)�´ё�U�p���r�3d�jdEM5��q�h$C����)���g8�bg�����"���t�?_�_� �9���I�W�������r���:�������g��c��)�:�Ě����]#F�vB��Q(*S�,؉��������v��N]�d�EŶi�R���mue���Wr�tփ~�� -�n�Ԥ\�t��o֞V���V�Wԍ�Ҭ��X����A������>n�v�f�Lw�u�D�J�T]�Ւ��AW�.=5�N�4ȫ%��P�������m�T\g�k�+��mC'\��"e�:\S*� RH�>$(���D�P���7��3���7D���j�d����9��T� b��j�u������RI�P���Ӑ�S����S��4�{���{�q�����0<E��a�%ߖ.�U�� -p��%m P��l�1�ב�6{��2cҷM��&�ꦧ]p�r�9�6f�x�d��W�^�%kVЅ���E�t�MY��Q� .�3��M(��s��ם��̸�̈�U������!�1%PNѴ�'JN�x��H���O�s4�gW�������Q��s���}�@�Y�����6�/������"�L )�Su�F_n�0�8�� }hJ��7�]��J�l@L�GQ�R����=u���+���8HȌcsS����1���GL��_;��sYz�F -��?O����ܧ�����v�|��IgP�@p�Td�p7�������s�����Ga^����B��^1�&1 A��.~��"ОCفC�G�ך�f� -L�:ո��F�n���� �-�P�d -�j�@�⚸���^���Ƥ%/fP�~�}9kljb����#�c~�=.�,e;��w���}�+�L��*����{$�Q%%��w����'I�a�3L�G�j�v�r�{Ki�[?�����S4�ob��@�00m�fy����UPnjw�,` -r!}*�w�w�y0%�@㨟n�:�X)n�c�n)�͕{l�&����Q���픕1�J ���=<����� �1��;�vE���~P$D�bEt���ɓ��x�4�;]��+c�Q�4������R4�+h��?��>XD�����3�1�"x�T�ɵ1�R"Ƞp2�������#����ƶ�{�be�A ЕcaW۵���mrlmaxO��u��Ug��-&���N���Y����_p�G��1����'L�&��z����I��u��A �q�\<��ەk`��V���l��`%)�s,��3�(LM㋔+�>��n@L��&UMvT���@�<}9C��8��*�u�� dRU��ܤ�}�Vo@2.�LLĘ�'�κg��yqy���cKSB����FYj���,�"�k����]��\�r=���6r_.T��Gs���Ү��ɤx�#��L��RO�LWh�����om�_c�ok�s6��vJ��wN�Ѳ��2Δ��H�7sK�A1�B8�DZ/�}�����@���YfoAN��ߋ���d ��}fe��8����E)�5�� #�D���L�����L�z�V��7m���ҙ��I���E/T�tz|R1���`�W+����$Փ4�n�C�H@6�֤�(��w�Q�Яs%}�0 -�FQ.�ҵ�i9Dk,2�>0�i�c�XX�I���t���x�2���*el�}�_qc����Rq�!�d���r ������3bO���@!�__O���e�#{�<��}�d�k�̶��8R�����1�fw�|� �x��9Y{}*8j���Fx& l �aE��=����?$.M�*�������7�1�v���Js1n �7ZjLwHaf6���U�жJ���MwI���a�y���0�F!J���"�/w�ʦq*��5yѻf��A��ǰ��>!�î��vSy�q�n� �]mj�?����%��A?�ҿ ��~�9h���3h2>����V>8q�8�ú���(�f� -�"�$�̫ϕT��.L���&B�^{w�=����6ljݝ�,��Y����I&���r3sn�t�>g��������2���k&/��}=��Q�V��k�*C����ED�bʢ^]�1i�����H��l��?�=&��3Z���l{C ��]ᾃ�� ��57��7M+ O�0$8t+J,r��2-��#�֙ -�]��a"�5H(j�n�Q���b����V��� � z���?@�L&k3�Q_c�����-������j��F"b-��MD����:�B�<��2�aj�f�����[!�ln߃�C���rv����<�Lk��po�Z3\m(4Y4ş��o���|X�c �ʵ���|Ƶw6\yF�$|�O���t�1ѯ�GE59J��)ø�L�V˲�e�����W�tb��KK��0��� ��(�r� �-�l�*��)�=}J���\��Un�Ek3�me��5j� $fNQ��0(J$�:����E41S X1�d�61�H�� �fŃ�hɓF�&�I&"d!@��(��zJi3^�Q8QG -(�E�� \ No newline at end of file diff --git a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/yubikeylogin.php b/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/yubikeylogin.php deleted file mode 100644 index 1f39767e13a694bb7081f50ce157acc5b7eee700..0000000000000000000000000000000000000000 --- a/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/www/yubikeylogin.php +++ /dev/null @@ -1,40 +0,0 @@ -<?php - -/** - * This page shows a username/password login form, and passes information from it - * to the \SimpleSAML\Module\core\Auth\UserPassBase class, which is a generic class for - * username/password authentication. - * - * @author Olav Morken, UNINETT AS. - * @package SimpleSAMLphp - */ - -if (!array_key_exists('AuthState', $_REQUEST)) { - throw new \SimpleSAML\Error\BadRequest('Missing AuthState parameter.'); -} -$authStateId = $_REQUEST['AuthState']; - -$globalConfig = \SimpleSAML\Configuration::getInstance(); -$t = new \SimpleSAML\XHTML\Template($globalConfig, 'authYubiKey:yubikeylogin.php'); -$translator = $t->getTranslator(); - -$errorCode = []; -if (array_key_exists('otp', $_REQUEST)) { - // attempt to log in - $errorCode = \SimpleSAML\Module\authYubiKey\Auth\Source\YubiKey::handleLogin($authStateId, $_REQUEST['otp']) ?: $errorCode; - $errorCodes = \SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages(); - if (array_key_exists($errorCode, $errorCodes['title'])) { - $t->data['errorTitle'] = $errorCodes['title'][$errorCode]; - } - if (array_key_exists($errorCode, $errorCodes['desc'])) { - $t->data['errorDesc'] = $errorCodes['desc'][$errorCode]; - } -} - -$t->data['header'] = $translator->t('{authYubiKey:yubikey:header}'); -$t->data['autofocus'] = 'otp'; -$t->data['errorCode'] = $errorCode; -$t->data['stateParams'] = ['AuthState' => $authStateId]; -$t->data['logoUrl'] = \SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg'); -$t->data['devicepicUrl'] = \SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg'); -$t->show();