summaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Improve compiler warning if OpenSSL build of OpenVPN is not detectedDavid Sommerseth2016-01-201-1/+1
* plugin: Remove usage of not really useful environment variable, ifconfig_pool...David Sommerseth2015-01-094-46/+21
* plugin: Don't treat not found sessions in eurephinalearn_address() as a failureDavid Sommerseth2015-01-081-1/+5
* plugin: Improved logging of not found addresses in eurephia_learn_addressDavid Sommerseth2015-01-081-3/+1
* Correct ugly boundary checks in database initDavid Sommerseth2014-12-051-1/+1
* Fixed variable mix-up when calling eDBregister_login2()David Sommerseth2013-06-251-1/+1
* eurephia-auth: Move the declaration of eurephiaClientCTX outside #ifdef ENABL...David Sommerseth2013-06-121-2/+2
* eurephia-auth: Fixed a few issues when using OpenVPN 2.2David Sommerseth2013-06-091-2/+6
* Fixed a memory leak in detect_tunnel_type()David Sommerseth2013-06-071-0/+1
* plugin: Save the client certificate information in a OpenVPN per-client-contextDavid Sommerseth2013-06-071-17/+73
* plugin: Reworked the certinfo integration and use the X.509 certificate from ...David Sommerseth2013-06-073-105/+103
* plugin: cleaned up some white space errors in environment.cDavid Sommerseth2013-06-071-2/+2
* plugin: Start the implementation of OpenVPN 2.3's plug-in API v3David Sommerseth2013-06-051-4/+121
* common: Update callers of eurephia_log_init() to comply with the API changesDavid Sommerseth2013-06-052-7/+15
* Merge auth-plugin workDavid Sommerseth2013-05-282-6/+135
|\
| * New feature: Added config option auth_disable_internalDavid Sommerseth2013-03-031-6/+24
| * auth plug-in: Implemented the authentication plug-in into the core eurephia f...David Sommerseth2013-03-031-4/+113
| * Added the first stab of an authentication plug-in frameworkDavid Sommerseth2013-03-031-2/+4
* | Make use of the new eDBregister_login2() call in the eurephia-auth plug-inDavid Sommerseth2012-12-261-4/+5
* | FreeBSD compile fixesDavid Sommerseth2012-11-063-0/+8
|/
* Added error checking before calling eDBget_uid()David Sommerseth2012-11-021-0/+6
* eurephia-auth: Fixed a double-free situation with dev-type is not obviousDavid Sommerseth2012-10-111-3/+2
* Updated copyright datesDavid Sommerseth2012-10-0815-15/+15
* Fix bug with TUN mode disconnects being logged wrongly.David Sommerseth2012-09-131-8/+0
* Added a new database driver function: eDBregister_vpnclientaddr()David Sommerseth2012-09-131-9/+8
* Remove VPN IP netmask from session seedDavid Sommerseth2012-09-131-4/+4
* eurephia-auth: eurephiaInit() may not always return a contextDavid Sommerseth2012-01-051-1/+4
* Do not link in libdl explicitlyDavid Sommerseth2010-12-311-1/+1
* efw-iptables: Use the iptables conntrack moduleMatthew Gyurgyik2010-12-241-4/+4
* Implemented proper TUN support in eurephiaDavid Sommerseth2010-12-145-23/+103
* Fixed memory leak in eurephiaInit()David Sommerseth2010-12-051-2/+4
* Fixed a memory leak in eurephia_learn_address(...)David Sommerseth2010-12-051-0/+2
* Add preliminary support for using IP addresses in the firewall moduleDavid Sommerseth2010-12-012-25/+33
* Update efw-iptables version number and API versionDavid Sommerseth2010-11-302-3/+8
* Implemented detection of OpenVPN tunnel device typeDavid Sommerseth2010-11-302-2/+111
* Move daemonize() code to be called in the firewall child thread onlyDavid Sommerseth2010-11-265-35/+37
* Removed misleading documentation of eurephiaInit()David Sommerseth2010-08-291-3/+1
* Updated wrong log entriesDavid Sommerseth2010-08-291-1/+1
* Show eurephia-auth version during initialisationDavid Sommerseth2010-08-291-0/+2
* Fixed some issues with the firewall implementationDavid Sommerseth2010-08-261-3/+9
* Fixed Doxygen complaintsDavid Sommerseth2010-08-261-1/+4
* Completed the needed changes for the new firewall plug-in APIDavid Sommerseth2010-08-254-135/+114
* Fixed a few doxygen complaints - missing documentationDavid Sommerseth2010-07-301-0/+4
* Added extra checks for POSIX semaphore functionsDavid Sommerseth2010-07-301-9/+31
* Added install rules for man pagesDavid Sommerseth2010-07-301-0/+1
* Updated doxygen documentation for eurephia.c:245:eurephia_tlsverify()David Sommerseth2010-07-301-3/+4
* Moved all man pages from section 8 to the more proper section 7.David Sommerseth2010-07-301-2/+2
* Added man pages for eurephia-auth.so and edb-sqlite.soDavid Sommerseth2010-07-301-0/+49
* Updated Copyright dates to include 2010David Sommerseth2010-07-3016-16/+16
* Changed main firewall implementation to use eFWupdateRequest structDavid Sommerseth2009-11-093-57/+142