summaryrefslogtreecommitdiffstats
path: root/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
* sqlite: Only use certificate digest/fingerprint for TLS authenticationDavid Sommerseth2015-01-091-7/+6
* 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-292-2/+14
* Merge auth-plugin workDavid Sommerseth2013-05-287-6/+546
|\
| * 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
| * database/field mapping: Introduce boolean field typeDavid Sommerseth2013-05-281-0/+1
| * 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
* | 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-261-0/+28
* | Added a new eDBregister_login2() to replace eDBregister_login() database func...David Sommerseth2012-12-263-22/+82
|/
* Extended eDBget_uid() to also to UID lookup when certid is not availableDavid Sommerseth2012-11-021-6/+15
* 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-0814-14/+14
* 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
* 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-013-6/+6
* SQLite3 eurephiadm fix: sorting lastlog based on session status didn't workDavid Sommerseth2010-11-122-2/+2
* 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-3015-15/+15
* Fixed wrong usage of lower(digest) in eDBregister_attempts()David Sommerseth2009-11-131-8/+14
* Certificate digests are always lower case.David Sommerseth2009-11-128-25/+31
* Add support for ft_STRING_LOWER in the sqlite3 driverDavid Sommerseth2009-11-121-7/+17
* Define certificate digests as ft_STRING_LOWERDavid Sommerseth2009-11-121-31/+31
* sqlite: Did not retrieve all certificate information correctlyDavid Sommerseth2009-11-031-10/+10
* Always process certificate depth as integerDavid Sommerseth2009-10-131-3/+3
* Restrict input data length for plug-in arguments from openvpnDavid Sommerseth2009-10-041-2/+2
* Corrected some new Doxygen issuesDavid Sommerseth2009-09-282-3/+4
* Reworked and unified admin authentication and registration functions to eDBad...David Sommerseth2009-09-281-60/+194
* Moved the remainings of administration.c into administration/authentication.cDavid Sommerseth2009-09-272-2/+2
* Code clean up. Moved xmlReplaceChars() to eurephia_xml.cDavid Sommerseth2009-09-276-31/+0
* Moved user creation info from log level 0 to log level 1David Sommerseth2009-09-271-1/+1
* Fixed missing check in eDBadminValidateSession() against interface typeDavid Sommerseth2009-09-271-2/+3
* Fixed a memory leak when updating user accounts in eDBadminUserAccount()David Sommerseth2009-09-271-0/+1
* Fixed memory leak when sqlite_query() failsDavid Sommerseth2009-09-261-0/+1