Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Migrated iface_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-03 | 1 | -51/+35 |
| | |||||
* | DUMM: Allow addresses to be configured with net prefix. | Tobias Brunner | 2011-07-29 | 1 | -6/+6 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -7/+7 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -8/+8 |
| | |||||
* | added a guest.mconsole() method to script mconsole (e.g. add additional conX=) | Martin Willi | 2008-10-15 | 1 | -6/+6 |
| | |||||
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 1 | -0/+1 |
| | | | | * guests do not shutdown anymore on SIGINT in irb | ||||
* | the list of addresses on the interface of a guest is not cached anymore, but ↵ | Tobias Brunner | 2008-07-30 | 1 | -31/+30 |
| | | | | queried directly from the interface | ||||
* | uml "exec" writes stdout/stderr back to mconsole | Martin Willi | 2008-07-08 | 1 | -6/+8 |
| | | | | | 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 | 1 | -1/+69 |
| | | | | bindings | ||||
* | prototype of irdumm - interactive ruby shell for dumm | Martin Willi | 2008-07-04 | 1 | -5/+27 |
| | |||||
* | some stability improvements | Martin Willi | 2008-07-04 | 1 | -4/+4 |
| | |||||
* | prototype of dumm GUI | Martin Willi | 2008-04-28 | 1 | -1/+45 |
| | |||||
* | usable without scenarios | Martin Willi | 2007-08-08 | 1 | -0/+16 |
| | |||||
* | implemented mconsole notification to check if guest came up | Martin Willi | 2007-07-26 | 1 | -1/+1 |
| | | | | slightly modified menu commands | ||||
* | fixed tap device setup (requires open/close for each call) | Martin Willi | 2007-07-26 | 1 | -43/+51 |
| | | | | using more meaningful names for tap devices | ||||
* | fixed mconsole when using multiple guests | Martin Willi | 2007-07-25 | 1 | -1/+2 |
| | | | | fixed interface enumeration bug | ||||
* | added dynamic interface manipulation for guests | Martin Willi | 2007-07-25 | 1 | -0/+154 |
management of tap devices on the host |