[Freeipa-devel] [PATCH] 516 remove passwords from logs

2010-08-20 Thread Rob Crittenden
This replaces the existing no password logging code. It only removed passwords sent on the command line, not those that may be in the stdout/stderr of the response from the command. I found a couple of invocations of ssl_get that weren't being cleaned properly, added scrubbing to that too. t

[Freeipa-devel] [PATCH] 515 F-14 compatibility patch

2010-08-20 Thread Rob Crittenden
F-14 introduced a number of changes including an updated krb5 server package and python 2.7. In krb5 the binaries moved from /usr/kerberos/* to /usr/* so some paths need to be adjusted. What I did was include a PATH in the env that covers both of these locations. Python 2.7 made some changes

[Freeipa-devel] Object structure for UI

2010-08-20 Thread Adam Young
I've been working with the "add host " and "host details" pages for the past couple of days. It is getting time to refactor how we do add and details, to avoid cutting and pasting. Here's the general structure I'm approach on taking. For each collection (user, group, host, etc) there will be

[Freeipa-devel] [PATCH] admiyo-freeipa-0013 Revert of the host details patch

2010-08-20 Thread Adam Young
That patch got pushed by accident. Reverting. >From 2742001ed0deaa4c23d5709d5244804bf29d0543 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 20 Aug 2010 11:16:36 -0400 Subject: [PATCH] Revert "Started pulling the details functionality into the details form object. DOing this in hosts for n

Re: [Freeipa-devel] admiyo-freeipa-0011 const correctness in ipa-client

2010-08-20 Thread Adam Young
On 08/20/2010 09:41 AM, Rob Crittenden wrote: Adam Young wrote: https://fedorahosted.org/freeipa/attachment/ticket/148/admiyo-freeipa-0011-const-correctness.patch made the data type for server consistent and correct across its usage. ACK pushed to master _

Re: [Freeipa-devel] admiyo-freeipa-0011 const correctness in ipa-client

2010-08-20 Thread Rob Crittenden
Adam Young wrote: https://fedorahosted.org/freeipa/attachment/ticket/148/admiyo-freeipa-0011-const-correctness.patch made the data type for server consistent and correct across its usage. ACK ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] admiyo 0012 ldap_initialize

2010-08-20 Thread Rob Crittenden
Adam Young wrote: On 08/19/2010 08:31 PM, Adam Young wrote: On 08/19/2010 05:45 PM, Rob Crittenden wrote: Adam Young wrote: Gets rid of the last of our compiler warnings by removing a deprecated function call :ldap_init should be replaced with ldap_initialize. https://fedorahosted.org/freeipa