summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Adjusted to match new cmake regimeDavid Sommerseth2008-10-022-0/+6
* | Added support for cmakeDavid Sommerseth2008-10-026-132/+45
|/
* Improved language in compiler warnings when debug is enabledDavid Sommerseth2008-10-011-4/+6
* Fixed compiler warningsDavid Sommerseth2008-09-302-5/+4
* Added mutex locking while writing to log fileDavid Sommerseth2008-09-303-4/+9
* Updated TODO with even more thoughtsDavid Sommerseth2008-09-291-2/+8
* Updated TODODavid Sommerseth2008-09-291-4/+25
* Simplified log codeDavid Sommerseth2008-09-291-5/+3
* Added password masking if SHOW_SECRETS not defined when dumping environment v...David Sommerseth2008-09-293-9/+17
* BUGFIX: Fixed crash on startDavid Sommerseth2008-09-291-2/+2
* Merge branch 'master' of ssh://john/home/gitrepo/eurephiaDavid Sommerseth2008-09-271-37/+45
|\
| * Changed logging behaviour in get_env(...)David Sommerseth2008-09-271-37/+45
* | Show all environment variables and and all arguments in log fileDavid Sommerseth2008-09-271-0/+14
|/
* Added timestamp to log entriesDavid Sommerseth2008-09-261-1/+22
* Improved description in database driver template regarding argument parsingDavid Sommerseth2008-09-261-7/+20
* BUGFIX: Changed SQLite database schema to allow mulitple identical sessionseedsDavid Sommerseth2008-09-261-1/+2
* BUGFIX: Will now not return a new session if registration of sessionkey fails.David Sommerseth2008-09-261-1/+8
* BUGFIX: Follow up on the commit fc8a177bc86fc7e68b15045ba7a791e2504f4b5cDavid Sommerseth2008-09-262-2/+8
* BUGFIX: Made sure that eDBget_sessionkey_seed(...) only returns a sessionkey ...David Sommerseth2008-09-262-3/+12
* Fixed a typo, do not do a critical exit from process_input() on unparseable i...David Sommerseth2008-09-251-2/+2
* Downgraded a few LOG_DEBUG messages to LOG_INFO in efw_iptables, which is fin...David Sommerseth2008-09-251-4/+4
* BUGFIX: Set ctx->loglevel correctlyDavid Sommerseth2008-09-241-1/+1
* BUGFIX: changed argv[1] to argv[0] due to new parameter handling in eurephia.cDavid Sommerseth2008-09-241-3/+3
* Fixed potentinal failure when --log-destination is not given. Log via openvp...David Sommerseth2008-09-241-9/+14
* Improved argument parsing for the eurephia-auth arguments passed from the con...David Sommerseth2008-09-241-36/+75
* Do not try to write to log file if log file is not openedDavid Sommerseth2008-09-241-0/+3
* Removed memwatch files. We should not distribute these files.David Sommerseth2008-09-242-3371/+0
* Updated TODO - db driver template doneDavid Sommerseth2008-09-192-3/+3
* Fixed some sqlite_free_result() issues - missing or incorrectly placedDavid Sommerseth2008-09-191-3/+3
* Updated database driver template to match the most recent needed APIDavid Sommerseth2008-09-191-281/+388
* Improved code security. LOG_DEBUG statements are only compiled if DEBUG=1 is...David Sommerseth2008-09-1911-108/+102
* Fixed Makefile check for OPENVPN_SRC_DIR being set for compilation. Added DE...David Sommerseth2008-09-192-5/+12
* Added flushing of firewall chain on shutdown as well.David Sommerseth2008-09-191-2/+20
* BUGFIX: Fixed wrong freeing of msg pointer in eFW_RunFirewall/process_inputDavid Sommerseth2008-09-191-3/+4
* Renamed openvpn_lastlog.session_del to session_deletedDavid Sommerseth2008-09-193-3/+3
* Fixed compile error, forgot to update one function call during previous commitDavid Sommerseth2008-09-191-1/+1
* Added (untested) logging of time_duration into openvpn_lastlog.session_durationDavid Sommerseth2008-09-196-43/+46
* Updated TODO filesDavid Sommerseth2008-09-192-12/+12
* Added (untested) logging of VPN MAC addresses into openvpn_macaddr_historyDavid Sommerseth2008-09-192-0/+19
* Removed no longer needed file with firewall ideasDavid Sommerseth2008-09-191-31/+0
* Added (untested) flushing of firewall destination chain on firewall module st...David Sommerseth2008-09-182-31/+73
* Updated TODOsDavid Sommerseth2008-09-171-16/+25
* Changed to use proto_1 environment variable instead of proto, due to changes ...David Sommerseth2008-09-171-1/+1
* - Changed from using eDBopen_session(...) to use eDBopen_session_seed(...)alpha_0.6David Sommerseth2008-09-151-9/+27
* - Renamed eDBopen_session(...) to eDBopen_session_seed(...), for openingDavid Sommerseth2008-09-152-8/+41
* - Renamed eDBget_sessionkey(...) to eDBget_sessionkey_seed(...)David Sommerseth2008-09-153-35/+36
* Moved creation and destruction of semaphores and message queue into an own he...alpha_0.5David Sommerseth2008-09-146-54/+143
* Moved eurephia FW from using Posix threads to standard fork. To avoid that t...David Sommerseth2008-09-144-49/+63
* Flushing message queue for firewall updates before telling firewall thread we...David Sommerseth2008-09-141-0/+26
* Fixed execution of firewall command, forgot to fork out process before execve...David Sommerseth2008-09-143-10/+59