BuaBook / kdb-common

kdb+ Core Libraries and Utilities
Apache License 2.0
51 stars 16 forks source link

ipc: Store requested target host/port and actual host/port in separate columns in .ipc.outbound #110

Closed jrajasansir-b2c2 closed 11 months ago

jrajasansir-b2c2 commented 11 months ago

If UNIX domain socket translation is enabled, targetHostPort in .ipc.outbound will never match what was passed to .ipc.outbound.

targetHostPort should be reverted to the original passed in version, and the host/port used to connect should be stored separately.

jasraj commented 11 months ago

New column hostPortHash was added to allow full comparison with password without exposing it in plain text