Re: [PATCH] BUG/MINOR: dns: Make dns_query_id_seed unsigned

2020-01-18 Thread Илья Шипицин
сб, 18 янв. 2020 г. в 15:30, Tim Düsterhus : > Ilya, > > Am 18.01.20 um 10:02 schrieb Илья Шипицин: > > how noisy is ubsan ? should we add it to CI ? > > > > No idea. I created a dedicated test executable and copied over the > implementation to avoid needing to configure HAProxy to use DNS for

[PATCH] better anti replay check

2020-01-18 Thread Илья Шипицин
Hello, let us check constants, not openssl versions. Cheers, Ilya Shipitcin From eab262bda04f0f0caf8020a6837a75cdd5821e94 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 19 Jan 2020 12:20:14 +0500 Subject: [PATCH] BUILD: ssl: more elegant anti-reply feature presence check ---

[PATCH] introduce ARM64 travis-ci builds

2020-01-18 Thread Илья Шипицин
hello, sometimes arm64 builds fails, I think it is good chance to introduce regular builds and fix them. also, few small improvements. cheers, Ilya Shipicin From e13a8d0e0e324c49f6a34d74b889a1c3fae6b6d9 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 19 Jan 2020 12:14:02 +0500

stable-bot: WARNING: 17 bug fixes in queue for next release - 1.8

2020-01-18 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

stable-bot: NOTICE: 9 bug fixes in queue for next release - 2.1

2020-01-18 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

stable-bot: NOTICE: 9 bug fixes in queue for next release - 2.0

2020-01-18 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

stable-bot: WARNING: 37 bug fixes in queue for next release - 1.9

2020-01-18 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

Re: ARM(64) builds

2020-01-18 Thread Илья Шипицин
tests on ARM64 randomly fail https://travis-ci.com/chipitsine/haproxy/jobs/277236120 (after restart there's a good chance to success) сб, 18 янв. 2020 г. в 09:52, Martin Grigorov : > > > On Fri, Jan 17, 2020 at 11:17 PM Martin Grigorov < > martin.grigo...@gmail.com> wrote: > >> >> >> On Fri,

Re: Redirect and rewrite part of query string (using map files)

2020-01-18 Thread Aleksandar Lazic
Jan 18, 2020 2:31:40 PM bjun...@gmail.com : > Am Samstag, 18. Januar 2020 schrieb Aleksandar Lazic < al-hapr...@none.at > [mailto:al-hapr...@none.at] >: > > > Hi Bjoern. > > > > On 18.01.20 14:02, bjun...@gmail.com [mailto:bjun...@gmail.com] wrote: > > > > > Am Samstag, 18. Januar 2020

[PATCH] improving ssl defines

2020-01-18 Thread Илья Шипицин
Hello, let us switch to constants check, not versions. cheers, Ilya Shipitcin From a8b68e746bb71c4fee65a05bea8287ad970c979c Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 18 Jan 2020 18:42:45 +0500 Subject: [PATCH] BUG/MINOR: ssl: fix build on openssl-1.1.0 while working on issue

Re: Redirect and rewrite part of query string (using map files)

2020-01-18 Thread bjun...@gmail.com
Am Samstag, 18. Januar 2020 schrieb Aleksandar Lazic : > Hi Bjoern. > > On 18.01.20 14:02, bjun...@gmail.com wrote: > >> Am Samstag, 18. Januar 2020 schrieb Aleksandar Lazic > >: >> >> Hi. >> >> On 18.01.20 13:11, bjun...@gmail.com >>

Re: Redirect and rewrite part of query string (using map files)

2020-01-18 Thread Aleksandar Lazic
Hi Bjoern. On 18.01.20 14:02, bjun...@gmail.com wrote: Am Samstag, 18. Januar 2020 schrieb Aleksandar Lazic mailto:al-hapr...@none.at>>: Hi. On 18.01.20 13:11, bjun...@gmail.com wrote: Hi, i want to redirect the following (the value of the

Re: Redirect and rewrite part of query string (using map files)

2020-01-18 Thread Aleksandar Lazic
Hi. On 18.01.20 13:11, bjun...@gmail.com wrote: Hi, i want to redirect the following (the value of the code param should be rewritten): abc.de/?v=1=1530=3   -> abc.de/?v=1=6780=3 abc.it/?v=2=2400=2   -> abc.it/?v=2=7150=2 abc.fr .. abc.se .. . . When i don't use maps, i can

Redirect and rewrite part of query string (using map files)

2020-01-18 Thread bjun...@gmail.com
Hi, i want to redirect the following (the value of the code param should be rewritten): abc.de/?v=1=1530=3-> abc.de/?v=1=6780=3 abc.it/?v=2=2400=2 -> abc.it/?v=2=7150=2 abc.fr .. abc.se .. . . When i don't use maps, i can accomplish the task with the following lines (but this needs

Enhancement plugin feature for haproxy

2020-01-18 Thread Aleksandar Lazic
Hi. The nuster proxy modifies haproxy.c and adds some structs and function calls into the haproxy main code. Examples: https://github.com/jiangwenyuan/nuster/blob/master/src/haproxy.c#L182 https://github.com/jiangwenyuan/nuster/blob/master/src/haproxy.c#L2243

Re: [PATCH] CLEANUP: Consistently `unsigned int` for bitfields

2020-01-18 Thread Tim Düsterhus
Willy, Am 18.01.20 um 07:51 schrieb Willy Tarreau: >> - Non-ints are not allowed by the C standard. > > Hmmm that's not exactly what I'm reading in C99 #6.7.2.1 here, which > explicitly permits implementation-defined types: > >"A bit-field shall have a type that is a qualified or

Re: [PATCH] BUG/MINOR: dns: Make dns_query_id_seed unsigned

2020-01-18 Thread Tim Düsterhus
Ilya, Am 18.01.20 um 10:02 schrieb Илья Шипицин: > how noisy is ubsan ? should we add it to CI ? > No idea. I created a dedicated test executable and copied over the implementation to avoid needing to configure HAProxy to use DNS for the verification of my patch. In short: Simply try for

Re: [PATCH] BUG/MINOR: dns: Make dns_query_id_seed unsigned

2020-01-18 Thread Илья Шипицин
how noisy is ubsan ? should we add it to CI ? сб, 18 янв. 2020 г. в 06:07, Tim Duesterhus : > Left shifting of large signed values and negative values is undefined. > > In a test script clang's ubsan rightfully complains: > > > runtime error: left shift of 1934242336581872173 by 13 places cannot