| Commit message (Expand) | Author | Age | Files | Lines |
* | cracklib now raises exceptions on bad passwords (rzhou, #476312). | Chris Lumens | 2008-12-15 | 1 | -2/+4 |
* | Include cracklib .mo files and look up strings in the right domain. | Chris Lumens | 2008-11-11 | 1 | -2/+1 |
* | Display capslock status correctly (#442258) | David Cantrell | 2008-08-04 | 1 | -5/+12 |
* | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -1/+5 |
* | Do string substitution after we've translated (#441053) | Jeremy Katz | 2008-04-07 | 1 | -1/+1 |
* | Focus root password entry box (#436885). | David Cantrell | 2008-03-18 | 1 | -2/+12 |
* | Focus root password entry box (#436885). | David Cantrell | 2008-03-11 | 1 | -0/+3 |
* | Clean up root password user interfaces. | David Cantrell | 2008-02-20 | 1 | -106/+61 |
* | Validation of root password with cracklib | HARA Hiroshi | 2007-12-17 | 1 | -0/+12 |
* | GPLv2+ boilerplates on all of the iw/*.py files. | David Cantrell | 2007-12-17 | 1 | -6/+13 |
* | Remove unused imports. Yes I know this is stupid nitpicky crap, but I like | Chris Lumens | 2007-09-19 | 1 | -2/+0 |
* | Display a warning message if caps lock is on (#207894). | Chris Lumens | 2007-03-16 | 1 | -4/+20 |
* | Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>, | Chris Lumens | 2007-02-27 | 1 | -2/+2 |
* | Focus the next button when enter is pressed on the second password entry | Chris Lumens | 2007-02-27 | 1 | -4/+2 |
* | Always set the password field as unencrypted, so interactive kickstart installs | Chris Lumens | 2006-08-07 | 1 | -0/+1 |
* | Remove help-related methods, classes, and variables since that stuff has | Chris Lumens | 2006-05-16 | 1 | -1/+0 |
* | Make all UI steps use anaconda class. Add system-config-keyboard shim. | Chris Lumens | 2006-05-04 | 1 | -7/+7 |
* | Use libuser for handling the root password instead of a bunch of our own | Chris Lumens | 2006-04-11 | 1 | -5/+4 |
* | fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch | Peter Jones | 2005-03-12 | 1 | -10/+10 |
* | Use gui.readImageFromFile instead of deprecated ics methods. | Chris Lumens | 2005-02-23 | 1 | -1/+1 |
* | clear the password/confirm entries if there's a problem with the password | Jeremy Katz | 2004-06-03 | 1 | -4/+10 |
* | add a few more words | Jeremy Katz | 2004-06-03 | 1 | -2/+3 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -20/+24 |
* | nalin sez spaces are fine (#84705) | Jeremy Katz | 2003-02-20 | 1 | -1/+1 |
* | only allow ascii passwords. anything else is nonsensical and impossible to | Jeremy Katz | 2003-01-23 | 1 | -1/+13 |
* | don't pass the accounts object around either since it's superflous now | Jeremy Katz | 2002-10-01 | 1 | -1/+1 |
* | remove user account code | bfox | 2002-09-20 | 1 | -349/+1 |
* | clean up some alignments in the root password part of the screen | bfox | 2002-09-20 | 1 | -11/+8 |
* | oops, don't let passwords of less than six chars be added (#72006) | Jeremy Katz | 2002-08-21 | 1 | -1/+3 |
* | translate the label (#70422) | Jeremy Katz | 2002-08-02 | 1 | -1/+1 |
* | new iter_next API | Matt Wilson | 2002-07-18 | 1 | -3/+2 |
* | Changes as per Milan Documentation String Review | Mike Fulbright | 2002-07-12 | 1 | -10/+7 |
* | don't run the window after showing it with response being handled. this caus... | Jeremy Katz | 2002-07-10 | 1 | -2/+0 |
* | add mnemonics | Jeremy Katz | 2002-07-02 | 1 | -20/+28 |
* | got to have a title | Mike Fulbright | 2002-06-28 | 1 | -1/+1 |
* | double click on the user list should let you edit the user | Jeremy Katz | 2002-06-20 | 1 | -0/+4 |
* | fix another case of button ordering | Jeremy Katz | 2002-06-20 | 1 | -1/+1 |
* | add mnemonics and get button order correct for adding a user | Jeremy Katz | 2002-06-19 | 1 | -6/+6 |
* | make things work with new pygtk2 | Jeremy Katz | 2002-06-17 | 1 | -7/+4 |
* | switch to get_iter_first() | Mike Fulbright | 2002-06-06 | 1 | -2/+2 |
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our... | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
* | bye bye redundancy | Jeremy Katz | 2002-02-14 | 1 | -2/+1 |
* | fix #59422 | Matt Wilson | 2002-02-11 | 1 | -2/+2 |
* | oh yeah goodbye reconfig | Mike Fulbright | 2002-02-08 | 1 | -6/+0 |
* | add frame | Matt Wilson | 2002-02-06 | 1 | -2/+3 |
* | not that it matters much with reconfig dead (pychecker) | Jeremy Katz | 2002-02-01 | 1 | -1/+0 |
* | add a shadow to the user list | Jeremy Katz | 2002-01-31 | 1 | -0/+19 |
* | rewrote user account screen to use treeview | Mike Fulbright | 2002-01-30 | 1 | -59/+88 |
* | eep, why was this commented out | Jeremy Katz | 2002-01-08 | 1 | -2/+2 |
* | s/set_usize/set_size_request/g | Matt Wilson | 2002-01-08 | 1 | -2/+2 |