aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use proper Ruby library depending on the available versionTobias Brunner2012-12-101-1/+1
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-051-1/+1
| | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir.
* Link libstrongswan against libdumm, fixes build of ruby extensionMartin Willi2011-05-201-1/+1
|
* Link libstrongswan directly to dumm/irdumm, fixes build with newer binutilsMartin Willi2011-05-191-4/+3
|
* added generated extconf.rb to .gitignore, removed it from distributionMartin Willi2009-05-251-1/+1
|
* Automatically build (and install) the DUMM Ruby extension.Tobias Brunner2009-05-201-0/+13
|
* The configure script now tries to figure out where ruby.h is located.Tobias Brunner2009-05-201-1/+1
| | | | This is required because the location depends on the architecture.
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-3/+1
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+3
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-2/+2
|
* * guest#running?Tobias Brunner2008-08-271-1/+2
| | | | | | * guest?, iface? (also Guest.include? resp. guest.include?) * easy accessors for guests and ifaces (Guest.sun instead of Guest["sun"] and guest.eth0 instead of guest["eth0"]) * if a block is given for iface#add or iface#del then the change is only temporary while executing the block and gets reverted afterwards
* * ruby extension extracted from irdummTobias Brunner2008-08-071-0/+2
| | | | * guests do not shutdown anymore on SIGINT in irb
* removed testing app, this is scriptable with irdumm nowMartin Willi2008-07-181-4/+2
|
* prototype of irdumm - interactive ruby shell for dummMartin Willi2008-07-041-4/+8
|
* implemented classical UML network scenario in dumm (ipsec testing)Martin Willi2008-05-141-1/+3
|
* prototype of dumm GUIMartin Willi2008-04-281-5/+5
|
* fixed scenario loadingMartin Willi2007-09-131-2/+2
|
* fixed build without --enable-umlMartin Willi2007-08-101-1/+1
|
* fixed libstrongswan linking for libdummMartin Willi2007-08-091-1/+1
|
* added UML modeler to autotoolsMartin Willi2007-08-081-0/+12