Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 2 | -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=2 | Martin Willi | 2008-11-10 | 1 | -2/+2 |
| | |||||
* | added missing includes | Martin Willi | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 1 | -6/+2 |
| | |||||
* | added a guest.mconsole() method to script mconsole (e.g. add additional conX=) | Martin Willi | 2008-10-15 | 5 | -14/+33 |
| | |||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | set guest-specific kernel parameters | Martin Willi | 2008-10-10 | 6 | -47/+41 |
| | | | | removed memory setting, use mem= instead | ||||
* | guest bootup waits for init, not for network stack (fixes 2.6.27 guest kernels) | Martin Willi | 2008-10-07 | 1 | -20/+3 |
| | |||||
* | ported mconsole-exec patch to 2.6.27-rc7 | Martin Willi | 2008-10-07 | 1 | -0/+335 |
| | |||||
* | * allow to load templates from arbitrary places | Tobias Brunner | 2008-08-28 | 4 | -48/+19 |
| | | | | * changed implementation of guest?/iface? | ||||
* | * guest#running? | Tobias Brunner | 2008-08-27 | 5 | -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 niceness | Martin Willi | 2008-08-22 | 1 | -0/+1 |
| | |||||
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 9 | -561/+619 |
| | | | | * guests do not shutdown anymore on SIGINT in irb | ||||
* | added missing cleanup on failure | Tobias Brunner | 2008-08-06 | 1 | -3/+4 |
| | |||||
* | exec on a guest now returns the return value of the executed process | Tobias Brunner | 2008-07-31 | 3 | -67/+144 |
| | |||||
* | the list of addresses on the interface of a guest is not cached anymore, but ↵ | Tobias Brunner | 2008-07-30 | 2 | -32/+36 |
| | | | | queried directly from the interface | ||||
* | * Guest#exec uses the new exec_str function | Tobias Brunner | 2008-07-30 | 1 | -48/+7 |
| | | | | * tab completion in irdumm enabled | ||||
* | added an extended exec function to guests that allows to get the output of ↵ | Tobias Brunner | 2008-07-30 | 2 | -9/+115 |
| | | | | the command as string or by line. | ||||
* | switched xterm console title | Martin Willi | 2008-07-28 | 1 | -0/+10 |
| | |||||
* | using gnome-terminal in irdumm | Martin Willi | 2008-07-28 | 1 | -1/+2 |
| | |||||
* | start default strongSwan UML topology | Andreas Steffen | 2008-07-22 | 1 | -0/+56 |
| | |||||
* | removed testing app, this is scriptable with irdumm now | Martin Willi | 2008-07-18 | 2 | -175/+2 |
| | |||||
* | fixed compiler warning | Martin Willi | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | ported patch to final 2.6.26 release, including UML Makefile fixes | Martin Willi | 2008-07-15 | 1 | -13/+46 |
| | |||||
* | added /usr/local/[s]bin to uml exec path | Martin Willi | 2008-07-09 | 1 | -16/+24 |
| | |||||
* | loading ruby scripts specified at command line | Martin Willi | 2008-07-09 | 1 | -3/+18 |
| | |||||
* | ruby bindings/fixes for template loading | Martin Willi | 2008-07-09 | 3 | -10/+33 |
| | |||||
* | passing a block to guest.exec() processes output lines | Martin Willi | 2008-07-09 | 1 | -4/+73 |
| | |||||
* | uml "exec" writes stdout/stderr back to mconsole | Martin Willi | 2008-07-08 | 7 | -86/+230 |
| | | | | | guest->exec() accepts a callback for output sligtly refactored mconsole.c | ||||
* | guest interface/address management using hackish mconsole exec patch, ruby ↵ | Martin Willi | 2008-07-07 | 8 | -2/+291 |
| | | | | bindings | ||||
* | disconnecting interfaces properly on bridge destruction | Martin Willi | 2008-07-05 | 1 | -9/+13 |
| | |||||
* | throwing proper exeptions on errors, correct return values | Martin Willi | 2008-07-04 | 1 | -25/+28 |
| | | | | mixin enumerable in classes/objects with .each | ||||
* | prototype of irdumm - interactive ruby shell for dumm | Martin Willi | 2008-07-04 | 7 | -25/+525 |
| | |||||
* | some stability improvements | Martin Willi | 2008-07-04 | 4 | -15/+21 |
| | |||||
* | writing guest pid to file (simplifies debugging) | Martin Willi | 2008-05-21 | 1 | -1/+20 |
| | |||||
* | properly removing bootup poll interface eth0 | Martin Willi | 2008-05-15 | 1 | -1/+4 |
| | |||||
* | implemented classical UML network scenario in dumm (ipsec testing) | Martin Willi | 2008-05-14 | 3 | -1/+176 |
| | |||||
* | poll UML guests after startup using eth9=mcast, as networking is loaded ↵ | Martin Willi | 2008-05-14 | 1 | -3/+3 |
| | | | | after console | ||||
* | fixed interface disconnection | Martin Willi | 2008-05-09 | 1 | -1/+2 |
| | |||||
* | prototype of dumm GUI | Martin Willi | 2008-04-28 | 12 | -801/+801 |
| | |||||
* | proper library initialization for dumm | Martin Willi | 2008-04-21 | 1 | -0/+4 |
| | |||||
* | functions invoked on all linked list items now support up to five additional ↵ | Tobias Brunner | 2008-04-18 | 1 | -1/+1 |
| | | | | arguments | ||||
* | fixed typo / include | Martin Willi | 2007-09-18 | 2 | -3/+1 |
| | |||||
* | fixed scenario loading | Martin Willi | 2007-09-13 | 9 | -129/+195 |
| | |||||
* | simple console support through pts devices | Martin Willi | 2007-08-28 | 5 | -28/+147 |
| | |||||
* | fixed build without --enable-uml | Martin Willi | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | reread notify socket when interrupted (EINTR) through sigchild | Martin Willi | 2007-08-10 | 1 | -1/+5 |
| | |||||
* | fixed libstrongswan linking for libdumm | Martin Willi | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | removed Makefile from svn | Martin Willi | 2007-08-09 | 6 | -558/+79 |
| | | | | | support for scenario switching | ||||
* | added UML modeler to autotools | Martin Willi | 2007-08-08 | 3 | -71/+543 |
| |