summaryrefslogtreecommitdiffstats
path: root/common/eurephiadb_session_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated Copyright dates to include 2010David Sommerseth2010-05-251-1/+1
|
* More comments in common/David Sommerseth2009-09-041-0/+26
|
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+2
| | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct
* Moved eDBsessionGetRandString(...) to a more global and independent ↵David Sommerseth2009-01-101-4/+1
| | | | eurephia_randstring(...) function
* Fixed core dump issue with eDBstore_session_value(...) / ↵David Sommerseth2008-11-301-9/+0
| | | | (*eDBstore_session_value)(...)
* Splitted plugin/eurephiadb_session.[ch] into two partsDavid Sommerseth2008-11-281-0/+44
One part is a generic session handling part (common/eurephiadb_session_common.[ch]) and the other part is left in the old plugin/eurephiadb_session.[ch]. This splitting should make it easiser to reuse some of the session handling functions for the admin utils.