Universal tool - /usr/bin/cyrus

2011-01-05 Thread Ondřej Surý
) could be implemented directly as a subcommand of this universal tool - with fallback to calling external commands. (Look at git source it has a nice example how to implement that.) Ondrej -- Ondřej Surý ond...@sury.org cyrus Description: Binary data

Re: Universal tool - /usr/bin/cyrus

2011-01-05 Thread Ondřej Surý
On Wed, Jan 5, 2011 at 14:33, Adam Tauno Williams awill...@opengroupware.us wrote: On Wed, 2011-01-05 at 13:29 +0100, Ondřej Surý wrote: as a part of packaging cyrus-imapd for debian we have talked (and I have coded it) about universal tool (like f.e. git has) which will support all those

Re: Universal tool - /usr/bin/cyrus

2011-01-11 Thread Ondřej Surý
cyrus-tool sounds good to me. O. On Tue, Jan 11, 2011 at 15:14, Adam Tauno Williams awill...@opengroupware.us wrote: On Tue, 2011-01-11 at 13:45 +0100, Ondřej Surý wrote: Ok, can I get the responses on the mailing list as yes, we are interested in such universal tool in case it keeps

Re: Support for new BDBs (5.x)

2011-03-28 Thread Ondřej Surý
On Sun, Mar 27, 2011 at 22:45, Bron Gondwana br...@fastmail.fm wrote: On Sun, Mar 27, 2011 at 09:37:50PM +0200, Ondřej Surý wrote: Hi, unless it's already fixed in the SVN, here's the patch to add support for BDB version 5.x. (Just adjusted some macros, and it should be probably kept in mind

Re: -fPIE -pie builds fail

2011-03-29 Thread Ondřej Surý
Just a reply to myself. If called as --with-com_err= it links with shared library just fine and -fPIE -pie seems to compile just OK. I am going to test if it runs ok... Ondrej On Tue, Mar 29, 2011 at 09:56, Ondřej Surý ond...@sury.org wrote: Hi, I am trying to enable hardening-wrapper

Automatic database coversion script anyone?

2011-04-01 Thread Ondřej Surý
Hi, with recent (kinda accidental) upload of 2.4 to debian unstable the need for automatic conversion from older database format (2.2) to the new one (2.4) yet again arised. Anyone already has something written or is willing to help write one? O. -- Ondřej Surý ond...@sury.org

Re: Automatic database coversion script anyone?

2011-04-01 Thread Ondřej Surý
I'll try to dig into that. I took (how foolish) the maintainership of bdb in debian, which was orphaned by previous maintainer. So I'll have to get accustomed with bdb anyway. Ondřej Surý On 1.4.2011, at 18:24, Bron Gondwana br...@fastmail.fm wrote: On Fri, 1 Apr 2011 16:48:55 +0200 Ondřej

Re: Automatic database coversion script anyone?

2011-04-01 Thread Ondřej Surý
On Fri, Apr 1, 2011 at 20:58, Bron Gondwana br...@fastmail.fm wrote: On Fri, Apr 01, 2011 at 07:09:11PM +0200, Ondřej Surý wrote: I'll try to dig into that. I took (how foolish) the maintainership of bdb in debian, which was orphaned by previous maintainer. So I'll have to get accustomed

Re: Automatic database coversion script anyone?

2011-04-04 Thread Ondřej Surý
and the need for seamless upgrade. How does that sounds? Ondrej -- Ondřej Surý ond...@sury.org

Re: Automatic database coversion script anyone?

2011-04-04 Thread Ondřej Surý
On Tue, Apr 5, 2011 at 01:08, Bron Gondwana br...@fastmail.fm wrote: On Tue, Apr 05, 2011 at 12:28:02AM +0200, Ondřej Surý wrote: I really, really wanted to have BDB able to handle in-place upgrades as well, but I haven't been able to figure out a way.  There is an -upgrade method

Re: Launchpad PPA for

2011-04-06 Thread Ondřej Surý
Um, why would you do that instead of migration to new upstream version? Ondřej Surý On 6.4.2011, at 17:39, Torsten Schlabach tschlab...@gmx.net wrote: Hi all! I have started a PPA for the current CVS version of the Cyrus SASL 2.1.24 lib at https://launchpad.net/~tschlabach/+archive/sasl2

Re: Automatic database coversion script anyone?

2011-04-17 Thread Ondřej Surý
On Tue, Apr 5, 2011 at 02:58, Ondřej Surý ond...@sury.org wrote: On Tue, Apr 5, 2011 at 01:08, Bron Gondwana br...@fastmail.fm wrote: On Tue, Apr 05, 2011 at 12:28:02AM +0200, Ondřej Surý wrote: I really, really wanted to have BDB able to handle in-place upgrades as well, but I haven't been

Re: Automatic database coversion script anyone?

2011-04-17 Thread Ondřej Surý
On Sun, Apr 17, 2011 at 19:55, Bron Gondwana br...@fastmail.fm wrote: On Tue, Apr 05, 2011 at 02:58:12AM +0200, Ondřej Surý wrote: You cannot backup (using DB_ENV-archive) before you upgrade, but if you find a way how to call (backend)-init with CYRUSDB_UPGRADE flag and them (backend)-open

Re: Automatic database coversion script anyone?

2011-04-19 Thread Ondřej Surý
code to be able to say that it can be guaranteed in the cyrus-imapd/pop3d/..., but if we can modify cvt_cyrusdb as a first step, it would be huge leap forward :). O. -- Ondřej Surý ond...@sury.org

Re: POLL: what should reconstruct -f do?

2011-04-23 Thread Ondřej Surý
Number 2) with additional command line option to trigger 3). Ondřej Surý On 23.4.2011, at 1:07, Bron Gondwana br...@fastmail.fm wrote: The question came up from the following bug report: http://bugzilla.cyrusimap.org/bugzilla3/show_bug.cgi?id=3449 Where there were spool files on disk

Re: 2.4.8 sync_client crashes

2011-05-18 Thread Ondřej Surý
. Disclaimer: My C is very rusty so it might fail horribly. The patch is against clean 2.4.8 sources. Perhaps Bron could give it a quick check and if it's correct? Simon - that's correct.  I could have sworn that made it into 2.4.8 :( I'll put it on -stable at once. Bron. -- Ondřej

Re: Cyrus Imap and Automake

2011-08-03 Thread Ondřej Surý
with different versions of autotools, that's the minor thing. I personally I would love to have cyrus projects automakized. It's much easy to mangle :). O. -- Ondřej Surý ond...@sury.org

Re: SASL2 problems on recent Ubuntu (possibly Debian as well)

2012-02-29 Thread Ondřej Surý
to maintain it. So I don't think you need to do anything extra on your side. O. -- Ondřej Surý ond...@sury.org

Re: ABI change in cyrus sasl 2.1.25

2012-05-29 Thread Ondřej Surý
I don't think 2.1.25 bumped SONAME, so the bug still applies. As for the #defines - they are related to API (e.g. compile time), but already compiled programs linked against cyrus-sasl (e.g. runtime) will experience the breakage. Ondřej Surý On 29. 5. 2012, at 16:57, Alexey Melnikov

Re: ABI change in cyrus sasl 2.1.25

2012-05-29 Thread Ondřej Surý
On Tue, May 29, 2012 at 6:16 PM, Alexey Melnikov alexey.melni...@isode.com wrote: On 29/05/2012 17:10, Ondřej Surý wrote: When you change interface and break binary compatibility you need to increase .so.NUMBER. Existing binaries has to be recompiled to use this new library. And older

Re: ABI change in cyrus sasl 2.1.25

2012-06-05 Thread Ondřej Surý
On Mon, Jun 4, 2012 at 11:31 PM, Alexey Melnikov alexey.melni...@isode.com wrote: On 29/05/2012 17:38, Ondřej Surý wrote: On Tue, May 29, 2012 at 6:16 PM, Alexey Melnikov alexey.melni...@isode.com  wrote: On 29/05/2012 17:10, Ondřej Surý wrote: When you change interface and break binary

Re: ABI change in cyrus sasl 2.1.25

2012-06-10 Thread Ondřej Surý
On Tue, Jun 5, 2012 at 9:43 AM, Ondřej Surý ond...@sury.org wrote: If not, I might have a patch for you to sanity check. Not yet. Unfortunatelly I got overwhelmed by other stuff. If you have a patch, I would be happy to check it. The patch in git looks ok. Are you going to release 2.1.26

Re: minimal required version of (optional) tools

2012-07-01 Thread Ondřej Surý
ac_path_LEX_found=true rm -f conftest.l lexyy.c lex.yy.c ], [AC_MSG_ERROR([could not find lex that supports reentrant parsers])])]) AC_SUBST([LEX], [$ac_cv_path_LEX]) AM_PROG_LEX O. -- Ondřej Surý ond...@sury.org

Re: cyrus-imapd-2.4.17-caldav-beta5 released

2013-06-11 Thread Ondřej Surý
Thanks, it's reassuring that it's probably not me doing something really wrong. Afterall, it's a long time since I have setup my last (still running) cyrus-imapd instance ;). BTW I am extremely excited that cyrus is getting *DAV support! So thank you for making this possible. Ondřej Surý

Re: cyrus-imapd-2.4.17-caldav-beta5 released

2013-07-01 Thread Ondřej Surý
. -- Ondřej Surý ond...@sury.org

Time to move away from Berkeley DB

2013-07-02 Thread Ondřej Surý
licensing which I hardly think makes sense. Thus I think it's time to kill the Berkeley DB support in cyrus-imapd-2.5, and start thinking about the replacement for cyrus-sasl sasldb (would skiplist work here? or should we use sqlite3, kyotocabinet or anything else?). O. -- Ondřej Surý ond...@sury.org

Re: Time to move away from Berkeley DB

2013-07-03 Thread Ondřej Surý
twoskip might be a good choice. Ondrej On Wed, Jul 3, 2013 at 6:29 AM, Bron Gondwana br...@fastmail.fm wrote: On Tue, Jul 2, 2013, at 11:37 PM, Howard Chu wrote: Dan White wrote: On 07/02/13 09:58 +0200, Ondřej Surý wrote: Hi, you might have noticed that Oracle has released Berkeley

Re: Plugin loading in libsasl

2013-07-17 Thread Ondřej Surý
On Wed, Jul 17, 2013 at 1:02 PM, Alexey Melnikov alexey.melni...@isode.comwrote: On 16/07/2013 14:23, Ondřej Surý wrote: Hi, Hi Ondřej, I have realized one quite serious problem in plugin loading with recent SONAME bump. The plugins are versioned, but the library ignores that and looks

Any ETA for next release?

2014-06-24 Thread Ondřej Surý
Hi, Debian is already shipping beta with caldav support, and we have a freeze scheduled in this fall. It would be a nice to have an official release in next stable Debian. Are there any plans to finish caldav and release it as a final version? Ondrej -- Ondřej Surý ond...@sury.org Knot DNS

Re: Any ETA for next release?

2014-06-26 Thread Ondřej Surý
Hi Bron, On Thu, Jun 26, 2014, at 13:20, Bron Gondwana wrote: On Tue, Jun 24, 2014, at 09:30 PM, Ondřej Surý wrote: Hi, Debian is already shipping beta with caldav support, and we have a freeze scheduled in this fall. It would be a nice to have an official release in next stable

Re: Preparation for the Cyrus 2.5 release

2014-10-23 Thread Ondřej Surý
, -- Ondřej Surý ond...@sury.org Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

Debian patches that really belong to upstream

2015-09-22 Thread Ondřej Surý
decided to skip 2.5.x packaging in favour of 3.0.0). If you need more explanation for any of those patches, I will be happy to provide an explanation. Cheers, -- Ondřej Surý <ond...@sury.org> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS serve

cyrus-imapd 3.0.0 next beta and release plan?

2015-12-22 Thread Ondřej Surý via Cyrus-devel
of 3.0.0 would be appreciated ;). Cheers, -- Ondřej Surý <ond...@sury.org> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

libical >= 2.0.0 support (patch)

2016-05-24 Thread Ondřej Surý via Cyrus-devel
used buf_* functions to reconstruct the cstring, but it desperately needs a review if I am using those correctly and if it doesn't leak memory (it probably does? But in that case json_x_value leaks it as well). But hey it compiles! :) Cheers, -- Ondřej Surý <ond...@sury.org> Knot DNS (https://

Does cyrus user need a shell?

2017-02-07 Thread Ondřej Surý via Cyrus-devel
Hi, a recent Debian bug sparkled a discussion whether cyrus (or other user cyrus-imapd runs as) need a shell? Debian packages create a cyrus user with disabled password, but nologin shell would add another layer on top of that. Cheers, -- Ondřej Surý <ond...@sury.org> Knot DNS (https://ww

Re: OpenSSL 1.1.0 patch for cyrus-imapd 2.5.x?

2016-11-06 Thread Ondřej Surý via Cyrus-devel
on */ unsigned port; /* Remote server port, default = 80 */ Cheers, -- Ondřej Surý <ond...@sury.org> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server Knot Resolver (https://www.knot-resolver.cz/) – secure, privacy-aware, fast DNS(SEC) resolver Vše pro chleba