summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sqlite: Fixed a few odditiesDavid Sommerseth2013-03-041-2/+2
| * auth plug-in: Improved documentation for auth plug-insDavid Sommerseth2013-03-041-9/+32
| * auth plug-in: Made the PluginInfo() function more informativeDavid Sommerseth2013-03-043-20/+44
| * New feature: Added config option auth_disable_internalDavid Sommerseth2013-03-033-8/+31
| * sqlite: Honour the auth plug-in enable flag (plgenabled)David Sommerseth2013-03-031-10/+12
| * sqlite: Implemented needed functions to enable authentication plug-insDavid Sommerseth2013-03-034-6/+178
| * auth plug-in: Implemented the authentication plug-in into the core eurephia f...David Sommerseth2013-03-034-7/+188
| * Added the first stab of an authentication plug-in frameworkDavid Sommerseth2013-03-0310-8/+520
| * common: Added possibility to do dlsym() lookups as optional via eGetSym_optio...David Sommerseth2013-03-032-5/+22
* | Update eurephiadm to extract VPN MAC and IP address info from the new placesDavid Sommerseth2012-12-263-13/+16
* | Make use of the new eDBregister_login2() call in the eurephia-auth plug-inDavid Sommerseth2012-12-261-4/+5
* | Added eDBget_accessprofile() functionDavid Sommerseth2012-12-263-0/+44
* | Added a new eDBregister_login2() to replace eDBregister_login() database func...David Sommerseth2012-12-265-22/+115
* | FreeBSD compile fixesDavid Sommerseth2012-11-063-0/+8
|/
* eurephiadm/usercerts: Added support for username instead of uid on add/delete...David Sommerseth2012-11-021-20/+67
* Extended eDBget_uid() to also to UID lookup when certid is not availableDavid Sommerseth2012-11-022-7/+16
* Added error checking before calling eDBget_uid()David Sommerseth2012-11-021-0/+6
* sqlite3: Improve error handling if memory alloc fails for SQL query stringDavid Sommerseth2012-10-191-2/+8
* eurephia-auth: Fixed a double-free situation with dev-type is not obviousDavid Sommerseth2012-10-111-3/+2
* SQLite: Move default installation path from /etc/openvpn to /var/lib/eurephiaDavid Sommerseth2012-10-092-2/+2
* eurephiadm/users: Display remote IP address when displaying the lastlog on a ...David Sommerseth2012-10-081-5/+31
* Updated copyright datesDavid Sommerseth2012-10-08111-113/+113
* eurephiadm: Removed several memleaks in error situations or when --help was usedDavid Sommerseth2012-10-087-25/+62
* eurephiadm: Fixed some memory cleanup with libxml2 and libxsltDavid Sommerseth2012-10-082-1/+5
* sqlite/admin: Report all timestamp fields with localtime instead of UTC/GMTDavid Sommerseth2012-10-087-12/+15
* sqlite: Added SQL function to convert datetime timestamps from UTC/GMT to loc...David Sommerseth2012-10-083-5/+85