aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm
Commit message (Collapse)AuthorAgeFilesLines
* Exposed the mutli-overlay functionality in the ruby bindings.Tobias Brunner2010-10-123-8/+71
| | | | | | | | Overlays can be added to individual guests (which overlays exactly the supplied directory) or to all guests (which overlays a subdirectory with the guest's name to each guest). The template functionality is provided as before.
* Added support for multiple overlays to the main library.Tobias Brunner2010-10-122-37/+161
| | | | Also implemented the template functionality using the new overlay functions.
* Added support for multiple overlays to guests (replaces the template ↵Tobias Brunner2010-10-122-25/+47
| | | | | | | functionality). Compared to a template an overlay is an arbitrary directory, not the parent directory of a directory with the guest's name.
* Added support for multiple overlays to the copy-on-write filesystem.Tobias Brunner2010-10-122-80/+200
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-066-47/+58
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-4/+5
|
* Undef PACKAGE_BUG/URL of strongSwan before including ruby variantsMartin Willi2009-12-082-0/+3
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-4/+4
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-043-10/+10
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0415-300/+300
|
* fixed printf fromat for length limited stringMartin Willi2009-08-071-1/+1
|
* added mconsole exec patch based on 2.6.30Martin Willi2009-07-011-0/+354
|
* added mconsole exec patch based on 2.6.29Martin Willi2009-07-011-0/+354
|
* added generated extconf.rb to .gitignore, removed it from distributionMartin Willi2009-05-252-2/+2
|
* Automatically build (and install) the DUMM Ruby extension.Tobias Brunner2009-05-203-0/+15
|
* Enable building the DUMM Ruby extension in a VPATH build.Tobias Brunner2009-05-202-21/+18
|
* 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.
* also update permission in template/guest foldersMartin Willi2009-05-111-9/+9
| | | | some identation cleanups
* removed @brief doxygen keywordsMartin Willi2009-05-116-50/+50
|
* list available templates using "template" aliasMartin Willi2009-05-111-3/+7
|
* ruby bindings for template enumeratorMartin Willi2009-05-111-0/+19
|
* added a Dumm template enumeratorMartin Willi2009-05-112-0/+61
|
* allow "others" to read created dumm files/foldersMartin Willi2009-05-111-2/+2
|
* added .gitignore files for dummMartin Willi2009-05-072-0/+5
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-303-6/+0
|
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-3/+1
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+3
|
* do not load guests starting with a ".", such as ".svn"Martin Willi2009-04-091-2/+2
|
* simplified statfsMartin Willi2009-04-091-7/+1
|
* added template() shortcutMartin Willi2009-04-071-0/+5
|
* added Dumm.method_missing, allows direct invocation of guests/bridgesMartin Willi2009-04-072-4/+36
|
* added booted?/boot methodsMartin Willi2009-04-073-3/+31
|
* use safe each() implementations, allowing delete() in blockMartin Willi2009-04-073-28/+43
| | | | implement Client.reset() in ruby
* added a reset() method to Dumm and each clientMartin Willi2009-04-072-17/+61
| | | | identation cleanups
* fixed template loading/unloadingMartin Willi2009-04-071-184/+154
| | | | identation cleanups
* store all templates in a subdirectoryMartin Willi2009-04-071-1/+6
|
* do not purge interfaces on template loadMartin Willi2009-04-071-5/+0
|
* added updated mconsole-exec patch for 2.6.28Martin Willi2009-03-051-0/+302
|
* fixed compiler warnings issued by:Martin Willi2008-11-112-7/+25
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* fixed some minor issues found when using -DFORTIFY_SOURCE=2Martin Willi2008-11-101-2/+2
|
* added missing includesMartin Willi2008-11-051-0/+1
|
* fixed some compiler warningsMartin Willi2008-10-271-6/+2
|
* added a guest.mconsole() method to script mconsole (e.g. add additional conX=)Martin Willi2008-10-155-14/+33
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-2/+2
|
* set guest-specific kernel parametersMartin Willi2008-10-106-47/+41
| | | | removed memory setting, use mem= instead
* guest bootup waits for init, not for network stack (fixes 2.6.27 guest kernels)Martin Willi2008-10-071-20/+3
|
* ported mconsole-exec patch to 2.6.27-rc7Martin Willi2008-10-071-0/+335
|
* * allow to load templates from arbitrary placesTobias Brunner2008-08-284-48/+19
| | | | * changed implementation of guest?/iface?
* * guest#running?Tobias Brunner2008-08-275-12/+139
| | | | | | * 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
* run guests with some nicenessMartin Willi2008-08-221-0/+1
|