search for: wallyworld

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

2016 Oct 11
2
Compound Literal - xlc and gcc differences can be patched
...tp_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, + .params = { + (struct http_auth_param) { "realm", "WallyWorld" }, + (struct http_auth_param) { } + } + },{ + .scheme = NULL + } +}; +static const struct http_auth_challenge_test digest[] = { + { .scheme = "Digest", + .data = NULL, + .params = (struct http_auth_param []) { + { "realm", "testrealm at host.com" }, +...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...f initializers cannot be greater than the number of aggregate members. +21 /* Valid auth challenges tests */ +22 static const struct http_auth_challenges_test +23 valid_auth_challenges_tests[] = { +24 { +25 .challenges_in = "Basic realm=\"WallyWorld\"", +26 .challenges = (struct http_auth_challenge_test []) { +27 { .scheme = "Basic", +28 .data = NULL, +29 .params = (struct http_auth_param []) { +...
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,
2015 Jan 08
2
Solaris 10 make check core dumps
...: -lucene -solr *** Everything works properly including the "make" until I try a "make check" at which time I receive the following failure. It would appear that something in test-http-auth is most unhappy. http auth challenges valid [0]: parse `Basic realm="WallyWorld"' ..... : ok http auth challenges valid [0]: [0]->scheme = Basic .................. : ok /bin/bash: line 1: 28057 Segmentation Fault (core dumped) ./$bin make[2]: *** [check-test] Error 1 make[2]: Leaving directory `/export/home/brian/software/dovecot-2.2.15/ src/lib-http' m...