summaryrefslogtreecommitdiffstats
path: root/eurephia.c
Commit message (Expand)AuthorAgeFilesLines
* Logging when username/password is authenticatedDavid Sommerseth2008-10-081-0/+2
* Moved TLS authentication logging from database module to eurephia.cDavid Sommerseth2008-10-081-1/+10
* Log review - changed log levels for all DEBUG(...) callsDavid Sommerseth2008-10-041-12/+12
* Log review (part 1) - log categoriesDavid Sommerseth2008-10-031-2/+2
* Fixed compiler warningsDavid Sommerseth2008-09-301-4/+3
* Changed logging behaviour in get_env(...)David Sommerseth2008-09-271-37/+45
* BUGFIX: Set ctx->loglevel correctlyDavid Sommerseth2008-09-241-1/+1
* 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
* Improved code security. LOG_DEBUG statements are only compiled if DEBUG=1 is...David Sommerseth2008-09-191-18/+15
* 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-191-1/+2
* 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
* First attempt to make efw_iptables do some real iptables workDavid Sommerseth2008-09-141-10/+15
* Added first attempt to make the firewall interface communictateDavid Sommerseth2008-08-251-1/+3
* Merge branch 'alpha'David Sommerseth2008-08-241-11/+16
|\
| * Added more debug info on eurephia core functionsDavid Sommerseth2008-08-241-7/+12
| * Let eDBfree_session(...) make use of eFree_values(...) to free session valuesDavid Sommerseth2008-08-241-4/+4
* | Added framework for putting a firewall module into its own threadDavid Sommerseth2008-08-201-0/+4
* | Added first phase of firewall interface. Skeleton for loading of interface s...David Sommerseth2008-08-101-4/+22
|/
* Added GPLv2 licence, updated *.[ch] files to include license, with exception ...David Sommerseth2008-08-081-0/+19
* BUGFIX: Fixed core dump when shuting down openvpn. Tried to write log data t...David Sommerseth2008-08-061-2/+0
* Fixed small log typoDavid Sommerseth2008-08-061-1/+1
* Fixed typoDavid Sommerseth2008-08-061-1/+1
* BUGFIX: Follow up on previous fixDavid Sommerseth2008-08-061-1/+4
* BUGFIX: Hopefully the core dump on unopened log file is fixedDavid Sommerseth2008-08-061-2/+4
* Imported eurephia into gitDavid Sommerseth2008-08-061-0/+393