aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* uml "exec" writes stdout/stderr back to mconsoleMartin Willi2008-07-087-86/+230
| | | | | guest->exec() accepts a callback for output sligtly refactored mconsole.c
* guest interface/address management using hackish mconsole exec patch, ruby ↵Martin Willi2008-07-078-2/+291
| | | | bindings
* disconnecting interfaces properly on bridge destructionMartin Willi2008-07-051-9/+13
|
* throwing proper exeptions on errors, correct return valuesMartin Willi2008-07-041-25/+28
| | | | mixin enumerable in classes/objects with .each
* prototype of irdumm - interactive ruby shell for dummMartin Willi2008-07-047-25/+525
|
* some stability improvementsMartin Willi2008-07-044-15/+21
|
* writing guest pid to file (simplifies debugging)Martin Willi2008-05-211-1/+20
|
* properly removing bootup poll interface eth0Martin Willi2008-05-151-1/+4
|
* implemented classical UML network scenario in dumm (ipsec testing)Martin Willi2008-05-143-1/+176
|
* poll UML guests after startup using eth9=mcast, as networking is loaded ↵Martin Willi2008-05-141-3/+3
| | | | after console
* fixed interface disconnectionMartin Willi2008-05-091-1/+2
|
* prototype of dumm GUIMartin Willi2008-04-2812-801/+801
|
* proper library initialization for dummMartin Willi2008-04-211-0/+4
|
* functions invoked on all linked list items now support up to five additional ↵Tobias Brunner2008-04-181-1/+1
| | | | arguments
* fixed typo / includeMartin Willi2007-09-182-3/+1
|
* fixed scenario loadingMartin Willi2007-09-139-129/+195
|
* simple console support through pts devicesMartin Willi2007-08-285-28/+147
|
* fixed build without --enable-umlMartin Willi2007-08-101-1/+1
|
* reread notify socket when interrupted (EINTR) through sigchildMartin Willi2007-08-101-1/+5
|
* fixed libstrongswan linking for libdummMartin Willi2007-08-091-1/+1
|
* removed Makefile from svnMartin Willi2007-08-096-558/+79
| | | | | support for scenario switching
* added UML modeler to autotoolsMartin Willi2007-08-083-71/+543
|