search for: http_auth_param

Displaying 4 results from an estimated 4 matches for "http_auth_param".

2016 Oct 11
2
Compound Literal - xlc and gcc differences can be patched
...fication. Thank you for your consideration! Michael -------------- next part -------------- --- test-http-auth.c.orig 2016-06-29 20:01:30 +0000 +++ test-http-auth.c.new 2016-10-11 15:54:50 +0000 @@ -9,7 +9,7 @@ struct http_auth_challenge_test { const char *scheme; const char *data; - struct http_auth_param *params; + struct http_auth_param params[]; }; struct http_auth_challenges_test { @@ -17,65 +17,69 @@ struct http_auth_challenge_test *challenges; }; - +/* The schemes */ +static const struct http_auth_challenge_test basic[] = { + { .scheme = "Basic", + .data = NULL, + .param...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...a member of "const struct http_auth_challenges_test". "test-http-auth.c", line 76.43: 1506-026 (S) Number of initializers cannot be greater than the number of aggregate members. "test-http-auth.c", line 187.27: 1506-196 (W) Initialization between types "struct http_auth_param* const" and "char*" is not allowed. "test-http-auth.c", line 187.39: 1506-026 (S) Number of initializers cannot be greater than the number of aggregate members. "test-http-auth.c", line 188.27: 1506-026 (S) Number of initializers cannot be greater than the numbe...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
On 09-Oct-16 22:51, Aki Tuomi wrote: >> >> Michael > > Does the compiler support C99 standard? > > Aki Yes. Plus extended features. Key difference with GCC, e.g., are the flags to the compiler, but autotools general manages those well. Key difference with platform (well, of of) is that it is not GNU, and how shared libraries are built. Again, libtool in particular,
2016 Oct 09
6
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...a member of "const struct http_auth_challenges_test". "test-http-auth.c", line 76.43: 1506-026 (S) Number of initializers cannot be greater than the number of aggregate members. "test-http-auth.c", line 187.27: 1506-196 (W) Initialization between types "struct http_auth_param* const" and "char*" is not a "test-http-auth.c", line 187.39: 1506-026 (S) Number of initializers cannot be greater than the number of aggregate members. "test-http-auth.c", line 188.27: 1506-026 (S) Number of initializers cannot be greater than the number of ag...