[Freeipa-devel] [PATCH] 0268-indirect-admins

2011-07-11 Thread Adam Young
From 79e6f8a465fd404d506defc5cc54252e1ff1ffce Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 11 Jul 2011 11:08:53 -0400 Subject: [PATCH] indirect admins https://fedorahosted.org/freeipa/ticket/1465 --- install/ui/webui.js |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-)

[Freeipa-devel] [PATCH] 204 Added sudo options.

2011-07-11 Thread Endi Sukma Dewata
A table has been added into sudo rule details page for managing sudo options. Ticket #1447 -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 204 Added sudo options.

2011-07-11 Thread Endi Sukma Dewata
On 7/11/2011 10:50 AM, Endi Sukma Dewata wrote: A table has been added into sudo rule details page for managing sudo options. Ticket #1447 Patch attached. -- Endi S. Dewata From 9c595dcabb8c93be6de0bedbacb8411329d53f5c Mon Sep 17 00:00:00 2001 From: Endi S. Dewata Date: Sat, 9 Jul 2011 03:0

Re: [Freeipa-devel] [PATCH] 808 don't allow leading/trailing whitespace in strings

2011-07-11 Thread Martin Kosek
On Fri, 2011-06-24 at 16:37 -0400, Rob Crittenden wrote: > Rob Crittenden wrote: > > Rob Crittenden wrote: > >> This started as a problem in allowing leading/trailing whitespaces on > >> primary keys. In nearly every command other than add query is True so > >> all rules were ignored on the primary

Re: [Freeipa-devel] [PATCH] 0268-indirect-admins

2011-07-11 Thread Endi Sukma Dewata
On 7/11/2011 10:10 AM, Adam Young wrote: ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 204 Added sudo options.

2011-07-11 Thread Adam Young
On 07/11/2011 11:54 AM, Endi Sukma Dewata wrote: On 7/11/2011 10:50 AM, Endi Sukma Dewata wrote: A table has been added into sudo rule details page for managing sudo options. Ticket #1447 Patch attached. ___ Freeipa-devel mailing list Freeipa-dev

Re: [Freeipa-devel] [PATCH] 0267-dnsrecord-mod-ui

2011-07-11 Thread Adam Young
On 07/08/2011 08:33 PM, Adam Young wrote: Please do not push this yet. Is is merely posted to get an early code review. In order for this patch to be fully functional, it needs the dnsrecord_mod patch for the server to be pushed first. Additionally, it uses many string literals that need to

Re: [Freeipa-devel] [PATCH] 204 Added sudo options.

2011-07-11 Thread Endi Sukma Dewata
On 7/11/2011 12:41 PM, Adam Young wrote: Tempted to ACK. Before I do, question: why did you make it a section as opposed to a widget? The only other place we have a custom section is for the permissions, where we are optionally showing a set of related widgets together, and we needed to reuse tha

Re: [Freeipa-devel] [PATCH] 204 Added sudo options.

2011-07-11 Thread Adam Young
On 07/11/2011 02:46 PM, Endi Sukma Dewata wrote: On 7/11/2011 12:41 PM, Adam Young wrote: Tempted to ACK. Before I do, question: why did you make it a section as opposed to a widget? The only other place we have a custom section is for the permissions, where we are optionally showing a set of re

Re: [Freeipa-devel] [PATCH] 808 don't allow leading/trailing whitespace in strings

2011-07-11 Thread Rob Crittenden
Martin Kosek wrote: On Fri, 2011-06-24 at 16:37 -0400, Rob Crittenden wrote: Rob Crittenden wrote: Rob Crittenden wrote: This started as a problem in allowing leading/trailing whitespaces on primary keys. In nearly every command other than add query is True so all rules were ignored on the pri

[Freeipa-devel] [PATCH] 824 make more sensible nicknames

2011-07-11 Thread Rob Crittenden
When loading a chained CA from a PKCS#7 or PEM file we used to use very generic nicknames, sometimes as bad as "Imported CA" in the case of winsync. This will use the subject of the cert to get the nickname instead. I also extended the API of some of the x509 functions to optionally take in th

Re: [Freeipa-devel] [PATCH] 204 Added sudo options.

2011-07-11 Thread Endi Sukma Dewata
On 7/11/2011 4:03 PM, Adam Young wrote: OK, that makes sense. ACK Pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 205 Fixed collapsed table in Chrome.

2011-07-11 Thread Endi Sukma Dewata
The .content-table class has been modified to expand properly in Firefox and Chrome. Ticket #1450 -- Endi S. Dewata From 8223ed1b8b5027c14f9b41ec6c1b8f5489b9a0f9 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata Date: Mon, 11 Jul 2011 19:45:14 -0500 Subject: [PATCH] Fixed collapsed table in Chrome.