| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a missing import (#565592). | Chris Lumens | 2010-02-15 | 1 | -1/+1 |
| | | |||||
| * | Move users and security to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -0/+14 |
| | | | | | | This patch also moves rootPassword into Users where it belongs and auth into Security where it belongs. | ||||
| * | Remove test mode. | Chris Lumens | 2009-12-03 | 1 | -6/+3 |
| | | | | | | | | This is yet another way of running anaconda that gets extremely limited use, no testing, and no consideration during development to making sure it still works. Again, we need to stop pretending and get rid of modes that we don't support. | ||||
| * | When catching an OSError, handle it as an object instead of a tuple (#497374). | Chris Lumens | 2009-04-23 | 1 | -4/+2 |
| | | |||||
| * | Fix syntax error in yuminstall.py, fix pychecker warnings. | David Cantrell | 2008-08-27 | 1 | -1/+0 |
| | | | | | | | Add missing ':' to if statement in yuminstall.py Remove 'import os,string' from security.py Remove 'networkdevicecheck' from installclass.py | ||||
| * | Don't pass None as stdout or stderr. | Chris Lumens | 2008-03-28 | 1 | -2/+2 |
| | | |||||
| * | Clean up typos and other things for GPLv2+ changes. | David Cantrell | 2007-12-17 | 1 | -1/+1 |
| | | | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice. | ||||
| * | Common GPLv2+ boilerplate on toplevel python source files. | David Cantrell | 2007-12-17 | 1 | -6/+12 |
| | | | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section. | ||||
| * | Use subprocess instead of our own code. Fix all calls to execWith* so | Chris Lumens | 2006-07-12 | 1 | -3/+4 |
| | | | | | | the command is no longer the first argument, since subprocess doesn't work that way. Remove unneeded /proc/e820info cruft. Remove iutil.rmrf. | ||||
| * | 2006-05-17 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-05-17 | 1 | -1/+1 |
| | | | | | | * security.py (Security.write): Safe for all !test mode * instdata.py (InstallData.write): Likewise. | ||||
| * | Use pykickstart SELinux constants for consistency (#172356). | Chris Lumens | 2005-11-03 | 1 | -10/+7 |
| | | |||||
| * | 2005-09-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-09-13 | 1 | -3/+3 |
| | | | | | * security.py (Security.write): log formatting fixes. | ||||
| * | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -7/+8 |
| | | |||||
| * | don't fail if we get some bizarre value for selinux stuff, just disable | Jeremy Katz | 2004-04-29 | 1 | -1/+2 |
| | | | | | it instead (#121907) | ||||
| * | if selinux is disabled, then don't allow configuring it since we won't | Jeremy Katz | 2004-03-30 | 1 | -1/+4 |
| | | | | | get file contexts | ||||
| * | quick hack for selinux support in kickstart, syntax may change before the | Jeremy Katz | 2004-03-17 | 1 | -2/+5 |
| | | | | | final release | ||||
| * | I suck | Jeremy Katz | 2004-03-17 | 1 | -0/+1 |
| | | |||||
| * | fix state | Bill Nottingham | 2004-03-17 | 1 | -1/+1 |
| | | |||||
| * | make selinux stuff part of a separate object, set up in instdata, pass to | Jeremy Katz | 2004-03-17 | 1 | -0/+66 |
| screens. fix up firewall to not influence selinux, remember the option used | |||||
