Klas Lindfors
b754c24d29
use one curl-handle per server
...
does connection re-use while syncing to that server
2012-06-11 12:41:50 +02:00
Klas Lindfors
fae1aa4021
bump versions
2012-05-24 14:43:25 +02:00
Klas Lindfors
cc687f23b9
NEWS for 2.15
2012-05-24 14:40:17 +02:00
Klas Lindfors
6a94b396dc
check if $sl or $timeout is empty, if they are insert default
2012-05-24 14:37:01 +02:00
Klas Lindfors
027dc9ff6c
use fgetcsv instead of fscanf, handles empty fields
2012-05-23 08:56:48 +02:00
Klas Lindfors
020d8dd3dc
add scripts for exporting and importing the clients
2012-05-23 08:56:15 +02:00
Klas Lindfors
36b3050d6f
Bump version
2012-05-22 14:21:04 +02:00
Klas Lindfors
c936ec5d36
News for 2.14
2012-05-22 14:19:20 +02:00
Klas Lindfors
44ad4ff5e1
Merge branch 'master' of github.com:Yubico/yubikey-val-server-php
2012-05-22 13:16:41 +02:00
Klas Lindfors
3de7ca3c8b
Add code to let the db reconnect after errors.
...
Set PDO error mode to throw exceptions so we can catch them and do things.
2012-05-22 13:15:25 +02:00
Fredrik Thulin
2c9b57a0a0
Detect timeouts and errors in curl (such as resolver failures).
2012-05-22 12:15:31 +02:00
Simon Josefsson
3954527d61
Silence PHP warning.
2012-05-22 10:16:18 +02:00
Simon Josefsson
f2b05822ef
Silence PHP warnings.
2012-05-21 09:12:33 +02:00
Simon Josefsson
7c94240386
Chmod.
2012-05-21 08:49:27 +02:00
Klas Lindfors
53aaceedb9
bump version
2012-05-16 14:01:51 +02:00
Klas Lindfors
e95c7ff89b
set version to 2.13
2012-05-16 13:57:41 +02:00
Klas Lindfors
8dd5bb957f
News for 2.13
2012-05-16 13:55:53 +02:00
Klas Lindfors
a8e3d36f80
use urldecode(http_build_request()) instead of looping and building request string
2012-05-16 13:45:36 +02:00
Klas Lindfors
2e0dbfa2c3
build up the array to sign by taking $_GET or $_POST and remove the h key
2012-05-16 13:45:08 +02:00
Klas Lindfors
fb01829487
check if $argv[1] is set before trying to access it
2012-05-14 12:50:10 +02:00
Klas Lindfors
dd2cdb542c
need ykval-config.php before ykval-db.php
2012-05-14 12:42:51 +02:00
Klas Lindfors
e7d772171a
Bump version
2012-05-10 09:58:34 +02:00
Klas Lindfors
095378a66b
ange how we name the tag to be consistent with old tags
2012-05-09 10:07:41 +02:00
Klas Lindfors
1774570c5e
News for 2.12
2012-05-09 09:45:15 +02:00
Klas Lindfors
854a6527d6
update comment about nonce to reflect what the code actually does enforce
2012-05-08 13:43:21 +02:00
Klas Lindfors
4f26e1aaf7
raise nonce limit to 40 chars as that's what we say in the documentation
2012-05-08 13:41:11 +02:00
Klas Lindfors
5116b2fbe1
basic README
2012-02-22 14:31:54 +01:00
Klas Lindfors
da24a3fe30
fix fast or secure strings as sl
...
move transformation of strings for sync and default values for sync and
timeout to before sanity checking.
2012-02-22 14:27:24 +01:00
Klas Lindfors
68da200795
make sure we have the doc submodule and that it's updated before we copy docs
2012-02-22 14:25:20 +01:00
Klas Lindfors
a44b6672cb
adding doc from github wiki as submodule
2012-02-22 14:20:27 +01:00
Simon Josefsson
aa3815c03c
change svn copying tag to git tag + push
2012-02-22 12:16:00 +01:00
Simon Josefsson
25676a78f1
Bump version.
2012-01-23 19:42:57 +00:00
Simon Josefsson
9bd4398ab4
Bump version and copyright information.
2012-01-23 19:42:40 +00:00
Simon Josefsson
b13b17c94f
Version 2.11.
2011-11-16 18:36:34 +00:00
Simon Josefsson
13a312191b
Remove rowCount entries instead, it reset the search result.
2011-11-14 11:00:30 +00:00
Simon Josefsson
72a001072b
Fix two remaining non-portable uses of rowCount.
2011-11-14 10:28:08 +00:00
Simon Josefsson
9eafe43aa3
Install non-bin PHP files with --mode 644 to avoid executable bit.
2011-11-01 11:24:45 +00:00
Simon Josefsson
1505134999
Credit.
2011-10-31 10:11:45 +00:00
Simon Josefsson
25381bcfc0
Reorder include's to allow for dbi-settings through ykval-config.php. From Fredrik.
2011-10-31 10:11:14 +00:00
Simon Josefsson
5ea7f975b1
Support for DESTDIR in 'make install'.
2011-10-31 07:07:47 +00:00
Simon Josefsson
0f868f4c62
Include munin scripts in tarball.
2011-10-31 07:00:41 +00:00
Simon Josefsson
2dfaec989d
Update NEWS and release info.
2011-10-25 08:10:53 +00:00
Simon Josefsson
a68539e884
Tiny fixes to silence PHP warnings from Hiroki Nose <Hiroki_Nose@totec.co.jp>.
...
1. PHP Notice: Use of undefined constant CURL_OK - assumed 'CURL_OK' in /usr/share/ykval/ykval-common.php on line 156
2. PHP Notice: Undefined index: HTTPS in /usr/share/ykval/ykval-verify.php on line 14
3. PHP Notice: Undefined variable: query in /usr/share/ykval/ykval-db.php on line 186
2011-10-25 08:08:31 +00:00
Simon Josefsson
d65d031d0c
Version 2.10.
2011-08-18 12:48:32 +00:00
Simon Josefsson
a4e37a20be
Fix release rule.
2011-08-18 12:20:14 +00:00
Simon Josefsson
fb506d0238
Don't echo (unsanitized) OTP/NONCE values back to client when
...
sending error codes. Reported by Paul van Empelen.
2011-08-18 12:19:15 +00:00
Simon Josefsson
3d9722d1d4
Fix OpenPGP key.
2011-05-09 14:31:54 +00:00
Simon Josefsson
7d8df324bc
Support multiple IP authorizations in ykval-revoke.php.
2011-05-09 14:31:10 +00:00
Simon Josefsson
966d2b57fe
Version 2.8.
2011-01-06 21:39:35 +00:00
Simon Josefsson
e9d86a6125
Simplify more.
2010-11-15 10:49:10 +00:00