Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-04-03 | Merge pull request #95 from bastelfreak/vz | Tim Meusel | |
Add VZ 6/7 to metadata.json | |||
2020-03-02 | Add VZ 6/7 to metadata.json | Tim Meusel | |
2020-02-11 | Merge pull request #92 from bastelfreak/travis | Garrett Honeycutt | |
delete legacy travis directory | |||
2020-02-11 | Merge pull request #94 from voxpupuli/modulesync | Garrett Honeycutt | |
modulesync 3.0.0 | |||
2020-02-11 | cleanup spec_helper.rb | Tim Meusel | |
2020-02-11 | modulesync 3.0.0 | Tim Meusel | |
2019-12-22 | Merge pull request #93 from voxpupuli/modulesync | Tim Meusel | |
modulesync 2.10.0 | |||
2019-12-22 | modulesync 2.10.0 | Tim Meusel | |
2019-12-16 | delete legacy travis directory | Tim Meusel | |
2019-12-09 | Merge pull request #91 from voxpupuli/modulesync | Tim Meusel | |
modulesync 2.9.0 | |||
2019-12-06 | modulesync 2.9.0 | Dennis Hoppe | |
2019-10-29 | [blacksmith] Bump version to 2.7.1-rc0 | Fabien COMBERNOUS | |
2019-10-29 | Merge pull request #89 from Dan33l/release_2.7.0 | Fabien COMBERNOUS | |
release 2.7.0 | |||
2019-10-29 | release 2.7.0 | Fabien COMBERNOUS | |
2019-10-29 | Merge pull request #88 from Dan33l/revert-pr81 | Fabien COMBERNOUS | |
revert PR81 | |||
2019-10-29 | revert PR81 | Fabien COMBERNOUS | |
2019-10-08 | [blacksmith] Bump version to 2.6.1-rc0 | Tim Meusel | |
2019-10-08 | Merge pull request #86 from bastelfreak/rel260 | Tim Meusel | |
release 2.6.0 | |||
2019-10-08 | release 2.6.0 | Tim Meusel | |
2019-10-08 | Merge pull request #85 from bastelfreak/bugfix | Tim Meusel | |
ipset: allow multiple instances of defined resource | |||
2019-10-08 | ipset: allow multiple instances of defined resource | Tim Meusel | |
2019-10-01 | Merge pull request #80 from bastelfreak/ipsets | Tim Meusel | |
implement ipset support | |||
2019-10-01 | implement ipset support | Tim Meusel | |
2019-10-01 | Merge pull request #84 from bastelfreak/docs4 | Tim Meusel | |
update docker firewalling example | |||
2019-10-01 | Merge pull request #81 from bastelfreak/hotifx | Tim Meusel | |
disable conntrack filtering in FORWARD/OUTPUT | |||
2019-10-01 | update docker firewalling example | Tim Meusel | |
2019-10-01 | disable conntrack filtering in FORWARD/OUTPUT | Thore Bödecker | |
conntrack filtering basically doesn't work in those chains, so we need to disable it. | |||
2019-10-01 | Merge pull request #83 from bastelfreak/docs3 | Tim Meusel | |
delete legacy docs/ folder | |||
2019-10-01 | delete legacy docs/ folder | Tim Meusel | |
We now have a REFERENCE.md in the repository. We don't need the docs/ folder anymore. | |||
2019-09-21 | Merge pull request #75 from Dan33l/move_common_init | Tim Meusel | |
move common from hiera data values to init.pp | |||
2019-09-18 | move common from hiera data values to init.pp | Fabien COMBERNOUS | |
2019-09-13 | [blacksmith] Bump version to 2.5.1-rc0 | Tim Meusel | |
2019-09-13 | Merge pull request #70 from Dan33l/release-2.5.0 | Tim Meusel | |
release 2.5.0 | |||
2019-09-13 | release 2.5.0 | Fabien COMBERNOUS | |
2019-09-13 | Merge pull request #73 from foxxx0/add-more-examples | Fabien COMBERNOUS | |
Add more examples | |||
2019-09-13 | Merge pull request #72 from foxxx0/fix-kernel-incompatibilities | Tim Meusel | |
fix kernel incompatibilities | |||
2019-09-13 | add conntrack/NOTRACK example | Thore Bödecker | |
2019-09-13 | fix kernel incompatibilities | Thore Bödecker | |
Certain kernel modules and thus iptables functionality was introduced at later releases, so we need to properly reflect that in our default chain initialization procedure. `INPUT` chain for `nat` table was introduced with 2.6.36 `ip6table_nat` kernel module for NAT functionality with IPv6 was introduced with 3.17 This commit implements the required conditional constraints and includes the rspec tests to validate it. | |||
2019-09-13 | Merge pull request #71 from bastelfreak/docs2 | Tim Meusel | |
enhance puppet-strings documentation | |||
2019-09-13 | enhance puppet-strings documentation | Tim Meusel | |
2019-09-12 | Merge pull request #69 from bastelfreak/debian | Fabien COMBERNOUS | |
readd Debian 9/10 support | |||
2019-09-12 | readd Debian 9/10 support | Tim Meusel | |
2019-09-12 | Merge pull request #68 from foxxx0/collect-chains-from-hiera | Tim Meusel | |
expose parameter to initialize custom chains | |||
2019-09-12 | Merge pull request #67 from foxxx0/allow-proto-array | Tim Meusel | |
allow using an array for $proto | |||
2019-09-11 | expose parameter to initialize custom chains | Thore Bödecker | |
Previously it was not possible to define custom chains with parameter, e.g. in order to collect them from hiera. This commit adds this functionality, just like it was already in place for ferm::rules. | |||
2019-09-11 | allow using an array for $proto | Thore Bödecker | |
This enables defining ferm::rule with multiple protocols at once, because using 'all' for $proto does not allow using $dport/$sport. |