summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUGFIX: Avoid core dump on eurephia_log(...) if eurephiaCTX is NULLDavid Sommerseth2008-11-301-1/+1
* BUGFIX: Fixed several errors in eurephia_values.cDavid Sommerseth2008-11-301-34/+47
* Splittet eAdd_value(...) up and put parts of it into eAdd_valuestruct(...) to...David Sommerseth2008-11-302-10/+22
* Completed the change of authentication model in database driverDavid Sommerseth2008-11-301-1/+4
* Fixed core dump issue with eDBstore_session_value(...) / (*eDBstore_session_v...David Sommerseth2008-11-303-13/+13
* Changed the id's for ECTX_ADMIN_* values, to make them more bitwise wiserDavid Sommerseth2008-11-301-2/+2
* Merge branch 'master' into eurephiadmDavid Sommerseth2008-11-291-0/+1
|\
| * BUGFIX: Use hard coded default values when checking against openvpn_attempts ...David Sommerseth2008-11-291-0/+1
* | Added context_type into eurephiaCTX struct. Database queries limited due to ...David Sommerseth2008-11-291-0/+6
* | Added drafts for structs needed for admin utilsDavid Sommerseth2008-11-281-0/+74
* | Splitted plugin/eurephiadb_session.[ch] into two partsDavid Sommerseth2008-11-282-0/+172
|/
* Cleaned up eurephiadb_session dependenciesDavid Sommerseth2008-11-281-0/+34
* Made eurephia_context.h even more generic and independentDavid Sommerseth2008-11-281-1/+4
* Renamed eurephia_struct.h to eurephia_context.hDavid Sommerseth2008-11-276-5/+49
* Code cleanup: Splitted all structures defined in eurephia_struct.h into sepa...David Sommerseth2008-11-051-0/+32
* Reorganised the source codeDavid Sommerseth2008-10-1514-0/+1184