summaryrefslogtreecommitdiffstats
path: root/common/eurephiadb_session_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* More driver API clean upDavid Sommerseth2009-11-041-11/+1
|
* Workaround to avoid confusing Doxygen on some extra declarationsDavid Sommerseth2009-09-111-2/+3
|
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-2/+2
|
* More comments in common/David Sommerseth2009-09-041-2/+2
|
* Added more comments to the common filesDavid Sommerseth2009-09-021-4/+29
|
* 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-26/+1
| | | | eurephia_randstring(...) function
* BUGFIX: Fixed free() which valgrind complained about.David Sommerseth2008-12-061-1/+1
| | | | | | Changed it from free_nullsafe() to free(), since we already check if session is null before we reach this free line. valgrind did not complain afterwards.
* Completed the change of authentication model in database driverDavid Sommerseth2008-11-301-1/+4
| | | | | | Follow up of commit 103acd7c2e1467401f0795930be9140dc5ed47ff. Seems to work fine via both plugin mode and eurephiadm, regarding core dumping too.
* Fixed core dump issue with eDBstore_session_value(...) / ↵David Sommerseth2008-11-301-4/+4
| | | | (*eDBstore_session_value)(...)
* Splitted plugin/eurephiadb_session.[ch] into two partsDavid Sommerseth2008-11-281-0/+128
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.