Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | More comments in common/ | David Sommerseth | 2009-09-04 | 1 | -0/+26 |
| | |||||
* | Made the licence explicit GPLv2 only | David Sommerseth | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | Cleaned up the code a little bit | David Sommerseth | 2009-03-26 | 1 | -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 Sommerseth | 2009-01-10 | 1 | -4/+1 |
| | | | | eurephia_randstring(...) function | ||||
* | Fixed core dump issue with eDBstore_session_value(...) / ↵ | David Sommerseth | 2008-11-30 | 1 | -9/+0 |
| | | | | (*eDBstore_session_value)(...) | ||||
* | Splitted plugin/eurephiadb_session.[ch] into two parts | David Sommerseth | 2008-11-28 | 1 | -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. |