add ACL for read/write/find/scan, add auth command, add -a and -s options to find command, include user and access level to info output, add user and secret arguments to HTTP port

This commit is contained in:
john30
2017-02-18 11:44:32 +01:00
parent 515f412113
commit 33128f221a
7 changed files with 327 additions and 123 deletions
+2
View File
@@ -57,6 +57,8 @@ struct options {
unsigned int masterCount; //!< expected number of masters for arbitration [0]
bool generateSyn; //!< enable AUTO-SYN symbol generation
const char* accessLevel; //!< default access level
const char* aclFile; //!< ACL file name
bool foreground; //!< run in foreground
bool enableHex; //!< enable hex command
const char* pidFile; //!< PID file name [/var/run/ebusd.pid]