Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 13 | -1973/+0 |
| | |||||
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵ | Tobias Brunner | 2010-03-02 | 1 | -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 Brunner | 2010-03-02 | 1 | -2/+3 |
| | |||||
* | Link all enabled libstrongswan plugins into the library, link all enabled ↵ | Tobias Brunner | 2010-03-02 | 1 | -2/+6 |
| | | | | charon plugins into libcharon. | ||||
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 1 | -5/+0 |
| | |||||
* | Store custom IKE src/dst ports on ike_cfg | Martin Willi | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -0/+1 |
| | |||||
* | Made inactivity_timeout a per CHILD_SA config option | Martin Willi | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | provide attributes from SQL database | Andreas Steffen | 2009-12-16 | 2 | -0/+12 |
| | |||||
* | moved .gitignore for pool | Andreas Steffen | 2009-10-15 | 1 | -1/+0 |
| | |||||
* | move SQL-based pool functionality to new attr-sql libstrongswan plugin | Andreas Steffen | 2009-10-13 | 5 | -1196/+3 |
| | |||||
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 2 | -3/+4 |
| | |||||
* | Use the default debug hook if possible | Martin Willi | 2009-09-16 | 1 | -17/+0 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 2 | -2/+1 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 2 | -2/+1 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 10 | -97/+97 |
| | |||||
* | handle plugin loading failures | Martin Willi | 2009-09-01 | 1 | -5/+8 |
| | |||||
* | Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵ | Tobias Brunner | 2009-09-01 | 1 | -3/+4 |
| | | | | Initialization is now static. | ||||
* | Adapted the config backends to the new lifetime configuration. | Tobias Brunner | 2009-09-01 | 1 | -2/+4 |
| | |||||
* | moved chunk_increment() function to libstrongswan | Martin Willi | 2009-08-26 | 1 | -18/+2 |
| | |||||
* | check integrity of pool code file | Andreas Steffen | 2009-08-17 | 1 | -0/+6 |
| | |||||
* | check success of library_init() | Andreas Steffen | 2009-08-14 | 1 | -1/+6 |
| | |||||
* | accelerate lookup in non-concatenated pools | Andreas Steffen | 2009-07-17 | 1 | -22/+40 |
| | |||||
* | check for an existing lease over all assigned pools first | Andreas Steffen | 2009-07-17 | 1 | -24/+55 |
| | |||||
* | fixed problem with static leases over multiple pools | Andreas Steffen | 2009-07-16 | 1 | -8/+36 |
| | |||||
* | fixed memleak in SQL config lookup | Martin Willi | 2009-07-16 | 1 | -2/+2 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | added missing identification.h include | Martin Willi | 2009-06-04 | 1 | -0/+1 |
| | |||||
* | some additional .gitignore's | Martin Willi | 2009-05-07 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 11 | -22/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -2/+1 |
| | |||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 1 | -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 libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -1/+2 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 3 | -13/+14 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 5 | -5/+5 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -2/+2 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | fixed format string argument error, resulting in crash | Martin Willi | 2009-03-03 | 1 | -1/+1 |
| | | | | fixed memleak if pool not found | ||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | pass identity to release_address(), allows providers to do a lookup by id | Martin Willi | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | remove attribute provider in SQL plugin destruction | Martin Willi | 2008-11-27 | 1 | -0/+1 |
| | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 2 | -29/+5 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 1 | -0/+2 |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | ||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 2 | -8/+7 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -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 branch | Martin Willi | 2008-08-22 | 1 | -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 unique | Martin Willi | 2008-08-22 | 1 | -5/+1 |
| |