On Tue, 24 Mar 2015, Jan Cholasta wrote:
Dne 23.3.2015 v 20:17 Standa Láznička napsal(a):
On 3/23/2015 10:10 AM, Jan Cholasta wrote:
Hi,
Dne 20.3.2015 v 13:30 Stanislav Láznička napsal(a):
...
As for the local time - timezone in the tuple (time, timezone) would
only say "Local Time", which c
Dne 23.3.2015 v 20:17 Standa Láznička napsal(a):
On 3/23/2015 10:10 AM, Jan Cholasta wrote:
Hi,
Dne 20.3.2015 v 13:30 Stanislav Láznička napsal(a):
...
As for the local time - timezone in the tuple (time, timezone) would
only say "Local Time", which can't be found in Olson's and it means the
On 3/23/2015 10:10 AM, Jan Cholasta wrote:
Hi,
Dne 20.3.2015 v 13:30 Stanislav Láznička napsal(a):
...
As for the local time - timezone in the tuple (time, timezone) would
only say "Local Time", which can't be found in Olson's and it means the
time record from the tuple should be compared to t
Hello,
a patch with DNSSEC CI tests attached.
* Two types of installation tested
* Tests check if zones are signed on both replica and master
* The root zone test also checks chain of trust
Can somebody very familiar with pytest do review? I'm not sure If I used
pytest friendly constructions.
Hello,
The patches:
* allows to specify order of update plugins in update files.
* requires to use LDAPI by ipa-ldap-updater
patches attached
--
Martin Basti
From 6093015bc4465fa3ec20038fb246d32309e36ef7 Mon Sep 17 00:00:00 2001
From: Martin Basti
Date: Tue, 17 Mar 2015 16:11:48 +0100
Subject
Attached patch fixes comments which I forgot to edit in 'make upgrade
deterministic' patchset
--
Martin Basti
From 8c40d3e23c91d2c953244279f7347461f02f779e Mon Sep 17 00:00:00 2001
From: Martin Basti
Date: Tue, 17 Mar 2015 18:00:00 +0100
Subject: [PATCH] Server Upgrade: Fix comments
https://f
On Mon, 2015-03-23 at 14:22 +0100, Petr Spacek wrote:
> On 23.3.2015 14:08, Simo Sorce wrote:
> > On Mon, 2015-03-23 at 12:48 +0100, Martin Babinsky wrote:
> >> On 03/17/2015 06:00 PM, Simo Sorce wrote:
> >>> On Mon, 2015-03-16 at 13:30 +0100, Martin Babinsky wrote:
> On 03/16/2015 12:15 PM, M
On 23.3.2015 14:08, Simo Sorce wrote:
> On Mon, 2015-03-23 at 12:48 +0100, Martin Babinsky wrote:
>> On 03/17/2015 06:00 PM, Simo Sorce wrote:
>>> On Mon, 2015-03-16 at 13:30 +0100, Martin Babinsky wrote:
On 03/16/2015 12:15 PM, Martin Kosek wrote:
> On 03/13/2015 05:37 PM, Martin Babinsky
On Mon, 2015-03-23 at 12:48 +0100, Martin Babinsky wrote:
> On 03/17/2015 06:00 PM, Simo Sorce wrote:
> > On Mon, 2015-03-16 at 13:30 +0100, Martin Babinsky wrote:
> >> On 03/16/2015 12:15 PM, Martin Kosek wrote:
> >>> On 03/13/2015 05:37 PM, Martin Babinsky wrote:
> Attaching the next iterati
On 03/23/2015 12:55 PM, Martin Babinsky wrote:
On 03/23/2015 09:52 AM, Martin Babinsky wrote:
On 03/18/2015 10:54 AM, Martin Babinsky wrote:
This is a proper fix to both
https://fedorahosted.org/freeipa/ticket/4846 and
https://fedorahosted.org/freeipa/ticket/4952.
To do this I had to throw out
On 03/23/2015 09:52 AM, Martin Babinsky wrote:
On 03/18/2015 10:54 AM, Martin Babinsky wrote:
This is a proper fix to both
https://fedorahosted.org/freeipa/ticket/4846 and
https://fedorahosted.org/freeipa/ticket/4952.
To do this I had to throw out some unused parameters from
_update_default_gro
On 03/17/2015 06:00 PM, Simo Sorce wrote:
On Mon, 2015-03-16 at 13:30 +0100, Martin Babinsky wrote:
On 03/16/2015 12:15 PM, Martin Kosek wrote:
On 03/13/2015 05:37 PM, Martin Babinsky wrote:
Attaching the next iteration of patches.
I have tried my best to reword the ipa-client-install man pag
Dne 11.3.2015 v 15:12 Endi Sukma Dewata napsal(a):
Thanks for the review. New patch attached to be applied on top of all
previous patches. Please see comments below.
Thanks. I have replied to some of your comments below.
On 3/6/2015 3:53 PM, Jan Cholasta wrote:
Patch 353:
1) Please follow
Hi,
Dne 20.3.2015 v 13:30 Stanislav Láznička napsal(a):
Hi!
I went through the last week's thread on Time-Based Policies, discussed
some parts I wasn't very sure about with Martin, and would like to make
a summary of it, followed by some further questions on the topic. The
mail is a bit longer
On 03/18/2015 10:54 AM, Martin Babinsky wrote:
This is a proper fix to both
https://fedorahosted.org/freeipa/ticket/4846 and
https://fedorahosted.org/freeipa/ticket/4952.
To do this I had to throw out some unused parameters from
_update_default_group function (particularly the pesky pkey causing
On 03/19/2015 12:25 PM, David Kupka wrote:
On 03/17/2015 01:07 PM, Martin Basti wrote:
On 12/03/15 16:10, David Kupka wrote:
On 03/06/2015 06:00 PM, Martin Basti wrote:
Upgrade plugins which modify LDAP data directly should not be executed
in --test mode.
This patch is a workaround, to ensu
Hi,
the attached patch contains a new PoC installer for httpd.
Design goals:
1) Make code related to any particular configuration change co-located,
be it install/uninstall/upgrade.
2) Get rid of code duplicates.
3) Use the same code path for install and upgrade.
4) Provide metadata for pa
On 20.3.2015 23:22, Alan Evans wrote:
> I have been working on a 3.3.3 install on CentOS that I've made some
> changes to. I have a patch showing the changes I've made to 3.3.3. I
> would like to submit them as a patch to freeipa (presumably for master) but
> my git-fu is not strong.
>
> How can
18 matches
Mail list logo