summaryrefslogtreecommitdiffstats
path: root/firewall.py
Commit message (Expand)AuthorAgeFilesLines
* Remove test mode.Chris Lumens2009-12-031-1/+1
* Make sure to import os.path if we are going to use it.Joel Granados Moreno2009-05-291-0/+1
* sysconfig file changed names for system-config-firewallJeremy Katz2009-05-271-2/+2
* Don't write out firewall settings if they already exist (#502479)Jeremy Katz2009-05-271-1/+1
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-2/+2
* Make sure ssh doesn't get duplicated in the open port list (#474937).Chris Lumens2008-12-111-2/+5
* Use --service=NAME in firewall.py when calling lokkitDavid Cantrell2008-09-061-5/+7
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
* Don't pass None as stdout or stderr.Chris Lumens2008-03-281-1/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-8/+14
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-2/+0
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-5/+3
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-011-1/+1
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-1/+1
* Use new logging system.Chris Lumens2005-08-121-4/+6
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-211-36/+1
* oops, didn't mean to change the name of this varJeremy Katz2004-06-211-1/+1
* major simplification of the firewall code. lose the trusted devices andJeremy Katz2004-06-181-36/+44
* always run lokkit, it does the right thing with --disabledJeremy Katz2004-03-301-24/+17
* force override of any installed firewall settings. fix typo tooBill Nottingham2004-03-191-1/+1
* add an option for selinuxbfox2004-03-121-0/+3
* more redhat-config -> system-configJeremy Katz2004-01-231-2/+2
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-14/+11
* make args something that will make redhat-config-securitylevel happierJeremy Katz2003-01-231-7/+7
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* opening the file to *write* is helpfulJeremy Katz2003-01-131-1/+2
* write out an /etc/sysconfig/redhat-config-securitylevel to make it so that re...Jeremy Katz2003-01-131-0/+7
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
* oh yeah goodbye reconfigMike Fulbright2002-02-081-1/+1
* allow firewall config to work in reconfig modebfox2001-08-011-1/+1
* make firewall screen default to what it was in 7.1bfox2001-07-061-1/+2
* copyrightMatt Wilson2001-06-221-0/+15
* merge dispatch to HEADMatt Wilson2001-06-201-0/+89