[Freeipa-devel] [PATCH] 037 Improve error handling and return status codes in ipactl

2011-03-07 Thread Martin Kosek
There are cases when ipactl returns success even when it fails. Plus, when the error really is detected the status codes are not LSB compliant. This may result in consequent issues. This patch improves error handling in ipactl and adds LSB compliant status codes. Namely: 0 program is running

[Freeipa-devel] [PATCH] 125 Fixed memory leak caused by certificate dialogs.

2011-03-07 Thread Endi Sukma Dewata
Ticket 1054 -- Endi S. Dewata From 1405a36a1669f0493b22f7d7de1192896aabba48 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata edew...@redhat.com Date: Mon, 7 Mar 2011 12:35:11 -0600 Subject: [PATCH] Fixed memory leak caused by certificate dialogs. Ticket 1054 --- install/ui/certificate.js | 451

Re: [Freeipa-devel] [PATCH 23/23] Add Transifex tx client configuration file

2011-03-07 Thread Rob Crittenden
John Dennis wrote: ack, pushed to master ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 750 chkconfig ipa off on uninstall

2011-03-07 Thread Rob Crittenden
chkconfig the ipa service to off on unistall ticket 1056 rob freeipa-rcrit-750-service.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 037 Improve error handling and return status codes in ipactl

2011-03-07 Thread Rob Crittenden
Martin Kosek wrote: There are cases when ipactl returns success even when it fails. Plus, when the error really is detected the status codes are not LSB compliant. This may result in consequent issues. This patch improves error handling in ipactl and adds LSB compliant status codes. Namely: 0