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

332 Commits

Author SHA1 Message Date
Olov Danielson
b3036967a2 Log module logs log_level as well 2010-01-14 11:41:43 +00:00
Olov Danielson
c2245924cf Added possibility to use custom fields in logging module. Also added client IP and otp in verify and sync logs. 2010-01-14 11:25:17 +00:00
Olov Danielson
433c82cce7 Added a few checks for input parameters and corrected warnings according to new docuemnt 2010-01-14 09:39:48 +00:00
Olov Danielson
ab952c523c . 2010-01-13 15:32:57 +00:00
Simon Josefsson
e5fcbe8ba9 Use names again. 2010-01-13 14:17:52 +00:00
Olov Danielson
bfee638917 Corrected a few log entries 2010-01-13 12:32:38 +00:00
Olov Danielson
0e41f1cb53 . 2010-01-12 18:16:27 +00:00
Olov Danielson
1fbe73dbf8 . 2010-01-12 18:13:07 +00:00
Olov Danielson
5b729eee75 . 2010-01-12 18:05:41 +00:00
Olov Danielson
78de5a978e when creatin yubikey entries all values better be filled in 2010-01-12 17:37:00 +00:00
Olov Danielson
38edb79866 . 2010-01-12 17:14:58 +00:00
Olov Danielson
0d105e5ecc . 2010-01-12 15:24:38 +00:00
Olov Danielson
6cc547f791 Remove ID column from yubikeys and queue table. Renamed and changed random_key to server_nonce 2010-01-12 13:00:28 +00:00
Simon Josefsson
bace6d58a8 Fix startup code. 2010-01-11 16:16:54 +00:00
Simon Josefsson
98e849023f Fix. 2010-01-11 15:41:27 +00:00
Simon Josefsson
c16dac8234 fix 2010-01-11 15:39:21 +00:00
Simon Josefsson
4afa471b98 Fix. 2010-01-11 15:36:53 +00:00
Simon Josefsson
42887ca356 Remove .htaccess. 2010-01-11 15:23:35 +00:00
Olov Danielson
03dc061a28 Removed .php on ykval-queue install 2010-01-11 15:15:27 +00:00
Olov Danielson
a460a8de3b Takes path argument on commandline 2010-01-11 15:13:13 +00:00
Simon Josefsson
f27fa7b8bd Cleanup. 2010-01-11 14:44:13 +00:00
Olov Danielson
ef3bfdff54 Added queue and log 2010-01-11 14:22:40 +00:00
Simon Josefsson
5b187bc77c Simplify SQL. 2010-01-11 14:15:26 +00:00
Olov Danielson
76f35dd580 ops, ykval-log file needed as well. 2010-01-11 12:07:28 +00:00
Olov Danielson
a839954882 Unified logging to use Log class defined in ykval-log.php which in turn uses syslog.
NOTE: ykval common debug function is still available but uses Log class aswell to actually
log message.
2010-01-11 12:06:00 +00:00
Olov Danielson
e66dc86f5b Spelling error corrected 2010-01-11 10:31:39 +00:00
Olov Danielson
94c8e17ef6 Only allowed sync requests from specified IP addresses 2010-01-11 10:25:25 +00:00
Olov Danielson
199296c91f Added help description to sync daemon 2010-01-10 17:31:06 +00:00
Olov Danielson
10d6f5e4ec corrected. Rowcount acts on last statement result rather on db 2010-01-10 17:24:17 +00:00
Olov Danielson
d896a8c2d9 Added rowcount function to db 2010-01-10 17:14:32 +00:00
Olov Danielson
9ede835f5e Rewritten sync daemon to work in a sequential way. Now called ykval-queue.php 2010-01-10 16:46:11 +00:00
Olov Danielson
851aa21c66 Changed to using PDO database connection 2010-01-08 16:35:25 +00:00
Olov Danielson
b9701c16ea Changed DB-names to be more consistent (WARNING current revision might be broken but needs to be submitted for multiserver test purposes) 2010-01-08 13:54:33 +00:00
Simon Josefsson
897ef6e6b3 Move. 2009-12-15 21:34:16 +00:00
Simon Josefsson
eff489989b Remove. 2009-12-15 21:33:40 +00:00
Simon Josefsson
c088f09ac4 Improve. 2009-12-15 21:33:15 +00:00
Simon Josefsson
3d9f507903 Simplify. 2009-12-15 21:22:48 +00:00
Simon Josefsson
9a646efd5d fix 2009-12-15 16:14:21 +00:00
Simon Josefsson
dd5c5a2219 fix 2009-12-15 16:11:10 +00:00
Simon Josefsson
b5ac2e0bf8 rm. 2009-12-15 15:56:06 +00:00
Simon Josefsson
970cd3f27c Add symlink rule. 2009-12-15 15:55:09 +00:00
Simon Josefsson
a59a3e0a75 Fix filename. 2009-12-15 15:39:47 +00:00
Simon Josefsson
e19192dcfe Add install target. 2009-12-15 15:38:46 +00:00
Simon Josefsson
8fd22d6c2e Remove getapikey service. 2009-12-15 14:59:24 +00:00
Simon Josefsson
a2b0649681 Add comments. 2009-12-15 14:56:01 +00:00
Olov Danielson
b6a44f4faa change nonce to allow alphanumeric characters 2009-12-15 11:32:28 +00:00
Olov Danielson
b8ee9550be nonce introduced 2009-12-15 10:21:46 +00:00
Olov Danielson
6788e5effa 1. Nonce introduced in protocol. This required changes in the chain from client->verify->sync.
2. ykval-verify is modified a bit. It now acts more as a flow controller and relies on ykval-synclib 
to do details on DB-calls and counterlogic. The "system" decision making is still located in ykval-verify.
2009-12-15 10:17:51 +00:00
Olov Danielson
7be831db12 Corrected calculation of hmac with extra parameters (protocol v. 2). Corrected calculation of sl return value (use float inside) 2009-12-08 16:07:08 +00:00
Olov Danielson
8a22c88648 Added sync daemon 2009-12-08 12:53:25 +00:00