8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00
firebird-mirror/src/remote
Adriano dos Santos Fernandes efe42da059 Fix MacOS UDR and Legacy_UserManager plugins not working due to not exported entry point. (#7088)
Add FB_DLL_EXPORT to public headers.

Use default visibility also for Linux/Unix (in addition to MacOS) as
user application can also be compiled with -fvisibility=hidden.
2021-12-27 10:48:55 -03:00
..
client Fix MacOS UDR and Legacy_UserManager plugins not working due to not exported entry point. (#7088) 2021-12-27 10:48:55 -03:00
os/win32 Fixed XNET protocol after recent changes. 2021-04-07 09:26:39 +03:00
server Backported fix #6896: Client forcing server to encryption 2021-07-20 19:30:09 +03:00
CMakeLists.txt [build] [cmake] Add more cloop dependencies. 2015-04-07 10:29:14 +00:00
inet_proto.h Backported fix for CORE-5472: Problems with dbcrypt key transfer 2017-03-16 12:17:17 +03:00
inet.cpp Backported CORE-6525: Segfaults in fbclient when receiving invalid / unexpected data from server 2021-03-26 15:01:03 +03:00
merge_proto.h Unused params 2009-04-28 13:08:04 +00:00
merge.cpp Backported CORE-6432: Possible buffer overflow in client library in Attachment::getInfo() call 2020-10-28 20:48:43 +03:00
parse_proto.h Slightly refactored the BLR parser routines to avoid crazy error reporting and protect against NULL pointer dereference. The error handling still sucks, but it was the case before me ;-) 2015-01-05 16:08:21 +00:00
parser.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
proto_proto.h const correctness 2003-10-29 10:53:47 +00:00
protocol.cpp Backported CORE-6525: Segfaults in fbclient when receiving invalid / unexpected data from server 2021-03-26 15:01:03 +03:00
protocol.h Backported fix for CORE-5472: Problems with dbcrypt key transfer 2017-03-16 12:17:17 +03:00
remot_proto.h Backported CORE-6525: Segfaults in fbclient when receiving invalid / unexpected data from server 2021-03-26 15:01:03 +03:00
remote_def.h [build] [cmake] Prepare sources for CMake building. Add clang preprocessor defs, ARM architecture defs, some Android-related defs. Add 'qsort_r' function search to configure.ac. 2015-01-21 11:11:04 +00:00
remote.cpp Backported CORE-6525: Segfaults in fbclient when receiving invalid / unexpected data from server 2021-03-26 15:01:03 +03:00
remote.h Backported CORE-6525: Segfaults in fbclient when receiving invalid / unexpected data from server 2021-03-26 15:01:03 +03:00
SockAddr.h add AF_INET_* support for FreeBSD 2021-09-16 16:18:50 +03:00