From d829c323b9cab7fcefc527c86f097623a0c0c549 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 13 Oct 2014 09:55:42 +0200 Subject: [PATCH] Header history update Header history update --- server/core/dbusers.c | 1 + server/include/dbusers.h | 1 + 2 files changed, 2 insertions(+) diff --git a/server/core/dbusers.c b/server/core/dbusers.c index ff1c78c44..2a2ad3ae2 100644 --- a/server/core/dbusers.c +++ b/server/core/dbusers.c @@ -31,6 +31,7 @@ * 29/09/2014 Massimiliano Pinto Added Mysql user@host authentication with wildcard in IPv4 hosts: * x.y.z.%, x.y.%.%, x.%.%.% * 03/10/14 Massimiliano Pinto Added netmask to user@host authentication for wildcard in IPv4 hosts + * 13/10/14 Massimiliano Pinto Added (user@host)@db authentication * * @endverbatim */ diff --git a/server/include/dbusers.h b/server/include/dbusers.h index 3397a7a6a..57b205333 100644 --- a/server/include/dbusers.h +++ b/server/include/dbusers.h @@ -33,6 +33,7 @@ * 25/02/13 Massimiliano Pinto Added users table refresh rate default values * 28/02/14 Massimiliano Pinto Added MySQL user and host data structure * 03/10/14 Massimiliano Pinto Added netmask to MySQL user and host data structure + * 13/10/14 Massimiliano Pinto Added resource to MySQL user and host data structure * * @endverbatim */