summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix bug with TUN mode disconnects being logged wrongly.David Sommerseth2012-09-131-8/+0
* sqlite3: Implement eDBregister_vpnclientaddr()David Sommerseth2012-09-133-10/+119
* Only lookup function symbols for the administration API if the context is cor...David Sommerseth2012-09-131-11/+14
* Added a new database driver function: eDBregister_vpnclientaddr()David Sommerseth2012-09-133-13/+44
* 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
* eurephiadm/lastlog: Replace session deleted timestamp with session statusDavid Sommerseth2012-01-021-13/+7
* Modified the whole edb-sqlite driver to use a better error handlingDavid Sommerseth2011-12-1910-192/+397
* Implemented better error handling in the SQLite3 frameworkDavid Sommerseth2011-12-192-18/+133
* common: Fixed an error in the veurephia_log() macroDavid Sommerseth2011-07-261-1/+1
* Moved generic parts of the config file parser to the common libraryDavid Sommerseth2011-07-254-91/+197
* common: Rework eurephia_log() to include also veurephia_log()David Sommerseth2011-07-252-11/+53
* edb-sqlite: Fixed a typos and copyright noticesDavid Sommerseth2011-07-251-3/+4
* Fixed several memleaks in the eurephiadm related code pathsDavid Sommerseth2011-01-105-6/+17
* Look for endian.h in include/sys as well.David Sommerseth2010-12-312-1/+15
* Only look for dlopen() and dlclose() in libdl on LinuxDavid Sommerseth2010-12-311-2/+9
* Explicit set library path for libxml2 and libxslt librariesDavid Sommerseth2010-12-311-0/+2
* Make use of more cross-platform friendly libc functionsDavid Sommerseth2010-12-311-3/+5
* Add paths and libaries for SQLite3 which pkg-config returnsDavid Sommerseth2010-12-311-1/+3