Option -X now makes it possible to stop YAZ proxy by sending
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Feb 2005 14:27:31 +0000 (14:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Feb 2005 14:27:31 +0000 (14:27 +0000)
commite9a5a9feeb12335c668b73dbb6385908be6806f1
tree884ec5c13814a8e0b3e2f86ccdb806c35c5cbd33
parent99e989d9eb24d417dec0f62dc6cb897961c659b2
Option -X now makes it possible to stop YAZ proxy by sending
"stop" as PROXY target (in init). This used to be debug code in a
#if 0 .. #endif section.

Moved a lot of "private" stuff to proxyp.h so that only Yaz_Proxy
is publicly defined in include/yazproxy/proxy.h.

Authentication info sent to target modified. Element renamed from
"authentication" to "target-authentication" to avoid confusion with
client authentication. It now takes an authentication
type=open|idPass|anonymous . Value is user:group:password for idPass,
user/pass for open. Option -U auth is no longer supported.
12 files changed:
NEWS
doc/yaz-proxy-ref.xml
etc/config.xml
etc/explain.xml
etc/yazproxy.xsd
include/yazproxy/module.h
include/yazproxy/proxy.h
src/mod_sample.cpp
src/proxyp.h
src/yaz-proxy-config.cpp
src/yaz-proxy-main.cpp
src/yaz-proxy.cpp