1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00
Commit Graph

456 Commits

Author SHA1 Message Date
Dain Nilsson
ee1f040b00 Updated copyright headers. 2013-02-04 17:39:36 +01:00
Dain Nilsson
ad88ccdb1f Updated references to old Google Code project. 2013-02-04 17:06:32 +01:00
Dain Nilsson
bfbb80b17a Fixed problems when no current result exists. 2013-01-31 16:41:48 +01:00
Dain Nilsson
c12ec8e266 Updated NEWS and Makefile post 2.20 release. 2013-01-31 14:57:04 +01:00
Dain Nilsson
3189b5fd2d Added quoting of versions for Jekyll 2013-01-31 14:09:48 +01:00
Dain Nilsson
a66e6fd8b5 Updated NEWS for 2.20 2013-01-31 13:27:56 +01:00
Dain Nilsson
e7ff21034b Updated doc. 2013-01-31 12:42:31 +01:00
Dain Nilsson
dde2521f43 Updated NEWS. 2013-01-30 16:58:07 +01:00
Dain Nilsson
ecdac17b3c Made releases go to GitHub. 2013-01-30 16:51:32 +01:00
Dain Nilsson
af9dd0d055 Updated README 2013-01-30 14:48:09 +01:00
Dain Nilsson
31dcebfc3c Updated doc. 2013-01-30 13:46:44 +01:00
Dain Nilsson
6cb16f2125 Added man pages. 2013-01-30 11:26:09 +01:00
Dain Nilsson
5e9b63d102 Basic handling of #comments and empty lines in import tools. 2013-01-30 09:51:07 +01:00
Dain Nilsson
bdee613e1e Removed file extensions of executables. 2013-01-29 15:02:28 +01:00
Dain Nilsson
d62f867acd Removed System_Daemon. 2013-01-29 14:53:57 +01:00
Dain Nilsson
8364f7deac Made ykval-munin-responses use /var/log/syslog. 2013-01-29 14:43:26 +01:00
Dain Nilsson
0c609b0c50 Updated NEWS file. 2013-01-28 16:38:53 +01:00
Dain Nilsson
56b03a58c6 Switched import/export scripts to use comma separation instead of tabs. 2013-01-28 16:24:23 +01:00
Dain Nilsson
94b3f686fd Removed reference to yubikey-val-server-php in doc. 2013-01-28 15:56:05 +01:00
Dain Nilsson
08ae17bbbd Made ykval-config.php work out of the box. 2013-01-28 15:29:48 +01:00
Dain Nilsson
ffb207e48a Updated path to wiki in README 2013-01-28 13:20:33 +01:00
Dain Nilsson
73f6a76382 Updated NEWS with path changes. 2013-01-28 13:17:08 +01:00
Dain Nilsson
66dc49b5c5 Updated remote of doc submodule. 2013-01-28 13:15:10 +01:00
Dain Nilsson
976146a646 Use yubikey-val instead of ykval in paths, configuration in /etc/yubico/val 2013-01-28 13:12:46 +01:00
Dain Nilsson
88e6d8bfaa Added ChangeLog generation using git2cl. 2013-01-24 15:28:21 +01:00
Klas Lindfors
c4bd4b0bae script for checksumming deactivated YubiKeys 2012-08-22 13:25:52 +02:00
Klas Lindfors
471ed5d077 mend things broken after db rewrite merge. 2012-08-22 13:21:24 +02:00
Klas Lindfors
ee36db3be1 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
Klas Lindfors
bffa931deb bump versions post-release 2012-07-05 15:46:51 +02:00
Klas Lindfors
4eeace9b70 release 2.19 2012-07-05 15:44:39 +02:00
Klas Lindfors
d9cad0ef87 NEWS for db rewrite 2012-07-05 12:51:51 +02:00
Klas Lindfors
e47d407fd9 Merge branch 'feature/oracle_support'
Conflicts:
	Makefile
2012-07-05 12:47:36 +02:00
Klas Lindfors
0c62692871 summarize changes for 2.19 2012-07-04 13:35:25 +02:00
Klas Lindfors
ac24c07680 add resync.php to Makefile 2012-06-29 16:13:38 +02:00
Klas Lindfors
1b848cb77e add 'as count' to sql to get it working on mysql 2012-06-29 12:46:01 +02:00
Klas Lindfors
806ad0c72f do $res->rowCount() instead of count($res->fetchAll())
this time for the pdo code on oracle branch.
2012-06-29 10:36:32 +02:00
Klas Lindfors
34706698a4 Merge branch 'master' into feature/oracle_support
Conflicts:
	ykval-db.php
	ykval-export.php
	ykval-synclib.php
2012-06-29 10:33:41 +02:00
Klas Lindfors
c4a6fdfc9d make sure ykval-munin-yubikeystats.php gets installed 2012-06-29 09:52:39 +02:00
Remi Mollon
f9e1a3a883 getRowValue is not needed anymore 2012-06-28 14:55:00 +02:00
Remi Mollon
b29d0ecdff fix Oracle query in findByMultiple + getRowValue is not needed anymore 2012-06-28 14:53:54 +02:00
Fredrik Thulin
d4cecdfaf4 Add __YKRESYNC_IPS__ to template. 2012-06-18 15:05:23 +02:00
Fredrik Thulin
e51efce079 init 2012-06-18 14:19:09 +02:00
Fredrik Thulin
2d193e29e1 init 2012-06-18 14:19:00 +02:00
Fredrik Thulin
54d7110036 Less verbose logging when verifying remote IP. 2012-06-18 12:42:39 +02:00
Klas Lindfors
77b9560710 with postgres the bool active is returned as a php bool
that's casted to a string gives 1 when true and empty string when false.. cast to an int to get 1 and 0.
2012-06-15 21:52:21 +02:00
Klas Lindfors
dfbe5a0ddf bump versions post-release 2012-06-15 15:01:52 +02:00
Klas Lindfors
670ae537aa Merge branch 'master' of github.com:Yubico/yubikey-val-server-php 2012-06-15 14:59:27 +02:00
Fredrik Thulin
38185be07d Fix errors with our new logging code :( 2012-06-15 11:59:42 +02:00
Fredrik Thulin
64e9671b49 Merge branch 'master' of github.com:Yubico/yubikey-val-server-php 2012-06-15 11:04:32 +02:00
Klas Lindfors
69ec7da176 bump versions post-release 2012-06-15 10:50:39 +02:00