aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* * ruby extension extracted from irdummTobias Brunner2008-08-079-561/+619
| | | | * guests do not shutdown anymore on SIGINT in irb
* 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
| | | | queried directly from the interface
* * Guest#exec uses the new exec_str functionTobias Brunner2008-07-301-48/+7
| | | | * tab completion in irdumm enabled
* added an extended exec function to guests that allows to get the output of ↵Tobias Brunner2008-07-302-9/+115
| | | | the command as string or by line.
* 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
|