search for: acl_backend_vfile_object_init

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

2019 Mar 12
1
Regression ACL & namespace prefix
...up' right doveadm(testuser): Info: Mailbox pub is NOT visible in LIST in this output see that it checks this location: acl vfile: file /etc/dovecot/global-acls//.DEFAULT not found instead of /etc/dovecot/global-acls/pub/.DEFAULT this is caused by line in src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) vname = *name == '\0' ? "" : mailbox_list_get_vname(_backend->list, name); and because name is empty, it will not use the "pub" prefix in the path. If I'd test acl for "pub/subfolder" that condition would have different result and bug would...
2019 Mar 07
2
Regression ACL & namespace prefix
...lobal-acls > > imap(d2): Debug: acl vfile: reading file > > /etc/dovecot/global-acls/pub/.DEFAULT > > imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found > > > > > > I've localized problem to: > > src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) > > and change from: > > > > vname = mailbox_list_get_vname(_backend->list, name); > > > > to: > > > > vname = *name == '\0' ? "" : > > ????mailbox_list_get_vname(_backend->list, name); > > > > that happen...
2018 Sep 18
4
Regression ACL & namespace prefix
...r = 0 imap(d2): Debug: acl vfile: Global ACL directory: /etc/dovecot/global-acls imap(d2): Debug: acl vfile: reading file /etc/dovecot/global-acls/pub/.DEFAULT imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found I've localized problem to: src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) and change from: vname = mailbox_list_get_vname(_backend->list, name); to: vname = *name == '\0' ? "" : mailbox_list_get_vname(_backend->list, name); that happened quite time ago during bigger acl changes and I don't know why exactly this line was changed prev...
2013 Jun 18
2
Crashes at login time with freshest code
...TYPE_DIR dir = 0x10a1a250 "INBOX/spam" inbox = 0x1055dcc0 <static_system_pool> "\200\334U\020" vname = 0x10a04ab0 "INBOX/spam" error = 0x0 __FUNCTION__ = "acl_backend_vfile_get_local_dir" #2 0x00000000108c2a6c in acl_backend_vfile_object_init (_backend=0x10a33a40, name=0x10a04a48 "INBOX/spam") at acl-backend-vfile.c:195 _data_stack_cur_id = 9 backend = 0x10a33a40 aclobj = 0x10a8c380 dir = 0x10a04a68 "\003" vname = 0x10a45258 "\220R\244\020" #3 0x00000000108c05a2 in a...
2019 Mar 07
0
Regression ACL & namespace prefix
...lobal ACL directory: /etc/dovecot/global-acls > imap(d2): Debug: acl vfile: reading file > /etc/dovecot/global-acls/pub/.DEFAULT > imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found > > > I've localized problem to: > src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) > and change from: > > vname = mailbox_list_get_vname(_backend->list, name); > > to: > > vname = *name == '\0' ? "" : > ????mailbox_list_get_vname(_backend->list, name); > > that happened quite time ago during bigger acl changes and I...
2013 Jun 07
1
v2.2.2 (e5bd0a7c6a1e) Core Dump
...0 list = 0x21ceec0 storage = <optimized out> type = <optimized out> dir = <optimized out> inbox = <optimized out> vname = <optimized out> error = 0x221a100 "\320\"\035\002" #2 0x00007fecd7cf470e in acl_backend_vfile_object_init (_backend=0x21d22d0, name=0x7fecd7cfada8 "") at acl-backend-vfile.c:195 _data_stack_cur_id = 6 backend = 0x21d22d0 aclobj = 0x221a100 dir = <optimized out> vname = <optimized out> #3 0x00007fecd7cf3c8e in acl_backend_get_default_object...
2019 Mar 07
0
Regression ACL & namespace prefix
...Debug: acl vfile: reading file > > > /etc/dovecot/global-acls/pub/.DEFAULT > > > imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found > > > > > > > > > I've localized problem to: > > > src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) > > > and change from: > > > > > > vname = mailbox_list_get_vname(_backend->list, name); > > > > > > to: > > > > > > vname = *name == '\0' ? "" : > > > ????mailbox_list_get_vname(_backend->list,...
2009 Mar 04
2
v1.2: can't access other users shared INBOX
Hi *, when a user A shares his INBOX with another user B, the user B can't access its content: User A: g getacl INBOX * ACL INBOX A at example.com lrswipkxtecda B at example.com lrswipkxtecd g OK Completed User B: l list "" "*" * LIST (\Noselect \HasChildren) "/" "user" * LIST (\Noselect \HasChildren) "/" "user/A at
2007 Oct 27
4
do 1.1b4 assertion failed: (mailbox_list_is_valid_existing_name
...ipts", type=MAILBOX_LIST_PATH_TYPE_MAILBOX) at mailbox-list.c:265 No locals. #6 0x000000000048ce69 in mail_storage_get_mailbox_path (storage=0x5fdc48, name=0x602900 "#shared/decs/receipts", is_file_r=0x7fffffffdc07) at mail-storage.c:389 No locals. #7 0x0000000800b07720 in acl_backend_vfile_object_init () from /usr/local/lib/dovecot/imap/lib01_acl_plugin.so No symbol table info available. #8 0x0000000800b08708 in acl_backend_vfile_acllist_rebuild () from /usr/local/lib/dovecot/imap/lib01_acl_plugin.so No symbol table info available. #9 0x0000000800b08beb in acl_backend_vfile_acllist_refresh (...
2013 Apr 02
1
v2.2 getting NULL pointer reference with shared namespace in mailbox_tree?
...x4b9840 prefix = 0x4c17a0 "INBOX" prefix_len = 5 __FUNCTION__ = "imapc_list_get_vname" #8 0xffff80ffb74e603b in mailbox_list_get_vname (list=0x4b9840, name=0xffff80ffb71d656c "") at ../../src/lib/array.h:197 No locals. #9 0xffff80ffb71cd0fa in acl_backend_vfile_object_init (_backend=0x4cad10, name=0xffff80ffb71d656c "") at ../../../src/lib/array.h:197 _data_stack_cur_id = 4 backend = (struct acl_backend_vfile *) 0x4cad10 aclobj = (struct acl_object_vfile *) 0x49b520 dir = 0xffff80ffbffff010 "0????\200??\210?\034??\200??l...
2018 Jan 29
1
Panic: data stack: Out of memory when allocating bytes
...??????? args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = > 0x7ffd0ddd8650, reg_save_area = 0x7ffd0ddd8580}} > ??????? ret = <value optimized out> > ??????? len = <value optimized out> > ??????? __func__ = "i_strconcat" > #17 0x00007f73f0b1fa39 in acl_backend_vfile_object_init > (_backend=0x7f73f255c498, name=0x7f73ebdceda8 "bla_blub.foo_bar.John > Doe") at acl-backend-vfile.c:169 > ??????? _data_stack_cur_id = 4 > ??????? backend = 0x7f73f255c498 > ??????? aclobj = 0x7f73f25b5420 > ??????? dir = <value optimized out> > ???????...
2018 Jan 24
2
Panic: data stack: Out of memory when allocating bytes
On Wed, Jan 24, 2018 at 18:55:47 +0100, Thomas Robers wrote: > Am 23.01.2018 um 20:07 schrieb Josef 'Jeff' Sipek: > > On Tue, Jan 23, 2018 at 14:03:27 -0500, Josef 'Jeff' Sipek wrote: > > > On Tue, Jan 23, 2018 at 18:21:38 +0100, Thomas Robers wrote: ... > > > 1. Do you have any idea what the imap process was doing at the time of the > > >
2010 Jul 11
3
Crash while accessing mdbox folders
...8edf66f0}} #5 0x00002b344ba2eb8d in fs_list_get_path (_list=0xa9b4fc8, name=0xa983700 "Telefon/", type=MAILBOX_LIST_PATH_TYPE_MAILBOX) at mailbox-list-fs.c:150 root_dir = <value optimized out> __FUNCTION__ = "fs_list_get_path" #6 0x00002b344c89c203 in acl_backend_vfile_object_init (_backend=0xa9b57d8, name=0xa983700 "Telefon/") at acl-backend-vfile.c:171 aclobj = (struct acl_object_vfile *) 0xa9d0660 dir = <value optimized out> #7 0x00002b344c8a0291 in acl_mailbox_list_have_right (list=0xa9b4fc8, name=0xa983700 "Telefon/", paren...
2018 Jan 25
0
Panic: data stack: Out of memory when allocating bytes
..._data_stack_cur_id = 5 args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffd0ddd8650, reg_save_area = 0x7ffd0ddd8580}} ret = <value optimized out> len = <value optimized out> __func__ = "i_strconcat" #17 0x00007f73f0b1fa39 in acl_backend_vfile_object_init (_backend=0x7f73f255c498, name=0x7f73ebdceda8 "bla_blub.foo_bar.John Doe") at acl-backend-vfile.c:169 _data_stack_cur_id = 4 backend = 0x7f73f255c498 aclobj = 0x7f73f25b5420 dir = <value optimized out> vname = 0x7f73ebdcee68 "shar...