LogDoctor 2.04
Parse Apache2/Nginx/IIS logs and view dinamically generated statistics
Loading...
Searching...
No Matches
Functions
CheckSec Namespace Reference

CheckSec. More...

Functions

bool checkCollectionDatabase (const std::string &db_path)
 Checks the structure's integrity of the Collection database.
 
bool checkHashesDatabase (const std::string &db_path)
 Checks the structure's integrity of the Hashes database.
 

Detailed Description

CheckSec.

Utilities used to check the databases

Function Documentation

◆ checkCollectionDatabase()

bool CheckSec::checkCollectionDatabase ( const std::string &  db_path)

Checks the structure's integrity of the Collection database.

Parameters
db_pathThe path of the database, file included
Returns
The result of the check
See also
checkDatabaseTablesNames(), newCollectionDatabase(), newHashesDatabase()

◆ checkHashesDatabase()

bool CheckSec::checkHashesDatabase ( const std::string &  db_path)

Checks the structure's integrity of the Hashes database.

Parameters
db_pathThe path of the database, file included
Returns
The result of the check
See also
checkDatabaseTablesNames(), newCollectionDatabase(), newHashesDatabase()