X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Foid.c;h=22fed5a742c25bcb74d5afbaeb006ae18ee3d4a4;hb=27fe93072b78a3232f6ce368c63940e1bbef5db8;hp=c9407ce73bffea68856f03e05d9e11f6a37daee3;hpb=9c515b4bffa3c99fec87d3bdfaba158aca8e1dc1;p=yaz-moved-to-github.git diff --git a/util/oid.c b/util/oid.c index c9407ce..22fed5a 100644 --- a/util/oid.c +++ b/util/oid.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: oid.c,v $ - * Revision 1.31 1998-12-03 11:33:05 adam + * Revision 1.33 1999-04-09 12:16:11 adam + * Added OtherInfo private OID proxy. + * + * Revision 1.32 1999/02/18 10:30:46 quinn + * Changed ES: Update OID + * + * Revision 1.31 1998/12/03 11:33:05 adam * Added OID's for XML. * * Revision 1.30 1998/10/18 07:48:56 adam @@ -231,7 +237,7 @@ static oident oids[] = {PROTO_Z3950, CLASS_EXTSERV, VAL_PQUERY, {9,2,-1}, "Pers. query" }, {PROTO_Z3950, CLASS_EXTSERV, VAL_PCQUERY, {9,3,-1}, "Per'd query" }, {PROTO_Z3950, CLASS_EXTSERV, VAL_ITEMORDER, {9,4,-1}, "Item order" }, - {PROTO_Z3950, CLASS_EXTSERV, VAL_DBUPDATE, {9,5,-1}, "DB. Update" }, + {PROTO_Z3950, CLASS_EXTSERV, VAL_DBUPDATE, {9,5,1,1,-1}, "DB. Update" }, {PROTO_Z3950, CLASS_EXTSERV, VAL_EXPORTSPEC,{9,6,-1}, "exp. spec." }, {PROTO_Z3950, CLASS_EXTSERV, VAL_EXPORTINV, {9,7,-1}, "exp. inv." }, @@ -241,6 +247,7 @@ static oident oids[] = {PROTO_Z3950, CLASS_USERINFO,VAL_MULTISRCH1,{10,4,-1}, "MultipleSearchTerms-1"}, {PROTO_Z3950, CLASS_USERINFO,VAL_MULTISRCH2,{10,5,-1}, "MultipleSearchTerms-2"}, {PROTO_Z3950, CLASS_USERINFO,VAL_DATETIME, {10,6,-1}, "DateTime"}, + {PROTO_Z3950, CLASS_USERINFO,VAL_PROXY, {10,1000,81,1,-1}, "Proxy" }, {PROTO_Z3950, CLASS_ELEMSPEC,VAL_ESPEC1, {11,1,-1}, "Espec-1" },