aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/uci
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1911-1387/+0
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-3/+1
| | | | | | | 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-5/+4
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-1/+8
| | | | 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-2/+4
|
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-1/+1
|
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-271-1/+1
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-4/+5
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-049-62/+62
|
* Missing commas added.Tobias Brunner2009-09-021-1/+1
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-011-4/+9
| | | | Initialization is now static.
* Adapted the config backends to the new lifetime configuration.Tobias Brunner2009-09-011-3/+5
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3010-20/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-143-55/+39
|
* updated DoxyfileMartin Willi2009-03-245-11/+11
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-1/+1
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-1/+1
|
* ported parts of two-sim branchMartin Willi2008-08-221-2/+6
| | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones
* recreating FIFO if it existsMartin Willi2008-07-311-2/+2
|
* fixed usage typoMartin Willi2008-07-311-1/+1
|
* fixed UCI thread cancellation on ARMMartin Willi2008-07-241-22/+19
|
* extended UCI plugin by a simple control interface using a fifoMartin Willi2008-07-186-6/+368
|
* fixed UCI default proposalsMartin Willi2008-06-181-3/+12
|
* support for more config options in UCI pluginMartin Willi2008-06-182-40/+158
|
* first simple prototype of a UCI configuration plugin for OpenWRTMartin Willi2008-06-179-0/+924