summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Implemented command handling. Missing argument handling yetDavid Sommerseth2008-12-011-7/+99
* | Split eurephiadm.c into several filesDavid Sommerseth2008-12-018-343/+523
* | Added possibility to add comments in config file using #David Sommerseth2008-12-011-0/+9
* | Removed unneeded debug infoDavid Sommerseth2008-12-011-1/+0
* | BUGFIX: Fixed missing slash when env.var. EUREHPIA_DIR is usedDavid Sommerseth2008-12-011-1/+2
* | BUGFIX: Do not try to parse config line if no separator ('=') is found.David Sommerseth2008-12-011-1/+6
* | Changed the exit procedure when auto-logged out, to shutdown properlyDavid Sommerseth2008-11-301-2/+5
* | Fixed memory leak. Was missing a sqlite_free_results(...)David Sommerseth2008-11-301-0/+1
* | Completed login/logout from eurephiadm. Added config file parser.David Sommerseth2008-11-301-19/+160
* | BUGFIX: Avoid core dump on eurephia_log(...) if eurephiaCTX is NULLDavid Sommerseth2008-11-301-1/+1
* | BUGFIX: Fixed several errors in eurephia_values.cDavid Sommerseth2008-11-301-34/+47
* | Splittet eAdd_value(...) up and put parts of it into eAdd_valuestruct(...) to...David Sommerseth2008-11-302-10/+22
* | Added eDBadminLogout(...) function in database driverDavid Sommerseth2008-11-303-3/+44
* | eurephiadm can now use eDBadminValidateSession(...) to use open session. Aut...David Sommerseth2008-11-302-51/+108
* | eurephiadm can now login properly and reads and writes session fileDavid Sommerseth2008-11-301-18/+124
* | Unified define flagsDavid Sommerseth2008-11-303-5/+5
* | Completed the change of authentication model in database driverDavid Sommerseth2008-11-305-89/+134
* | Fixed core dump issue with eDBstore_session_value(...) / (*eDBstore_session_v...David Sommerseth2008-11-304-13/+14
* | Changed the id's for ECTX_ADMIN_* values, to make them more bitwise wiserDavid Sommerseth2008-11-301-2/+2
* | Improved admin authentication modelDavid Sommerseth2008-11-302-1/+5
* | Merge branch 'master' into eurephiadmDavid Sommerseth2008-11-292-5/+9
|\|
| * BUGFIX: Use hard coded default values when checking against openvpn_attempts ...David Sommerseth2008-11-292-5/+9
* | Login seems to work from database driver sideDavid Sommerseth2008-11-293-7/+256
* | Corrected silly typoDavid Sommerseth2008-11-291-1/+1
* | Updated the eurephiadm utility to manage simple loginDavid Sommerseth2008-11-294-2/+154
* | Added context_type into eurephiaCTX struct. Database queries limited due to ...David Sommerseth2008-11-294-0/+12
* | Removed unneeded declaraion of eDBset_session_value(...) after commit 0c35035...David Sommerseth2008-11-281-2/+0
* | Added drafts for structs needed for admin utilsDavid Sommerseth2008-11-281-0/+74
* | Splitted plugin/eurephiadb_session.[ch] into two partsDavid Sommerseth2008-11-288-121/+179
* | Rough preparation of the db drivers for API ver 2David Sommerseth2008-11-282-3/+29
* | Added some needed admin functionsDavid Sommerseth2008-11-282-1/+34
* | Added first skeleton of a command line admin utilDavid Sommerseth2008-11-285-0/+156
|/
* Added minimum API version check when loading database driver.David Sommerseth2008-11-283-3/+12
* BUGFIX: Added missing linking against cryptoDavid Sommerseth2008-11-281-1/+1
* Cleaned up eurephiadb_session dependenciesDavid Sommerseth2008-11-284-2/+1
* Made eurephia_context.h even more generic and independentDavid Sommerseth2008-11-287-2/+18
* Renamed eurephia_struct.h to eurephia_context.hDavid Sommerseth2008-11-2715-23/+21
* Code cleanup: Splitted all structures defined in eurephia_struct.h into sepa...David Sommerseth2008-11-059-53/+157
* BUGFIX: Corrected misbehaviour when no firewall interfaces is requested to b...David Sommerseth2008-11-051-1/+4
* Added check for sem_timedwait() function in CMake rules. Needed for fw imple...David Sommerseth2008-11-051-2/+3
* Added uninstall ruleDavid Sommerseth2008-11-051-12/+27
* Renamed efw_iptables to efw-iptables (underscore -> dash)David Sommerseth2008-11-052-6/+6
* Renamed eurephiadb-sqlite to edb-sqliteDavid Sommerseth2008-11-052-7/+7
* FEATURE: Enhanced firewall blacklisting to make it more flexibleDavid Sommerseth2008-11-053-3/+28
* Code improvement - using already assigned (char *) pointer instead of calling...David Sommerseth2008-11-031-1/+1
* BUGFIX: Fixed wrong attempt count reset during eurephia_tlsverify(...)v0.9.2_betaDavid Sommerseth2008-11-011-3/+0
* Updated TODO ... ready for next beta v0.9.2_betaDavid Sommerseth2008-11-012-14/+14
* Added double check that IP addr is not null before calling eFW_UpdateFirewall...David Sommerseth2008-11-011-1/+3
* Added double check if ip address is NULL or notDavid Sommerseth2008-11-011-1/+4
* Fixed missing WHERE clause in SQL for extracting blacklisted IP addressesDavid Sommerseth2008-11-012-2/+2