[Freeipa-devel] [PATCH 0190] DNSSEC: add support for CKM_RSA_PKCS_OAEP mechanism

2015-02-11 Thread Martin Basti
https://fedorahosted.org/freeipa/ticket/4657#comment:13 Patch attached. -- Martin Basti From 4d698a5adaa94eb854c75bd9bcaf3093f31a11e5 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 11 Feb 2015 14:05:46 +0100 Subject: [PATCH] DNSSEC add support for CKM_RSA_PKCS_OAEP mechanism Ticket: h

Re: [Freeipa-devel] [PATCH 0041] permission-add does not prompt for ipapermright option in interactive mode

2015-02-11 Thread Gabe Alford
Good point. I personally was not aware of all that the API can do. Thanks Martin^2! Updated patch attached. On Tue, Feb 10, 2015 at 11:42 AM, Martin Basti wrote: > On 29/01/15 17:10, Gabe Alford wrote: > > Hello, > > Fix for https://fedorahosted.org/freeipa/ticket/4872 > > Thanks, > > Gabe >

Re: [Freeipa-devel] [PATCH 0041] permission-add does not prompt for ipapermright option in interactive mode

2015-02-11 Thread Martin Basti
Sorry, alwaysask didnt work. It was asking for rights during permission-mod. I replaced alwaysask with flag "ask_create". Sorry for late catch. Updated patch attached. PS: your name+email is missing in commit message, is it on purpose? And time wasn't correct in previous patch. On 11/02/15

[Freeipa-devel] [PATCHES 0191-0194] Fix restoring states of services after uninstalling

2015-02-11 Thread Martin Basti
https://fedorahosted.org/freeipa/ticket/4869 Fixes: - enable/start a service after uninstallation if the service was enabled/running before in correct way - store status of service before disable/stop/start/enable operation - run uninstall only for configured services Uninstall for ipa-dnskeys

Re: [Freeipa-devel] [PATCH 0041] permission-add does not prompt for ipapermright option in interactive mode

2015-02-11 Thread Gabe Alford
Oops. My mistake. Corrected patch attached. On Wed, Feb 11, 2015 at 8:59 AM, Martin Basti wrote: > Sorry, alwaysask didnt work. > It was asking for rights during permission-mod. > > I replaced alwaysask with flag "ask_create". > Sorry for late catch. > > Updated patch attached. > > PS: your nam