Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The configure script now tries to figure out where ruby.h is located. | Tobias Brunner | 2009-05-20 | 1 | -1/+1 | |
| | | | | This is required because the location depends on the architecture. | |||||
* | also update permission in template/guest folders | Martin Willi | 2009-05-11 | 1 | -9/+9 | |
| | | | | some identation cleanups | |||||
* | removed @brief doxygen keywords | Martin Willi | 2009-05-11 | 6 | -50/+50 | |
| | ||||||
* | list available templates using "template" alias | Martin Willi | 2009-05-11 | 1 | -3/+7 | |
| | ||||||
* | ruby bindings for template enumerator | Martin Willi | 2009-05-11 | 1 | -0/+19 | |
| | ||||||
* | added a Dumm template enumerator | Martin Willi | 2009-05-11 | 2 | -0/+61 | |
| | ||||||
* | allow "others" to read created dumm files/folders | Martin Willi | 2009-05-11 | 1 | -2/+2 | |
| | ||||||
* | added .gitignore files for dumm | Martin Willi | 2009-05-07 | 2 | -0/+5 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 3 | -6/+0 | |
| | ||||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -3/+1 | |
| | ||||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -1/+3 | |
| | ||||||
* | do not load guests starting with a ".", such as ".svn" | Martin Willi | 2009-04-09 | 1 | -2/+2 | |
| | ||||||
* | simplified statfs | Martin Willi | 2009-04-09 | 1 | -7/+1 | |
| | ||||||
* | added template() shortcut | Martin Willi | 2009-04-07 | 1 | -0/+5 | |
| | ||||||
* | added Dumm.method_missing, allows direct invocation of guests/bridges | Martin Willi | 2009-04-07 | 2 | -4/+36 | |
| | ||||||
* | added booted?/boot methods | Martin Willi | 2009-04-07 | 3 | -3/+31 | |
| | ||||||
* | use safe each() implementations, allowing delete() in block | Martin Willi | 2009-04-07 | 3 | -28/+43 | |
| | | | | implement Client.reset() in ruby | |||||
* | added a reset() method to Dumm and each client | Martin Willi | 2009-04-07 | 2 | -17/+61 | |
| | | | | identation cleanups | |||||
* | fixed template loading/unloading | Martin Willi | 2009-04-07 | 1 | -184/+154 | |
| | | | | identation cleanups | |||||
* | store all templates in a subdirectory | Martin Willi | 2009-04-07 | 1 | -1/+6 | |
| | ||||||
* | do not purge interfaces on template load | Martin Willi | 2009-04-07 | 1 | -5/+0 | |
| | ||||||
* | added updated mconsole-exec patch for 2.6.28 | Martin Willi | 2009-03-05 | 1 | -0/+302 | |
| | ||||||
* | 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 | |
| |