summaryrefslogtreecommitdiffstats
path: root/iw/firewall_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-211-183/+0
| | | | firstboot using system-config-securitylevel.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-17/+17
| | | | from Colin Walters.
* make the text clearer (#131805)Jeremy Katz2004-09-161-4/+5
|
* convert to use GtkComboBox from GtkOptionMenu for new pygtk (option menusJeremy Katz2004-08-101-10/+9
| | | | are deprecated). this now requires pygtk2-2.3.9x
* wording tweak (#127617)Jeremy Katz2004-07-121-1/+1
|
* some more text around selinux, needs more work stillJeremy Katz2004-06-181-4/+21
|
* major simplification of the firewall code. lose the trusted devices andJeremy Katz2004-06-181-113/+17
| | | | | other ports selection. make the list of services easy to change and shared between gui and text. lose dead code, update copyrights
* start to clean up the firewall screen. remove trusted devs, put prettyJeremy Katz2004-05-261-55/+12
| | | | names on services.
* don't package the selinux widget if we're defaulting off and selinux is offJeremy Katz2004-04-131-1/+3
|
* if selinux is disabled, then don't allow configuring it since we won'tJeremy Katz2004-03-301-0/+4
| | | | get file contexts
* force override of any installed firewall settings. fix typo tooBill Nottingham2004-03-191-1/+1
|
* make selinux stuff part of a separate object, set up in instdata, pass toJeremy Katz2004-03-171-12/+9
| | | | screens. fix up firewall to not influence selinux, remember the option used
* implement SELinux widgetsbfox2004-03-121-8/+32
|
* more fixes to state hereJeremy Katz2003-10-151-2/+3
|
* move the else to the right level so we don't lose ports andJeremy Katz2003-10-151-3/+3
| | | | trusted devs (#105994)
* fix disabling firewall (#105048)Jeremy Katz2003-09-291-3/+1
|
* fixup firewall missing warningafter-taroon-mergeMike Fulbright2003-09-221-5/+11
|
* add a nag to let user know running w/o a firewall is dangerous (unlike ↵before-taroon-mergeMike Fulbright2003-09-171-1/+8
| | | | scissors) and add mnenomics to monitor not set nag dialog
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-209/+166
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* some padding fixes and a fix for bug #85140Mike Fulbright2003-03-141-3/+5
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-1/+1
|
* fix for bug #68233Mike Fulbright2002-07-261-4/+12
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-1/+1
|
* add mnemonics to the firewall screenJeremy Katz2002-07-051-8/+11
|
* fix for bug 67043Mike Fulbright2002-06-211-6/+18
|
* oops, I really didn't mean this to in there in december. really. i mean it.Jeremy Katz2002-05-281-2/+0
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* use a scroll view and set the shadowJeremy Katz2002-01-081-13/+19
|
* use messsageWindows instead of custom message boxes, so pass intf inJeremy Katz2001-12-271-35/+15
|
* commit new GtkTreeView based checklist.py -- currently doesn't handle moreJeremy Katz2001-12-141-63/+22
| | | | | | | than two text columns update firewall_gui and language_support_gui to take advantage of nifty new checklist
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-55/+54
|
* copyrightMatt Wilson2001-08-071-0/+13
|
* we have saner names now. saving state on this screen works nowJeremy Katz2001-07-221-1/+1
|
* fix pychecker complaintsMike Fulbright2001-07-181-0/+1
|
* make firewall screen default to what it was in 7.1bfox2001-07-061-51/+51
|
* typo correctionbfox2001-06-251-1/+1
|
* typo correctionbfox2001-06-251-2/+2
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-51/+53
|
* Resolved bug #29085. Fixes crash if more than one nic interface.bfox2001-02-281-8/+6
|
* if there are no network devices found, the trusted device screen is not ↵bfox2001-02-091-14/+13
| | | | displayed
* applied patch that is supposed to allow firewall screen to be skipped in a ↵bfox2001-02-081-0/+3
| | | | kickstart install
* automatically allow DHCP through if they have an interface configured that way.Bill Nottingham2001-02-081-0/+2
|
* Removed some unneeded code.bfox2001-02-071-55/+0
|
* you know, array.index throws exceptions.....Matt Wilson2001-01-241-1/+1
|
* Added error checking code for port listbfox2001-01-231-15/+86
|
* Added state check for self.todo.firewall.portlistbfox2001-01-221-1/+3
|
* Wired up the firewall gui to the backend.bfox2001-01-221-10/+178
|
* Added code to make things sensitive/insensitive.bfox2001-01-111-28/+56
|
* New screen for firewall configurationbfox2001-01-081-0/+110