aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added a reset() method to Dumm and each clientMartin Willi2009-04-072-17/+61
* fixed template loading/unloadingMartin Willi2009-04-071-184/+154
* 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
* 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
* 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
* * guest#running?Tobias Brunner2008-08-275-12/+139
* run guests with some nicenessMartin Willi2008-08-221-0/+1
* * ruby extension extracted from irdummTobias Brunner2008-08-079-561/+619
* added missing cleanup on failureTobias Brunner2008-08-061-3/+4
* exec on a guest now returns the return value of the executed processTobias Brunner2008-07-313-67/+144
* the list of addresses on the interface of a guest is not cached anymore, but ...Tobias Brunner2008-07-302-32/+36
* * Guest#exec uses the new exec_str functionTobias Brunner2008-07-301-48/+7
* added an extended exec function to guests that allows to get the output of th...Tobias Brunner2008-07-302-9/+115
* switched xterm console titleMartin Willi2008-07-281-0/+10
* using gnome-terminal in irdummMartin Willi2008-07-281-1/+2
* start default strongSwan UML topologyAndreas Steffen2008-07-221-0/+56
* removed testing app, this is scriptable with irdumm nowMartin Willi2008-07-182-175/+2
* fixed compiler warningMartin Willi2008-07-181-1/+1
* ported patch to final 2.6.26 release, including UML Makefile fixesMartin Willi2008-07-151-13/+46
* added /usr/local/[s]bin to uml exec pathMartin Willi2008-07-091-16/+24
* loading ruby scripts specified at command lineMartin Willi2008-07-091-3/+18
* ruby bindings/fixes for template loadingMartin Willi2008-07-093-10/+33
* passing a block to guest.exec() processes output linesMartin Willi2008-07-091-4/+73
* uml "exec" writes stdout/stderr back to mconsoleMartin Willi2008-07-087-86/+230
* guest interface/address management using hackish mconsole exec patch, ruby bi...Martin Willi2008-07-078-2/+291
* disconnecting interfaces properly on bridge destructionMartin Willi2008-07-051-9/+13