Displaying 2 results from an estimated 2 matches for "enc_parts".
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...e(cfctx->ctx->cmd,
+ t_strconcat("NO [BADURL ",
+ imap_url_sanitize(cfctx->url),
+ "] ", error, NULL));
+ return error == NULL && !toobig;
+}
+
+static bool catenate_url(struct cmd_append_context *ctx, const char *url)
+{
+ struct imap_url_parts enc_parts, dec_parts;
+ const char *error = NULL;
+ struct catenate_fetch_context cfctx;
+ struct mailbox_status status;
+ string_t *fetch_text;
+ const struct imap_arg *fetch_args = NULL, *next_arg = NULL;
+ int fetch_ret, flush_ret, ret;
+ bool header, toobig;
+ uoff_t size;
+
+ /* parse, decode, and valid...
2006 Jun 05
2
[PATCH] Pet peave then->than
This patch fixes all the incorrect uses of "then" that I could
find on the whole SAMBA_4_0 branch.
i.e. it is relative to
svn://svnanon.samba.org/samba/branches/SAMBA_4_0 at revision
16046.
Index: source/auth/ntlmssp/ntlmssp_sign.c
===================================================================
--- source/auth/ntlmssp/ntlmssp_sign.c (revision 16046)
+++