summaryrefslogtreecommitdiffstats
path: root/database
Commit message (Expand)AuthorAgeFilesLines
* sqlite: Only use certificate digest/fingerprint for TLS authenticationDavid Sommerseth2015-01-091-7/+6
* database: Bugfix - missing break statement caused password hash to be overwri...David Sommerseth2013-06-131-0/+1
* common: Update callers of eurephia_log_init() to comply with the API changesDavid Sommerseth2013-06-051-2/+2
* eurephiadm/usercerts: Add support for setting up auth-pluginsDavid Sommerseth2013-05-293-2/+17
* Merge auth-plugin workDavid Sommerseth2013-05-2812-56/+776
|\
| * 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
| * 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
| * sqlite: Modified eDBget_plugins() to support the new interface for plug-in initDavid Sommerseth2013-03-043-1/+9
| * sqlite: Fixed a few odditiesDavid Sommerseth2013-03-041-2/+2
| * 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-033-3/+75
* | Update eurephiadm to extract VPN MAC and IP address info from the new placesDavid Sommerseth2012-12-262-12/+15
* | 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
|/
* Extended eDBget_uid() to also to UID lookup when certid is not availableDavid Sommerseth2012-11-022-7/+16
* sqlite3: Improve error handling if memory alloc fails for SQL query stringDavid Sommerseth2012-10-191-2/+8
* SQLite: Move default installation path from /etc/openvpn to /var/lib/eurephiaDavid Sommerseth2012-10-091-1/+1
* Updated copyright datesDavid Sommerseth2012-10-0818-18/+18
* 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
* 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-132-4/+36
* 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
* edb-sqlite: Fixed a typos and copyright noticesDavid Sommerseth2011-07-251-3/+4
* Fixed several memleaks in the eurephiadm related code pathsDavid Sommerseth2011-01-101-0/+1
* Add paths and libaries for SQLite3 which pkg-config returnsDavid Sommerseth2010-12-311-1/+3
* eurephiadm users: Revoke all admin access privileges when deleting a user acc...David Sommerseth2010-12-141-6/+14
* Quick fix for typo 'Unkown'Dario Minnucci2010-12-011-1/+1
* Quick fix for typo 'Quering'Dario Minnucci2010-12-014-8/+8
* SQLite3 eurephiadm fix: sorting lastlog based on session status didn't workDavid Sommerseth2010-11-122-2/+2
* Updated wrong log entriesDavid Sommerseth2010-08-291-8/+8
* Fixed Doxygen complaintsDavid Sommerseth2010-08-264-32/+0
* Added install rules for man pagesDavid Sommerseth2010-07-301-0/+1
* Moved all man pages from section 8 to the more proper section 7.David Sommerseth2010-07-301-4/+4
* Added man pages for eurephia-auth.so and edb-sqlite.soDavid Sommerseth2010-07-301-0/+31
* Updated Copyright dates to include 2010David Sommerseth2010-07-3021-21/+21
* Merge branch 'master' into nextDavid Sommerseth2009-11-131-8/+14
|\
| * Fixed wrong usage of lower(digest) in eDBregister_attempts()David Sommerseth2009-11-131-8/+14
* | Cleaned up the driver/interface API for database and firewallDavid Sommerseth2009-11-121-40/+45
|/
* Certificate digests are always lower case.David Sommerseth2009-11-128-25/+31