aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1913-1973/+0
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-1/+0
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-2/+3
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-2/+6
| | | | charon plugins into libcharon.
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
|
* Store custom IKE src/dst ports on ike_cfgMartin Willi2010-02-261-1/+2
|
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
|
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-271-1/+1
|
* provide attributes from SQL databaseAndreas Steffen2009-12-162-0/+12
|
* moved .gitignore for poolAndreas Steffen2009-10-151-1/+0
|
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-135-1196/+3
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-132-3/+4
|
* Use the default debug hook if possibleMartin Willi2009-09-161-17/+0
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-2/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0410-97/+97
|
* handle plugin loading failuresMartin Willi2009-09-011-5/+8
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-011-3/+4
| | | | Initialization is now static.
* Adapted the config backends to the new lifetime configuration.Tobias Brunner2009-09-011-2/+4
|
* moved chunk_increment() function to libstrongswanMartin Willi2009-08-261-18/+2
|
* check integrity of pool code fileAndreas Steffen2009-08-171-0/+6
|
* check success of library_init()Andreas Steffen2009-08-141-1/+6
|
* accelerate lookup in non-concatenated poolsAndreas Steffen2009-07-171-22/+40
|
* check for an existing lease over all assigned pools firstAndreas Steffen2009-07-171-24/+55
|
* fixed problem with static leases over multiple poolsAndreas Steffen2009-07-161-8/+36
|
* fixed memleak in SQL config lookupMartin Willi2009-07-161-2/+2
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* added missing identification.h includeMartin Willi2009-06-041-0/+1
|
* some additional .gitignore'sMartin Willi2009-05-071-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3011-22/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
|
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-241-0/+1
| | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr)
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+2
|
* merged multi-auth branch back into trunkMartin Willi2009-04-143-13/+14
|
* updated DoxyfileMartin Willi2009-03-245-5/+5
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-2/+2
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* fixed format string argument error, resulting in crashMartin Willi2009-03-031-1/+1
| | | | fixed memleak if pool not found
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-1/+1
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-1/+1
|
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-051-2/+2
|
* remove attribute provider in SQL plugin destructionMartin Willi2008-11-271-0/+1
|
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-122-29/+5
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixed compiler warnings issued by:Martin Willi2008-11-111-0/+2
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* reintegrated bus-refactoring branchMartin Willi2008-10-142-8/+7
|
* refactored credential builderMartin Willi2008-09-021-2/+2
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* ported parts of two-sim branchMartin Willi2008-08-221-3/+13
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* pool names are uniqueMartin Willi2008-08-221-5/+1
|