summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Prepared passwdhash function to allow salting and be prepared for other hashi...David Sommerseth2009-01-022-27/+37
* Moved the certfile parsing out from certificate.c into parse_certificate_files.cDavid Sommerseth2008-12-212-0/+3
* Corrected wrong declaration of xmlExtractContent(...) and xmlGetNodeContent(...)David Sommerseth2008-12-202-8/+12
* Removed all other eurephia admin structs which can be replaced by XMLDavid Sommerseth2008-12-181-36/+0
* Removed everything which was connected to the eurephiaUSERINFO struct.David Sommerseth2008-12-183-313/+0
* Added common eurephiaXML functions for creating and reading eurephia XML docu...David Sommerseth2008-12-172-0/+59
* Needed to change from #define macro to function to avoid compiler warningDavid Sommerseth2008-12-151-1/+3
* Added simple functions for extracting char * from XML nodesDavid Sommerseth2008-12-152-0/+86
* Modified flags againDavid Sommerseth2008-12-121-5/+7
* Added ACCFLAG_ERRATTEMPT for flagging if the attempt counter > 0David Sommerseth2008-12-111-0/+1
* Added logincount and setting user account flagsDavid Sommerseth2008-12-111-0/+1
* Added another flag to eurephiaUSERINFODavid Sommerseth2008-12-112-0/+8
* Added functions for processing eurephiaACCESSINFO/eurephiaACCESSLISTDavid Sommerseth2008-12-113-0/+102
* Added eurephiaCERTINFO and eurephiaCERTLIST structs functionsDavid Sommerseth2008-12-093-18/+101
* Added setnull_flag in the eurephiaUSERINFO structDavid Sommerseth2008-12-081-0/+1
* Moved over from earlier commit to use unified db translationDavid Sommerseth2008-12-063-167/+1
* Added free function eurephiaUSERLIST structs. Added possible valgrind issue.David Sommerseth2008-12-062-1/+13
* BUGFIX: Fixed free() which valgrind complained about.David Sommerseth2008-12-061-1/+1
* BUGFIX: Made some functions more nullsafe and fixed wrong function declaratio...David Sommerseth2008-12-062-6/+10
* Added admin function to give a list of usersDavid Sommerseth2008-12-061-1/+37
* Moved the typedef struct eFieldMap from *common.h to *struct.hDavid Sommerseth2008-12-062-8/+17
* Added eurephia_admin_common.[ch]David Sommerseth2008-12-062-0/+214