aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/nm
Commit message (Expand)AuthorAgeFilesLines
* Some whitespace and code cleanups concerning the mediation extension.Tobias Brunner2010-02-021-4/+1
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-271-1/+1
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* Support "_" and "-" variants of NetworkManager pkg-config packagesMartin Willi2009-12-081-1/+4
* Remove generated config.h.in from source treeMartin Willi2009-12-082-116/+1
* Give plugins more control of which configuration attributes to request, and p...Martin Willi2009-11-171-0/+45
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-133-6/+6
* Added ${shlibs:Depends} dependency to Debian packageMartin Willi2009-10-122-4/+5
* Added .gitignore for NM Debian package buildMartin Willi2009-10-123-0/+9
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-211-7/+2
* nm uses the distributions trusted root CAs if none is explicitly specifiedMartin Willi2009-09-185-59/+191
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-3/+3
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-043-11/+11
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-049-105/+105
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...Tobias Brunner2009-09-011-5/+8
* Adapted the config backends to the new lifetime configuration.Tobias Brunner2009-09-011-3/+5
* updated nm plugin to new fingerprinting APIMartin Willi2009-08-261-3/+4
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-261-13/+13
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-1/+1
* updated debian packageMartin Willi2009-07-151-0/+8
* updated Standards-Version to 3.8.2Martin Willi2009-07-151-1/+1
* added ${misc:Depends} dependency, fixes debhelper-but-no-misc-depends lintian...Martin Willi2009-07-151-1/+1
* added copyright information, fixes copyright-without-copyright-notice lintian...Martin Willi2009-07-151-4/+7
* use the configured NM connection id as configuration/IKE_SA nameMartin Willi2009-07-101-45/+58
* fixed state check if establishing the CHILD_SA failsMartin Willi2009-07-101-1/+1
* use the new updown()/rekey() hooks to track the state of NetworkManager conne...Martin Willi2009-07-101-41/+49
* listen for CHILD_SA state changes only until it has been installedMartin Willi2009-07-031-3/+5
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
* signal tunnel breakage to NetworkManagerMartin Willi2009-06-301-6/+28
* restarting dbus is insufficient, restart network-manager after installationMartin Willi2009-06-301-4/+4
* properly shut down and unref nm mainloop, fixes crash at shutdownMartin Willi2009-06-091-3/+5
* fix inclusion of private_key_t in nm pluginMartin Willi2009-06-091-0/+1
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-201-1/+1
* added Debian specific packaging files to NM appletMartin Willi2009-05-197-0/+88
* new NM applet release 1.1.1Martin Willi2009-05-192-1/+6
* fixed compiler warningsMartin Willi2009-05-191-4/+1
* replaced deprecated g_strcasecmp()Martin Willi2009-05-191-10/+4
* updated build system to newer autotool/gnome conventionsMartin Willi2009-05-197-67/+75
* If the NM gateway certificate has the CA constraint set, we use the gateway a...Martin Willi2009-05-152-5/+24
* updated glade dialog, using tooltip instead of tooltip_textMartin Willi2009-05-151-18/+25
* implemented save_secrets hook to avoid crashMartin Willi2009-05-151-0/+9
* added .gitignore files to NM appletMartin Willi2009-05-153-0/+13
* initiate trapped CHILD_SAs with same reqidMartin Willi2009-05-081-1/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3011-22/+0
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-1/+1
* fixed nbns handling, missing breakMartin Willi2009-04-271-0/+1
* nm plugin handles DNS/NBNS configuration attributesMartin Willi2009-04-276-8/+283
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+1