]> git.ipfire.org Git - people/ms/strongswan.git/history - src/dumm
traffic-selector: Avoid out-of-bound array access when calculating range
[people/ms/strongswan.git] / src / dumm /
2018-09-12  Tobias Brunnerdumm: Remove the Dynamic UML Mesh Modeler framework
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2017-06-07  Tobias Brunnerconfigure: Use pkg-config to determine Ruby CFLAGS...
2017-05-26  Tobias BrunnerMerge branch 'variadic-enumerators'
2017-05-26  Tobias Brunnerlinked-list: Change return value of find_first() and...
2017-05-26  Tobias BrunnerMigrate all enumerators to venumerate() interface change
2016-03-24  Andreas SteffenUse standard unsigned integer types
2014-12-10  Martin Willidumm: Fix -Wformat warning in ruby extension
2014-07-09  Martin Willidumm: Undefine _GNU_SOURCE before including <ruby.h...
2014-02-18  Tobias BrunnerFixed some typos
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlib: Add global config namespace
2013-07-18  Martin Williautomake: replace INCLUDES by AM_CPPFLAGS
2013-07-15  Tobias Brunnerdumm: Sort templates by name
2013-07-12  Martin Willidumm: add include for in.h, if_bridge.h now uses struct...
2012-12-10  Tobias BrunnerAvoid that ruby 1.9 redefines snprintf(3) etc.
2012-12-10  Tobias BrunnerProperly initialize linked list when enumerating interf...
2012-12-10  Tobias Brunnerrb_cvar_set() takes three arguments in Ruby 1.9
2012-12-10  Tobias BrunnerUse rb_errinfo() instead of ruby_errinfo for Ruby 1.9
2012-12-10  Tobias BrunnerUse proper Ruby library depending on the available...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-10-24  Tobias BrunnerMoved host_t and host_resolver_t to a new networking...
2012-09-28  Tobias BrunnerMake sure first argument is an int when using %.*s...
2012-07-11  Martin WilliUse "-include config.h" when building ruby dumm extension
2011-10-03  Tobias BrunnerMigrated dumm_t to INIT/METHOD macros.
2011-10-03  Tobias BrunnerMigrated iface_t to INIT/METHOD macros.
2011-10-03  Tobias BrunnerMigrated cowfs_t to INIT/METHOD macros.
2011-10-03  Tobias BrunnerMigrated mconsole_t to INIT/METHOD macros.
2011-10-03  Tobias BrunnerMigrated guest_t to INIT/METHOD macros.
2011-10-03  Tobias BrunnerMigrated bridge_t to INIT/METHOD macros.
2011-07-29  Tobias BrunnerDUMM: Allow addresses to be configured with net prefix.
2011-07-05  Tobias BrunnerDon't install the libraries directly in lib/.
2011-05-20  Martin WilliLink libstrongswan against libdumm, fixes build of...
2011-05-19  Martin WilliLink libstrongswan directly to dumm/irdumm, fixes build...
2011-05-11  Martin WilliDo not use deprecated vte_terminal_fork_command()
2010-10-12  Tobias BrunnerStore the exit code of executed commands in Dumm::Guest...
2010-10-12  Tobias BrunnerMap the guests to a ruby hash to avoid creating new...
2010-10-12  Tobias BrunnerExposed the mutli-overlay functionality in the ruby...
2010-10-12  Tobias BrunnerAdded support for multiple overlays to the main library.
2010-10-12  Tobias BrunnerAdded support for multiple overlays to guests (replaces...
2010-10-12  Tobias BrunnerAdded support for multiple overlays to the copy-on...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-12-23  Tobias BrunnerUsing the thread wrapper in charon, libstrongswan and...
2009-12-08  Martin WilliUndef PACKAGE_BUG/URL of strongSwan before including...
2009-09-04  Martin Williremove spaces before tabs at the beginning of lines...
2009-09-04  Martin Willireplaces four spaces by tabs, where appropriate
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-07  Martin Willifixed printf fromat for length limited string
2009-07-01  Martin Williadded mconsole exec patch based on 2.6.30
2009-07-01  Martin Williadded mconsole exec patch based on 2.6.29
2009-05-25  Martin Williadded generated extconf.rb to .gitignore, removed it...
2009-05-20  Tobias BrunnerAutomatically build (and install) the DUMM Ruby extension.
2009-05-20  Tobias BrunnerEnable building the DUMM Ruby extension in a VPATH...
2009-05-20  Tobias BrunnerThe configure script now tries to figure out where...
2009-05-11  Martin Willialso update permission in template/guest folders
2009-05-11  Martin Williremoved @brief doxygen keywords
2009-05-11  Martin Willilist available templates using "template" alias
2009-05-11  Martin Williruby bindings for template enumerator
2009-05-11  Martin Williadded a Dumm template enumerator
2009-05-11  Martin Williallow "others" to read created dumm files/folders
2009-05-07  Tobias BrunnerMerge branch 'master' of git.strongswan.org:~/strongswa...
2009-05-07  Martin Williadded .gitignore files for dumm
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-27  Martin Williset default CFLAGS globally, including -Wno-format
2009-04-20  Andreas Steffenscepclient and pluto use asn1 from libstrongswan
2009-04-09  Martin Willido not load guests starting with a ".", such as ".svn"
2009-04-09  Martin Willisimplified statfs
2009-04-07  Martin Williadded template() shortcut
2009-04-07  Martin Williadded Dumm.method_missing, allows direct invocation...
2009-04-07  Martin Williadded booted?/boot methods
2009-04-07  Martin Williuse safe each() implementations, allowing delete()...
2009-04-07  Martin Williadded a reset() method to Dumm and each client
2009-04-07  Martin Willifixed template loading/unloading
2009-04-07  Martin Willistore all templates in a subdirectory
2009-04-07  Martin Willido not purge interfaces on template load
2009-03-05  Martin Williadded updated mconsole-exec patch for 2.6.28
2008-11-11  Martin Willifixed compiler warnings issued by:
2008-11-10  Martin Willifixed some minor issues found when using -DFORTIFY_SOURCE=2
2008-11-05  Martin Williadded missing includes
2008-10-27  Martin Willifixed some compiler warnings
2008-10-15  Martin Williadded a guest.mconsole() method to script mconsole...
2008-10-14  Tobias Brunnermerging kernel_pfkey plugin back from kernel-interface...
2008-10-10  Martin Williset guest-specific kernel parameters
2008-10-07  Martin Williguest bootup waits for init, not for network stack...
2008-10-07  Martin Williported mconsole-exec patch to 2.6.27-rc7
2008-08-28  Tobias Brunner * allow to load templates from arbitrary places
2008-08-27  Tobias Brunner * guest#running?
2008-08-22  Martin Willirun guests with some niceness
2008-08-07  Tobias Brunner * ruby extension extracted from irdumm
2008-08-06  Tobias Brunneradded missing cleanup on failure
2008-07-31  Tobias Brunnerexec on a guest now returns the return value of the...
2008-07-30  Tobias Brunnerthe list of addresses on the interface of a guest is...
2008-07-30  Tobias Brunner* Guest#exec uses the new exec_str function
2008-07-30  Tobias Brunneradded an extended exec function to guests that allows...
2008-07-28  Martin Williswitched xterm console title
2008-07-28  Martin Williusing gnome-terminal in irdumm
2008-07-22  Andreas Steffenstart default strongSwan UML topology
2008-07-18  Martin Williremoved testing app, this is scriptable with irdumm now
next