summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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
* Do not link in libdl explicitlyDavid Sommerseth2010-12-313-3/+3
* Call 'find' properly in ./configureDavid Sommerseth2010-12-311-6/+6
* efw-iptables: Use the iptables conntrack moduleMatthew Gyurgyik2010-12-242-4/+5
* Added ./configure information to eurephiadm buildinfoDavid Sommerseth2010-12-212-1/+7
* eurephiadm users: Revoke all admin access privileges when deleting a user acc...David Sommerseth2010-12-143-7/+45