aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* throwing proper exeptions on errors, correct return valuesMartin Willi2008-07-041-25/+28
* 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 after...Martin Willi2008-05-141-3/+3
* 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
* 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
* added UML modeler to autotoolsMartin Willi2007-08-083-71/+543
* usable without scenariosMartin Willi2007-08-0810-305/+559
* cowfs is bootable now!Martin Willi2007-08-063-53/+92
* proper shutdownMartin Willi2007-08-035-48/+96
* working cowfs prototypeMartin Willi2007-08-031-148/+601
* started own cowfs implementationMartin Willi2007-07-314-29/+488
* bridging using libbridgeMartin Willi2007-07-308-143/+639
* properly shutdown of clientsMartin Willi2007-07-273-6/+22
* support for killing guests properlyMartin Willi2007-07-276-16/+135
* implemented mconsole notification to check if guest came upMartin Willi2007-07-268-149/+351
* fixed tap device setup (requires open/close for each call)Martin Willi2007-07-265-55/+65
* fixed mconsole when using multiple guestsMartin Willi2007-07-253-2/+4
* added dynamic interface manipulation for guestsMartin Willi2007-07-2510-35/+883