aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/iface.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 iface_t to INIT/METHOD macros.Tobias Brunner2011-10-031-51/+35
|
* DUMM: Allow addresses to be configured with net prefix.Tobias Brunner2011-07-291-6/+6
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-7/+7
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-8/+8
|
* added a guest.mconsole() method to script mconsole (e.g. add additional conX=)Martin Willi2008-10-151-6/+6
|
* * ruby extension extracted from irdummTobias Brunner2008-08-071-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 Brunner2008-07-301-31/+30
| | | | queried directly from the interface
* uml "exec" writes stdout/stderr back to mconsoleMartin Willi2008-07-081-6/+8
| | | | | 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-1/+69
| | | | bindings
* prototype of irdumm - interactive ruby shell for dummMartin Willi2008-07-041-5/+27
|
* some stability improvementsMartin Willi2008-07-041-4/+4
|
* prototype of dumm GUIMartin Willi2008-04-281-1/+45
|
* usable without scenariosMartin Willi2007-08-081-0/+16
|
* implemented mconsole notification to check if guest came upMartin Willi2007-07-261-1/+1
| | | | slightly modified menu commands
* fixed tap device setup (requires open/close for each call)Martin Willi2007-07-261-43/+51
| | | | using more meaningful names for tap devices
* fixed mconsole when using multiple guestsMartin Willi2007-07-251-1/+2
| | | | fixed interface enumeration bug
* added dynamic interface manipulation for guestsMartin Willi2007-07-251-0/+154
management of tap devices on the host