]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP1999823: Additional growing_buffer function names
authorJason Boyer <jboyer@equinoxOLI.org>
Thu, 15 Dec 2022 20:55:47 +0000 (15:55 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 1 Dec 2023 21:48:05 +0000 (16:48 -0500)
commit6146a41ed4aabe3b64c3b70f32fc783ce2f94a12
tree6ab8c943d47c033620606fc5ac8c860cde8025da
parentcd4e40510175de30cd9b1567b66b2250afe6a289
LP1999823: Additional growing_buffer function names

If mod_shib is installed on Ubuntu our apache modules will crash
because of a function name collision with libssh. This patch adds
additional names for our growing_buffer manipulation functions so
the modules can use them but the old names are still available for
other users.

Signed-off-by: Jason Boyer <jboyer@equinoxOLI.org>
Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
17 files changed:
include/opensrf/osrf_utf8.h
include/opensrf/utils.h
src/gateway/apachetools.c
src/gateway/osrf_http_translator.c
src/gateway/osrf_json_gateway.c
src/libopensrf/jsonpush.c
src/libopensrf/osrf_app_session.c
src/libopensrf/osrf_application.c
src/libopensrf/osrf_json_object.c
src/libopensrf/osrf_json_tools.c
src/libopensrf/osrf_json_xml.c
src/libopensrf/osrf_legacy_json.c
src/libopensrf/osrf_parse_json.c
src/libopensrf/osrf_prefork.c
src/libopensrf/osrf_utf8.c
src/libopensrf/transport_session.c
src/libopensrf/utils.c