Re: [PATCH] LDAP Content synchronisation fixes (cont.)

2008-10-06 Thread Graham Barr
On Oct 5, 2008, at 2:02 PM, Mathieu Parent wrote: Subject: [PATCH] LDAP Content synchronisation fixes - Fixed parsing of SyncState: avoid emptying the value - Fill in default values in Intermediate::SyncInfo Thanks. This patch has been applied to the next branch Graham.

[PATCH] LDAP Content synchronisation fixes (cont.)

2008-10-05 Thread Mathieu Parent
Subject: [PATCH] LDAP Content synchronisation fixes - Fixed parsing of SyncState: avoid emptying the value - Fill in default values in Intermediate::SyncInfo --- lib/Net/LDAP/Control/SyncState.pm | 10 +- lib/Net/LDAP/Intermediate/SyncInfo.pm | 21 + 2 files

Re: [PATCH] LDAP Content synchronisation : status ?

2008-08-23 Thread Quanah Gibson-Mount
--On Saturday, August 23, 2008 3:09 PM +0200 Mathieu Parent <[EMAIL PROTECTED]> wrote: Hi, What is the status of the patch ? What to do to ease the merge ? The kolab groupware server (kolab.org) is waiting for its inclusion (see https://www.intevation.de/roundup/kolab/issue1755). I can spli

Re: [PATCH] LDAP Content synchronisation : status ?

2008-08-23 Thread Mathieu Parent
Hi, What is the status of the patch ? What to do to ease the merge ? The kolab groupware server (kolab.org) is waiting for its inclusion (see https://www.intevation.de/roundup/kolab/issue1755). I can split it in two patches (if you ask) : - first: Intermediate Message - second: RFC 4533 Regard

[PATCH] LDAP Content synchronisation

2008-07-16 Thread Mathieu PARENT
Hi, This patch implements Intermediate Message and RFC 4533. Notes: - The only intrusive change is in lib/Net/LDAP/Search.pm - Net::LDAP::Intermediate::SyncInfo is not enabled by default (see lib/Net/LDAP/Intermediate.pm line 18) as there are decoding errors within ASN (see my previous mail). Wa