]> git.proxmox.com Git - pve-firewall.git/history - src
fix #2004: do not allow backwards ranges
[pve-firewall.git] / src /
2018-12-03 Dominik Csapakfix #2004: do not allow backwards ranges
2018-12-03 Dominik Csapakfix #2005: only allow ascii port digits
2018-11-29 Dominik Csapakmacro: fix return verification failure
2018-11-14 Rhonda D'VineFix #1971: display firewall rule properties
2018-08-24 Stoiko IvanovFix #1841: ebtables: sort interfaces per guest
2018-06-28 Stoiko Ivanovebtables: sort guest chains during rulecreation
2018-06-18 Thomas Lamprechtapi: host, vm: explicit import raise_param_exc
2018-06-18 Wolfgang Bumillerwhitespace fixup
2018-06-12 Wolfgang Bumillerfixup active_chains distinction when deleting chains
2018-06-06 Stoiko Ivanovrename ebtables_enable to ebtables
2018-05-29 Wolfgang Bumillertypo fixup
2018-05-29 Stoiko IvanovDon't change external ebtables rules
2018-05-17 Wolfgang Bumillerfix PVEFW-FORWARD chain not being used
2018-03-29 Wolfgang Bumillerebtables_get_chains: deal with empty chains
2018-03-28 Wolfgang Bumilleravoid double spaces in ruleset_addrule
2018-03-28 Alexandre Derumierapply ebtables_ruleset
2018-03-28 Alexandre Derumiercompile ebtables rules
2018-03-28 Wolfgang Bumiller/etc/services can also define 'sctp' services
2018-03-28 Wolfgang Bumilleradd get_etc_ethertypes
2018-03-28 Wolfgang Bumillerparse_protocol_file: support lines without end comments
2018-03-28 Wolfgang Bumillersplit parser out of get_etc_protocols
2018-03-12 Fabian Grünbichlermultiport: add explaining comment
2018-03-12 Wolfgang Bumillerfix and improve multiport handling
2018-03-08 Wolfgang Bumillercheck multiport limit in port ranges
2017-12-07 Wolfgang Bumillerhonor disabled flag on group rules again
2017-11-15 Dominik Csapaksort ipsets so that the digest is consistent
2017-10-19 Tom Weberremove ruleset_generate_match, ruleset_generate_action
2017-10-19 Tom Weberremove unused ruleset_generate_rule_insert
2017-10-19 Tom Webercleanup parameters to ruleset_generate_rule
2017-10-19 Tom Weberrule_substitude_action, remove ruleset_generate_rule_old
2017-10-19 Tom Weberremove unused ruleset_generate_cmdstr
2017-10-19 Tom Weberimplement ipt_rule_to_cmds, ruleset_add_ipt_cmd
2017-10-19 Tom Weberiptables address matching in own subroutine
2017-10-19 Tom Webereliminate unused nbdport in pve_std_chains_conf
2017-10-19 Tom Webermake $pve_std_chains a copy of $pve_std_chains_conf
2017-10-19 Tom Weberconvert string based rule definitions to hashes
2017-10-19 Tom Weberintegrate logging into ruleset_addrule
2017-10-19 Tom Weberprepare code for more generic firewall logging
2017-10-19 Tom Weberremove unused $rule_format
2017-10-18 Philip AbernethyUse run_cli_handler instead of deprecated run_cli
2017-10-17 Fabian Grünbichlerpvefw-logger: fix typo
2017-09-04 Wolfgang BumillerFix #1492: logger: print timestamps only if we have one
2017-04-10 Wolfgang Bumillerlog errors encountered by the daemon to syslog
2017-04-10 Wolfgang Bumillerforbid trailing commas in lists
2017-02-06 Wolfgang Bumillerlogger: drop gthread dependency
2017-02-06 Wolfgang Bumillersimulator: make lxc/qemu optional
2016-12-13 Thomas Lamprechtfix ambiguous if statements
2016-11-29 Wolfgang Bumilleripset: don't allow the creation of zero-prefix entries
2016-11-29 Wolfgang Bumilleripsets: catch zero-prefix entries
2016-11-29 Wolfgang Bumillerimprove search for local-network
2016-10-06 Wolfgang Bumillerdon't try to apply ports to rules which don't support...
2016-10-06 Wolfgang Bumillerremove redundant checks
2016-09-06 Emmanuel Kasperadd multicast DNS to the list of Macros
2016-09-05 Dietmar Maureradd missing parameter descriptions
2016-06-03 Dominik Csapakprevent overwriting ipsets/sec. groups by renaming
2016-06-03 Dominik Csapakfix allowed group name length
2016-06-03 Dominik Csapakmake group digest stable
2016-06-03 Wolfgang Bumilleruse pve-common's ipv4_mask_hash_localnet
2016-05-17 Fabian Grünbichlerfix #972: make PVEFW-FWBR-* rule order stable
2016-05-09 Dietmar Maurerinstall sysctl file set set rp_filter=2
2016-04-21 Fabian Grünbichlerfix #945: add uninitialized check in lxc ipset compilation
2016-04-06 Dietmar Maureruse pve-doc-generator, bump version to 2.0-24
2016-04-01 Dietmar Maurermove option definition to PVE::Firewall
2016-04-01 Wolfgang Bumilleruse only the top bit for our accept marks
2016-04-01 Dietmar Maureradd description to DHCPv6 macro
2016-03-31 Dietmar Maurercleanup descriptions (use single quote instead of backt...
2016-03-31 Dietmar Maurercleanup descriptions (correctly quote backslash)
2016-03-31 Dietmar Maureradd property descriptions to improve docs
2016-03-08 Fabian GrünbichlerUse cfs_config_path from PVE::QemuConfig
2016-03-03 Fabian GrünbichlerLXC refactoring
2016-03-03 Wolfgang Bumillerwhitespace cleanup
2016-03-03 Wolfgang Bumilleripfilter: include configured container IPs by default
2016-03-03 Wolfgang Bumilleradded the 'ipfilter' option
2016-03-02 Wolfgang Bumilleripv6: fix ip_compress_address_call
2016-03-02 Wolfgang Bumilleripfilter: imiplicitly add the default link local address
2016-03-02 Wolfgang Bumillersplit compile_ipsets() out of compile_iptables_filter()
2016-03-02 Wolfgang Bumillercleanup after old change
2016-03-02 Wolfgang Bumillerndp: use PVEFW-SET-ACCEPT-MARK and move rules further...
2016-03-02 Wolfgang Bumilleronly allow icmp names in the destination port field
2016-02-29 Dominik Csapakfix 901: encode unicode characters in sha digest
2016-02-27 Wolfgang BumillerAdd radv option to VM options.
2016-02-19 Wolfgang BumillerAdd router-solicitation to NeighborDiscovery macro
2016-02-19 Wolfgang BumillerAdd ndp option to host and VM firewall options
2016-02-08 Fabian GrünbichlerDon't leave empty FW config files behind
2016-01-26 Dietmar Maurerpvefw-logger.c: remove unused var
2016-01-26 Wolfgang Bumillerlogger: basic ipv6 support
2016-01-26 Wolfgang Bumillerfactor out IPPROTO switch for reuse
2016-01-26 Wolfgang Bumilleradd DHCPv6 macro
2016-01-26 Wolfgang Bumilleradd dhcpv6 support to the dhcp option
2016-01-26 Wolfgang Bumillermake LEPRINT* macros safe to use with if/else pairs
2016-01-07 Wolfgang Bumilleruse $security_group_name_pattern in iptables_get_chains
2016-01-07 Wolfgang Bumillerfix some regular expressions mixups
2015-10-23 Wolfgang Bumillerallow numeric icmp types
2015-10-23 Wolfgang Bumillermake clean fix
2015-09-24 Dietmar Maureruse service class to generate pod and bash-completion...
2015-09-24 Dietmar Maurerconvert pve-firewall into a PVE::Service class
2015-09-16 Dietmar Maureradd better inline documentation
2015-09-08 Dietmar Maureriptables_get_chains: fix veth device name
2015-08-25 Alen Grizonicsubroutine for cloning vm's firewall config file
2015-08-19 Alen Grizonicfirewall remove config file subroutine added
next