[Freeipa-devel] [PATCH] 150 Text widget's dirty state is changed on various input methods

2012-05-28 Thread Petr Vobornik
on_value_changed event in textboxes and textareas was raised only on keyboard input. If user used different input method such as paste or browser undo and redo functions widget's on_value_changed event wasn't raised and so dirty state wasn't changed as well. This patch adds listener to text's

Re: [Freeipa-devel] [PATCH] 1018 enforce sizelimit when searching for permissions

2012-05-28 Thread Martin Kosek
On Wed, 2012-05-23 at 13:55 -0400, Rob Crittenden wrote: > Rob Crittenden wrote: > > Martin Kosek wrote: > >> On Fri, 2012-05-18 at 10:17 -0400, Rob Crittenden wrote: > >>> Rob Crittenden wrote: > Martin Kosek wrote: > > On Thu, 2012-05-17 at 16:11 -0400, Rob Crittenden wrote: > >> We

Re: [Freeipa-devel] [PATCH] 0050 Fail on unknown Command options

2012-05-28 Thread Petr Vobornik
On 05/25/2012 09:20 AM, Petr Vobornik wrote: On 05/16/2012 02:11 PM, Martin Kosek wrote: On Wed, 2012-05-16 at 10:37 +0200, Petr Viktorin wrote: On 05/16/2012 09:58 AM, Martin Kosek wrote: On Tue, 2012-05-15 at 13:35 +0200, Petr Viktorin wrote: On 05/15/2012 09:55 AM, Martin Kosek wrote: On

Re: [Freeipa-devel] [PATCH] 0052 Fix the pwpolicy_find post_callback

2012-05-28 Thread Martin Kosek
On Fri, 2012-05-18 at 16:41 +0200, Petr Viktorin wrote: > On 05/18/2012 04:24 PM, Martin Kosek wrote: > > On Fri, 2012-05-18 at 10:03 -0400, Rob Crittenden wrote: > >> Petr Viktorin wrote: > >>> The pwpolicy-find command had a bad condition that made IPA convert > >>> lifetime values for output onl

Re: [Freeipa-devel] [PATCH] 0050 Fail on unknown Command options

2012-05-28 Thread Martin Kosek
On Mon, 2012-05-28 at 15:46 +0200, Petr Vobornik wrote: > On 05/25/2012 09:20 AM, Petr Vobornik wrote: > > On 05/16/2012 02:11 PM, Martin Kosek wrote: > >> On Wed, 2012-05-16 at 10:37 +0200, Petr Viktorin wrote: > >>> On 05/16/2012 09:58 AM, Martin Kosek wrote: > On Tue, 2012-05-15 at 13:35 +0

Re: [Freeipa-devel] [PATCH] 22 Always set ipa_hostname for sssd.conf

2012-05-28 Thread Martin Kosek
On Thu, 2012-04-12 at 15:51 +0200, Ondrej Hamada wrote: > https://fedorahosted.org/freeipa/ticket/2527 > > ipa-client-install will always set ipa_hostname for sssd.conf in order > to prevent the client from getting into weird state. ACK. Pushed to master. Martin

[Freeipa-devel] [PATCH] 266 Reset krbtpolicy when a unit test is finished

2012-05-28 Thread Martin Kosek
Pushed to master under the one-liner rule. --- Kerberos ticket maximum life was being set to 1 hour which then affected lifetime of Kerberos tickets returned by IPA server under the test. Make sure that the policy is reset before and after the unit test to keep the IPA server settings clean and