Added COOKIE UserInfo OID.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Apr 1999 09:19:43 +0000 (09:19 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Apr 1999 09:19:43 +0000 (09:19 +0000)
include/oid.h
util/oid.c

index 33d2a77..fb8c58c 100644 (file)
@@ -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,
  * 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 */
index 22fed5a..fed58e8 100644 (file)
@@ -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"     },