summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Rearranged and cleaned up the utils/CMakeLists.txt fileDavid Sommerseth2009-09-021-16/+20
|
* Changed the short argument for --hash-threshold-maxDavid Sommerseth2009-08-221-3/+3
|
* Rewritten CMake rules to build common/ as static libraryDavid Sommerseth2009-04-111-9/+1
| | | | | | This static library is later on linked in. This is to avoid recompiling the same source files several times during a complete eurephia compilation.
* Rewritten common/passwd.c and utils/benchmark.cDavid Sommerseth2009-04-101-1/+48
| | | | Make them work without the need of defining BENCHMARK during compilation
* Fixed wrong user access on fwprofiles in eurephia_initDavid Sommerseth2009-04-051-1/+1
| | | | Forgot to update eurephia_init after commit 5b6c3ba53f33dfe75ddfbb0cf62996f9b3d8de4c
* Using right plug-in path in eurephia_initDavid Sommerseth2009-03-302-2/+2
| | | | This is a regression introduced in commit cda490e1fc19904d015d8d5853af731d3cd983ea
* Added fwadmin in granted access on db initialisationDavid Sommerseth2009-03-301-1/+1
|
* Added a small utility for decoding password salt informationDavid Sommerseth2009-03-292-0/+91
|
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-262-2/+2
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-262-5/+4
| | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct
* Added utility to initialise and prepare a eurephia databaseDavid Sommerseth2009-03-222-0/+567
| | | | | | | | | | | Run the utils/eurephia_init program to setup and do the initial configuration of eurephia. It needs 2 required arguments --database-driver <path to database driver> --database-args <arguments to the db driver> This utility will then guide you through a setup for the different configuration parameters used by eurephia.
* Fixed a memory leak in benchmark.cDavid Sommerseth2009-03-221-1/+4
|
* Added benchmarking to suggest minimum and maximum rounds for hashesDavid Sommerseth2009-03-221-0/+115