From: Adam Dickmeiss Date: Thu, 15 Apr 1999 09:19:43 +0000 (+0000) Subject: Added COOKIE UserInfo OID. X-Git-Tag: YAZ.1.8~388 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=742b23a913c14e0a4d39fa8f314300fea55c2352;hp=27fe93072b78a3232f6ce368c63940e1bbef5db8 Added COOKIE UserInfo OID. --- diff --git a/include/oid.h b/include/oid.h index 33d2a77..fb8c58c 100644 --- a/include/oid.h +++ b/include/oid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1998, Index Data. + * Copyright (c) 1995-1999, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.30 1999-04-09 12:16:11 adam + * Revision 1.31 1999-04-15 09:19:43 adam + * Added COOKIE UserInfo OID. + * + * Revision 1.30 1999/04/09 12:16:11 adam * Added OtherInfo private OID proxy. * * Revision 1.29 1998/12/03 11:33:04 adam @@ -249,6 +252,7 @@ typedef enum oid_value VAL_APPLICATION_XML, VAL_UNIVERSE_REPORT, VAL_PROXY, + VAL_COOKIE, /* add new types here... */ /* VAL_DYNAMIC must have highest value */ diff --git a/util/oid.c b/util/oid.c index 22fed5a..fed58e8 100644 --- a/util/oid.c +++ b/util/oid.c @@ -1,10 +1,13 @@ /* - * Copyright (c) 1995-1998, Index Data + * Copyright (c) 1995-1999, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: oid.c,v $ - * Revision 1.33 1999-04-09 12:16:11 adam + * Revision 1.34 1999-04-15 09:19:43 adam + * Added COOKIE UserInfo OID. + * + * 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 @@ -248,6 +251,7 @@ static oident oids[] = {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_USERINFO,VAL_PROXY, {10,1000,81,2,-1}, "Cookie" }, {PROTO_Z3950, CLASS_ELEMSPEC,VAL_ESPEC1, {11,1,-1}, "Espec-1" },