Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support establishing a global passphrase when creating encrypted devices. | David Lehman | 2008-08-19 | 1 | -2/+26 |
| | |||||
* | Fix traceback in passphrase handling code for encrypted RAID requests. (#459121) | David Lehman | 2008-08-14 | 1 | -2/+2 |
| | |||||
* | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -2/+3 |
| | | | | * po/sk.po: Typo fix. | ||||
* | Partitioning UI for handling of preexisting encrypted devices. | David Lehman | 2008-03-28 | 1 | -9/+14 |
| | | | | | | | | | | | | | Basic rules are the same for partitions, LVs, RAID devices: - Existing LUKS headers can only be removed if the device is being formatted. - You can create a new filesystem on the device and retain the preexisting LUKS header. - You can add a LUKS header to a non-encrypted preexisting device only if creating a new filesystem on the device. - We prompt for passphrase only for non-preexisting LUKS headers, meaning those that existed when we read the disk layout initially. We do not support adding or changing passphrases for preexisting encrypted devices. | ||||
* | Add efi to the ignoreable filesystem list. | Peter Jones | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | Default to RAID1 instead of RAID0 (#435579) | Jeremy Katz | 2008-03-02 | 1 | -0/+2 |
| | |||||
* | When editing the raid partitions show raid memebers. (#352721) | Joel Andres Granados | 2008-01-31 | 1 | -1/+12 |
| | |||||
* | Clean up typos and other things for GPLv2+ changes. | David Cantrell | 2007-12-17 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | GPLv2+ boilerplates on all of the iw/*.py files. | David Cantrell | 2007-12-17 | 1 | -8/+15 |
| | |||||
* | More mnemonics | Jeremy Katz | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | Give access to partitions when determining min/max size to resize; also keep | Jeremy Katz | 2007-11-29 | 1 | -1/+1 |
| | | | | track of the request being resizable rather than just the filesystem | ||||
* | Implement resizing UI for graphical mode. | Jeremy Katz | 2007-11-29 | 1 | -16/+6 |
| | | | | This simplifies the edit partition dialog and adds resizing support | ||||
* | Initial support for block devices encrypted using LUKS/dm-crypt. | David Lehman | 2007-11-16 | 1 | -0/+44 |
| | | | | | | The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup. There is no support for pre-existing encrypted devices and kickstart support is not present at this point. | ||||
* | Remove disabled badblocks checking code. | Chris Lumens | 2007-08-03 | 1 | -3/+2 |
| | |||||
* | Default to no drives selected (#195636). | Chris Lumens | 2007-03-16 | 1 | -6/+2 |
| | |||||
* | Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>, | Chris Lumens | 2007-02-27 | 1 | -14/+14 |
| | | | | #204564). | ||||
* | Remove that. | Chris Lumens | 2006-07-21 | 1 | -3/+0 |
| | |||||
* | Show preexisting label if any exists to the UI and the mount point combo | Chris Lumens | 2006-07-21 | 1 | -6/+20 |
| | | | | (#149375) | ||||
* | Allow existing partitions containing ISO images to be mounted (#105722). | Chris Lumens | 2006-05-23 | 1 | -0/+6 |
| | | | | | This still needs to be tested, once we get through with all the image-making problems. | ||||
* | fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch | Peter Jones | 2005-03-12 | 1 | -2/+2 |
| | | | | from Colin Walters. | ||||
* | move availRaidLevels from fsset.py to raid.py, so it can be evaluated right | Peter Jones | 2005-03-09 | 1 | -0/+1 |
| | | | | in all imports | ||||
* | put the apple bootloader stuff in the kickstart list, and remove it from | Peter Jones | 2005-02-23 | 1 | -1/+1 |
| | | | | the raid and lvm possibilities early on | ||||
* | 004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-27 | 1 | -0/+1 |
| | | | | | | * iw/partition_dialog_gui.py (PartitionEditor.run): * iw/raid_dialog_gui.py (RaidEditor.run): Update SpinButtons before getting their value (#133456) | ||||
* | fix some more combo changes that I didn't catch (#130722) | Jeremy Katz | 2004-08-23 | 1 | -2/+2 |
| | |||||
* | fixups for the optionmenu -> combo changes (#129951) | Jeremy Katz | 2004-08-15 | 1 | -2/+2 |
| | |||||
* | convert from GtkCombo to GtkComboBoxEntry | Jeremy Katz | 2004-08-11 | 1 | -3/+3 |
| | | | | | although it somehow seems like crackrock that the only way to get the current entered text is by doing cb.get_children()[0].get_text().... | ||||
* | goodbye to a lot more GtkOptionMenus | Jeremy Katz | 2004-08-11 | 1 | -9/+9 |
| | |||||
* | more GtkOptionMenu nuking | Jeremy Katz | 2004-08-11 | 1 | -44/+31 |
| | |||||
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -1/+1 |
| | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
* | fix cloning detection of non-RAID members on source drive | Mike Fulbright | 2002-07-25 | 1 | -7/+10 |
| | |||||
* | need to tell it this is a custom dialog | Mike Fulbright | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | fixes for bug 68470 | Mike Fulbright | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | new iter_next API | Matt Wilson | 2002-07-18 | 1 | -3/+2 |
| | |||||
* | fix typo (#69123) | Bill Nottingham | 2002-07-18 | 1 | -3/+3 |
| | |||||
* | typo from bug 69058 | Mike Fulbright | 2002-07-17 | 1 | -1/+1 |
| | |||||
* | (carefully) add device/whatever we're editting to title bar | Mike Fulbright | 2002-07-15 | 1 | -2/+5 |
| | |||||
* | Changes as per Milan Documentation String Review | Mike Fulbright | 2002-07-12 | 1 | -1/+1 |
| | |||||
* | add mnemonic | Mike Fulbright | 2002-07-02 | 1 | -13/+19 |
| | |||||
* | make title sensitive to if object is new or old | Mike Fulbright | 2002-06-28 | 1 | -1/+6 |
| | |||||
* | cloned requests still have their own id | Mike Fulbright | 2002-06-28 | 1 | -0/+4 |
| | |||||
* | fix for if target drive had no existing partitions | Mike Fulbright | 2002-06-28 | 1 | -0/+3 |
| | |||||
* | added the correct icon to dialogs | Mike Fulbright | 2002-06-27 | 1 | -14/+18 |
| | |||||
* | cloning has arrived | Mike Fulbright | 2002-06-27 | 1 | -18/+73 |
| | |||||
* | Start of RAID clone tool | Mike Fulbright | 2002-06-27 | 1 | -0/+244 |
| | |||||
* | exclude nonsensical options for reformating a preexisting LV | Mike Fulbright | 2002-06-25 | 1 | -5/+2 |
| | |||||
* | dont show bad blocks option for raid | Mike Fulbright | 2002-06-25 | 1 | -1/+1 |
| | |||||
* | support for formatting/migrating preexisting RAID in GUI | Mike Fulbright | 2002-06-25 | 1 | -14/+58 |
| | |||||
* | preexisting raid works now | Jeremy Katz | 2002-06-12 | 1 | -50/+78 |
| | |||||
* | pychecker is my friend | Jeremy Katz | 2002-06-12 | 1 | -1/+1 |
| | |||||
* | some tweaks to error messages | Mike Fulbright | 2002-06-12 | 1 | -2/+3 |
| |