aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/guest.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Migrated guest_t to INIT/METHOD macros.Tobias Brunner2011-10-031-84/+54
|
* Added support for multiple overlays to guests (replaces the template ↵Tobias Brunner2010-10-121-20/+27
| | | | | | | functionality). Compared to a template an overlay is an arbitrary directory, not the parent directory of a directory with the guest's name.
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-8/+12
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-38/+38
|
* allow "others" to read created dumm files/foldersMartin Willi2009-05-111-2/+2
|
* do not purge interfaces on template loadMartin Willi2009-04-071-5/+0
|
* fixed compiler warnings issued by:Martin Willi2008-11-111-2/+13
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* set guest-specific kernel parametersMartin Willi2008-10-101-26/+24
| | | | removed memory setting, use mem= instead
* * allow to load templates from arbitrary placesTobias Brunner2008-08-281-1/+1
| | | | * changed implementation of guest?/iface?
* * guest#running?Tobias Brunner2008-08-271-0/+1
| | | | | | * 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-071-0/+1
| | | | * guests do not shutdown anymore on SIGINT in irb
* added an extended exec function to guests that allows to get the output of ↵Tobias Brunner2008-07-301-9/+99
| | | | the command as string or by line.
* fixed compiler warningMartin Willi2008-07-181-1/+1
|
* uml "exec" writes stdout/stderr back to mconsoleMartin Willi2008-07-081-5/+6
| | | | | guest->exec() accepts a callback for output sligtly refactored mconsole.c
* guest interface/address management using hackish mconsole exec patch, ruby ↵Martin Willi2008-07-071-0/+25
| | | | bindings
* prototype of irdumm - interactive ruby shell for dummMartin Willi2008-07-041-1/+1
|
* some stability improvementsMartin Willi2008-07-041-0/+1
|
* writing guest pid to file (simplifies debugging)Martin Willi2008-05-211-1/+20
|
* prototype of dumm GUIMartin Willi2008-04-281-76/+67
|
* fixed scenario loadingMartin Willi2007-09-131-29/+6
|
* simple console support through pts devicesMartin Willi2007-08-281-10/+42
|
* removed Makefile from svnMartin Willi2007-08-091-2/+6
| | | | | support for scenario switching
* usable without scenariosMartin Willi2007-08-081-1/+35
|
* cowfs is bootable now!Martin Willi2007-08-061-8/+10
|
* proper shutdownMartin Willi2007-08-031-4/+4
| | | | moved signal handler for SIGCHD and SIGHUP to dumm
* started own cowfs implementationMartin Willi2007-07-311-27/+21
|
* bridging using libbridgeMartin Willi2007-07-301-94/+232
| | | | | | rewrite of guest, does not change cwd anymore loading of created scenarios
* properly shutdown of clientsMartin Willi2007-07-271-2/+3
|
* support for killing guests properlyMartin Willi2007-07-271-4/+19
|
* implemented mconsole notification to check if guest came upMartin Willi2007-07-261-11/+48
| | | | slightly modified menu commands
* fixed tap device setup (requires open/close for each call)Martin Willi2007-07-261-2/+2
| | | | using more meaningful names for tap devices
* added dynamic interface manipulation for guestsMartin Willi2007-07-251-15/+108
| | | | management of tap devices on the host
* checked in first draft of "Dynamic Uml Mesh Modeler"Martin Willi2007-07-241-0/+240