Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper Ruby library depending on the available version | Tobias Brunner | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Don't install the libraries directly in lib/. | Tobias Brunner | 2011-07-05 | 1 | -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 extension | Martin Willi | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Link libstrongswan directly to dumm/irdumm, fixes build with newer binutils | Martin Willi | 2011-05-19 | 1 | -4/+3 |
| | |||||
* | added generated extconf.rb to .gitignore, removed it from distribution | Martin Willi | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Automatically build (and install) the DUMM Ruby extension. | Tobias Brunner | 2009-05-20 | 1 | -0/+13 |
| | |||||
* | The configure script now tries to figure out where ruby.h is located. | Tobias Brunner | 2009-05-20 | 1 | -1/+1 |
| | | | | This is required because the location depends on the architecture. | ||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -3/+1 |
| | |||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -1/+3 |
| | |||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | * guest#running? | Tobias Brunner | 2008-08-27 | 1 | -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 irdumm | Tobias Brunner | 2008-08-07 | 1 | -0/+2 |
| | | | | * guests do not shutdown anymore on SIGINT in irb | ||||
* | removed testing app, this is scriptable with irdumm now | Martin Willi | 2008-07-18 | 1 | -4/+2 |
| | |||||
* | prototype of irdumm - interactive ruby shell for dumm | Martin Willi | 2008-07-04 | 1 | -4/+8 |
| | |||||
* | implemented classical UML network scenario in dumm (ipsec testing) | Martin Willi | 2008-05-14 | 1 | -1/+3 |
| | |||||
* | prototype of dumm GUI | Martin Willi | 2008-04-28 | 1 | -5/+5 |
| | |||||
* | fixed scenario loading | Martin Willi | 2007-09-13 | 1 | -2/+2 |
| | |||||
* | fixed build without --enable-uml | Martin Willi | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | fixed libstrongswan linking for libdumm | Martin Willi | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | added UML modeler to autotools | Martin Willi | 2007-08-08 | 1 | -0/+12 |