LP1999823: Additional growing_buffer function names
authorJason Boyer <jboyer@equinoxOLI.org>
Thu, 15 Dec 2022 20:55:47 +0000 (15:55 -0500)
committerJason Boyer <jboyer@equinoxOLI.org>
Mon, 9 Jan 2023 14:00:44 +0000 (09:00 -0500)
commit245756ca64e6311122f5deb64296fdad224bdde9
treefafdc391921e40eafce38d58f74f70a04359fd0e
parent88ab0618e0977d2e82a78a7fa5564eaa9fb5a820
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>
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