summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Workaround to avoid confusing Doxygen on some extra declarationsDavid Sommerseth2009-09-111-2/+3
* Fixed comments to malloc_nullsafe() and free_nullsafe()David Sommerseth2009-09-072-7/+20
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-076-13/+24
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-076-14/+95
* Removed header file which is no longer neededDavid Sommerseth2009-09-051-43/+0
* More comments in common/David Sommerseth2009-09-0419-83/+354
* Doxygen comments to eurephia_context.hDavid Sommerseth2009-09-041-20/+28
* Added more comments to the common filesDavid Sommerseth2009-09-029-15/+349
* Added copyright info in CMake filesDavid Sommerseth2009-09-021-0/+19
* Cleaned up main CMakeLists.txt fileDavid Sommerseth2009-09-021-2/+11
* Added missing #include statementsDavid Sommerseth2009-09-021-0/+1
* Improved comments for common/CMakeLists.txtDavid Sommerseth2009-09-021-0/+9