aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/mysql/mysql_database.c
Commit message (Expand)AuthorAgeFilesLines
* Properly cleanup libmysqlTobias Brunner2013-03-191-1/+1
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved chunk_t to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Properly cleanup varargs in enumerators of both SQL backendsTobias Brunner2012-09-281-0/+1
* Added missing include in mysql plugin.Tobias Brunner2011-07-261-0/+1
* Migrated mysql plugin to INIT/METHOD macrosAndreas Steffen2010-12-041-22/+18
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-11/+17
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-10/+7
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* Use mysql_config to query MySQL LIBS and CFLAGSMartin Willi2009-09-231-1/+1
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-27/+27
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-30/+30
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-1/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* added a driver type getter for database implementationsMartin Willi2008-07-211-0/+9
* fixed ifndef typo for MYSQL_DATA_TRUNCATED checkMartin Willi2008-06-261-1/+1
* reintroducing MYSQL_DATA_TRUNCATED if supported on that mysql versionMartin Willi2008-06-241-0/+7
* removed unused MYSQL_DATA_TRUNCATED check for compatibility with older mysql ...Martin Willi2008-06-201-1/+0
* fixed NULL string mysql parameterMartin Willi2008-06-051-1/+4
* reduced mysql pool verbosityMartin Willi2008-03-141-1/+1
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+686