Displaying 4 results from an estimated 4 matches for "ext_count".
2011 Mar 02
3
Segfault in managesieve with "sieve_extensions = -redirect"
...xt_string=<value optimized out>)
at sieve-extensions.c:567
ext = 0x0
op = 0 '\000'
name = 0x2375331 "redirect"
_data_stack_cur_id = 2
ext_reg = 0x23856c8
ext_names = 0x2375368
i = <value optimized out>
ext_count = <value optimized out>
relative = true
#1 0x00007fb2db4207c2 in sieve_extensions_init (svinst=0x2385680) at sieve-extensions.c:256
extensions = <value optimized out>
ext = <value optimized out>
#2 0x00007fb2db426914 in sieve_init (env=0x40d700, context=&...
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
...FER_ATTR_SIZE)
buffer_put_int64(b, a->size);
if (a->flags & SSH2_FILEXFER_ATTR_UIDGID) {
@@ -147,6 +279,19 @@ encode_attrib(Buffer *b, const Attrib *a
buffer_put_int(b, a->atime);
buffer_put_int(b, a->mtime);
}
+
+ if (flags & SSH2_FILEXFER_ATTR_EXTENDED) {
+ u_int ext_count = 1;
+ Buffer ext;
+
+ buffer_put_int(b, ext_count);
+ buffer_put_cstring(b, "extattr at openssh.com");
+
+ buffer_init(&ext);
+ encode_extra_attrib(&ext, a);
+ buffer_put_string(b, buffer_ptr(&ext), buffer_len(&ext));
+ buffer_free(&ext);
+ }
}
/* Convert f...
2014 Apr 01
2
imap process and indexer-worker crash while creating folders
...TION__ = "log_append_ext_intro"
#6 0x00007f002857f140 in mail_transaction_log_append_ext_intros (ctx=0x7fffe1eb2040) at mail-index-transaction-export.c:283
resize =
ext_reset = {new_reset_id = 0, preserve_data = 0 '\000', unused_padding = "\000\000"}
resize_count =
ext_count = 6
hdrs =
hdrs_count = 6
ext_id = 5
reset_count = 0
hdr_size = 0
reset = 0x0
reset_buf = {data = 0x7fffe1eb2020, used = 8, priv = {0x7fffe1eb2020, 0x0, 0x8, 0x0, 0x0}}
t =
reset_id_count = 0
reset_id =
reset_ids = 0x0
#7 mail_index_transaction_export (t=t at entry=0xb3dd30, append_ct...
2016 Apr 25
3
Kernel panic in dovecot-ee-lmtp on Debian 8
Hi list
I just realized that that I don not receive all mails in my mailbox
(running dovecot-ee 2.2.23.1-1 on Debian 8). On my frontend servers
(running postfix) the queue fills up with mails that cannot be delivered
via lmtp to my backend servers. The error message on the frontend is
"lost connection with backend while sending data"
When I checked the logs on the backend server I found