roxen:6.0

Last commit made on 2019-11-12
Get this branch:
git clone -b 6.0 https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
6.0
Repository:
lp:roxen

Recent commits

d7885ad... by Karl Gustav Sterneberg <email address hidden>

Merge branch 'patches/ws576' into 6.0

* patches/ws576:
  CGI: Filter proxy header from HTTP_-variables.

0ada692... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

CGI: Filter proxy header from HTTP_-variables.

Do not generate the HTTP_PROXY environment variable for CGI
scripts, as it is often used by libraries for specifying an
outgoing proxy, and is trivially exploitable.

Cf httpoxy.org

608eb19... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws390' into 6.0

* patches/ws390:
  UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

9ff7ea5... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

Since Pike 7.7.14 all URI-escapes in LDAP-URLs are decoded.
This broke use of the magic marker '%u%' as it was interpreted
as a Unicode-escape. We now force the marker to be escaped
properly before parsing the LDAP-URL.

Also some related code-cleanup.

Fixes [WS-390].

972b4e6... by Anders Johansson <email address hidden>

FSGC: Avoid using DefaultMonitor implementation [EP-329]

44917e4... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

FSGC: Fixed some typos.

77d226f... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

FSGC [DEBUG]: Don't claim that the root directory is getting deleted.

22d6e24... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

FSGC: Pedantic threshold fix.

aebad6a... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

FSGC: Restore stable change notification after override.

Fixes [EP-329] Comment #1.

462f4d1... by Anders Johansson <email address hidden>

FSGC: Override accelerated stable change notification [EP-327]