AUTHORS.md
LICENSE
MANIFEST.in
README.rst
edumfa-manage
requirements.txt
setup.py
deploy/README.md
deploy/docker-compose-example.yml
deploy/docker-setup.sh
deploy/edumfa_radius.pm
deploy/logging.cfg
deploy/rlm_perl.ini
deploy/apache/edumfaapp.wsgi
deploy/apache/sites-available/edumfa-venv.conf
deploy/apache/sites-available/edumfa.conf
deploy/config/freeradius2/edumfa
deploy/config/freeradius2/mods-perl-edumfa
deploy/config/freeradius3/edumfa
deploy/config/freeradius3/mods-perl-edumfa
deploy/crontab/edumfa
deploy/docker-example/edumfa-policy.conf
deploy/docker-example/edumfa-setup.sh
deploy/docker-example/edumfa.cfg
deploy/edumfa/dictionary
deploy/edumfa/edumfa.cfg
deploy/gunicorn/edumfaapp.py
deploy/nginx/edumfaapp.py
deploy/nginx/sites-available/edumfa
deploy/ubuntu/changelog
deploy/ubuntu/clean
deploy/ubuntu/compat
deploy/ubuntu/control
deploy/ubuntu/copyright
deploy/ubuntu/rules
deploy/ubuntu-radius/changelog
deploy/ubuntu-radius/compat
deploy/ubuntu-radius/control
deploy/ubuntu-radius/copyright
deploy/ubuntu-radius/edumfa-radius.install
deploy/ubuntu-radius/edumfa-radius.postinst
deploy/ubuntu-radius/edumfa-radius.postrm
deploy/ubuntu-radius/rules
deploy/ubuntu-radius/source/format
deploy/ubuntu-server/changelog
deploy/ubuntu-server/clean
deploy/ubuntu-server/compat
deploy/ubuntu-server/control
deploy/ubuntu-server/edumfa-apache2.install
deploy/ubuntu-server/edumfa-apache2.postinst
deploy/ubuntu-server/edumfa-apache2.postrm
deploy/ubuntu-server/edumfa-nginx.install
deploy/ubuntu-server/edumfa-nginx.postinst
deploy/ubuntu-server/edumfa-nginx.postrm
deploy/ubuntu-server/rules
deploy/ubuntu-server/source/format
deploy/ubuntu-server/source/options
deploy/ubuntu/source/format
deploy/ubuntu/source/options
deploy/uwsgi/apps-available/edumfa.xml
edumfa/__init__.py
edumfa/app.py
edumfa/babel.cfg
edumfa/config.py
edumfa/messages.pot
edumfa/models.py
edumfa.egg-info/PKG-INFO
edumfa.egg-info/SOURCES.txt
edumfa.egg-info/dependency_links.txt
edumfa.egg-info/not-zip-safe
edumfa.egg-info/requires.txt
edumfa.egg-info/top_level.txt
edumfa/api/__init__.py
edumfa/api/application.py
edumfa/api/audit.py
edumfa/api/auth.py
edumfa/api/before_after.py
edumfa/api/caconnector.py
edumfa/api/clienttype.py
edumfa/api/edumfaserver.py
edumfa/api/event.py
edumfa/api/machine.py
edumfa/api/machineresolver.py
edumfa/api/monitoring.py
edumfa/api/periodictask.py
edumfa/api/policy.py
edumfa/api/radiusserver.py
edumfa/api/realm.py
edumfa/api/recover.py
edumfa/api/register.py
edumfa/api/resolver.py
edumfa/api/serviceid.py
edumfa/api/smsgateway.py
edumfa/api/smtpserver.py
edumfa/api/system.py
edumfa/api/token.py
edumfa/api/tokengroup.py
edumfa/api/ttype.py
edumfa/api/user.py
edumfa/api/validate.py
edumfa/api/lib/__init__.py
edumfa/api/lib/decorators.py
edumfa/api/lib/policyhelper.py
edumfa/api/lib/postpolicy.py
edumfa/api/lib/prepolicy.py
edumfa/api/lib/utils.py
edumfa/lib/__init__.py
edumfa/lib/apps.py
edumfa/lib/audit.py
edumfa/lib/auth.py
edumfa/lib/authcache.py
edumfa/lib/caconnector.py
edumfa/lib/challenge.py
edumfa/lib/challengeresponsedecorators.py
edumfa/lib/clientapplication.py
edumfa/lib/config.py
edumfa/lib/counter.py
edumfa/lib/crypto.py
edumfa/lib/decorators.py
edumfa/lib/edumfaserver.py
edumfa/lib/error.py
edumfa/lib/event.py
edumfa/lib/framework.py
edumfa/lib/importotp.py
edumfa/lib/lifecycle.py
edumfa/lib/log.py
edumfa/lib/machine.py
edumfa/lib/machineresolver.py
edumfa/lib/monitoringstats.py
edumfa/lib/passwordreset.py
edumfa/lib/periodictask.py
edumfa/lib/policy.py
edumfa/lib/policydecorators.py
edumfa/lib/pooling.py
edumfa/lib/queue.py
edumfa/lib/radiusserver.py
edumfa/lib/realm.py
edumfa/lib/resolver.py
edumfa/lib/serviceid.py
edumfa/lib/smtpserver.py
edumfa/lib/sqlutils.py
edumfa/lib/subscriptions.py
edumfa/lib/token.py
edumfa/lib/tokenclass.py
edumfa/lib/tokengroup.py
edumfa/lib/user.py
edumfa/lib/usercache.py
edumfa/lib/applications/__init__.py
edumfa/lib/applications/base.py
edumfa/lib/applications/luks.py
edumfa/lib/applications/offline.py
edumfa/lib/applications/ssh.py
edumfa/lib/auditmodules/__init__.py
edumfa/lib/auditmodules/base.py
edumfa/lib/auditmodules/containeraudit.py
edumfa/lib/auditmodules/loggeraudit.py
edumfa/lib/auditmodules/sqlaudit.py
edumfa/lib/cache/__init__.py
edumfa/lib/caconnectors/__init__.py
edumfa/lib/caconnectors/baseca.py
edumfa/lib/caconnectors/caservice_pb2.py
edumfa/lib/caconnectors/caservice_pb2_grpc.py
edumfa/lib/caconnectors/localca.py
edumfa/lib/caconnectors/msca.py
edumfa/lib/eventhandler/__init__.py
edumfa/lib/eventhandler/base.py
edumfa/lib/eventhandler/counterhandler.py
edumfa/lib/eventhandler/customuserattributeshandler.py
edumfa/lib/eventhandler/federationhandler.py
edumfa/lib/eventhandler/logginghandler.py
edumfa/lib/eventhandler/requestmangler.py
edumfa/lib/eventhandler/responsemangler.py
edumfa/lib/eventhandler/scripthandler.py
edumfa/lib/eventhandler/tokenhandler.py
edumfa/lib/eventhandler/usernotification.py
edumfa/lib/eventhandler/webhookeventhandler.py
edumfa/lib/machines/__init__.py
edumfa/lib/machines/base.py
edumfa/lib/machines/hosts.py
edumfa/lib/machines/ldap.py
edumfa/lib/monitoringmodules/__init__.py
edumfa/lib/monitoringmodules/base.py
edumfa/lib/monitoringmodules/sqlstats.py
edumfa/lib/pinhandling/__init__.py
edumfa/lib/pinhandling/base.py
edumfa/lib/queues/__init__.py
edumfa/lib/queues/base.py
edumfa/lib/queues/huey_queue.py
edumfa/lib/resolvers/HTTPResolver.py
edumfa/lib/resolvers/LDAPIdResolver.py
edumfa/lib/resolvers/PasswdIdResolver.py
edumfa/lib/resolvers/SCIMIdResolver.py
edumfa/lib/resolvers/SQLIdResolver.py
edumfa/lib/resolvers/UserIdResolver.py
edumfa/lib/resolvers/__init__.py
edumfa/lib/security/__init__.py
edumfa/lib/security/aeshsm.py
edumfa/lib/security/default.py
edumfa/lib/security/encryptkey.py
edumfa/lib/security/password/__init__.py
edumfa/lib/smsprovider/FirebaseProvider.py
edumfa/lib/smsprovider/HttpMessageToUidProvider.py
edumfa/lib/smsprovider/HttpSMSProvider.py
edumfa/lib/smsprovider/SMSProvider.py
edumfa/lib/smsprovider/ScriptSMSProvider.py
edumfa/lib/smsprovider/SipgateSMSProvider.py
edumfa/lib/smsprovider/SmppSMSProvider.py
edumfa/lib/smsprovider/SmtpSMSProvider.py
edumfa/lib/smsprovider/__init__.py
edumfa/lib/task/__init__.py
edumfa/lib/task/base.py
edumfa/lib/task/eventcounter.py
edumfa/lib/task/simplestats.py
edumfa/lib/tokens/HMAC.py
edumfa/lib/tokens/__init__.py
edumfa/lib/tokens/applicationspecificpasswordtoken.py
edumfa/lib/tokens/certificatetoken.py
edumfa/lib/tokens/daplugtoken.py
edumfa/lib/tokens/daypasswordtoken.py
edumfa/lib/tokens/emailtoken.py
edumfa/lib/tokens/foureyestoken.py
edumfa/lib/tokens/hotptoken.py
edumfa/lib/tokens/indexedsecrettoken.py
edumfa/lib/tokens/mOTP.py
edumfa/lib/tokens/motptoken.py
edumfa/lib/tokens/ocra.py
edumfa/lib/tokens/ocratoken.py
edumfa/lib/tokens/papertoken.py
edumfa/lib/tokens/passwordtoken.py
edumfa/lib/tokens/pushtoken.py
edumfa/lib/tokens/questionnairetoken.py
edumfa/lib/tokens/radiustoken.py
edumfa/lib/tokens/registrationtoken.py
edumfa/lib/tokens/remotetoken.py
edumfa/lib/tokens/smstoken.py
edumfa/lib/tokens/spasstoken.py
edumfa/lib/tokens/sshkeytoken.py
edumfa/lib/tokens/tantoken.py
edumfa/lib/tokens/tiqrtoken.py
edumfa/lib/tokens/totptoken.py
edumfa/lib/tokens/u2f.py
edumfa/lib/tokens/u2ftoken.py
edumfa/lib/tokens/vasco.py
edumfa/lib/tokens/vascotoken.py
edumfa/lib/tokens/webauthn.py
edumfa/lib/tokens/webauthntoken.py
edumfa/lib/tokens/yubicotoken.py
edumfa/lib/tokens/yubikeytoken.py
edumfa/lib/utils/__init__.py
edumfa/lib/utils/compare.py
edumfa/lib/utils/export.py
edumfa/static/README.md
edumfa/static/app.js
edumfa/static/favicon.png
edumfa/static/package-lock.json
edumfa/static/package.json
edumfa/static/update_contrib.sh
edumfa/static/components/audit/controllers/auditControllers.js
edumfa/static/components/audit/factories/audit.js
edumfa/static/components/audit/states/states.js
edumfa/static/components/audit/views/audit.html
edumfa/static/components/audit/views/audit.log.html
edumfa/static/components/components/controllers/componentControllers.js
edumfa/static/components/components/factories/component.js
edumfa/static/components/components/states/states.js
edumfa/static/components/components/views/component.clienttype.html
edumfa/static/components/components/views/component.html
edumfa/static/components/config/controllers/configControllers.js
edumfa/static/components/config/controllers/eduMfaServerController.js
edumfa/static/components/config/controllers/eventController.js
edumfa/static/components/config/controllers/ldapMachineResolverController.js
edumfa/static/components/config/controllers/periodicTaskController.js
edumfa/static/components/config/controllers/radiusServerController.js
edumfa/static/components/config/controllers/serviceidController.js
edumfa/static/components/config/controllers/smsgatewayController.js
edumfa/static/components/config/controllers/smtpServerController.js
edumfa/static/components/config/controllers/tokengroupController.js
edumfa/static/components/config/factories/config.js
edumfa/static/components/config/states/states.js
edumfa/static/components/config/views/config.caconnectors.list.html
edumfa/static/components/config/views/config.caconnectors.local.html
edumfa/static/components/config/views/config.caconnectors.microsoft.html
edumfa/static/components/config/views/config.edumfaserver.edit.html
edumfa/static/components/config/views/config.edumfaserver.list.html
edumfa/static/components/config/views/config.events.details.html
edumfa/static/components/config/views/config.events.html
edumfa/static/components/config/views/config.events.list.html
edumfa/static/components/config/views/config.html
edumfa/static/components/config/views/config.machineresolvers.html
edumfa/static/components/config/views/config.mresolvers.hosts.html
edumfa/static/components/config/views/config.mresolvers.ldap.html
edumfa/static/components/config/views/config.mresolvers.list.html
edumfa/static/components/config/views/config.periodictasks.details.html
edumfa/static/components/config/views/config.periodictasks.html
edumfa/static/components/config/views/config.periodictasks.list.html
edumfa/static/components/config/views/config.policies.details.html
edumfa/static/components/config/views/config.policies.html
edumfa/static/components/config/views/config.policies.list.html
edumfa/static/components/config/views/config.radius.edit.html
edumfa/static/components/config/views/config.radius.list.html
edumfa/static/components/config/views/config.realms.html
edumfa/static/components/config/views/config.realms.list.html
edumfa/static/components/config/views/config.resolvers.html
edumfa/static/components/config/views/config.resolvers.http.html
edumfa/static/components/config/views/config.resolvers.ldap.html
edumfa/static/components/config/views/config.resolvers.list.html
edumfa/static/components/config/views/config.resolvers.passwd.html
edumfa/static/components/config/views/config.resolvers.scim.html
edumfa/static/components/config/views/config.resolvers.sql.html
edumfa/static/components/config/views/config.serviceid.edit.html
edumfa/static/components/config/views/config.serviceid.list.html
edumfa/static/components/config/views/config.smsgateway.edit.html
edumfa/static/components/config/views/config.smsgateway.list.html
edumfa/static/components/config/views/config.smtp.edit.html
edumfa/static/components/config/views/config.smtp.list.html
edumfa/static/components/config/views/config.system.doc.html
edumfa/static/components/config/views/config.system.edit.html
edumfa/static/components/config/views/config.system.html
edumfa/static/components/config/views/config.token.daypassword.html
edumfa/static/components/config/views/config.token.email.html
edumfa/static/components/config/views/config.token.hotp.html
edumfa/static/components/config/views/config.token.question.html
edumfa/static/components/config/views/config.token.radius.html
edumfa/static/components/config/views/config.token.remote.html
edumfa/static/components/config/views/config.token.sms.html
edumfa/static/components/config/views/config.token.tiqr.html
edumfa/static/components/config/views/config.token.totp.html
edumfa/static/components/config/views/config.token.u2f.html
edumfa/static/components/config/views/config.token.webauthn.html
edumfa/static/components/config/views/config.token.yubico.html
edumfa/static/components/config/views/config.token.yubikey.html
edumfa/static/components/config/views/config.tokengroup.edit.html
edumfa/static/components/config/views/config.tokengroup.list.html
edumfa/static/components/config/views/config.tokens.html
edumfa/static/components/config/views/dialog.confirm_delete.html
edumfa/static/components/dashboard/controllers/dashboardControllers.js
edumfa/static/components/dashboard/states/states.js
edumfa/static/components/dashboard/views/dashboard.html
edumfa/static/components/dialogs/views/dialog.about.html
edumfa/static/components/dialogs/views/dialog.autocreate_realm.html
edumfa/static/components/dialogs/views/dialog.lock.html
edumfa/static/components/dialogs/views/dialog.no.token.html
edumfa/static/components/dialogs/views/dialog.welcome.html
edumfa/static/components/directives/controllers/directives.js
edumfa/static/components/directives/views/directive.assigntoken.html
edumfa/static/components/directives/views/directive.assignuser.html
edumfa/static/components/directives/views/directive.attachmachine.html
edumfa/static/components/directives/views/directive.attachtoken.html
edumfa/static/components/directives/views/directive.csvdownload.html
edumfa/static/components/directives/views/directive.filter.table.html
edumfa/static/components/directives/views/directive.policyconditions.html
edumfa/static/components/directives/views/directive.tokendata.html
edumfa/static/components/filters/filters.js
edumfa/static/components/login/controllers/loginControllers.js
edumfa/static/components/login/factories/auth.js
edumfa/static/components/login/factories/u2f.js
edumfa/static/components/login/factories/webauthn.js
edumfa/static/components/login/states/states.js
edumfa/static/components/login/views/enter-response.html
edumfa/static/components/login/views/login.html
edumfa/static/components/login/views/offline.html
edumfa/static/components/login/views/pinchange.html
edumfa/static/components/machine/controllers/machineController.js
edumfa/static/components/machine/controllers/machineDetailsController.js
edumfa/static/components/machine/factories/machine.js
edumfa/static/components/machine/states/states.js
edumfa/static/components/machine/views/machine.details.html
edumfa/static/components/machine/views/machine.html
edumfa/static/components/machine/views/machine.list.html
edumfa/static/components/recovery/controllers/recoveryControllers.js
edumfa/static/components/recovery/factories/recoveryFactory.js
edumfa/static/components/recovery/states/states.js
edumfa/static/components/recovery/views/recovery.html
edumfa/static/components/recovery/views/recovery.reset.html
edumfa/static/components/register/controllers/registerControllers.js
edumfa/static/components/register/factories/registerFactory.js
edumfa/static/components/register/states/states.js
edumfa/static/components/register/views/register.html
edumfa/static/components/token/controllers/tokenApplicationsController.js
edumfa/static/components/token/controllers/tokenChallengesController.js
edumfa/static/components/token/controllers/tokenControllers.js
edumfa/static/components/token/controllers/tokenDetailController.js
edumfa/static/components/token/controllers/tokenGetSerialController.js
edumfa/static/components/token/controllers/tokenLostController.js
edumfa/static/components/token/factories/token.js
edumfa/static/components/token/factories/validate.js
edumfa/static/components/token/states/states.js
edumfa/static/components/token/views/dialog.ask_token_delete.html
edumfa/static/components/token/views/token.applications.html
edumfa/static/components/token/views/token.applications.offline.html
edumfa/static/components/token/views/token.applications.ssh.html
edumfa/static/components/token/views/token.assign.html
edumfa/static/components/token/views/token.challenges.html
edumfa/static/components/token/views/token.details.html
edumfa/static/components/token/views/token.display.apps.html
edumfa/static/components/token/views/token.enroll.4eyes.html
edumfa/static/components/token/views/token.enroll.applspec.html
edumfa/static/components/token/views/token.enroll.certificate.html
edumfa/static/components/token/views/token.enroll.daypassword.html
edumfa/static/components/token/views/token.enroll.email.html
edumfa/static/components/token/views/token.enroll.hotp.html
edumfa/static/components/token/views/token.enroll.html
edumfa/static/components/token/views/token.enroll.indexedsecret.html
edumfa/static/components/token/views/token.enroll.motp.html
edumfa/static/components/token/views/token.enroll.paper.html
edumfa/static/components/token/views/token.enroll.push.html
edumfa/static/components/token/views/token.enroll.question.html
edumfa/static/components/token/views/token.enroll.radius.html
edumfa/static/components/token/views/token.enroll.registration.html
edumfa/static/components/token/views/token.enroll.remote.html
edumfa/static/components/token/views/token.enroll.sms.html
edumfa/static/components/token/views/token.enroll.spass.html
edumfa/static/components/token/views/token.enroll.sshkey.html
edumfa/static/components/token/views/token.enroll.tan.html
edumfa/static/components/token/views/token.enroll.tiqr.html
edumfa/static/components/token/views/token.enroll.totp.html
edumfa/static/components/token/views/token.enroll.u2f.html
edumfa/static/components/token/views/token.enroll.vasco.html
edumfa/static/components/token/views/token.enroll.webauthn.html
edumfa/static/components/token/views/token.enroll.yubico.html
edumfa/static/components/token/views/token.enroll.yubikey.html
edumfa/static/components/token/views/token.enrolled.applspec.html
edumfa/static/components/token/views/token.enrolled.certificate.html
edumfa/static/components/token/views/token.enrolled.daypassword.html
edumfa/static/components/token/views/token.enrolled.hotp.html
edumfa/static/components/token/views/token.enrolled.motp.html
edumfa/static/components/token/views/token.enrolled.paper.html
edumfa/static/components/token/views/token.enrolled.push.html
edumfa/static/components/token/views/token.enrolled.registration.html
edumfa/static/components/token/views/token.enrolled.tan.html
edumfa/static/components/token/views/token.enrolled.tiqr.html
edumfa/static/components/token/views/token.enrolled.totp.html
edumfa/static/components/token/views/token.enrolled.u2f.html
edumfa/static/components/token/views/token.enrolled.webauthn.html
edumfa/static/components/token/views/token.getserial.html
edumfa/static/components/token/views/token.html
edumfa/static/components/token/views/token.import.html
edumfa/static/components/token/views/token.list.html
edumfa/static/components/token/views/token.lost.html
edumfa/static/components/translation/translations.js
edumfa/static/components/user/controllers/userControllers.js
edumfa/static/components/user/factories/user.js
edumfa/static/components/user/states/states.js
edumfa/static/components/user/views/dialog.ask_user_delete.html
edumfa/static/components/user/views/user.add.dynamic.form.fields.html
edumfa/static/components/user/views/user.add.html
edumfa/static/components/user/views/user.details.html
edumfa/static/components/user/views/user.html
edumfa/static/components/user/views/user.list.html
edumfa/static/components/user/views/user.password.html
edumfa/static/contrib/css/angular-inform.css
edumfa/static/contrib/css/angular-inform.css.map
edumfa/static/contrib/css/bootstrap-theme.css
edumfa/static/contrib/css/bootstrap-theme.css.map
edumfa/static/contrib/css/bootstrap.css
edumfa/static/contrib/css/bootstrap.css.map
edumfa/static/contrib/css/hotkeys.css
edumfa/static/contrib/css/isteven-multi-select.css
edumfa/static/contrib/fonts/glyphicons-halflings-regular.eot
edumfa/static/contrib/fonts/glyphicons-halflings-regular.svg
edumfa/static/contrib/fonts/glyphicons-halflings-regular.ttf
edumfa/static/contrib/fonts/glyphicons-halflings-regular.woff
edumfa/static/contrib/fonts/glyphicons-halflings-regular.woff2
edumfa/static/contrib/js/angular-inform.js
edumfa/static/contrib/js/angular-inform.js.map
edumfa/static/contrib/js/angular.js
edumfa/static/contrib/js/bootstrap.js
edumfa/static/contrib/js/hotkeys.js
edumfa/static/contrib/js/jquery.js
edumfa/static/contrib/js/u2f-api.js
edumfa/static/contrib/js/ui-bootstrap-tpls.js
edumfa/static/contrib/js/ngmodules/angular-gettext.js
edumfa/static/contrib/js/ngmodules/angular-idle.js
edumfa/static/contrib/js/ngmodules/angular-sanitize.js
edumfa/static/contrib/js/ngmodules/angular-ui-router.js
edumfa/static/contrib/js/ngmodules/angular-ui-router.js.map
edumfa/static/contrib/js/ngmodules/isteven-multi-select.js
edumfa/static/contrib/js/ngmodules/ng-file-upload.js
edumfa/static/contrib/js/webauthn-client/edumfa-webauthn.js
edumfa/static/css/baseline.css
edumfa/static/css/content.css
edumfa/static/css/eduMFA-logo.png
edumfa/static/css/highlight.css
edumfa/static/css/menu.css
edumfa/static/css/papertoken.css
edumfa/static/css/signin.css
edumfa/static/css/table-ui.css
edumfa/static/customize/README.rst
edumfa/static/img/FIDO-U2F-Security-Key-444x444.png
edumfa/static/img/plugup.jpg
edumfa/static/img/solokeys.png
edumfa/static/img/u2fzero.png
edumfa/static/providers/errorMessageProvider.js
edumfa/static/providers/versioningProvider.js
edumfa/static/templates/baseline.html
edumfa/static/templates/cert_request_form.html
edumfa/static/templates/deactivated.html
edumfa/static/templates/documentation.rst
edumfa/static/templates/footer.html
edumfa/static/templates/header.html
edumfa/static/templates/index.html
edumfa/static/templates/menu.html
edumfa/static/templates/token_enrolled.html
edumfa/translations/cs/LC_MESSAGES/messages.mo
edumfa/translations/cs/LC_MESSAGES/messages.po
edumfa/translations/de/LC_MESSAGES/messages.mo
edumfa/translations/de/LC_MESSAGES/messages.po
edumfa/translations/es/LC_MESSAGES/messages.mo
edumfa/translations/es/LC_MESSAGES/messages.po
edumfa/translations/fr/LC_MESSAGES/messages.mo
edumfa/translations/fr/LC_MESSAGES/messages.po
edumfa/translations/it/LC_MESSAGES/messages.mo
edumfa/translations/it/LC_MESSAGES/messages.po
edumfa/translations/nl/LC_MESSAGES/messages.mo
edumfa/translations/nl/LC_MESSAGES/messages.po
edumfa/translations/pl/LC_MESSAGES/messages.mo
edumfa/translations/pl/LC_MESSAGES/messages.po
edumfa/translations/pt_BR/LC_MESSAGES/messages.mo
edumfa/translations/pt_BR/LC_MESSAGES/messages.po
edumfa/translations/ro/LC_MESSAGES/messages.mo
edumfa/translations/ro/LC_MESSAGES/messages.po
edumfa/translations/ru/LC_MESSAGES/messages.mo
edumfa/translations/ru/LC_MESSAGES/messages.po
edumfa/translations/si/LC_MESSAGES/messages.mo
edumfa/translations/si/LC_MESSAGES/messages.po
edumfa/translations/tr/LC_MESSAGES/messages.mo
edumfa/translations/tr/LC_MESSAGES/messages.po
edumfa/translations/zh_Hans/LC_MESSAGES/messages.mo
edumfa/translations/zh_Hans/LC_MESSAGES/messages.po
edumfa/translations/zh_Hant/LC_MESSAGES/messages.mo
edumfa/translations/zh_Hant/LC_MESSAGES/messages.po
edumfa/webui/__init__.py
edumfa/webui/certificate.py
edumfa/webui/login.py
migrations/README
migrations/alembic.ini
migrations/env.py
migrations/script.py.mako
migrations/versions/006d4747f858_.py
migrations/versions/00762b3f7a60_.py
migrations/versions/0c7123345224_.py
migrations/versions/0d011e94a8e8_.py
migrations/versions/140ba0ca4f07_.py
migrations/versions/145ce80decd_.py
migrations/versions/14a1bcb10018_.py
migrations/versions/19f727d285e2_.py
migrations/versions/1a0710df148b_.py
migrations/versions/1a69e5e5e2ac_.py
migrations/versions/1edda52b619f_.py
migrations/versions/204d8d4f351e_.py
migrations/versions/205bda834127_.py
migrations/versions/20969b4cbf06_.py
migrations/versions/2118e566df16_.py
migrations/versions/2181294eed0b_.py
migrations/versions/22558d9f3178_.py
migrations/versions/239995464c48_.py
migrations/versions/2551ee982544_.py
migrations/versions/2ac117d0a6f5_.py
migrations/versions/2c9430cfc66b_.py
migrations/versions/307a4fbe8a05_.py
migrations/versions/3236a1abf1c6_.py
migrations/versions/3429d523e51f_.py
migrations/versions/36428afb2457_.py
migrations/versions/37e6b49fc686_.py
migrations/versions/3ae3c668f444_.py
migrations/versions/3ba618f6b820_.py
migrations/versions/3c6e9dd7fbac_.py
migrations/versions/3d7f8b29cbb1_.py
migrations/versions/3f7e8583ea2_.py
migrations/versions/4023571658f8_.py
migrations/versions/4238eac8ccab_.py
migrations/versions/449903fb6e35_.py
migrations/versions/48ee74b8a7c8_.py
migrations/versions/49a04e560d96_.py
migrations/versions/4a0aec37e7cf_.py
migrations/versions/4d9178fa8336_.py
migrations/versions/4f32a4e1bf33_.py
migrations/versions/50adc980d625_.py
migrations/versions/5402fd96fbca_.py
migrations/versions/58e4f7ebb705_.py
migrations/versions/59ef3e03bc62_.py
migrations/versions/5cb310101a1f_.py
migrations/versions/631ec59e1ca6_.py
migrations/versions/849170064430_.py
migrations/versions/86f40f535d7c_.py
migrations/versions/888b56ed5dcb_.py
migrations/versions/89e57ed16379_.py
migrations/versions/8d40dbcfda25_.py
migrations/versions/9155f0d3d028_.py
migrations/versions/a28f2733897b_.py
migrations/versions/a63df077051a_.py
migrations/versions/a7e91b18a460_.py
migrations/versions/b9131d0686eb_.py
migrations/versions/cb6d7b7bae63_.py
migrations/versions/d2ae8e54b628_.py
migrations/versions/d3c0f0403a84_.py
migrations/versions/d415d490eb05_.py
migrations/versions/d5870fd2f2a4_.py
migrations/versions/d6b40a745e5_.py
migrations/versions/d756b34061ff_.py
migrations/versions/dceb6cd3c41e_.py
migrations/versions/e360c56bcf8c_.py
migrations/versions/e5cbeb7c177_.py
migrations/versions/ef29ba43e290_.py
migrations/versions/fa07bd604a75.py
migrations/versions/fabcf24d9304_.py
migrations/versions/ff26585932ec_.py
tests/__init__.py
tests/base.py
tests/conftest.py
tests/ldap3mock.py
tests/mscamock.py
tests/pkcs11mock.py
tests/queuemock.py
tests/radiusmock.py
tests/redismock.py
tests/requirements.txt
tests/smppmock.py
tests/smtpmock.py
tests/test_api_2stepinit.py
tests/test_api_applications.py
tests/test_api_audit.py
tests/test_api_auth.py
tests/test_api_caconnector.py
tests/test_api_clienttype.py
tests/test_api_edumfaserver.py
tests/test_api_events.py
tests/test_api_lib_policy.py
tests/test_api_lib_utils.py
tests/test_api_machineresolver.py
tests/test_api_machines.py
tests/test_api_machines_serviceid.py
tests/test_api_monitoring.py
tests/test_api_offline_no_token.py
tests/test_api_periodictask.py
tests/test_api_policy.py
tests/test_api_push_validate.py
tests/test_api_radiusserver.py
tests/test_api_register.py
tests/test_api_roles.py
tests/test_api_serviceids.py
tests/test_api_smsgateway.py
tests/test_api_smtpserver.py
tests/test_api_system.py
tests/test_api_token.py
tests/test_api_tokengroup.py
tests/test_api_ttype.py
tests/test_api_u2f.py
tests/test_api_users.py
tests/test_api_validate.py
tests/test_app.py
tests/test_db_model.py
tests/test_lib_applications.py
tests/test_lib_apps.py
tests/test_lib_audit.py
tests/test_lib_auth.py
tests/test_lib_authcache.py
tests/test_lib_caconnector.py
tests/test_lib_challenges.py
tests/test_lib_clientapplication.py
tests/test_lib_config.py
tests/test_lib_counter.py
tests/test_lib_crypto.py
tests/test_lib_edumfaserver.py
tests/test_lib_eventhandler_logging.py
tests/test_lib_eventhandler_usernotification.py
tests/test_lib_events.py
tests/test_lib_framework.py
tests/test_lib_importotp.py
tests/test_lib_lifecycle.py
tests/test_lib_machine_resolver_ldap.py
tests/test_lib_machines.py
tests/test_lib_machinetokens.py
tests/test_lib_monitoringstats.py
tests/test_lib_periodictask.py
tests/test_lib_policy.py
tests/test_lib_policydecorator.py
tests/test_lib_pooling.py
tests/test_lib_queue.py
tests/test_lib_radiusserver.py
tests/test_lib_realm.py
tests/test_lib_recovery.py
tests/test_lib_resolver.py
tests/test_lib_serviceid.py
tests/test_lib_smsprovider.py
tests/test_lib_smtpserver.py
tests/test_lib_sqlutils.py
tests/test_lib_subscriptions.py
tests/test_lib_task_eventcounter.py
tests/test_lib_task_simplestats.py
tests/test_lib_tasks.py
tests/test_lib_token.py
tests/test_lib_tokenclass.py
tests/test_lib_tokengroup.py
tests/test_lib_tokens_certificate.py
tests/test_lib_tokens_daplug.py
tests/test_lib_tokens_daypassword.py
tests/test_lib_tokens_email.py
tests/test_lib_tokens_foureyes.py
tests/test_lib_tokens_hotp.py
tests/test_lib_tokens_indexedsecret.py
tests/test_lib_tokens_motp.py
tests/test_lib_tokens_paper.py
tests/test_lib_tokens_passwordtoken.py
tests/test_lib_tokens_push.py
tests/test_lib_tokens_questionnaire.py
tests/test_lib_tokens_radius.py
tests/test_lib_tokens_registration.py
tests/test_lib_tokens_remote.py
tests/test_lib_tokens_sms.py
tests/test_lib_tokens_spass.py
tests/test_lib_tokens_ssh.py
tests/test_lib_tokens_tan.py
tests/test_lib_tokens_tiqr.py
tests/test_lib_tokens_totp.py
tests/test_lib_tokens_u2f.py
tests/test_lib_tokens_vasco.py
tests/test_lib_tokens_webauthn.py
tests/test_lib_tokens_yubico.py
tests/test_lib_tokens_yubikey.py
tests/test_lib_user.py
tests/test_lib_usercache.py
tests/test_lib_utils.py
tests/test_lib_utils_compare.py
tests/test_mock_ldap3.py
tests/test_resolver_realm.py
tests/test_scripts.py
tests/test_ui_certificate.py
tests/test_ui_login.py
tests/testdata/FIDO-U2F-Security-Key-444x444.png
tests/testdata/NetKnights.pem
tests/testdata/__init__.py
tests/testdata/audit.sqlite
tests/testdata/dictionary
tests/testdata/does_not_exist
tests/testdata/emailtemplate.html
tests/testdata/empty.oath
tests/testdata/enckey
tests/testdata/enckey.enc
tests/testdata/fancytoken.py
tests/testdata/firebase-test.json
tests/testdata/google-services.json
tests/testdata/hosts
tests/testdata/import.oath
tests/testdata/import.oath.asc
tests/testdata/jwt_sign.key
tests/testdata/logging.cfg
tests/testdata/logging.yml
tests/testdata/logging_broken.yaml
tests/testdata/ocra.csv
tests/testdata/passwd
tests/testdata/passwd-duplicate-name
tests/testdata/passwords
tests/testdata/policy.cfg
tests/testdata/policy_empty_file.cfg
tests/testdata/private.pem
tests/testdata/pskc-aes.xml
tests/testdata/pskc-password.xml
tests/testdata/public.pem
tests/testdata/pw-2nd-resolver
tests/testdata/test.sub
tests/testdata/test2.sub
tests/testdata/testuser-api.sqlite
tests/testdata/testuser.sqlite
tests/testdata/testusercache.sqlite
tests/testdata/yubico-oath-long.csv
tests/testdata/yubico-oath.csv
tests/testdata/yubico.csv
tests/testdata/altstatic/templates/testui.html
tests/testdata/attestation/yubico.pem
tests/testdata/ca/cacert.pem
tests/testdata/ca/cakey.pem
tests/testdata/ca/index.txt
tests/testdata/ca/index.txt.attr
tests/testdata/ca/openssl.cnf
tests/testdata/ca/serial
tests/testdata/ca/templates.yaml
tests/testdata/gpg/public.pem
tests/testdata/gpg/pubring.gpg
tests/testdata/gpg/random_seed
tests/testdata/gpg/secring.gpg
tests/testdata/gpg/trustdb.gpg
tests/testdata/msca-connector/ca.pem
tests/testdata/msca-connector/privacyidea-encrypted.key
tests/testdata/msca-connector/privacyidea.key
tests/testdata/msca-connector/privacyidea.pem
tests/testdata/scripts/fail.sh
tests/testdata/scripts/ls.sh
tests/testdata/scripts/success.sh
tests/testdata/trusted_attestation_roots/solokeys_device_attestation_ca.pem
tests/testdata/trusted_attestation_roots/yubico_u2f_device_attestation_ca.pem
tools/creategoogleauthenticator-file
tools/edumfa-authorizedkeys
tools/edumfa-convert-base32.py
tools/edumfa-convert-token
tools/edumfa-convert-token.1
tools/edumfa-convert-xml-to-csv
tools/edumfa-create-ad-users
tools/edumfa-create-ad-users.1
tools/edumfa-create-certificate
tools/edumfa-create-certificate.1
tools/edumfa-create-pwidresolver-user
tools/edumfa-create-pwidresolver-user.1
tools/edumfa-create-sqlidresolver-user
tools/edumfa-create-sqlidresolver-user.1
tools/edumfa-create-userdb
tools/edumfa-create-userdb.1
tools/edumfa-cron
tools/edumfa-diag
tools/edumfa-expired-users
tools/edumfa-export-edumfa-counter.py
tools/edumfa-export-linotp-counter.py
tools/edumfa-fetchssh
tools/edumfa-fetchssh.1
tools/edumfa-fix-access-rights
tools/edumfa-fix-access-rights.1
tools/edumfa-get-serial
tools/edumfa-get-unused-tokens
tools/edumfa-migrate-linotp.py
tools/edumfa-pip-update
tools/edumfa-pip-update.1
tools/edumfa-queue-huey
tools/edumfa-schema-upgrade
tools/edumfa-standalone
tools/edumfa-sync-owncloud.py
tools/edumfa-token-janitor
tools/edumfa-update-counter.py
tools/edumfa-update-linotp-counter.py
tools/edumfa-user-action
tools/edumfa-usercache-cleanup
tools/getgooglecodes
tools/reset-edumfa
tools/ssha.py