summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewritten CMake rules to build common/ as static libraryDavid Sommerseth2009-04-111-0/+19
* Rewritten common/passwd.c and utils/benchmark.cDavid Sommerseth2009-04-101-42/+1
* Make eurephiaXML_getRoot(...) return root element when no nodeset is givenDavid Sommerseth2009-04-021-1/+1
* Added simple function for returning results and errors as XMLDavid Sommerseth2009-04-022-0/+44
* Fixed some possible issues with the XML implementation, regarding UTF-8David Sommerseth2009-03-291-2/+17
* Fixed a "hang" when wrong password was usedDavid Sommerseth2009-03-281-10/+36
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-2622-22/+22
* Cleaned up the code a little bitDavid Sommerseth2009-03-2622-26/+46
* Avoid segfault if xmlDoc or XML root element is NULL in eurephiaXML_getRoot(...)David Sommerseth2009-03-221-2/+1
* Added benchmarking to suggest minimum and maximum rounds for hashesDavid Sommerseth2009-03-221-0/+41
* Renamed passwdhash(...) function to eurephia_quick_hash(...)David Sommerseth2009-03-212-36/+31
* Added new password hashing function with proper SHA512 hashingDavid Sommerseth2009-03-212-0/+401
* Made the destination buffer for random data more type independent (void *)David Sommerseth2009-03-032-2/+2
* Added macro for defaultIntvalue() for pure integer valuesDavid Sommerseth2009-03-031-1/+1
* Moved eDBsessionGetRandString(...) to a more global and independent eurephia_...David Sommerseth2009-01-104-30/+79
* Introduced password caching on authenticated sessionsDavid Sommerseth2009-01-032-0/+6