summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Improved the certificate information extračtionDavid Sommerseth2013-06-072-2/+88
* common: Prepare for OpenVPN 2.3's new logging feature in plug-in API v3David Sommerseth2013-06-053-7/+42
* New feature: Added config option auth_disable_internalDavid Sommerseth2013-03-031-0/+1
* Added the first stab of an authentication plug-in frameworkDavid Sommerseth2013-03-032-2/+6
* common: Added possibility to do dlsym() lookups as optional via eGetSym_optio...David Sommerseth2013-03-032-5/+22
* Updated copyright datesDavid Sommerseth2012-10-0827-27/+27
* 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-253-0/+191
* common: Rework eurephia_log() to include also veurephia_log()David Sommerseth2011-07-252-11/+53
* Look for endian.h in include/sys as well.David Sommerseth2010-12-311-1/+5
* Make use of more cross-platform friendly libc functionsDavid Sommerseth2010-12-311-3/+5
* Implemented proper TUN support in eurephiaDavid Sommerseth2010-12-141-0/+1
* Added a new eurephiaVALUES function: eClear_key_value()David Sommerseth2010-12-132-2/+16
* Implemented detection of OpenVPN tunnel device typeDavid Sommerseth2010-11-301-0/+9
* Discovered a failing loop checkDavid Sommerseth2010-09-271-1/+1
* Harden memory management in passwd.cDavid Sommerseth2010-09-271-0/+18
* Updated wrong log entriesDavid Sommerseth2010-08-291-1/+1
* Fixed a SEGV issue when adding values to a value chainDavid Sommerseth2010-08-241-2/+2
* Fixed a few doxygen complaints - missing documentationDavid Sommerseth2010-07-301-0/+7
* Updated Copyright dates to include 2010David Sommerseth2010-07-3024-24/+24
* Cosmetic debug logging fixDavid Sommerseth2009-12-141-1/+1
* More driver API clean upDavid Sommerseth2009-11-041-11/+1
* Cleaned up the driver/interface API for database and firewallDavid Sommerseth2009-11-041-0/+43
* Don't log source filename and line number if DEBUG is not enabledDavid Sommerseth2009-10-061-7/+11
* Fixed compile warnings 32bit platformsDavid Sommerseth2009-10-051-1/+1
* Removed not needed memset()'sDavid Sommerseth2009-10-021-2/+0
* Fixed some memory issues and a memory leak in passwd.cDavid Sommerseth2009-10-021-2/+5
* Fixed wrong define string for include filenameDavid Sommerseth2009-09-301-2/+2
* Merge branch 'syslog'David Sommerseth2009-09-285-54/+391
|\
| * Added extra parameter to eurephia_log_init() to set log ident for syslogDavid Sommerseth2009-09-242-3/+4
| * Added missing doxygen comments after the last eurephia_log() improvementsDavid Sommerseth2009-09-242-1/+14
| * Improved file logging, providing source file and line number infoDavid Sommerseth2009-09-243-10/+24
| * Added missing header file and corrected doxygen errorsDavid Sommerseth2009-09-242-1/+96
| * Rewritten the eurephia_log() to support syslog logging as wellDavid Sommerseth2009-09-243-46/+260
* | Code clean up. Moved xmlReplaceChars() to eurephia_xml.cDavid Sommerseth2009-09-272-0/+23
* | Make eurephiaXML_ParserResultMsg() return NULL if input XML document pointer ...David Sommerseth2009-09-271-1/+4
* | Added misc. compiler optimisationsDavid Sommerseth2009-09-262-8/+14
* | Moved from bzero() to memset()David Sommerseth2009-09-261-1/+1
* | Don't assert() if the input XML doc to eurephiaXML_IsResult() is NULL.David Sommerseth2009-09-261-1/+4
* | Added extra check on node pointer, to avoid possible SEGVDavid Sommerseth2009-09-261-1/+1
* | Added eurephiaXML_IsResultMsg() to check if an XML doc is a ResultMsg documentDavid Sommerseth2009-09-252-0/+17
* | Moved the useful append_str() macro from sqlite.c to eurephia_nullsafe.hDavid Sommerseth2009-09-251-0/+11
|/
* Fixed and cleaned up Doxygen commentsDavid Sommerseth2009-09-221-2/+14
* Rewrote eurephiaXML_ResultMsg() to also support adding an xmlNode* with more ...David Sommerseth2009-09-212-10/+75
* BUGFIX: saltlen was set to 0 when a buffer for a new salt was generatedDavid Sommerseth2009-09-151-12/+12
* Fixed some new Doxygen warnings which came after enabling static functions an...David Sommerseth2009-09-142-6/+3
* Added eRemove_value() function, to remove a key/value pair from an eurephiaVA...David Sommerseth2009-09-142-3/+48
* Added a simple xmlNode iterator for future usageDavid Sommerseth2009-09-141-0/+8
* Corrected some doxygen issues after rearranging the sqlite3 db driver codeDavid Sommerseth2009-09-131-1/+1
* Some simple comments to the SHA512 implementationDavid Sommerseth2009-09-112-8/+50