search for: _plugin

Displaying 14 results from an estimated 14 matches for "_plugin".

Did you mean: plugin
2018 Jan 16
0
[PATCH nbdkit 2/3] Refactor plugin_* functions into a backend struct.
...oid *ptr); #define CLEANUP_FREE __attribute__((cleanup (cleanup_free))) @@ -142,28 +144,31 @@ extern int crypto_negotiate_tls (struct connection *conn, int sockin, int sockou #define debug nbdkit_debug /* plugins.c */ -extern void plugin_register (const char *_filename, void *_dl, struct nbdkit_plugin *(*plugin_init) (void)); -extern void plugin_cleanup (void); -extern int plugin_thread_model (void); -extern const char *plugin_name (void); -extern void plugin_usage (void); -extern const char *plugin_version (void); -extern void plugin_dump_fields (void); -extern void plugin_config (const char *k...
2018 Jan 16
6
[PATCH nbdkit 0/3] Refactor plugin_* functions into a backend struct.
Somewhat invasive but mostly mechanical change to how plugins are called. This patch is in preparation for adding a second backend subtype for filters. Rich.
2018 Jan 17
0
[PATCH 2/9] Refactor plugin_* functions into a backend struct.
...oid *ptr); #define CLEANUP_FREE __attribute__((cleanup (cleanup_free))) @@ -142,28 +150,31 @@ extern int crypto_negotiate_tls (struct connection *conn, int sockin, int sockou #define debug nbdkit_debug /* plugins.c */ -extern void plugin_register (const char *_filename, void *_dl, struct nbdkit_plugin *(*plugin_init) (void)); -extern void plugin_cleanup (void); -extern int plugin_thread_model (void); -extern const char *plugin_name (void); -extern void plugin_usage (void); -extern const char *plugin_version (void); -extern void plugin_dump_fields (void); -extern void plugin_config (const char *k...
2018 Jan 16
0
[PATCH nbdkit v2 2/3] Refactor plugin_* functions into a backend struct.
...oid *ptr); #define CLEANUP_FREE __attribute__((cleanup (cleanup_free))) @@ -142,28 +150,31 @@ extern int crypto_negotiate_tls (struct connection *conn, int sockin, int sockou #define debug nbdkit_debug /* plugins.c */ -extern void plugin_register (const char *_filename, void *_dl, struct nbdkit_plugin *(*plugin_init) (void)); -extern void plugin_cleanup (void); -extern int plugin_thread_model (void); -extern const char *plugin_name (void); -extern void plugin_usage (void); -extern const char *plugin_version (void); -extern void plugin_dump_fields (void); -extern void plugin_config (const char *k...
2015 Mar 13
0
v2.2.16 released
...ildroot}%{_sysconfdir}/%{name}/README \ %{buildroot}%{_docdir}/%{name}-%{version} \ %{buildroot}%{_includedir}/%{name}/ \ %{buildroot}%{_mandir}/man1/ \ %{buildroot}%{_mandir}/man7/ \ %{buildroot}%{_datarootdir}/aclocal/ \ %{buildroot}%{_bindir}/dsync \ %{buildroot}%{_libdir}/%{name}/*_plugin.so \ %{buildroot}%{_libdir}/%{name}/doveadm/*_plugin.so \ %{buildroot}%{_libdir}/%{name}/lib%{name}-lda.so \ %{buildroot}%{_libdir}/%{name}/lib%{name}-lda.so.0 \ %{buildroot}%{_libdir}/%{name}/lib%{name}-lda.so.0.0.0 \ %{buildroot}%{_libdir}/%{name}/lib%{name}-compression.so \ %{buildro...
2015 Mar 13
2
v2.2.16 released
On 12 Mar 2015, at 21:09, Reindl Harald <h.reindl at thelounge.net> wrote: > > /usr/lib64/dovecot/stats/libstats_mail.so > > why in the world a new sub-directory containing just one so-file enforcing pakcage buildsers to change SPEC files? So that external plugins can add more files in there and extend the available statistics.
2010 Aug 01
2
error 89 when loading plugin
Hi, I'm very confused - that's not too difficult for me. I have written a small plugin change_passwd_plugin.c I would like this custom IMAP command to be available to all users. The code contains the following. void change_passwd_plugin_init(void) { command_register("XCHANGEPASSWORD", cmd_xchangepasswd, 0); str_append(capability_string, " XCHANGEPASSWORD"); } void change_...
2009 Jan 15
2
Fatal: Plugin sieve_plugin not found from directory
Hi list, Enabling plugins returns fatal errors like the following: Jan 16 00:28:11 norman dovecot: deliver(jman at zultron.com): Fatal: Plugin sieve_plugin not found from directory /usr/lib64/dovecot/lda Same errors for loading plugins in the "protocol imap" section of dovecot.conf (tested trash_plugin), same errors for loading other plugins (tested virtual_plugin), same errors for different spellings of "mail_plugins" (lib90_s...
2018 Jan 16
4
[PATCH nbdkit v2 2/3] Refactor plugin_* functions into a backend
v1 -> v2: - Fixed everything mentioned in the review. Rich.
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
...35 schrieb Timo Sirainen: > On 31 May 2017, at 16.53, Reindl Harald <h.reindl at thelounge.net > <mailto:h.reindl at thelounge.net>> wrote: >> >> LTO build is as broken as 2.2.30 >> >> libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s >> "../lib10_quota_plugin.la" "lib10_quota_plugin.la" ) >> /tmp/ccGO7JSw.ltrans4.ltrans.o:<artificial>:function >> imapc_quota_refresh.lto_priv.22: error: undefined reference to >> 'imapc_storage_client_register_unta...
2010 Jul 11
3
Crash while accessing mdbox folders
...r/local/lib/dovecot/libdovecot.so.0 [0x2b344bcd2da2] -> /usr/local/lib/dovecot/libdovecot.so.0 [0x2b344bcd2e0a] -> /usr/local/lib/dovecot/libdovecot.so.0(i_error+0) [0x2 b344bcd31b3] -> /usr/local/lib/dovecot/libdovecot-storage.so.0 [0x2b344ba2eb8d] -> /usr/local/lib/dovecot/lib01_acl_plugin.so [0x2b344c89c203] -> /usr/local/lib/dovecot/lib01_acl_plugin.so(acl_mailbox_list_have_right+0x71) [0x2b344c8a0291] -> /usr/local/lib/dovecot/lib01_acl_plugin.so [0x2b344c8a067c] -> /usr/local/lib/dovecot/libdovecot-storage.so.0(mailbox_list_iter_next+0xa) [0x2b344b9fefaa] -> /u...
2012 Jul 26
4
Problem overriding default quota limit
...lt quota). But when user doesn't have quota limit attribute Dovecot doesn't take default value defined in quota plugin and assign unlimit quota to user. Our configuration is similar to the example from wiki ( http://wiki2.dovecot.org/Quota/Configuration ). This is the plugin configuration _plugin {_ _? quota = maildir:User quota_ _? quota_rule = *:storage=1G_ _? ?.........._ _}_ And this is the recovered fields in LDAP search: _user_attrs = mailMessageStore=home,mailquotasize=quota_rule=*:bytes=%$_ It works if user has mailquotasize in its LDAP entry. But if it hasn't it Dovecot...
2018 Jan 17
14
[PATCH 0/9] Add filters to nbdkit.
The first three patches are identical to: https://www.redhat.com/archives/libguestfs/2018-January/msg00079.html "[PATCH nbdkit v2 0/3] Refactor plugin_* functions into a backend" The rest of the patches add filters using the new filter API previously described here: https://www.redhat.com/archives/libguestfs/2018-January/msg00073.html This needs a lot more testing -- and tests --
2018 Jan 19
16
[nbdkit PATCH v2 00/13] Add filters + FUA support to nbdkit
A combination of the work that both Rich and I have been doing lately, where filters use only the new API with flags on every command that the client can send over the wire (we can then add support for more flags in nbdkit without having to add new callbacks, as NBD adds more flags upstream). Eric Blake (4): protocol: Split flags from cmd field in requests backend: Pass flags argument through