aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/uci
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1911-1387/+0
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-021-3/+1
* 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 cha...Tobias Brunner2010-03-021-1/+8
* 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. Initi...Tobias Brunner2009-09-011-4/+9
* 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
* 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
* 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