- Oct 21, 2015
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Use the new variadic functions for parsing & rendering of data, making the code shorter in the process.
-
Michal 'vorner' Vaner authored
They allow to parse/render multiple elements at once, doing all the necessary size checks.
-
- Oct 20, 2015
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Use it so the error messages are sent to the server.
-
- Oct 16, 2015
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Provide hooks and commands to create and update the sets.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
• The hooks don't need the userdata parameter, that one is passed inside the storage parameter. • Have a hook after complete replacement as well as before, to allow working on a copy and atomically swapping instead of just working or real data all the time.
-
- Oct 15, 2015
-
-
Michal 'vorner' Vaner authored
-
- Oct 08, 2015
-
-
Michal 'vorner' Vaner authored
• New module containing the set types and definitions. • Each set gets its own function to convert its members (addresses) to strings that can be fed to the ipset utility.
-
Michal 'vorner' Vaner authored
Provide hooks for adding, removing and clearing of addresses.
-
- Oct 07, 2015
-
-
Michal 'vorner' Vaner authored
If the set is present in both old and new config, migrate its content and state, so we don't have to re-download everything.
-
Michal 'vorner' Vaner authored
Add a function to copy content of one address store into another.
-
Michal 'vorner' Vaner authored
Mark the import variable as possibly unused, suppressing a warning in case the variable is created but not imported into and unused.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- Oct 06, 2015
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Be able to reload pluglibs after the plugin crashes and is reloaded.
-
Michal 'vorner' Vaner authored
This is to make sure the compiler can't prove the sig_handler never exits and doesn't have the idea of legality of destroying the stack below it. This is suspected reason why the backtraces from turris routers are unusable.
-
Michal 'vorner' Vaner authored
Use the found filter, not the top-level one that might not be differential.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It wasn't possible to load the library before, because the symbol definition turned out to be static.
-
- Oct 05, 2015
-
-
Michal 'vorner' Vaner authored
So it doesn't contain an underscore. It seems to trouble the buildroot.
-
- Sep 23, 2015
-
-
Michal 'vorner' Vaner authored
No change in functionality, just take the diff_store functions and structures and put them into a new pluglib. Link the pluglib to the flow plugin.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Provide macros that can be used to list the functions only once, in corresponding header file.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
There seems to be some stack corruption. It shouldn't possibly in the signal handler, but rewrite it all the same.
-
- Sep 22, 2015
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- Sep 16, 2015
-
-
Michal 'vorner' Vaner authored
-