ZOOM_connection_connect() now understands authentication parameters
authorMike Taylor <mike@indexdata.com>
Wed, 7 Dec 2005 16:15:15 +0000 (16:15 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 7 Dec 2005 16:15:15 +0000 (16:15 +0000)
commit72009188eda06296bb8839ef16de1470ecc2d240
treefee9b746137846f18f5037248e2af8b18daee04d
parentb584d89b2b0ac60b56496762db23e33b1dd6d2fe
ZOOM_connection_connect() now understands authentication parameters
embedded in the host string, like this:
admin:secretpw%localhost:9999/gils
i.e. if there is a "%" sign, then what comes before is taken as a
":"-separated user/password pair.  This is a bit hacky, but necessary
to run zoomtst9 against secured databases, and it's much more general
than just adding authentication parameters to that one program.
src/zoom-c.c