1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00
YubiKey OTP validation server in PHP
Go to file
2012-08-22 13:21:24 +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
.gitignore ignore release artifacts 2012-06-12 09:23:32 +02: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 versions post-release 2012-07-05 15:46:51 +02:00
NEWS bump versions post-release 2012-07-05 15:46:51 +02:00
README basic README 2012-02-22 14:31:54 +01:00
ykval-checksum-clients.php getRowValue is not needed anymore 2012-06-28 14:55:00 +02:00
ykval-common.php Fix errors with our new logging code :( 2012-06-15 11:59:42 +02:00
ykval-config.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00
ykval-db-oci.php fix Oracle query in findByMultiple + getRowValue is not needed anymore 2012-06-28 14:53:54 +02:00
ykval-db-pdo.php do $res->rowCount() instead of count($res->fetchAll()) 2012-06-29 10:36:32 +02:00
ykval-db.oracle.sql 40 char nonce for oracle as well 2012-06-13 13:29:40 +02:00
ykval-db.php do $res->rowCount() instead of count($res->fetchAll()) 2012-06-13 14:45:37 +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 Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00
ykval-export.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00
ykval-import-clients.php more oracle compatibility 2012-06-12 13:27:51 +02:00
ykval-import.php more oracle compatibility 2012-06-12 13:27:51 +02:00
ykval-log.php delete-trailing-whitespace 2012-05-29 11:07:19 +02:00
ykval-munin-ksmlatency.php newer munin uses variables in the plugin instead of the filename to determine graph name, make them consistent. 2012-08-21 08:23:43 +02:00
ykval-munin-queuelength.php Fix db-config init. 2012-05-25 10:58:52 +02:00
ykval-munin-responses.pl newer munin uses variables in the plugin instead of the filename to determine graph name, make them consistent. 2012-08-21 08:23:43 +02:00
ykval-munin-vallatency.php newer munin uses variables in the plugin instead of the filename to determine graph name, make them consistent. 2012-08-21 08:23:43 +02:00
ykval-munin-yubikeystats.php mend things broken after db rewrite merge. 2012-08-22 13:21:24 +02:00
ykval-ping.php delete-trailing-whitespace 2012-05-29 11:07:19 +02:00
ykval-queue.php delete-trailing-whitespace 2012-05-29 11:07:19 +02:00
ykval-resync.php mend things broken after db rewrite merge. 2012-08-22 13:21:24 +02:00
ykval-revoke.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00
ykval-sync.php Less verbose logging when verifying remote IP. 2012-06-18 12:42:39 +02:00
ykval-synclib.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00
ykval-verify.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +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