Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-28 | Merge pull request #118 from voxpupuli/modulesync | Tim Meusel | |
modulesync 3.1.0 | |||
2020-10-28 | modulesync 3.1.0 | Tim Meusel | |
2020-10-07 | Merge pull request #117 from bastelfreak/string | Tim Meusel | |
Add puppet-lint-param-docs linter / fix typos in puppet-strings documentation | |||
2020-10-06 | fix typos in puppet-strings documentation | Tim Meusel | |
2020-10-06 | Add puppet-lint-param-docs linter | Tim Meusel | |
2020-10-06 | Merge pull request #116 from voxpupuli/modulesync | Tim Meusel | |
modulesync 3.0.0 & puppet-lint updates | |||
2020-10-06 | puppet-lint: autofix | Tim Meusel | |
2020-10-06 | modulesync 3.0.0 | Tim Meusel | |
2020-07-02 | [blacksmith] Bump version to 5.0.1-rc0 | Thore Bödecker | |
2020-07-02 | Merge pull request #115 from voxpupuli/release-v5.0.0 | Thore Bödecker | |
Release v5.0.0 | |||
2020-07-02 | release v5.0.0 | Thore Bödecker | |
2020-07-02 | Merge pull request #114 from foxxx0/fix-portrange-regression | Thore Bödecker | |
implement proper sport/dport types, validate port ranges, fix some minor regressions | |||
2020-06-30 | add type_aliases tests for the other ferm types | Thore Bödecker | |
2020-06-30 | use proper types and validations for port handling | Thore Bödecker | |
- implement validations for port ranges - add test cases for these scenarios | |||
2020-06-25 | use verbose multiport syntax for better compat | Thore Bödecker | |
The dports/sports shortcut is only supported starting with ferm v2.5 which was released very recently. In order to support a wider range of distributions and ferm versions, this commits switches to the more verbose version of the multiport features. | |||
2020-06-22 | [blacksmith] Bump version to 4.0.1-rc0 | Thore Bödecker | |
2020-06-22 | Merge pull request #113 from foxxx0/release-4.0.0 | Thore Bödecker | |
release 4.0.0 | |||
2020-06-22 | release 4.0.0 | Thore Bödecker | |
2020-06-22 | Merge pull request #112 from foxxx0/add-multiport-support | Tim Meusel | |
implement multiport support for dport/sport / drop string support for sport/dport | |||
2020-06-22 | move OpenVPN example to README.md | Thore Bödecker | |
This was previously manually added to REFERENCE.md and got overwritten by a freshly generation version of that file. The proper place for this is the README.md which is not automatically generated. | |||
2020-06-22 | implement multiport support for dport/sport | Thore Bödecker | |
2020-05-19 | Merge pull request #109 from bastelfreak/ubuntu20 | Tim Meusel | |
Add Ubuntu 20.04 support | |||
2020-05-18 | Merge pull request #104 from Dan33l/install_from_sources | Tim Meusel | |
add install_method parameter | |||
2020-05-18 | add install_method parameter | Fabien COMBERNOUS | |
2020-05-18 | Merge pull request #105 from rehanone/allow-custom-chain-rules-using-ferm-dsl | Tim Meusel | |
Allow adding custom ferm dsl for subchains. This is important for usi… | |||
2020-05-09 | voxpupuli-test: update 1.0.0->1.4.0 | Tim Meusel | |
2020-05-09 | Add Ubuntu 20.04 support | Tim Meusel | |
2020-05-07 | Allow adding custom ferm dsl for subchains. This is important for using ↵ | Rehan Mahmood | |
complex iptable rules that are currently not supported by this module or would be very hard to manage just using puppet. | |||
2020-05-06 | [blacksmith] Bump version to 3.0.2-rc0 | Tim Meusel | |
2020-05-06 | Merge pull request #108 from voxpupuli/rel301 | Tim Meusel | |
release 3.0.1 | |||
2020-05-06 | release 3.0.1 | Tim Meusel | |
2020-05-06 | Merge pull request #107 from voxpupuli/fuubuntu | Ewoud Kohl van Wijngaarden | |
Ubuntu/Debian: Notify service on config changes | |||
2020-05-06 | Ubuntu/Debian: Notify service on config changes | Tim Meusel | |
Without this change it's possible that we try to start the service and afterwards modify the debian/ubuntu specifc config file that otherwise prevents the service from starting. | |||
2020-05-05 | Merge pull request #106 from voxpupuli/travis2 | Tim Meusel | |
Add missing os key in travis config | |||
2020-05-05 | travis: Rename user to username | Tim Meusel | |
This fixes the following travis error: ``` deploy: both user and username given, user overwrites username ``` | |||
2020-05-05 | travis.yml: Rename matrix to jobs | Tim Meusel | |
Without this change, we get the following warning: ``` root: key matrix is an alias for jobs, using jobs ``` | |||
2020-05-05 | Add missing os key in travis config | Tim Meusel | |
without this, the travis linter tells us the following warning: ``` root: missing os, using the default linux ``` | |||
2020-04-21 | [blacksmith] Bump version to 3.0.1-rc0 | Tim Meusel | |
2020-04-21 | Merge pull request #102 from bastelfreak/rel300 | Tim Meusel | |
release 3.0.0 | |||
2020-04-21 | release 3.0.0 | Tim Meusel | |
2020-04-21 | Merge pull request #101 from bastelfreak/log | Tim Meusel | |
by default dont log dropped packets | |||
2020-04-21 | by default dont log dropped packets | Tim Meusel | |
2020-04-21 | Merge pull request #100 from bastelfreak/invalid | Tim Meusel | |
make dropping of invalid pakets optional | |||
2020-04-21 | make dropping of pakets marked as invalid optional | Tim Meusel | |
2020-04-21 | Merge pull request #90 from Dan33l/add_conntrack_dedicated | Tim Meusel | |
use dedicated conntrack parameters / by default disable conntrack for new chains / by default enable conntrack for filter INPUT chain | |||
2020-04-21 | use dedicated conntrack parameters | Fabien COMBERNOUS | |
2020-04-10 | Merge pull request #99 from bastelfreak/docs | Tim Meusel | |
cleanup puppet-strings documentation | |||
2020-04-09 | cleanup puppet-strings documentation | Tim Meusel | |
2020-04-07 | Merge pull request #97 from voxpupuli/rewrite-acceptance-tests | Tim Meusel | |
Use voxpupuli-acceptance | |||
2020-04-07 | Use voxpupuli-acceptance | Ewoud Kohl van Wijngaarden | |