1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00
YubiKey OTP validation server in PHP
Go to file
2012-05-24 14:37:01 +02:00
doc@77c9a10f43 adding doc from github wiki as submodule 2012-02-22 14:20:27 +01:00
tests refactoring. removed unneccessary SQL query 2010-01-14 12:15:26 +00:00
.gitmodules adding doc from github wiki as submodule 2012-02-22 14:20:27 +01:00
AUTHORS Simplify license headers. 2010-04-23 18:07:10 +00:00
COPYING Bump version and copyright information. 2012-01-23 19:42:40 +00:00
Makefile Bump version 2012-05-22 14:21:04 +02:00
NEWS Bump version 2012-05-22 14:21:04 +02:00
README basic README 2012-02-22 14:31:54 +01:00
ykval-checksum-clients.php check if $argv[1] is set before trying to access it 2012-05-14 12:50:10 +02:00
ykval-common.php use urldecode(http_build_request()) instead of looping and building request string 2012-05-16 13:45:36 +02:00
ykval-config.php Add code to let the db reconnect after errors. 2012-05-22 13:15:25 +02:00
ykval-db.php Merge branch 'master' of github.com:Yubico/yubikey-val-server-php 2012-05-22 13:16:41 +02:00
ykval-db.sql raise nonce limit to 40 chars as that's what we say in the documentation 2012-05-08 13:41:11 +02:00
ykval-export-clients.php add scripts for exporting and importing the clients 2012-05-23 08:56:15 +02:00
ykval-export.php Reorder include's to allow for dbi-settings through ykval-config.php. From Fredrik. 2011-10-31 10:11:14 +00:00
ykval-import-clients.php add scripts for exporting and importing the clients 2012-05-23 08:56:15 +02:00
ykval-import.php use fgetcsv instead of fscanf, handles empty fields 2012-05-23 08:56:48 +02:00
ykval-log.php Use openlog. 2010-01-14 11:56:40 +00:00
ykval-munin-ksmlatency.php Detect timeouts and errors in curl (such as resolver failures). 2012-05-22 12:15:31 +02:00
ykval-munin-queuelength.php Silence PHP warnings. 2012-05-21 09:12:33 +02:00
ykval-munin-vallatency.php Detect timeouts and errors in curl (such as resolver failures). 2012-05-22 12:15:31 +02:00
ykval-ping.php Add. 2009-09-21 09:39:14 +00:00
ykval-queue.php Refactored. Db log gets name after synclib + db now. 2010-01-14 13:45:44 +00:00
ykval-revoke.php Support multiple IP authorizations in ykval-revoke.php. 2011-05-09 14:31:10 +00:00
ykval-sync.php Fix undefined warnings. Solves Issue #8. 2010-04-23 17:36:23 +00:00
ykval-synclib.php Silence PHP warnings. 2012-05-21 09:12:33 +02:00
ykval-verify.php check if $sl or $timeout is empty, if they are insert default 2012-05-24 14:37:01 +02:00

Documentation is in doc/

If you've checked out the source tree and the doc/ dir is empty, do

    $ git submodule init
    $ git submodule update

The documentation is also available online at

    http://github.com/Yubico/yubikey-val-server-php/wiki