summaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up the driver/interface API for database and firewallDavid Sommerseth2009-11-041-3/+5
* Restrict log length of mac addressDavid Sommerseth2009-10-131-2/+2
* Always process certificate depth as integerDavid Sommerseth2009-10-131-6/+7
* Fixed memory leak in the firewall implementation and added mlock() usageDavid Sommerseth2009-10-062-1/+25
* Added missing doxygen comments to environment.hDavid Sommerseth2009-10-051-17/+182
* Use macros to extract values via get_env()David Sommerseth2009-10-054-42/+97
* Only DEBUG log what get_env() will returnDavid Sommerseth2009-10-051-3/+3
* Moved the get_env() function into its own fileDavid Sommerseth2009-10-044-59/+144
* Restrict input data length for plug-in arguments from openvpnDavid Sommerseth2009-10-042-8/+11
* Tightening the building of the seeddata string even moreDavid Sommerseth2009-10-021-1/+1
* Fixed possible integer overflow issueDavid Sommerseth2009-10-021-7/+7
* Modified get_env() function to limit number of bytes to extractDavid Sommerseth2009-10-023-60/+152
* Added extra parameter to eurephia_log_init() to set log ident for syslogDavid Sommerseth2009-09-241-2/+2
* Rewritten the eurephia_log() to support syslog logging as wellDavid Sommerseth2009-09-243-39/+14
* Fixed some new Doxygen warnings which came after enabling static functions an...David Sommerseth2009-09-141-1/+9
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-074-46/+46
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-073-30/+18
* Added missing include fileDavid Sommerseth2009-09-051-0/+1
* Cleaned up and added some missing commentsDavid Sommerseth2009-09-054-10/+26
* Even more commentsDavid Sommerseth2009-09-046-23/+83
* Added doxygen commentsDavid Sommerseth2009-09-026-30/+330
* Added copyright info in CMake filesDavid Sommerseth2009-09-022-1/+39
* Added missing #include statementsDavid Sommerseth2009-09-022-0/+2
* Cleaned up the CMake rules for the eurephia-auth.so plug-inDavid Sommerseth2009-09-021-19/+38
* Cleaned up the efw-iptables CMake rulesDavid Sommerseth2009-09-021-3/+11
* Rewritten CMake rules to build common/ as static libraryDavid Sommerseth2009-04-112-14/+5
* Restructured ./configure and improved the path setupDavid Sommerseth2009-03-302-2/+2
* Corrected a log entry on login/logoutDavid Sommerseth2009-03-261-2/+2
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-2612-12/+12
* Cleaned up the code a little bitDavid Sommerseth2009-03-2612-25/+28
* Renamed passwdhash(...) function to eurephia_quick_hash(...)David Sommerseth2009-03-211-1/+1
* Moved eDBsessionGetRandString(...) to a more global and independent eurephia_...David Sommerseth2009-01-103-3/+6
* BUGFIX: Removed several memory leaksDavid Sommerseth2009-01-031-0/+5
* BUGFIX: Fixed unintended truncation of the session key and session seed valuesDavid Sommerseth2009-01-031-2/+2
* Introduced password caching on authenticated sessionsDavid Sommerseth2009-01-032-7/+72
* Make it possible to compile plug-in again without eurephiadm enabledDavid Sommerseth2009-01-021-1/+5
* Merge branch 'master' into eurephiadmDavid Sommerseth2008-12-022-2/+4
|\
| * Added login and logout info messages when log-level is 1David Sommerseth2008-12-021-0/+2
| * Made some messages clearer in efw-iptablesDavid Sommerseth2008-12-021-2/+2
* | Added context_type into eurephiaCTX struct. Database queries limited due to ...David Sommerseth2008-11-292-0/+2
* | Removed unneeded declaraion of eDBset_session_value(...) after commit 0c35035...David Sommerseth2008-11-281-2/+0
* | Splitted plugin/eurephiadb_session.[ch] into two partsDavid Sommerseth2008-11-284-119/+5
|/
* Added minimum API version check when loading database driver.David Sommerseth2008-11-281-1/+1
* Cleaned up eurephiadb_session dependenciesDavid Sommerseth2008-11-282-34/+1
* Made eurephia_context.h even more generic and independentDavid Sommerseth2008-11-286-1/+14
* Renamed eurephia_struct.h to eurephia_context.hDavid Sommerseth2008-11-278-59/+13
* Code cleanup: Splitted all structures defined in eurephia_struct.h into sepa...David Sommerseth2008-11-055-52/+87
* 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
* Renamed efw_iptables to efw-iptables (underscore -> dash)David Sommerseth2008-11-052-6/+6