roxen:5.4

Last commit made on 2019-01-04
Get this branch:
git clone -b 5.4 https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
5.4
Repository:
lp:roxen

Recent commits

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

Merge branch 'patches/ws390' into 5.4

* 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].

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

Merge branch 'patches/ws51' into 5.4

* patches/ws51:
  <ldap/>, <emit#ldap/>: Support specifying TLS implementation level.

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

<ldap/>, <emit#ldap/>: Support specifying TLS implementation level.

Adds support for the attributes max-tls and min-tls.

Fixes [WS-51].

00da2db... by Martin Karlgren <email address hidden>

insert#href: Don't destruct Query object prematurely.

This could lead to lookup in destructed object if the query didn't
return any data (possibly because the other party closed the connection).
RT#28704.

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

Merge branch 'patches/ws28' into 5.4

* patches/ws28:
  Admin Interface [DB Browser]: Handle removed configurations

135cd21... by Anders Johansson <email address hidden>

Admin Interface [DB Browser]: Handle removed configurations

Make sure configuration exists before trying to load it so we can
complain about deleted sites.

29de4da... by Anders Johansson <email address hidden>

Admin Interface [DB Browser]: Handle removed configurations

Make sure configuration exists before trying to load it so we can
complain about deleted sites.

bc8914a... by Anders Johansson <email address hidden>

<cache>: Fixed error leaving stale content in RAM cache

Wrong key was used when removing entries from "RXML <cache>
alternatives", causing alternatives from old Frame objects to never be
removed.

Also moved the removal to a call_out to avoid locking problems since we
are inside a destroy().

2cf7fec... by Anders Johansson <email address hidden>

RAM Cache: Adjusted debug message in cache_remove()