[Freeipa-devel] [PATCH] 124 Fixed memory leak caused by IPA.error_dialog

2011-03-04 Thread Endi Sukma Dewata
Ticket 1054 -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 123 Fixed memory leak caused by DNS record deleter dialog.

2011-03-04 Thread Adam Young
On 03/04/2011 05:25 PM, Endi Sukma Dewata wrote: Ticket 1054 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel ACK. Pushed to master ___ Freeipa-

Re: [Freeipa-devel] [PATCH] 119, 120, 121, 122: Fixed memory leak caused by dialog boxes

2011-03-04 Thread Adam Young
On 03/04/2011 04:31 PM, Endi Sukma Dewata wrote: These patches fixed most of the problems. There is still a few more. Ticket 1054 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel ACK. Pus

Re: [Freeipa-devel] [PATCH] 749 use hostname consistently in ipa-client-install

2011-03-04 Thread Nalin Dahyabhai
On Fri, Mar 04, 2011 at 05:59:26PM -0500, Rob Crittenden wrote: > If a hostname was provided it wasn't used to configure either > certmonger or sssd. This resulted in a non-working configuration. [snip] > @@ -241,6 +242,81 @@ def stop_tracking(secdir, request_id=None, > nickname=None): > > r

[Freeipa-devel] [PATCH] 749 use hostname consistently in ipa-client-install

2011-03-04 Thread Rob Crittenden
If a hostname was provided it wasn't used to configure either certmonger or sssd. This resulted in a non-working configuration. Additionally on un-enrollment the wrong hostname was unenrolled, it used the value of gethostname() rather than the one that was passed into the installer. We have

[Freeipa-devel] [PATCH] 123 Fixed memory leak caused by DNS record deleter dialog.

2011-03-04 Thread Endi Sukma Dewata
Ticket 1054 -- Endi S. Dewata From 2a36db924f4b8351fd897949adc5dea13bf95e57 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata Date: Fri, 4 Mar 2011 15:12:41 -0600 Subject: [PATCH] Fixed memory leak caused by DNS record deleter dialog. Ticket 1054 --- install/ui/policy.js | 138 +++

[Freeipa-devel] [PATCH] 119, 120, 121, 122: Fixed memory leak caused by dialog boxes

2011-03-04 Thread Endi Sukma Dewata
These patches fixed most of the problems. There is still a few more. Ticket 1054 -- Endi S. Dewata From cedb865ac489015626d3b1bb2653fb94f5b1bb92 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata Date: Fri, 4 Mar 2011 13:58:21 -0600 Subject: [PATCH] Fixed memory leak caused by IPA.dialog. Ticket 10

[Freeipa-devel] [PATCH] fix API, broken build

2011-03-04 Thread Rob Crittenden
When I applied some fixes to the help text as suggested by David for patch 746 I missed that it affected the API. It is just a doc string change, pushed under the one-liner rule. --- a/API.txt +++ b/API.txt @@ -708,7 +708,7 @@ option: Str('idnsupdatepolicy', attribute=True, cli_name='update_po

[Freeipa-devel] [PATCH] 748 always stop tracking cert on client uninstall

2011-03-04 Thread Rob Crittenden
certmonger stop_tracking() is robust enough to do the right thing if no certificate exists so go ahead and always call it. If the certificate failed to be issued for some reason the request will still in certmonger after uninstalling. This would cause problems when trying to reinstall the clien

Re: [Freeipa-devel] [PATCH] 118 Fixed host enrollment time

2011-03-04 Thread Rob Crittenden
Endi Sukma Dewata wrote: The month in krblastpwdchange (LDAP Generalized Time) is 1-based but the month in JavaScript Date.setUTCFullYear() is 0-based so it needs a conversion. Ticket 1053 ack, pushed to master ___ Freeipa-devel mailing list Freeipa

Re: [Freeipa-devel] [PATCH] 746 style and grammatical issues in help

2011-03-04 Thread Rob Crittenden
David O'Brien wrote: Rob Crittenden wrote: Fix style and grammatical issues in built-in command help. There is a rather large API.txt change but it is only due to changes in the doc string in parameters. ticket 729 rob Couple of picks: --maxusername=INT Max. username length when creating/

Re: [Freeipa-devel] [PATCH] 747 don't check DNS for sanity if we're installing DNS

2011-03-04 Thread Rob Crittenden
Simo Sorce wrote: On Thu, 03 Mar 2011 16:11:24 -0500 Rob Crittenden wrote: Skip the DNS checks during installation if we're configuring IPA as a DNS server. ticket 1036 ACK Simo. pushed to master ___ Freeipa-devel mailing list Freeipa-devel@r

[Freeipa-devel] [PATCH] 118 Fixed host enrollment time

2011-03-04 Thread Endi Sukma Dewata
The month in krblastpwdchange (LDAP Generalized Time) is 1-based but the month in JavaScript Date.setUTCFullYear() is 0-based so it needs a conversion. Ticket 1053 -- Endi S. Dewata From 0e6d2b9a2610267f1d2b6ec3c3453f8855b05130 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata Date: Fri, 4 Mar 2011