aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/nm
Commit message (Collapse)AuthorAgeFilesLines
* Integrate nm plugin directly in charon-nm.Tobias Brunner2012-05-039-1812/+0
|
* Merge branch 'ikev1'Martin Willi2012-05-021-2/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/encoding/generator.c src/libcharon/encoding/payloads/notify_payload.c src/libcharon/encoding/payloads/notify_payload.h src/libcharon/encoding/payloads/payload.c src/libcharon/network/receiver.c src/libcharon/sa/authenticator.c src/libcharon/sa/authenticator.h src/libcharon/sa/ikev2/tasks/ike_init.c src/libcharon/sa/task_manager.c src/libstrongswan/credentials/auth_cfg.c
| * Added an aggressive mode peer_cfg optionMartin Willi2012-03-201-1/+1
| |
| * Handle initiation of not supported IKE versions properlyMartin Willi2012-03-201-0/+8
| |
| * Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-201-1/+1
| | | | | | | | Replaced all those magic numbers.
* | Don't include individual glib headers in nm plugin.Tobias Brunner2012-03-261-1/+1
|/ | | | | Expections are glib/gi18n.h, glib/gi18n-lib.h, glib/gprintf.h and glib/gstdio.h.
* Fix locking in nm_creds_t.create_shared_enumerator.Tobias Brunner2011-10-031-6/+11
|
* Migrated nm_creds_t to INIT/METHOD macros.Tobias Brunner2011-10-031-94/+65
|
* Migrated nm_handler_t to INIT/METHOD macros.Tobias Brunner2011-10-031-34/+27
|
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-1/+1
|
* Fix initialization of NM pluginMartin Willi2011-05-311-1/+1
|
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+1
|
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-1/+2
|
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-1/+2
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-151-11/+14
|
* Added a null-safe strdup variantMartin Willi2011-01-051-3/+3
|
* Added a TFC padding option to child_cfgMartin Willi2010-12-201-1/+1
|
* start and route connections defined in an SQL database via start_action ↵Andreas Steffen2010-11-281-2/+2
| | | | field and ipsec up %startall command
* Added some generated files to .gitignore.Tobias Brunner2010-10-151-1/+0
|
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-1429-1815/+0
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-1/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+1
|
* Implemented Smartcard support in NetworkManager frontendMartin Willi2010-08-118-19/+180
|
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵Martin Willi2010-08-043-29/+64
| | | | credential sets
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+2
|
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-091-1/+2
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-1/+1
|
* Add reqid field and getter function to child_cfg_t.Reto Buerki2010-05-041-1/+1
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-242-3/+4
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Moving charon to libcharon.Tobias Brunner2010-03-1939-0/+3440