summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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