search for: imapc_client_get_capabilities

Displaying 12 results from an estimated 12 matches for "imapc_client_get_capabilities".

2017 Apr 28
2
2.2 -git fails to compile as of Apr 28 2017
...a-imapc.o: In function `imapc_quota_refresh': quota-imapc.c:(.text+0x8dd): undefined reference to `imapc_storage_client_register_untagged' quota-imapc.c:(.text+0x8f7): undefined reference to `imapc_storage_client_register_untagged' quota-imapc.c:(.text+0x90a): undefined reference to `imapc_client_get_capabilities' quota-imapc.c:(.text+0x964): undefined reference to `imapc_simple_context_init' quota-imapc.c:(.text+0x975): undefined reference to `imapc_simple_callback' quota-imapc.c:(.text+0x97e): undefined reference to `imapc_client_cmd' quota-imapc.c:(.text+0x996): undefined reference to `i...
2018 May 10
2
Error compiling with --with-storages=
Hello, Usually I compile Dovecot with option --with-storages=maildir Starting with 2.2.30 and up to 2.2.36 RC this option cause the compilation to fail with this error: .libs/quota-imapc.o: In function `imapc_quota_refresh': quota-imapc.c:(.text+0x82d): undefined reference to `imapc_client_get_capabilities' quota-imapc.c:(.text+0x87d): undefined reference to `imapc_simple_context_init' quota-imapc.c:(.text+0x887): undefined reference to `imapc_simple_callback' quota-imapc.c:(.text+0x89d): undefined reference to `imapc_client_cmd' quota-imapc.c:(.text+0x8ba): undefined reference to `im...
2017 May 08
2
2.2 -git fails to compile as of Apr 28 2017
...> quota-imapc.c:(.text+0x8dd): undefined reference to >> `imapc_storage_client_register_untagged' >> quota-imapc.c:(.text+0x8f7): undefined reference to >> `imapc_storage_client_register_untagged' >> quota-imapc.c:(.text+0x90a): undefined reference to >> `imapc_client_get_capabilities' >> quota-imapc.c:(.text+0x964): undefined reference to >> `imapc_simple_context_init' >> quota-imapc.c:(.text+0x975): undefined reference to >> `imapc_simple_callback' >> quota-imapc.c:(.text+0x97e): undefined reference to `imapc_client_cmd' >>...
2017 May 08
0
2.2 -git fails to compile as of Apr 28 2017
....text+0x8dd): undefined reference to >>> `imapc_storage_client_register_untagged' >>> quota-imapc.c:(.text+0x8f7): undefined reference to >>> `imapc_storage_client_register_untagged' >>> quota-imapc.c:(.text+0x90a): undefined reference to >>> `imapc_client_get_capabilities' >>> quota-imapc.c:(.text+0x964): undefined reference to >>> `imapc_simple_context_init' >>> quota-imapc.c:(.text+0x975): undefined reference to >>> `imapc_simple_callback' >>> quota-imapc.c:(.text+0x97e): undefined reference to `imapc_clie...
2017 May 08
0
2.2 -git fails to compile as of Apr 28 2017
...quota_refresh': > quota-imapc.c:(.text+0x8dd): undefined reference to > `imapc_storage_client_register_untagged' > quota-imapc.c:(.text+0x8f7): undefined reference to > `imapc_storage_client_register_untagged' > quota-imapc.c:(.text+0x90a): undefined reference to > `imapc_client_get_capabilities' > quota-imapc.c:(.text+0x964): undefined reference to > `imapc_simple_context_init' > quota-imapc.c:(.text+0x975): undefined reference to > `imapc_simple_callback' > quota-imapc.c:(.text+0x97e): undefined reference to `imapc_client_cmd' > quota-imapc.c:(.text+0x...
2017 May 31
0
v2.2.30 released
..../src/lib-dovecot/.libs/libdovecot.so -liconv -lrt -lnsl -lsocket -lsendfile Undefined first referenced symbol in file imapc_simple_run .libs/quota-imapc.o imapc_simple_context_init .libs/quota-imapc.o imapc_command_sendf .libs/quota-imapc.o imapc_client_get_capabilities .libs/quota-imapc.o imapc_storage_client_register_untagged .libs/quota-imapc.o imapc_simple_callback .libs/quota-imapc.o imapc_client_cmd .libs/quota-imapc.o ld: fatal: symbol referencing errors. No output written to .libs/quota-status This can be avoided i...
2018 May 10
0
Error compiling with --with-storages=
...mpile Dovecot with option --with-storages=maildir > > Starting with 2.2.30 and up to 2.2.36 RC this option cause the > compilation to fail with this error: > > .libs/quota-imapc.o: In function `imapc_quota_refresh': > quota-imapc.c:(.text+0x82d): undefined reference to > `imapc_client_get_capabilities' > quota-imapc.c:(.text+0x87d): undefined reference to > `imapc_simple_context_init' > quota-imapc.c:(.text+0x887): undefined reference to `imapc_simple_callback' > quota-imapc.c:(.text+0x89d): undefined reference to `imapc_client_cmd' > quota-imapc.c:(.text+0x8ba): u...
2017 May 31
1
[Dovecot-news] v2.2.30.1 released
...mp/ccGO7JSw.ltrans4.ltrans.o:<artificial>:function imapc_quota_refresh.lto_priv.22: error: undefined reference to 'imapc_storage_client_register_untagged' /tmp/ccGO7JSw.ltrans4.ltrans.o:<artificial>:function imapc_quota_refresh.lto_priv.22: error: undefined reference to 'imapc_client_get_capabilities' /tmp/ccGO7JSw.ltrans4.ltrans.o:<artificial>:function imapc_quota_refresh.lto_priv.22: error: undefined reference to 'imapc_simple_context_init' /tmp/ccGO7JSw.ltrans4.ltrans.o:<artificial>:function imapc_quota_refresh.lto_priv.22: error: undefined reference to 'imapc...
2017 May 30
7
v2.2.30 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz.sig * auth: Use timing safe comparisons for everything related to passwords. It's unlikely that these could have been used for practical attacks, especially because Dovecot delays and flushes all failed authentications in 2 second intervals. Also it could have worked only
2017 May 30
7
v2.2.30 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz.sig * auth: Use timing safe comparisons for everything related to passwords. It's unlikely that these could have been used for practical attacks, especially because Dovecot delays and flushes all failed authentications in 2 second intervals. Also it could have worked only
2017 May 31
8
v2.2.30.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another less important fix. - quota_warning scripts weren't
2017 May 31
8
v2.2.30.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another less important fix. - quota_warning scripts weren't