843f86
%if (0%{?fedora} >= 13 || 0%{?rhel} > 7)
843f86
%global with_python3 1
843f86
%if (0%{?fedora} >= 23 || 0%{?rhel} >= 8)
843f86
%global use_python3 1
843f86
%endif
843f86
%endif
843f86
843f86
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
843f86
Name: firewalld
4d71d0
Version: 0.5.3
4d71d0
Release: 5%{?dist}
843f86
URL:     http://www.firewalld.org
843f86
License: GPLv2+
4d71d0
Source0: https://github.com/firewalld/firewalld/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
843f86
Patch1: firewalld-0.4.4.3-qt4_applet.patch
843f86
Patch2: firewalld-0.4.4.3-exclude_firewallctl_rhbz#1374799.patch
4d71d0
Patch3: 0001-ipset-check-type-when-parsing-ipset-definition.patch
4d71d0
Patch4: 0002-firewall-core-io-functions-add-check_config.patch
4d71d0
Patch5: 0003-firewall-offline-cmd-add-check-config-option.patch
4d71d0
Patch6: 0004-firewall-cmd-add-check-config-option.patch
4d71d0
Patch7: 0005-tests-firewall-cmd-exercise-check-config.patch
4d71d0
Patch8: 0001-firewall.core.fw_nm-avoid-iterating-NM-devices-conne.patch
4d71d0
Patch9: 0002-firewall.core.fw_nm-identify-the-connections-by-uuid.patch
4d71d0
Patch10: 0003-firewall.core.fw_nm-ignore-generated-connections.patch
4d71d0
Patch11: 0001-tests-functions-check-state-after-a-reload.patch
4d71d0
Patch12: 0002-fw-on-restart-set-policy-from-same-function.patch
4d71d0
Patch13: 0003-fw-if-failure-occurs-during-startup-set-state-to-FAI.patch
4d71d0
Patch14: 0001-fw-if-startup-fails-on-reload-reapply-non-perm-confi.patch
4d71d0
Patch15: 0002-fw-If-direct-rules-fail-to-apply-add-a-Direct-label-.patch
843f86
843f86
BuildArch: noarch
843f86
BuildRequires: desktop-file-utils
843f86
BuildRequires: gettext
843f86
BuildRequires: intltool
843f86
# glib2-devel is needed for gsettings.m4
843f86
BuildRequires: glib2, glib2-devel
843f86
BuildRequires: systemd-units
843f86
BuildRequires: docbook-style-xsl
843f86
BuildRequires: libxslt
843f86
BuildRequires:  python2-devel
843f86
BuildRequires: iptables, ebtables, ipset
843f86
%if 0%{?with_python3}
843f86
BuildRequires:  python3-devel
843f86
%endif #0%{?with_python3}
843f86
Requires: iptables, ebtables, ipset
843f86
Requires(post): systemd
843f86
Requires(preun): systemd
843f86
Requires(postun): systemd
843f86
Requires: firewalld-filesystem = %{version}-%{release}
843f86
%if 0%{?use_python3}
843f86
Requires: python3-firewall  = %{version}-%{release}
843f86
%else #0%{?use_python3}
843f86
Requires: python-firewall  = %{version}-%{release}
843f86
%endif #0%{?use_python3}
843f86
Conflicts: selinux-policy < 3.13.1-118.el7
843f86
Conflicts: squid < 7:3.5.10-1
843f86
Conflicts: NetworkManager < 1:1.4.0-3.el7
843f86
843f86
%description
843f86
firewalld is a firewall service daemon that provides a dynamic customizable 
843f86
firewall with a D-Bus interface.
843f86
843f86
%package -n python-firewall
843f86
Summary: Python2 bindings for firewalld
843f86
Provides: python2-firewall
843f86
Obsoletes: python2-firewall
843f86
Requires: dbus-python
843f86
Requires: python-slip-dbus
843f86
Requires: python-decorator
843f86
Requires: pygobject3-base
843f86
Conflicts: %{name} < 0.3.14
843f86
843f86
%description -n python-firewall
843f86
Python2 bindings for firewalld.
843f86
843f86
%if 0%{?with_python3}
843f86
%package -n python3-firewall
843f86
Summary: Python3 bindings for firewalld
843f86
Requires: python3-dbus
843f86
Requires: python3-slip-dbus
843f86
Requires: python3-decorator
843f86
%if (0%{?fedora} >= 23 || 0%{?rhel} >= 8)
843f86
Requires: python3-gobject-base
843f86
%else
843f86
Requires: python3-gobject
843f86
%endif
843f86
Conflicts: %{name} < 0.3.14
843f86
843f86
%description -n python3-firewall
843f86
Python3 bindings for firewalld.
843f86
%endif #0%{?with_python3}
843f86
843f86
%package -n firewalld-filesystem
843f86
Summary: Firewalld directory layout and rpm macros
843f86
Conflicts: %{name} < 0.3.13
843f86
843f86
%description -n firewalld-filesystem
843f86
This package provides directories and rpm macros which
843f86
are required by other packages that add firewalld configuration files.
843f86
843f86
%package -n firewall-applet
843f86
Summary: Firewall panel applet
843f86
Requires: %{name} = %{version}-%{release}
843f86
Requires: firewall-config = %{version}-%{release}
843f86
Requires: hicolor-icon-theme
843f86
%if 0%{?use_python3}
843f86
Requires: python3-PyQt4
843f86
Requires: python3-gobject
843f86
%else
843f86
Requires: PyQt4
843f86
Requires: pygobject3-base
843f86
%endif
843f86
Requires: libnotify
843f86
Requires: NetworkManager-libnm
843f86
Requires: dbus-x11
843f86
843f86
%description -n firewall-applet
843f86
The firewall panel applet provides a status information of firewalld and also 
843f86
the firewall settings.
843f86
843f86
%package -n firewall-config
843f86
Summary: Firewall configuration application
843f86
Requires: %{name} = %{version}-%{release}
843f86
Requires: hicolor-icon-theme
843f86
Requires: gtk3
843f86
%if 0%{?use_python3}
843f86
Requires: python3-gobject
843f86
%else
843f86
Requires: pygobject3-base
843f86
%endif
843f86
Requires: NetworkManager-libnm
843f86
Requires: dbus-x11
843f86
843f86
%description -n firewall-config
843f86
The firewall configuration application provides an configuration interface for 
843f86
firewalld.
843f86
843f86
%prep
4d71d0
%autosetup -p1
843f86
./autogen.sh
843f86
843f86
%if 0%{?with_python3}
843f86
rm -rf %{py3dir}
843f86
cp -a . %{py3dir}
843f86
%if 0%{?use_python3}
843f86
sed -i -e 's|/usr/bin/python -Es|%{__python3} -Es|' %{py3dir}/fix_python_shebang.sh
843f86
sed -i 's|/usr/bin/python|%{__python3}|' %{py3dir}/config/lockdown-whitelist.xml
843f86
%endif #0%{?use_python3}
843f86
%endif #0%{?with_python3}
843f86
843f86
%build
843f86
autoreconf --force -v --install --symlink
843f86
%configure --enable-sysconfig --enable-rpmmacros
843f86
make %{?_smp_mflags}
843f86
843f86
%if 0%{?with_python3}
843f86
pushd %{py3dir}
843f86
autoreconf --force -v --install --symlink
843f86
%configure --enable-sysconfig --enable-rpmmacros PYTHON=%{__python3}
843f86
make %{?_smp_mflags}
843f86
popd
843f86
%endif #0%{?with_python3}
843f86
843f86
%install
843f86
%if 0%{?use_python3}
843f86
make -C src install-nobase_dist_pythonDATA PYTHON=%{__python2} DESTDIR=%{buildroot}
843f86
%else
843f86
make install PYTHON=%{__python2} DESTDIR=%{buildroot}
843f86
%endif #0%{?use_python3}
843f86
843f86
%if 0%{?with_python3}
843f86
pushd %{py3dir}
843f86
%if 0%{?use_python3}
843f86
make install PYTHON=%{__python3} DESTDIR=%{buildroot}
843f86
%else
843f86
make -C src install-nobase_dist_pythonDATA PYTHON=%{__python3} DESTDIR=%{buildroot}
843f86
%endif #0%{?use_python3}
843f86
popd
843f86
%endif #0%{?with_python3}
843f86
843f86
desktop-file-install --delete-original \
843f86
  --dir %{buildroot}%{_sysconfdir}/xdg/autostart \
843f86
  %{buildroot}%{_sysconfdir}/xdg/autostart/firewall-applet.desktop
843f86
desktop-file-install --delete-original \
843f86
  --dir %{buildroot}%{_datadir}/applications \
843f86
  %{buildroot}%{_datadir}/applications/firewall-config.desktop
843f86
843f86
%find_lang %{name} --all-name
843f86
843f86
%post
843f86
%systemd_post firewalld.service
843f86
843f86
%preun
843f86
%systemd_preun firewalld.service
843f86
843f86
%postun
843f86
%systemd_postun_with_restart firewalld.service 
843f86
843f86
843f86
%post -n firewall-applet
843f86
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
843f86
843f86
%postun -n firewall-applet
843f86
if [ $1 -eq 0 ] ; then
843f86
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
843f86
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
843f86
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
843f86
fi
843f86
843f86
%posttrans -n firewall-applet
843f86
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
843f86
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
843f86
843f86
843f86
%post -n firewall-config
843f86
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
843f86
843f86
%postun -n firewall-config
843f86
if [ $1 -eq 0 ] ; then
843f86
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
843f86
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
843f86
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
843f86
fi
843f86
843f86
%posttrans -n firewall-config
843f86
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
843f86
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
843f86
843f86
%files -f %{name}.lang
843f86
%doc COPYING README
843f86
%{_sbindir}/firewalld
843f86
%{_bindir}/firewall-cmd
843f86
%{_bindir}/firewall-offline-cmd
843f86
%dir %{_datadir}/bash-completion/completions
843f86
%{_datadir}/bash-completion/completions/firewall-cmd
843f86
%{_prefix}/lib/firewalld/icmptypes/*.xml
843f86
%{_prefix}/lib/firewalld/ipsets/README
843f86
%{_prefix}/lib/firewalld/services/*.xml
843f86
%{_prefix}/lib/firewalld/zones/*.xml
843f86
%{_prefix}/lib/firewalld/helpers/*.xml
843f86
%{_prefix}/lib/firewalld/xmlschema/check.sh
843f86
%{_prefix}/lib/firewalld/xmlschema/*.xsd
843f86
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld
843f86
%config(noreplace) %{_sysconfdir}/firewalld/firewalld.conf
843f86
%config(noreplace) %{_sysconfdir}/firewalld/lockdown-whitelist.xml
843f86
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/helpers
843f86
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/icmptypes
843f86
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/ipsets
843f86
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/services
843f86
%attr(0750,root,root) %dir %{_sysconfdir}/firewalld/zones
843f86
%dir %{_datadir}/firewalld
843f86
%defattr(0644,root,root)
843f86
%config(noreplace) %{_sysconfdir}/sysconfig/firewalld
843f86
#%attr(0755,root,root) %{_initrddir}/firewalld
843f86
%{_unitdir}/firewalld.service
843f86
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/FirewallD.conf
843f86
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.desktop.policy.choice
843f86
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.server.policy.choice
843f86
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy
843f86
%{_mandir}/man1/firewall*cmd*.1*
843f86
%{_mandir}/man1/firewalld*.1*
843f86
%{_mandir}/man5/firewall*.5*
843f86
%{_sysconfdir}/modprobe.d/firewalld-sysctls.conf
843f86
843f86
%files -n python-firewall
843f86
%attr(0755,root,root) %dir %{python2_sitelib}/firewall
843f86
%attr(0755,root,root) %dir %{python2_sitelib}/firewall/config
843f86
%attr(0755,root,root) %dir %{python2_sitelib}/firewall/core
843f86
%attr(0755,root,root) %dir %{python2_sitelib}/firewall/core/io
843f86
%attr(0755,root,root) %dir %{python2_sitelib}/firewall/server
843f86
%{python2_sitelib}/firewall/*.py*
843f86
%{python2_sitelib}/firewall/config/*.py*
843f86
%{python2_sitelib}/firewall/core/*.py*
843f86
%{python2_sitelib}/firewall/core/io/*.py*
843f86
%{python2_sitelib}/firewall/server/*.py*
843f86
843f86
%if 0%{?with_python3}
843f86
%files -n python3-firewall
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/__pycache__
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/config
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/config/__pycache__
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/core
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/core/__pycache__
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/core/io
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/core/io/__pycache__
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/server
843f86
%attr(0755,root,root) %dir %{python3_sitelib}/firewall/server/__pycache__
843f86
%{python3_sitelib}/firewall/__pycache__/*.py*
843f86
%{python3_sitelib}/firewall/*.py*
843f86
%{python3_sitelib}/firewall/config/*.py*
843f86
%{python3_sitelib}/firewall/config/__pycache__/*.py*
843f86
%{python3_sitelib}/firewall/core/*.py*
843f86
%{python3_sitelib}/firewall/core/__pycache__/*.py*
843f86
%{python3_sitelib}/firewall/core/io/*.py*
843f86
%{python3_sitelib}/firewall/core/io/__pycache__/*.py*
843f86
%{python3_sitelib}/firewall/server/*.py*
843f86
%{python3_sitelib}/firewall/server/__pycache__/*.py*
843f86
%endif #0%{?with_python3}
843f86
843f86
%files -n firewalld-filesystem
843f86
%dir %{_prefix}/lib/firewalld
843f86
%dir %{_prefix}/lib/firewalld/helpers
843f86
%dir %{_prefix}/lib/firewalld/icmptypes
843f86
%dir %{_prefix}/lib/firewalld/ipsets
843f86
%dir %{_prefix}/lib/firewalld/services
843f86
%dir %{_prefix}/lib/firewalld/zones
843f86
%dir %{_prefix}/lib/firewalld/xmlschema
843f86
%{_rpmconfigdir}/macros.d/macros.firewalld
843f86
843f86
%files -n firewall-applet
843f86
%{_bindir}/firewall-applet
843f86
%defattr(0644,root,root)
843f86
%{_sysconfdir}/xdg/autostart/firewall-applet.desktop
843f86
%dir %{_sysconfdir}/firewall
843f86
%{_sysconfdir}/firewall/applet.conf
843f86
%{_datadir}/icons/hicolor/*/apps/firewall-applet*.*
843f86
%{_mandir}/man1/firewall-applet*.1*
843f86
843f86
%files -n firewall-config
843f86
%{_bindir}/firewall-config
843f86
%defattr(0644,root,root)
843f86
%{_datadir}/firewalld/firewall-config.glade
843f86
%{_datadir}/firewalld/gtk3_chooserbutton.py*
843f86
%{_datadir}/firewalld/gtk3_niceexpander.py*
843f86
%{_datadir}/applications/firewall-config.desktop
843f86
%{_datadir}/appdata/firewall-config.appdata.xml
843f86
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
843f86
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
843f86
%{_mandir}/man1/firewall-config*.1*
843f86
843f86
%changelog
4d71d0
* Fri Aug 17 2018 Eric Garver <egarver@redhat.com> - 0.5.3-5
4d71d0
- even if startup failed, reapply non-permanent interface to zone assignments
4d71d0
4d71d0
* Thu Aug 16 2018 Eric Garver <egarver@redhat.com> - 0.5.3-4
4d71d0
- backport patches to enter failed state if startup fails
4d71d0
4d71d0
* Thu Jul 19 2018 Eric Garver <egarver@redhat.com> - 0.5.3-3
15ccd1
- backport patches to avoid NM for generated connections
15ccd1
4d71d0
* Tue Jun 12 2018 Eric Garver <egarver@redhat.com> - 0.5.3-2
4d71d0
- backport patches for --check-config option
4d71d0
4d71d0
* Tue May 15 2018 Eric Garver <egarver@redhat.com> - 0.5.3-1
4d71d0
- rebase package to v0.5.3
4d71d0
843f86
* Tue Dec 12 2017 Eric Garver <egarver@redhat.com> - 0.4.4.4-14
843f86
- services/high-availability: Add port 9929 (RHBZ#1486143)
843f86
843f86
* Wed Dec 06 2017 Eric Garver <egarver@redhat.com> - 0.4.4.4-13
843f86
- firewalld: also reload dbus config interface for global options
843f86
  (RHBZ#1514043)
843f86
843f86
* Wed Dec 06 2017 Eric Garver <egarver@redhat.com> - 0.4.4.4-12
843f86
- Fix and improve firewalld-sysctls.conf (RHBZ#1516881)
843f86
843f86
* Mon Sep 18 2017 Phil Sutter - 0.4.4.4-11
843f86
- core: Log unsupported ICMP types as informational only (RHBZ#1479951)
843f86
- doc: firewall-cmd: Document --query-* options return codes (RHBZ#1372716)
843f86
- doc: firewall-cmd: Document quirk in --reload option (RHBZ#1452137)
843f86
- firewall-cmd: Use colors only if output is a TTY (RHBZ#1368544)
843f86
- firewall-offline-cmd: Don't require root for help output (RHBZ#1445214)
843f86
843f86
* Wed Sep 06 2017 Eric Garver <egarver@redhat.com> - 0.4.4.4-10
843f86
- Add missing ports to RH-Satellite-6 service (RHBZ#1422149)
843f86
843f86
* Fri Aug 18 2017 Eric Garver <egarver@redhat.com> - 0.4.4.4-9
843f86
- Reload nf_conntrack sysctls after the module is loaded (RHBZ#1462977)
843f86
843f86
* Sun Aug 13 2017 Eric Garver <egarver@redhat.com> - 0.4.4.4-8
843f86
- Add NFSv3 service (a127d697177b) (RHBZ#1462088)
843f86
843f86
* Thu Aug 10 2017 Eric Garver <egarver@redhat.com> - 0.4.4.4-7
843f86
- firewall.functions: New function get_nf_nat_helpers (RHBZ#1452681)
843f86
- firewall.core.fw: Get NAT helpers and store them internally. (RHBZ#1452681)
843f86
- firewall.core.fw_zone: Load NAT helpers with conntrack helpers (RHBZ#1452681)
843f86
- firewalld.dbus: Add missing properties nf_conntrach_helper_setting and
843f86
  nf_conntrack_helpers (RHBZ#1452681)
843f86
- D-Bus interfaces: Fix GetAll for interfaces without properties (RHBZ#1452017)
843f86
- firewall.server.firewalld: New property for NAT helpers supported by the
843f86
  kernel (RHBZ#1452681)
843f86
843f86
* Mon Jun 12 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.4-6
843f86
- IPv6 ICMP type only rich-rule fix (cf50bd0) (RHBZ#1459921)
843f86
843f86
* Wed May 31 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.4-5
843f86
- Translation update for japanese (RHBZ#1382652)
843f86
843f86
* Wed May 17 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.4-4
843f86
- Add services for oVirt: ovirt-imageio, ovirt-vmconsole, ovirt-storageconsole,
843f86
  ctbc and nrpe (RHBZ#1449158)
843f86
- Fix policy issue with the choice policies by using the .policy.choice
843f86
  extension (RHBZ#1449754)
843f86
843f86
* Wed May  3 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.4-3
843f86
- Fix --{set,get}-{short,description} for zones (RHBZ#1416325)
843f86
- Man pages: Add sctp and dccp for ports, ... (RHBZ#1429808)
843f86
- Add support for new wait option in restore commands (RHBZ#1446162)
843f86
843f86
* Wed Apr  5 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.4-2
843f86
- Add support for sctp and dccp in ports, source-ports and forward-ports
843f86
  (RHBZ#1429808)
843f86
- Fix firewall-offline-cmd --remove-service-from-zone= option (RHBZ#1438127)
843f86
843f86
* Mon Mar 27 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.4-1
843f86
- Rebase to firewalld-0.4.4.4
843f86
  http://www.firewalld.org/2017/03/firewalld-0-4-4-4-release
843f86
- Drop references to fedorahosted.org from spec file and Makefile.am, use
843f86
  archive from github
843f86
- Fix inconsistent ordering of rules in INPUT_ZONE_SOURCE (issue#166)
843f86
  (RHBZ#1421222)
843f86
- Fix ipset overloading from /etc/firewalld/ipsets (RHBZ#1423941)
843f86
- Fix permanent rich rules using icmp-type elements (RHBZ#1434763)
843f86
- firewall-config: Deactivate edit, remove, .. buttons if there are no items
843f86
- Check if ICMP types are supported by kernel before trying to use them
843f86
  (RHBZ#1401978)
843f86
- firewall-config: Show invalid ipset type in the ipset configuration dialog
843f86
  in a special label (RHBZ#1419058)
843f86
843f86
* Fri Feb 10 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.3-2
843f86
- Drop ghost flag on policy file again
843f86
843f86
* Wed Feb  8 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.4.3-1
843f86
- Rebase to firewalld-0.4.4.3 (RHBZ#1414584)
843f86
- Support disabled automatic helper assignment in firewalld (RHBZ#1006225)
843f86
- Fix masquerade rules to be created always the same (RHBZ#1374001)
843f86
- Properly handle quoted ifcfg file values (RHBZ#1395348)
843f86
- Fix extension of ifcfg backup files (RHBZ#1400478)
843f86
- Complete icmp types list (RHBZ#1401978)
843f86
- Fix LOG rule placement for LogDenied (RHBZ#1402932)
843f86
- Show error messages from NM and do not trace back (RHBZ#1405562)
843f86
- Support icmp-type usage in rich rules (RHBZ#1409544)
843f86
- New service file for freeipa-trust (RHBZ#1411650)
843f86
- Fix --{set,get}-{short,description} for ipset in commands (RHBZ#1416325)
843f86
- Speed up large ipset file loading and import (RHBZ#1416817)
843f86
- Improve support for ipsets in firewalld (RHBZ#1419058)
843f86
- ALREADY_ errors should result in warnings and zero exit code (RHBZ#1420457)
843f86
843f86
* Wed Feb  8 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-10
843f86
- Fix LOG rule placement for LogDenied (RHBZ#1402932)
843f86
843f86
* Thu Jan  5 2017 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-9
843f86
- Fix ZONE being blanked in ifcfg on reboot (RHBZ#1381314)
843f86
843f86
* Mon Sep 12 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-8
843f86
- Exclude firewallctl (RHBZ#1374799)
843f86
843f86
* Tue Sep  6 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-7
843f86
- Tolerate ipv6_rpfilter fail (RHBZ#1285769)
843f86
- Fix set_rules to copy the rule before extracting the table (RHBZ#1373260)
843f86
- Translation update (RHBZ#1273296)
843f86
- Conflict with NetworkManager < 1:1.4.0-3.el7 (RHBZ#1366288)
843f86
843f86
* Tue Aug 30 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-6
843f86
- Do not use exit code 254 for {ALREADY,NOT}_ENABLED sequences (RHBZ#1366654)
843f86
- Fail with NOT_AUTHORIZED if authorization fails (RHBZ#1368549)
843f86
- firewall-cmd: Fix get and set description for permanent zones (RHBZ#1368949)
843f86
- Fix loading of service helpers in active zones (RHBZ#1371116)
843f86
843f86
* Tue Aug 16 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-5
843f86
- Print errors and warnings to stderr additional patch (RHBZ#1360894)
843f86
- Fixed trace back in firewallctl (RHBZ#1367155)
843f86
- Fix client crash if systembus can not be aquired (RHBZ#1367038)
843f86
- Make ALREADY_ENABLED a warning (RHBZ#1366654)
843f86
- Added conflict to old squid package providing the squid.service file
843f86
  (RHBZ#1366308)
843f86
- Fixed firewall-cmd help typo (RHBZ#1367171)
843f86
843f86
* Wed Aug 10 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-4
843f86
- Fixed firewall-config gettext usage (RHBZ#1361612)
843f86
- Fixed ifcfg file reader and writer (RHBZ#1362171)
843f86
- Fixed loading ipset entries from file in commands (RHBZ#1365198)
843f86
- Added conflicts to old main package to sub packages (RHBZ#1361669)
843f86
- Do not show settings of zones etc. without authentication (RHBZ#1357098)
843f86
- Fixed CVE-2016-5410 (RHBZ#1359296)
843f86
843f86
* Thu Jul 28 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-3
843f86
- Fix test suite for command change (RHBZ#1360871)
843f86
- Fix test suite with stderr usage (RHBZ#1360894)
843f86
- Rebuild for wrong docdir without version (RHBZ#1057327#c7)
843f86
843f86
* Wed Jul 27 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-2
843f86
- Updated conflict for selinux-policy (RHBZ#1304723)
843f86
- Fixed exit codes in command line clients (RHBZ#1357050)
843f86
- Fixed traceback in firewall-cmd without args (RHBZ#1357063)
843f86
- Fixed source docs in man pages and help output (RHBZ#1357888)
843f86
- Fixed rebuild of changed man pages (RHBZ#1360362)
843f86
- Use stderr for errors and warnings in command line tools (RHBZ#1360894)
843f86
- Fixed lockdown not denying invalid commands (RHBZ#1360871)
843f86
843f86
* Tue Jul  5 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.2-1
843f86
- Rebase to 0.4.3.2
843f86
- Fix regression with unavailable optional commands
843f86
- All missing backend messages should be warnings
843f86
- Individual calls for missing restore commands
843f86
- Only one authenticate call for add and remove options and also sequences
843f86
- RH-Satellite-6 service now upstream
843f86
- Conflict for selinux-policy needed to be updated to newer release
843f86
  (RHBZ#1304723)
843f86
843f86
* Tue Jun 28 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3.1-1
843f86
- Rebase to 0.4.3.1
843f86
- firewall.command: Fix python3 DBusException message not interable error
843f86
- src/Makefile.am: Fix path in firewall-[offline-]cmd_test.sh while installing
843f86
- firewallctl: Do not trace back on list command without further arguments
843f86
- firewallctl (man1): Added remaining sections zone, service, ..
843f86
- firewallctl: Added runtime-to-permanent, interface and source parser,
843f86
  IndividualCalls setting
843f86
- firewall.server.config: Allow to set IndividualCalls property in config
843f86
  interface
843f86
- Fix missing icmp rules for some zones
843f86
- runProg: Fix issue with running programs
843f86
- firewall-offline-cmd: Fix issues with missing system-config-firewall
843f86
- firewall.core.ipXtables: Split up source and dest addresses for transaction
843f86
- firewall.server.config: Log error in case of loading malformed files in
843f86
  watcher
843f86
- Install and package the firewallctl man page
843f86
843f86
* Wed Jun 22 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3-3
843f86
- Readding RH-Satellite-6 service
843f86
843f86
* Wed Jun 22 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3-2
843f86
- Fixed typo in Requires(post)
843f86
843f86
* Wed Jun 22 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.3-1
843f86
- Rebase to 0.4.3
843f86
- Rebase to the new upstream and new release (RHBZ#1302802)
843f86
- New firewallctl command line utility (RHBZ#1147959)
843f86
- Adds radius TCP ports (RHBZ#1219717)
843f86
- XSD enhancements for conflicting tag specification (RHBZ#1296573)
843f86
- Adds port for corosync-qnetd to high-availability service (RHBZ#1347530)
843f86
843f86
* Tue May 31 2016 Thomas Woerner <twoerner@redhat.com> - 0.4.2-1
843f86
- Rebase to 0.4.2
843f86
- Allows unspecifying zone binding for interfaces in firewall-config
843f86
  (RHBZ#1066037)
843f86
- Adds improved management of zone binding for interfaces, connections and
843f86
  sources (RHBZ#1083626)
843f86
- Adds commands to showing details of zones, services, .. (RHBZ#1147500)
843f86
- Adds a default logging option (RHBZ#1147951)
843f86
- Adds quiet option for firewall-offline-cmd (RHBZ#1220467)
843f86
- Adds support for zone chain usage in direct rules (RHBZ#1136801,
843f86
  RHBZ#1336881)
843f86
- Adds source port support in zones, services and rich rules (RHBZ#1214770)
843f86
- Adds services imap and smtps (RHBZ#1220196)
843f86
- Fixes runtime to permanent migration(RHBZ#1237242)
843f86
- Fixes removal of destination addresses for services in permanent view in
843f86
  firewall-config (RHBZ#1278281)
843f86
- Fixes firewall-config usage over ssh (RHBZ#1281416)
843f86
- Fixes reload disconnects with existing connections (RHBZ#1287449)
843f86
- Fixes ICMP packet drops while reloading (RHBZ#1288177)
843f86
- Adds option to add a new zone, service, .. from existing file (RHBZ#1292926)
843f86
- Adds improved checks for file readers, fixes error reporting of strings
843f86
  containing illegal characters (RHBZ#1303026)
843f86
- Transforms direct.passthrough errors into warnings (RHBZ#1301573)
843f86
- Reduced getprotobyname and getservbyname calls for NIS use (RHBZ#1305434)
843f86
- Fixes (repeated) firewalld reload by sending SIGHUP signal (RHBZ#1313023)
843f86
- Adds After=dbus.service to service file to fix shutdown (RHBZ#1313845)
843f86
- Adds ICMP block inversion support (RHBZ#1325335)
843f86
- Fixes local traffic issue with masquerading in default zone (RHBZ#1326130)
843f86
- Adds destination rich rules without an element (RHBZ#1326462)
843f86
- Fixes reload after default zone change to newly introduced zone (RHBZ#1273888)
843f86
- Fixes start without ipv6_rpfilter module (RHBZ#1285769)
843f86
- Adds log of denied packets option (RHBZ#1322505)
843f86
843f86
* Tue Sep 15 2015 Thomas Woerner <twoerner@redhat.com> - 0.3.9-14
843f86
- Fixed file mode of schema configuration file verifier check.sh als in files
843f86
  (RHBZ#994479)
843f86
843f86
* Fri Sep 11 2015 Thomas Woerner <twoerner@redhat.com> - 0.3.9-13
843f86
- Fixed file mode of schema configuration file verifier check.sh (RHBZ#994479)
843f86
- Include upstream testsuite in SRPM package (RHBZ#1261502)
843f86
- Added missing ports to RH-Satellite-6 mservice (RHBZ#1254531)
843f86
843f86
* Mon Jul  6 2015 Thomas Woerner <twoerner@redhat.com> - 0.3.9-12
843f86
- New schema configuration file verifier (RHBZ#994479)
843f86
- More information about interface handling with and without NetworkManager
843f86
  (RHBZ#1122739) (RHBZ#1128563)
843f86
- Apply all rich rules for non-default targets (RHBZ#1142741)
843f86
- New iscsi service (RHBZ#1150656)
843f86
- New rsync service (RHBZ#1150659)
843f86
- ipXtables: use -w or -w2 if supported (RHBZ#1161745)
843f86
- Do not use ipv6header for protocol matching. (RHBZ#1164605)
843f86
- Iptables does not like limit of 1/d (RHBZ#1176813)
843f86
- Fix readdition of removed permanent direct settings (RHBZ#1182671)
843f86
- Fix bugs found by upstream test suite (RHBZ#1183008)
843f86
- Fix polkit auth for query and get passthroughs methods (RHBZ#1183688)
843f86
- New vdsm service (RHBZ#1194382)
843f86
- New freeipa services (RHBZ#1206490)
843f86
- Add missing parts to firewall-offline-cmd man page (RHBZ#1217678)
843f86
843f86
* Tue Jan 13 2015 Thomas Woerner <twoerner@redhat.com> - 0.3.9-11
843f86
- added missing upstream commit 265bfe90 for (RHBZ#993650)
843f86
- also add log message in the firewall-cmd output (RHBZ#1057095)
843f86
843f86
* Mon Oct 20 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-10
843f86
- additional upstream commits for (RHBZ#993650)
843f86
- additional upstream commits for (RHBZ#1127706)
843f86
843f86
* Tue Oct  7 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-9
843f86
- added lost runtime passthrough check and reverse patch (RHBZ#993650)
843f86
843f86
* Mon Sep 29 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-8
843f86
- fixed GUI missing name of active zone (RHBZ#993655)
843f86
- recreate man pages at build time (RHBZ#1071303)
843f86
  - fixes rich language log level (RHBZ#993740)
843f86
  - fixes typo in firewall-cmd man page (RHBZ#1064401)
843f86
- new support to save runtime as permanent (RHBZ#993650)
843f86
- new cli --timeout time specifiers support (RHBZ#994044)
843f86
- updated translations (RHBZ#1048119) (RHBZ#1083592)
843f86
- more descriptive error message in case of mistakes in iptables (RHBZ#1057095)
843f86
- use apparent name for default target (RHBZ#1075675)
843f86
- simplified firewalld usage on servers by dropping at_console (RHBZ#1097765)
843f86
- fixed enable/disable of lockdown (RHBZ#1111573)
843f86
- new Satellite 6 service (RHBZ#1135634)
843f86
- fixed inconsistent color usage for firewall-cmd messages (RHBZ#1097841)
843f86
- fixed missing -Es in lockdown whitelist firewall-config command (RHBZ#1099065)
843f86
- unified runtime and permanent D-Bus API (RHBZ#1127706)
843f86
- fixed missing update of the connections menu in firewall-config (RHBZ#1120212)
843f86
- better docs for interface bindings in firewalld and NetworkManager (RHBZ#1112742)
843f86
- firewall-config: Show target REJECT (RHBZ#1058794)
843f86
- fixed inconsistent PolicyKit domain usage in main D-Bus interface (RHBZ#1061809)
843f86
843f86
* Fri Feb 28 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.9-7
843f86
- firewall-cmd: prevent argparse from parsing iptables options (RHBZ#1070683)
843f86
843f86
* Wed Feb 26 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.9-6
843f86
- firewall-offline-cmd: options from 'firewall-cmd --permanent *' (RHBZ#1059800)
843f86
843f86
* Sun Feb 23 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-5
843f86
- fixed rich language log level (RHBZ#993740)
843f86
- firewall-config: use simple tool to change zones for connections (RHBZ#993782)
843f86
- translations update (RHBZ#1030330)
843f86
- firewall-config: fixed service and icmptype name dulications (RHBZ#1067639)
843f86
- allow router advertisements for IPv6 rpfilter (RHBZ#1067652)
843f86
- firewall-applet: allow to bind connections to the defaut zone (RHBZ#1068148)
843f86
843f86
* Wed Feb 12 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-4
843f86
- firewall-config creates unloadable config; port forwarding broken
843f86
  (RHBZ#1057628)
843f86
- Network connection is lost after changing Zones Default Target to DROP
843f86
  (RHBZ#1057629)
843f86
- permanently adding rich rule with audit creates unloadable config XML
843f86
  (RHBZ#1057684)
843f86
- firewalld input_zones has default rule for public zone (RHBZ#1058339)
843f86
- firewall-cmd is not able to add and remove zones, services and icmptypes
843f86
  (RHBZ#1064386)
843f86
- firewall-config leaves deleted services shown if they were in use
843f86
  (RHBZ#1058853)
843f86
- firewall-cmd does not allow user to change zone default target (RHBZ#1058791)
843f86
- firewall-cmd man page has a typo in --help description (RHBZ#1064401)
843f86
843f86
* Fri Jan 17 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-3
843f86
- fixed enforcing of trusted, drop and block zones (RHBZ#1054415)
843f86
843f86
* Thu Jan 16 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-2
843f86
- fixed rich rules (RHBZ#1054270)
843f86
- fixed small defects in firewall-cmd and firewall-config (RHBZ#1054289)
843f86
843f86
* Wed Jan 15 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-1
843f86
- rebase to 0.3.9 version:
843f86
- translation updates
843f86
- New IPv6_rpfilter setting to enable source address validation (RHBZ#847707)
843f86
- Do not mix original and customized zones in case of target changes,
843f86
  apply only used zones
843f86
- firewall-cmd: fix --*_lockdown_whitelist_uid to work with uid 0
843f86
- Don't show main window maximized. (RHBZ#1046811)
843f86
- Use rmmod instead of 'modprobe -r' (RHBZ#1031102)
843f86
- Deprecate 'enabled' attribute of 'masquerade' element
843f86
- firewall-config: new zone was added twice to the list
843f86
- firewalld.dbus(5)
843f86
- Enable python shebang fix again
843f86
- firewall/client: handle_exceptions: Use loop in decorator
843f86
- firewall-offline-cmd: Do not mask firewalld service with disabled option
843f86
- firewall-config: richRuleDialogActionRejectType Entry -> ComboBox
843f86
- Rich_Rule: fix parsing of reject element (RHBZ#1027373)
843f86
- Show combined zones in permanent configuration (RHBZ#1002016)
843f86
- firewall-cmd(1): document exit code 2 and colored output (RHBZ#1028507)
843f86
- firewall-config: fix RHBZ#1028853
843f86
843f86
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.3.8-2
843f86
- Mass rebuild 2013-12-27
843f86
843f86
* Tue Nov 05 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.8-1
843f86
- fix memory leaks
843f86
- New option --debug-gc
843f86
- Python3 compatibility
843f86
- Better non-ascii support
843f86
- several firewall-config & firewall-applet fixes
843f86
- New --remove-rules commands for firewall-cmd and removeRules methods for D-Bus
843f86
- Fixed FirewallDirect.get_rules to return proper list
843f86
- Fixed LastUpdatedOrderedDict.keys()
843f86
- Enable rich rule usage in trusted zone (RHBZ#994144)
843f86
- New error codes: INVALID_CONTEXT, INVALID_COMMAND, INVALID_USER and INVALID_UID
843f86
843f86
* Thu Oct 17 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.7-1
843f86
- Don't fail on missing ip[6]tables/ebtables table. (RHBZ#967376)
843f86
- bash-completion: --permanent --direct options
843f86
- firewall/core/fw.py: fix checking for iptables & ip6tables (RHBZ#1017087)
843f86
- firewall-cmd: use client's exception_handler instead of catching exceptions ourselves
843f86
- FirewallClientZoneSettings: fix {add|remove|query}RichRule()
843f86
- Extend amanda-client service with 10080/tcp (RHBZ#1016867)
843f86
- Simplify Rich_Rule()_lexer() by using functions.splitArgs()
843f86
- Fix encoding problems in exception handling (RHBZ#1015941)
843f86
843f86
* Fri Oct 04 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.6.2-1
843f86
- firewall-offline-cmd: --forward-port 'toaddr' is optional (RHBZ#1014958)
843f86
- firewall-cmd: fix variable name (RHBZ#1015011)
843f86
843f86
* Thu Oct 03 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.6.1-1
843f86
- remove superfluous po files from archive
843f86
843f86
* Wed Oct 02 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.6-1
843f86
- firewalld.richlanguage.xml: correct log levels (RHBZ#993740)
843f86
- firewall-config: Make sure that all zone settings are updated properly on firewalld restart
843f86
- Rich_Limit: Allow long representation for duration (RHBZ#994103
843f86
- firewall-config: Show "Changes applied." after changes (RHBZ#993643)
843f86
- Use own connection dialog to change zones for NM connections
843f86
- Rename service cluster-suite to high-availability (RHBZ#885257)
843f86
- Permanent direct support for firewall-config and firewall-cmd
843f86
- Try to avoid file descriptor leaking (RHBZ#951900)
843f86
- New functions to split and join args properly (honoring quotes)
843f86
- firewall-cmd(1): 2 simple examples
843f86
- Better IPv6 NAT checking.
843f86
- Ship firewalld.direct(5).
843f86
843f86
* Mon Sep 30 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.5-1
843f86
- Only use one PK action for configuration (RHBZ#994729)
843f86
- firewall-cmd: indicate non-zero exit code with red color
843f86
- rich-rule: enable to have log without prefix & log_level & limit
843f86
- log-level warn/err -> warning/error (RHBZ#1009436)
843f86
- Use policy DROP while reloading, do not reset policy in restart twice
843f86
- Add _direct chains to all table and chain combinations
843f86
- documentation improvements
843f86
- New firewalld.direct(5) man page docbook source
843f86
- tests/firewall-cmd_test.sh: make rich language tests work
843f86
- Rich_Rule._import_from_string(): improve error messages (RHBZ#994150)
843f86
- direct.passthrough wasn't always matching out_signature (RHBZ#967800)
843f86
- firewall-config: twist ICMP Type IP address family logic.
843f86
- firewall-config: port-forwarding/masquerading dialog (RHBZ#993658)
843f86
- firewall-offline-cmd: New --remove-service=<service> option (BZ#969106)
843f86
- firewall-config: Options->Lockdown was not changing permanent.
843f86
- firewall-config: edit line on doubleclick (RHBZ#993572)
843f86
- firewall-config: System Default Zone -> Default Zone (RHBZ#993811)
843f86
- New direct D-Bus interface, persistent direct rule handling, enabled passthough
843f86
- src/firewall-cmd: Fixed help output to use more visual parameters
843f86
- src/firewall-cmd: New usage output, no redirection to man page anymore
843f86
- src/firewall/core/rich.py: Fixed forwad port destinations
843f86
- src/firewall-offline-cmd: Early enable/disable handling now with mask/unmask
843f86
- doc/xml/firewalld.zone.xml: Added more information about masquerade use
843f86
- Prefix to log message is optional (RHBZ#998079)
843f86
- firewall-cmd: fix --permanent --change-interface (RHBZ#997974)
843f86
- Sort zones/interfaces/service/icmptypes on output.
843f86
- wbem-https service (RHBZ#996668)
843f86
- applet&config: add support for KDE NetworkManager connection editor
843f86
- firewall/core/fw_config.py: New method update_lockdown_whitelist
843f86
- Added missing file watcher for lockdown whitelist in config D-Bus interface
843f86
- firewall/core/watcher: New add_watch_file for lockdown-whitelist and direct
843f86
- Make use of IPv6 NAT conditional, based on kernel number (RHBZ#967376)
843f86
843f86
* Tue Jul 30 2013 Thomas Woerner <twoerner@redhat.com> 0.3.4-1
843f86
- several rich rule check enhancements and fixes
843f86
- firewall-cmd: direct options - check ipv4|ipv6|eb (RHBZ#970505)
843f86
- firewall-cmd(1): improve description of direct options (RHBZ#970509)
843f86
- several firewall-applet enhancements and fixes
843f86
- New README
843f86
- several doc and man page fixes
843f86
- Service definitions for PCP daemons (RHBZ#972262)
843f86
- bash-completion: add lockdown and rich language options
843f86
- firewall-cmd: add --permanent --list-all[-zones]
843f86
- firewall-cmd: new -q/--quiet option
843f86
- firewall-cmd: warn when default zone not active (RHBZ#971843)
843f86
- firewall-cmd: check priority in --add-rule (RHBZ#914955)
843f86
- add dhcpv6 (for server) service (RHBZ#917866)
843f86
- firewall-cmd: add --permanent --get-zone-of-interface/source --change-interface/source
843f86
- firewall-cmd: print result (yes/no) of all --query-* commands
843f86
- move permanent-getZoneOf{Interface|Source} from firewall-cmd to server
843f86
- Check Interfaces/sources when updating permanent zone settings.
843f86
- FirewallDConfig: getZoneOfInterface/Source can actually return more zones
843f86
- Fixed toaddr check in forward port to only allow single address, no range
843f86
- firewall-cmd: various output improvements
843f86
- fw_zone: use check_single_address from firewall.functions
843f86
- getZoneOfInterface/Source does not need to throw exception
843f86
- firewall.functions: Use socket.inet_pton in checkIP, fixed checkIP*nMask
843f86
- firewall.core.io.service: Properly check port/proto and destination address
843f86
- Install applet desktop file into /etc/xdg/autostart
843f86
- Fixed option problem with rich rule destinations (RHBZ#979804)
843f86
- Better exception creation in dbus_handle_exceptions() decorator (RHBZ#979790)
843f86
- Updated firewall-offline-cmd
843f86
- Use priority in add, remove, query and list of direct rules (RHBZ#979509)
843f86
- New documentation (man pages are created from docbook sources)
843f86
- firewall/core/io/direct.py: use prirority for rule methods, new get_all_ methods
843f86
- direct: pass priority also to client.py and firewall-cmd
843f86
- applet: New blink and blink-count settings
843f86
- firewall.functions: New function ppid_of_pid
843f86
- applet: Check for gnome3 and fix it, use new settings, new size-changed cb
843f86
- firewall-offline-cmd: Fix use of systemctl in chroot
843f86
- firewall-config: use string.ascii_letters instead of string.letters
843f86
- dbus_to_python(): handle non-ascii chars in dbus.String.
843f86
- Modernize old syntax constructions.
843f86
- dict.keys() in Python 3 returns a "view" instead of list
843f86
- Use gettext.install() to install _() in builtins namespace.
843f86
- Allow non-ascii chars in 'short' and 'description'
843f86
- README: More information for "Working With The Source Repository"
843f86
- Build environment fixes
843f86
- firewalld.spec: Added missing checks for rhel > 6 for pygobject3-base
843f86
- firewall-applet: New setting show-inactive
843f86
- Don't stop on reload when lockdown already enabled (RHBZ#987403)
843f86
- firewall-cmd: --lockdown-on/off did not touch firewalld.conf
843f86
- FirewallApplet.gschema.xml: Dropped unused sender-info setting
843f86
- doc/firewall-applet.xml: Added information about gsettings
843f86
- several debug and log message fixes
843f86
- Add chain for sources so they can be checked before interfaces (RHBZ#903222)
843f86
- Add dhcp and proxy-dhcp services (RHBZ#986947)
843f86
- io/Zone(): don't error on deprecated family attr of source elem
843f86
- Limit length of zone file name (to 12 chars) due to Netfilter internals.
843f86
- It was not possible to overload a zone with defined source(s).
843f86
- DEFAULT_ZONE_TARGET: {chain}_ZONE_{zone} -> {chain}_{zone}
843f86
- New runtime get<X>Settings for services and icmptypes, fixed policies callbacks
843f86
- functions: New functions checkUser, checkUid and checkCommand
843f86
- src/firewall/client: Fixed lockdown-whitelist-updated signal handling
843f86
- firewall-cmd(1): move firewalld.richlanguage(5) reference in --*-rich-rule
843f86
- Rich rule service: Only add modules for accept action
843f86
- firewall/core/rich: Several fixes and enhanced checks
843f86
- Fixed reload of direct rules
843f86
- firewall/client: New functions to set and get the exception handler
843f86
- firewall-config: New and enhanced UI to handle lockdown and rich rules
843f86
- zone's immutable attribute is redundant
843f86
- Do not allow to set settings in config for immutable zones.
843f86
- Ignore deprecated 'immutable' attribute in zone files.
843f86
- Eviscerate 'immutable' completely.
843f86
- FirewallDirect.query_rule(): fix it
843f86
- permanent direct: activate firewall.core.io.direct:Direct reader
843f86
- core/io/*: simplify getting of character data
843f86
- FirewallDirect.set_config(): allow reloading
843f86
843f86
* Thu Jun 20 2013  Jiri Popelka <jpopelka@redhat.com>
843f86
- Remove migrating to a systemd unit file from a SysV initscript
843f86
- Remove pointless "ExclusiveOS" tag
843f86
843f86
* Fri Jun  7 2013 Thomas Woerner <twoerner@redhat.com> 0.3.3-2
843f86
- Fixed rich rule check for use in D-Bus
843f86
843f86
* Thu Jun  6 2013 Thomas Woerner <twoerner@redhat.com> 0.3.3-1
843f86
- new service files
843f86
- relicensed logger.py under GPLv2+
843f86
- firewall-config: sometimes we don't want to use client's exception handler
843f86
- When removing Service/IcmpType remove it from zones too (RHBZ#958401)
843f86
- firewall-config: work-around masquerade_check_cb() being called more times
843f86
- Zone(IO): add interfaces/sources to D-Bus signature
843f86
- Added missing UNKNOWN_SOURCE error code
843f86
- fw_zone.check_source: Raise INVALID_FAMILY if family is invalid
843f86
- New changeZoneOfInterface method, marked changeZone as deprecated
843f86
- Fixed firewall-cmd man page entry for --panic-on
843f86
- firewall-applet: Fixed possible problems of unescaped strings used for markup
843f86
- New support to bind zones to source addresses and ranges (D-BUS, cmd, applet
843f86
- Cleanup of unused variables in FirewallD.start
843f86
- New firewall/fw_types.py with LastUpdatedOrderedDict
843f86
- direct.chains, direct.rules: Using LastUpdatedOrderedDict
843f86
- Support splitted zone files
843f86
- New reader and writer for stored direct chains and rules
843f86
- LockdownWhitelist: fix write(), add get_commands/uids/users/contexts()
843f86
- fix service_writer() and icmptype_writer() to put newline at end of file
843f86
- firewall-cmd: fix --list-sources
843f86
- No need to specify whether source address family is IPv4 or IPv6
843f86
- add getZoneOfSource() to D-Bus interface
843f86
- Add tests and bash-completion for the new "source" operations
843f86
- Convert all input args in D-Bus methods
843f86
- setDefaultZone() was calling accessCheck() *after* the action
843f86
- New uniqify() function to remove duplicates from list whilst preserving order
843f86
- Zone.combine() merge also services and ports
843f86
- config/applet: silence DBusException during start when FirewallD is not running (RHBZ#966518)
843f86
- firewall-applet: more fixes to make the address sources family agnostic
843f86
- Better defaults for lockdown white list
843f86
- Use auth_admin_keep for allow_any and allow_inactive also
843f86
- New D-Bus API for lockdown policies
843f86
- Use IPv4, IPv6 and BRIDGE for FirewallD properties
843f86
- Use rich rule action as audit type
843f86
- Prototype of string-only D-Bus interface for rich language
843f86
- Fixed wrongly merged source family check in firewall/core/io/zone.py
843f86
- handle_cmr: report errors, cleanup modules in error case only, mark handling
843f86
- Use audit type from rule action, fixed rule output
843f86
- Fixed lockdown whitelist D-Bus handling method names
843f86
- New rich rule handling in runtime D-Bus interface
843f86
- Added interface, source and rich rule handling (runtime and permanent)
843f86
- Fixed dbus_obj in FirewallClientConfigPolicies, added queryLockdown
843f86
- Write changes in setLockdownWhitelist
843f86
- Fixed typo in policies log message in method calls
843f86
- firewall-cmd: Added rich rule, lockdown and lockdown whitelist handling
843f86
- Don't check access in query/getLockdownWhitelist*()
843f86
- firewall-cmd: Also output masquerade flag in --list-all
843f86
- firewall-cmd: argparse is able to convert argument to desired type itself
843f86
- firewall-cmd_test.sh: tests for permanent interfaces/sources and lockdown whitelist
843f86
- Makefile.am: add missing files
843f86
- firewall-cmd_test.sh: tests for rich rules
843f86
- Added lockdown, source, interface and rich rule docs to firewall-cmd
843f86
- Do not masquerade lo if masquerade is enabled in the default zone (RHBZ#904098)
843f86
- Use <rule> in metavar for firewall-cmd parser
843f86
843f86
* Fri May 10 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.2-2
843f86
- removed unintentional en_US.po from tarball
843f86
843f86
* Tue Apr 30 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.2-1
843f86
- Fix signal handling for SIGTERM
843f86
- Additional service files (RHBZ#914859)
843f86
- Updated po files
843f86
- s/persistent/permanent/ (Trac Ticket #7)
843f86
- Better behaviour when running without valid DISPLAY (RHBZ#955414)
843f86
- client.handle_exceptions(): do not loop forever
843f86
- Set Zone.defaults in zone_reader (RHBZ#951747)
843f86
- client: do not pass the dbus exception name to handler
843f86
- IO_Object_XMLGenerator: make it work with Python 2.7.4 (RHBZ#951741)
843f86
- firewall-cmd: do not use deprecated BaseException.message
843f86
- client.py: fix handle_exceptions() (RHBZ#951314)
843f86
- firewall-config: check zone/service/icmptype name (RHBZ#947820)
843f86
- Allow 3121/tcp (pacemaker_remote) in cluster-suite service. (RHBZ#885257)
843f86
- firewall-applet: fix default zone hangling in 'shields-up' (RHBZ#947230)
843f86
- FirewallError.get_code(): check for unknown error
843f86
843f86
* Wed Apr 17 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.1-2
843f86
- Make permanenent changes work with Python 2.7.4 (RHBZ#951741)
843f86
843f86
* Thu Mar 28 2013 Thomas Woerner <twoerner@redhat.com> 0.3.1-1
843f86
- Use explicit file lists for make dist
843f86
- New rich rule validation check code
843f86
- New global check_port and check_address functions
843f86
- Allow source white and black listing with the rich rule
843f86
- Fix error handling in case of unsupported family in rich rule
843f86
- Enable ip_forwarding in masquerade and forward-port
843f86
- New functions to read and write simple files using filename and content
843f86
- Add --enable-sysconfig to install Fedora-specific sysconfig config file.
843f86
- Add chains for security table (RHBZ#927015)
843f86
- firewalld.spec: no need to specify --with-systemd-unitdir
843f86
- firewalld.service: remove syslog.target and dbus.target
843f86
- firewalld.service: replace hard-coded paths
843f86
- Move bash-completion to new location.
843f86
- Revert "Added configure for new build env"
843f86
- Revert "Added Makefile.in files"
843f86
- Revert "Added po/Makefile.in.in"
843f86
- Revert "Added po/LINGUAS"
843f86
- Revert "Added aclocal.m4"
843f86
- Amend zone XML Schema
843f86
843f86
* Wed Mar 20 2013 Thomas Woerner <twoerner@redhat.com> 0.3.0-1
843f86
- Added rich language support
843f86
- Added lockdown feature
843f86
- Allow to bind interfaces and sources to zones permanently
843f86
- Enabled IPv6 NAT support
843f86
  masquerading and port/packet forwarding for IPv6 only with rich language
843f86
- Handle polkit errors in client class and firewall-config
843f86
- Added priority description for --direct --add-rule in firewall-cmd man page
843f86
- Add XML Schemas for zones/services/icmptypes XMLs
843f86
- Don't keep file descriptors open when forking
843f86
- Introduce --nopid option for firewalld
843f86
- New FORWARD_IN_ZONES and FORWARD_OUT_ZONES chains (RHBZ#912782)
843f86
- Update cluster-suite service (RHBZ#885257)
843f86
- firewall-cmd: rename --enable/disable-panic to --panic-on/off (RHBZ#874912)
843f86
- Fix interaction problem of changed event of gtk combobox with polkit-kde
843f86
  by processing all remaining events (RHBZ#915892)
843f86
- Stop default zone rules being applied to all zones (RHBZ#912782)
843f86
- Firewall.start(): don't call set_default_zone()
843f86
- Add wiki's URL to firewalld(1) and firewall-cmd(1) man pages
843f86
- firewalld-cmd: make --state verbose (RHBZ#886484)
843f86
- improve firewalld --help (RHBZ#910492)
843f86
- firewall-cmd: --add/remove-* can be used multiple times (RHBZ#879834)
843f86
- Continue loading zone in case of wrong service/port etc. (RHBZ#909466)
843f86
- Check also services and icmptypes in Zone() (RHBZ#909466)
843f86
- Increase the maximum length of the port forwarding fields from 5 to 11 in
843f86
  firewall-config
843f86
- firewall-cmd: add usage to fail message
843f86
- firewall-cmd: redefine usage to point to man page
843f86
- firewall-cmd: fix visible problems with arg. parsing
843f86
- Use argparse module for parsing command line options and arguments
843f86
- firewall-cmd.1: better clarify where to find ACTIONs
843f86
- firewall-cmd Bash completion
843f86
- firewall-cmd.1: comment --zone=<zone> usage and move some options
843f86
- Use zone's target only in %s_ZONES chains
843f86
- default zone in firewalld.conf was set to public with every restart (#902845)
843f86
- man page cleanup
843f86
- code cleanup
843f86
843f86
* Thu Mar 07 2013 Jiri Popelka <jpopelka@redhat.com> - 0.2.12-5
843f86
- Another fix for RHBZ#912782
843f86
843f86
* Wed Feb 20 2013 Jiri Popelka <jpopelka@redhat.com> - 0.2.12-4
843f86
- Stop default zone rules being applied to all zones (RHBZ#912782)
843f86
843f86
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-3
843f86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
843f86
843f86
* Tue Jan 22 2013 Jiri Popelka <jpopelka@redhat.com> - 0.2.12-2
843f86
- Default zone in firewalld.conf was reseted with every restart (RHBZ#902845)
843f86
- Add icon cache related scriptlets for firewall-config (RHBZ#902680)
843f86
- Fix typo in firewall-config (RHBZ#895812)
843f86
- Fix few mistakes in firewall-cmd(1) man page
843f86
843f86
* Mon Jan 14 2013 Thomas Woerner <twoerner@redhat.com> 0.2.12-1
843f86
- firewall-cmd: use -V instead of -v for version info (RHBZ#886477)
843f86
- firewall-cmd: don't check reload()'s return value (RHBZ#886461)
843f86
- actually install firewalld.zones.5
843f86
- firewall-config: treat exceptions when adding new zone/service/icmp
843f86
  (RHBZ#886602)
843f86
- firewalld.spec: Fixed requirements of firewall-config to use gtk2 and
843f86
  pygobject3
843f86
- Fail gracefully when running in non X environment.(RHBZ#886551)
843f86
- offline-cmd: fail gracefully when no s-c-f config
843f86
- fix duplicated iptables rules (RHBZ#886515)
843f86
- detect errors and duplicates in config file (RHBZ#886581)
843f86
- firewall-config: don't make 'Edit Service' and 'Edit ICMP Type' insensitive
843f86
- firewalld.spec: fixed requirements, require pygobject3-base
843f86
- frewall-applet: Unused code cleanup
843f86
- firewall-applet: several usability fixes and enhancements
843f86
  (RHBZ#886531) (RHBZ#886534)
843f86
- firewall/server/server.py: fixed KeyboardInterrupt message (RHBZ#886558)
843f86
- Moved fallback zone and minimal_mark to firewall.config.__init__
843f86
- Do not raise ZONE_ALREADY_SET in change_zone if old zone is set again
843f86
  (RHBZ#886432)
843f86
- Make default zone default for all unset connections/interfaces
843f86
  (RHBZ#888288) (RHBZ#882736)
843f86
- firewall-config: Use Gtk.MessageType.WARNING for warning dialog
843f86
- firewall-config: Handle unknown services and icmptypes in persistent mode
843f86
- firewall-config: Do not load settings more than once
843f86
- firewall-config: UI cleanup and fixes (RHBZ#888242)
843f86
- firewall-cmd: created alias --change-zone for --change-interface
843f86
- firewall-cmd man page updates (RHBZ#806511)
843f86
- Merged branch 'build-cleanups'
843f86
- dropped call to autogen.sh in build stage, not needed anymore due to 
843f86
  'build-cleanups' merge
843f86
843f86
* Thu Dec 13 2012 Thomas Woerner <twoerner@redhat.com> 0.2.11-2
843f86
- require pygobject3-base instead of pygobject3 (no cairo needed) (RHBZ#874378)
843f86
- fixed dependencies of firewall-config to use gtk3 with pygobject3-base and 
843f86
  not pygtk2
843f86
843f86
* Tue Dec 11 2012 Thomas Woerner <twoerner@redhat.com> 0.2.11-1
843f86
- Fixed more _xmlplus (PyXML) incompatibilities to python xml
843f86
- Several man page updates
843f86
- Fixed error in addForwardPort, removeForwardPort and queryForwardPort
843f86
- firewall-cmd: use already existing queryForwardPort()
843f86
- Update firewall.cmd man page, use man page as firewall-cmd usage (rhbz#876394)
843f86
- firewall-config: Do not force to show labels in the main toolbar
843f86
- firewall-config: Dropped "Change default zone" from toolbar
843f86
- firewall-config: Added menu entry to change zones of connections
843f86
- firewall-applet: Zones can be changed now using nm-connection-editor
843f86
  (rhbz#876661)
843f86
- translation updates: cs, hu, ja
843f86
843f86
* Tue Nov 20 2012 Thomas Woerner <twoerner@redhat.com> 0.2.10-1
843f86
- tests/firewalld_config.py: tests for config.service and config.icmptype
843f86
- FirewallClientConfigServiceSettings(): destinations are dict not list
843f86
- service/zone/icmptype: do not write deprecated name attribute
843f86
- New service ntp
843f86
- firewall-config: Fixed name of about dialog
843f86
- configure.in: Fixed getting of error codes
843f86
- Added coding to all pyhton files
843f86
- Fixed copyright years
843f86
- Beautified file headers
843f86
- Force use of pygobject3 in python-slip (RHBZ#874378)
843f86
- Log: firewall.server.config_icmptype, firewall.server.config_service and
843f86
  firewall.server.config_zone: Prepend full path
843f86
- Allow ":" in interface names for interface aliases
843f86
- Add name argument to Updated and Renamed signal
843f86
- Disable IPv4, IPv6 and EB tables if missing - for IPv4/IPv6 only environments
843f86
- firewall-config.glade file cleanup
843f86
- firewall-config: loadDefaults() can throw exception
843f86
- Use toolbars for Add/Edit/Remove/LoadDefaults buttons for zones, services
843f86
  and icmp types
843f86
- New vnc-server service, opens ports for displays :0 to :3 (RHBZ#877035)
843f86
- firewall-cmd: Fix typo in help output, allow default zone usage for
843f86
  permanenent options
843f86
- Translation updates: cs, fr, ja, pt_BR and zh_CN
843f86
843f86
* Wed Oct 17 2012 Thomas Woerner <twoerner@redhat.com> 0.2.9-1
843f86
- firewall-config: some UI usability changes
843f86
- firewall-cmd: New option --list-all-zones, output of --list-all changed,
843f86
  more option combination checks
843f86
- firewall-applet: Replaced NMClient by direct DBUS calls to fix python core
843f86
  dumps in case of connection activates/deactivates
843f86
- Use fallback 'C' locale if current locale isn't supported (RHBZ#860278)
843f86
- Add interfaces to zones again after reload
843f86
- firewall-cmd: use FirewallClient().connected value
843f86
- firewall-cmd: --remove-interface was not working due to a typo
843f86
- Do not use restorecon for new and backup files
843f86
- Fixed use of properties REJECT and DROP
843f86
- firewalld_test.py: check interfaces after reload
843f86
- Translation updates
843f86
- Renamed firewall-convert-scfw-config to firewall-offline-cmd, used by
843f86
  anaconda for firewall configuration (e.g. kickstart)
843f86
- Fix python shebang to use -Es at installation time for bin_SCRIPTS and
843f86
  sbin_SCRIPTS and at all times in gtk3_chooserbutton.py
843f86
- tests/firewalld_config.py: update test_zones() test case
843f86
- Config interface: improve renaming of zones/services/icmp_types
843f86
- Move emiting of Added signals closer to source.
843f86
- FirewallClient(): config:ServiceAdded signal was wrongly mapped
843f86
- Add argument 'name' to Removed signal
843f86
- firewall-config: Add callbacks for config:[service|icmp]-[added|removed]
843f86
- firewall-config: catch INVALID_X error when removing zone/service/icmp_type
843f86
- firewall-config: remove unused code
843f86
- Revert "Neutralize _xmlplus instead of conforming it"
843f86
- firewall-applet: some UI usability changes
843f86
- firewall-cmd: ALREADY_ENABLED, NOT_ENABLED, ZONE_ALREADY_SET are warnings
843f86
843f86
* Fri Sep  7 2012 Thomas Woerner <twoerner@redhat.com> 0.2.8-1
843f86
- Do not apply old settings to zones after reload
843f86
- FirewallClient: Added callback structure for firewalld signals
843f86
- New firewall-config with full zone, service and icmptype support
843f86
- Added Shields Up/Down configuration dialog to firewall-applet
843f86
- Name attribute of main tag deprecated for zones, services and icmptypes,
843f86
  will be ignored if present
843f86
- Fixed wrong references in firewalld man page
843f86
- Unregister DBus interfaces after sending out the Removed signal
843f86
- Use proper DBus signature in addIcmpType, addService and addZone
843f86
- New builtin property for config interfaces
843f86
- New test case for Config interface
843f86
- spec: use new systemd-rpm macros (rhbz#850110)
843f86
- More config file verifications
843f86
- Lots of smaller fixes and enhancements
843f86
843f86
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> 0.2.7-2
843f86
- use new systemd-rpm macros (rhbz#850110)
843f86
843f86
* Mon Aug 13 2012 Thomas Woerner <twoerner@redhat.com> 0.2.7-1
843f86
- Update of firewall-config
843f86
- Some bug fixes
843f86
843f86
* Tue Aug  7 2012 Thomas Woerner <twoerner@redhat.com> 0.2.6-1
843f86
- New D-BUS interface for persistent configuration
843f86
- Aded support for persistent zone configuration in firewall-cmd
843f86
- New Shields Up feature in firewall-applet
843f86
- New requirements for python-decorator and pygobject3
843f86
- New firewall-config sub-package
843f86
- New firewall-convert-scfw-config config script
843f86
843f86
* Fri Apr 20 2012 Thomas Woerner <twoerner@redhat.com> 0.2.5-1
843f86
- Fixed traceback in firewall-cmd for failed or canceled authorization, 
843f86
  return proper error codes, new error codes NOT_RUNNING and NOT_AUTHORIZED
843f86
- Enhanced firewalld service file (RHBZ#806868) and (RHBZ#811240)
843f86
- Fixed duplicates in zone after reload, enabled timed settings after reload
843f86
- Removed conntrack --ctstate INVALID check from default ruleset, because it
843f86
  results in ICMP problems (RHBZ#806017).
843f86
- Update interfaces in default zone after reload (rhbz#804814)
843f86
- New man pages for firewalld(1), firewalld.conf(5), firewalld.icmptype(5),
843f86
  firewalld.service(5) and firewalld.zone(5), updated firewall-cmd man page
843f86
  (RHBZ#811257)
843f86
- Fixed firewall-cmd help output
843f86
- Fixed missing icon for firewall-applet (RHBZ#808759)
843f86
- Added root user check for firewalld (RHBZ#767654)
843f86
- Fixed requirements of firewall-applet sub package (RHBZ#808746)
843f86
- Update interfaces in default zone after changing of default zone (RHBZ#804814)
843f86
- Start firewalld before NetworkManager (RHBZ#811240)
843f86
- Add Type=dbus and BusName to service file (RHBZ#811240)
843f86
843f86
* Fri Mar 16 2012 Thomas Woerner <twoerner@redhat.com> 0.2.4-1
843f86
- fixed firewalld.conf save exception if no temporary file can be written to 
843f86
  /etc/firewalld/
843f86
843f86
* Thu Mar 15 2012 Thomas Woerner <twoerner@redhat.com> 0.2.3-1
843f86
- firewall-cmd: several changes and fixes
843f86
- code cleanup
843f86
- fixed icmp protocol used for ipv6 (rhbz#801182)
843f86
- added and fixed some comments
843f86
- properly restore zone settings, timeout is always set, check for 0
843f86
- some FirewallError exceptions were actually not raised
843f86
- do not REJECT in each zone
843f86
- removeInterface() don't require zone
843f86
- new tests in firewall-test script
843f86
- dbus_to_python() was ignoring certain values
843f86
- added functions for the direct interface: chains, rules, passthrough
843f86
- fixed inconsistent data after reload
843f86
- some fixes for the direct interface: priority positions are bound to ipv,
843f86
  table and chain
843f86
- added support for direct interface in firewall-cmd:
843f86
- added isImmutable(zone) to zone D-Bus interface
843f86
- renamed policy file
843f86
- enhancements for error messages, enables output for direct.passthrough
843f86
- added allow_any to firewald policies, using at leas auth_admin for policies
843f86
- replaced ENABLE_FAILED, DISABLE_FAILED, ADD_FAILED and REMOVE_FAILED by
843f86
  COMMAND_FAILED, resorted error codes
843f86
- new firewalld configuration setting CleanupOnExit
843f86
- enabled polkit again, found a fix for property problem with slip.dbus.service
843f86
- added dhcpv6-client to 'public' (the default) and to 'internal' zones.
843f86
- fixed missing settings form zone config files in
843f86
  "firewall-cmd --list=all --zone=<zone>" call
843f86
- added list functions for services and icmptypes, added --list=services and
843f86
  --list=icmptypes to firewall-cmd
843f86
843f86
* Tue Mar  6 2012 Thomas Woerner <twoerner@redhat.com> 0.2.2-1
843f86
- enabled dhcpv6-client service for zones home and work
843f86
- new dhcpv6-client service
843f86
- firewall-cmd: query mode returns reversed values
843f86
- new zone.changeZone(zone, interface)
843f86
- moved zones, services and icmptypes to /usr/lib/firewalld, can be overloaded
843f86
  by files in /etc/firewalld (no overload of immutable zones block, drop,
843f86
  trusted)
843f86
- reset MinimalMark in firewalld.cnf to default value
843f86
- fixed service destination (addresses not used)
843f86
- fix xmlplus to be compatible with the python xml sax parser and python 3
843f86
  by adding __contains__ to xml.sax.xmlreader.AttributesImpl
843f86
- use icon and glib related post, postun and posttrans scriptes for firewall
843f86
- firewall-cmd: fix typo in state
843f86
- firewall-cmd: fix usage()
843f86
- firewall-cmd: fix interface action description in usage()
843f86
- client.py: fix definition of queryInterface()
843f86
- client.py: fix typo in getInterfaces()
843f86
- firewalld.service: do not fork
843f86
- firewall-cmd: fix bug in --list=port and --port action help message
843f86
- firewall-cmd: fix bug in --list=service
843f86
843f86
* Mon Mar  5 2012 Thomas Woerner <twoerner@redhat.com>
843f86
- moved zones, services and icmptypes to /usr/lib/firewalld, can be overloaded
843f86
  by files in /etc/firewalld (no overload of immutable zones block, drop,
843f86
  trusted)
843f86
843f86
* Tue Feb 21 2012 Thomas Woerner <twoerner@redhat.com> 0.2.1-1
843f86
- added missing firewall.dbus_utils
843f86
843f86
* Tue Feb  7 2012 Thomas Woerner <twoerner@redhat.com> 0.2.0-2
843f86
- added glib2-devel to build requires, needed for gsettings.m4
843f86
- added --with-system-unitdir arg to fix installaiton of system file
843f86
- added glib-compile-schemas calls for postun and posttrans
843f86
- added EXTRA_DIST file lists
843f86
843f86
* Mon Feb  6 2012 Thomas Woerner <twoerner@redhat.com> 0.2.0-1
843f86
- version 0.2.0 with new FirewallD1 D-BUS interface
843f86
- supports zones with a default zone
843f86
- new direct interface as a replacement of the partial virt interface with 
843f86
  additional passthrough functionality
843f86
- dropped custom rules, use direct interface instead
843f86
- dropped trusted interface funcionality, use trusted zone instead
843f86
- using zone, service and icmptype configuration files
843f86
- not using any system-config-firewall parts anymore
843f86
843f86
* Mon Feb 14 2011 Thomas Woerner <twoerner@redhat.com> 0.1.3-1
843f86
- new version 0.1.3
843f86
- restore all firewall features for reload: panic and virt rules and chains
843f86
- string fixes for firewall-cmd man page (by Jiri Popelka)
843f86
- fixed firewall-cmd port list (by Jiri Popelka)
843f86
- added firewall dbus client connect check to firewall-cmd (by Jiri Popelka)
843f86
- translation updates: de, es, gu, it, ja, kn, ml, nl, or, pa, pl, ru, ta,
843f86
                       uk, zh_CN
843f86
843f86
* Mon Jan  3 2011 Thomas Woerner <twoerner@redhat.com> 0.1.2-1
843f86
- fixed package according to package review (rhbz#665395):
843f86
  - non executable scripts: dropped shebang
843f86
  - using newer GPL license file
843f86
  - made /etc/dbus-1/system.d/FirewallD.conf config(noreplace)
843f86
  - added requires(post) and (pre) for chkconfig
843f86
843f86
* Mon Jan  3 2011 Thomas Woerner <twoerner@redhat.com> 0.1.1-1
843f86
- new version 0.1.1
843f86
- fixed source path in POTFILES*
843f86
- added missing firewall_config.py.in
843f86
- added misssing space for spec_ver line
843f86
- using firewall_config.VARLOGFILE
843f86
- added date to logging output
843f86
- also log fatal and error logs to stderr and firewall_config.VARLOGFILE
843f86
- make log message for active_firewalld fatal
843f86
843f86
* Mon Dec 20 2010 Thomas Woerner <twoerner@redhat.com> 0.1-1
843f86
- initial package (proof of concept implementation)