summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporary fix for building against GCC 5 and newer.HEADmasterDavid Sommerseth2016-01-201-1/+1
* git repository enhancementsDavid Sommerseth2016-01-202-0/+11
* Improve compiler warning if OpenSSL build of OpenVPN is not detectedDavid Sommerseth2016-01-201-1/+1
* eurephiadm: Don't try to remove session file if it doesn't existDavid Sommerseth2015-01-281-4/+4
* plugin: Remove usage of not really useful environment variable, ifconfig_pool...David Sommerseth2015-01-094-46/+21
* sqlite: Only use certificate digest/fingerprint for TLS authenticationDavid Sommerseth2015-01-091-7/+6
* 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-052-2/+2
* Get rid of bashism in eurephiadm/mk_buildinfo.shDavid Sommerseth2013-07-111-2/+2
* eurephia_init/benchmark: We don't need the result from the password hashingDavid Sommerseth2013-06-281-2/+1
* eurephia_init: Return with the proper exit codeDavid Sommerseth2013-06-281-1/+1
* Removed some stray left-over variables no longer in useDavid Sommerseth2013-06-283-11/+3
* Fixed issue with missing -ldl on unstable Debian (sid) distroDavid Sommerseth2013-06-281-0/+1
* auth/socket: Fixed a silly indenting bug in demo-auth-server.pyDavid Sommerseth2013-06-251-2/+2
* Fixed variable mix-up when calling eDBregister_login2()David Sommerseth2013-06-251-1/+1
* database: Bugfix - missing break statement caused password hash to be overwri...David Sommerseth2013-06-131-0/+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
* auth: Added socket-auth moduleDavid Sommerseth2013-06-094-1/+482
* 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
* eurephiadm: Added needed include files to be buildableDavid Sommerseth2013-06-072-0/+2
* common: Improved the certificate information extračtionDavid Sommerseth2013-06-072-2/+88
* eurephiadm: Removed inclusion of certinfo.h where not neededDavid Sommerseth2013-06-073-3/+0
* 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-054-12/+21
* common: Prepare for OpenVPN 2.3's new logging feature in plug-in API v3David Sommerseth2013-06-053-7/+42
* eurephiadm/usercerts: Add support for setting up auth-pluginsDavid Sommerseth2013-05-295-36/+107
* auth-plugin: Added a simple flat-file authentication exampleDavid Sommerseth2013-05-293-1/+264
* eurephiadm: Added missing install of the plugins.xsl fileDavid Sommerseth2013-05-291-0/+1
* eurephiadm: Added missing XSLT file for the plug-ins commandDavid Sommerseth2013-05-281-0/+122
* Merge auth-plugin workDavid Sommerseth2013-05-2832-77/+2318
|\
| * sqlite3: Rename the delta script to avoid merge issuesDavid Sommerseth2013-05-281-0/+0
| * sqlite3: Enable support for managing plug-in modulesDavid Sommerseth2013-05-283-0/+357
| * eurephiadm: Add support for managing plug-insDavid Sommerseth2013-05-284-1/+471
| * Add the eDBadminPlugins() function in the database APIDavid Sommerseth2013-05-282-0/+31
| * database/field mapping: Introduce boolean field typeDavid Sommerseth2013-05-283-2/+26
| * Use proper return type in eDBmappingFieldsPresent()David Sommerseth2013-05-282-3/+3
| * Added fieldmapping to the new 'plugins' tableDavid Sommerseth2013-05-281-6/+6
| * Added fieldmapping to the new 'plugins' tableDavid Sommerseth2013-04-122-0/+19
| * Added new function to set the value in a eDBfieldMap structDavid Sommerseth2013-04-122-5/+39
| * Move the field mapping identifier from long int to long longDavid Sommerseth2013-04-121-38/+42
| * Added function to inspect a plug-inDavid Sommerseth2013-04-123-0/+101
| * auth plugin: Added a possibility for auth plug-ins to close down properlyDavid Sommerseth2013-03-074-1/+24
| * auth-plugin: Added a silly and stupid authentication plug-inDavid Sommerseth2013-03-043-1/+151
| * sqlite: Modified eDBget_plugins() to support the new interface for plug-in initDavid Sommerseth2013-03-043-1/+9
| * auth plug-in: Extended the API to have a PluginInit() functionDavid Sommerseth2013-03-043-1/+70