From: Adam Dickmeiss Date: Mon, 21 Feb 2005 14:27:31 +0000 (+0000) Subject: Option -X now makes it possible to stop YAZ proxy by sending X-Git-Tag: YAZPROXY.1.0~8 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=e9a5a9feeb12335c668b73dbb6385908be6806f1;hp=e9a5a9feeb12335c668b73dbb6385908be6806f1;p=yazproxy-moved-to-github.git 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. ---