[srm-cvs] CVS Update: - 2003!

From: <d.rethans[@]jdimedia.nl>
Date: Thu Feb 20 2003 - 21:33:39 CET

Date: Thu Feb 20 21:33:38 CET 2003
User: Derick Rethans
Directory: srm/test/storage

Log Message:
 [0.25]
 - 2003!
 
Modified files:
           srm/Makefile.am (version: 1.10)
           srm/acinclude.m4 (version: 1.9)
           srm/srm.ini (version: 1.31)
           srm/main/Makefile.am (version: 1.14)
           srm/main/internal_functions.c.in (version: 1.8)
           srm/main/main.c (version: 1.73)
           srm/main/srm_config.h.in (version: 1.30)
           srm/main/src/Makefile.am (version: 1.36)
           srm/main/src/srm_error.h (version: 1.3)
           srm/main/src/srm_ini_parser.y (version: 1.19)
           srm/main/src/srm_ini_scanner.l (version: 1.13)
           srm/modules/Makefile.am (version: 1.4)
           srm/modules/auth/Makefile.am (version: 1.6)
           srm/modules/auth/auth.c (version: 1.26)
           srm/modules/auth/auth_parse.c (version: 1.14)
           srm/modules/auth/config.m4 (version: 1.6)
           srm/modules/auth/split.c (version: 1.4)
           srm/modules/auth/split.h (version: 1.4)
           srm/modules/auth/srm_auth.h (version: 1.10)
           srm/modules/http/Makefile.am (version: 1.8)
           srm/modules/http/config.m4 (version: 1.6)
           srm/modules/http/http.c (version: 1.43)
           srm/modules/http/srm_http.h (version: 1.12)
           srm/modules/mhttp/mhttp.c (version: 1.14)
           srm/modules/mhttp/mhttp_request.c (version: 1.10)
           srm/modules/mhttp/mhttp_request.h (version: 1.5)
           srm/modules/mhttp/srm_mhttp.h (version: 1.6)
           srm/modules/standard/Makefile.am (version: 1.11)
           srm/modules/standard/config.m4 (version: 1.7)
           srm/modules/standard/srm_standard.h (version: 1.15)
           srm/modules/standard/standard.c (version: 1.36)
           srm/test/Makefile.am (version: 1.9)
           srm/test/serialize/Makefile.am (version: 1.7)
           srm/test/serialize/serialize.c (version: 1.23)
           srm/test/smxs/Makefile.am (version: 1.8)
           srm/test/smxs/smxsclient.c (version: 1.6)
           srm/test/srmclient/Makefile.am (version: 1.9)
           srm/test/srmclient/main.c (version: 1.44)
           srm/test/storage/Makefile.am (version: 1.8)
           srm/test/storage/main.c (version: 1.11)

[FILE: /srm/Makefile.am]

--- srm/Makefile.am:1.9 Sat Jan 18 15:11:27 2003 GMT
+++ srm/Makefile.am Thu Feb 20 19:33:25 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.9 2003/01/18 16:11:27 derick Exp $
+## $Id: cvstemp,v 1.10 2003/02/20 20:33:25 derick Exp $
 ##
 ## Use automake to create Makefile.in
 ##
@@ -17,7 +17,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/acinclude.m4]

--- srm/acinclude.m4:1.8 Mon Jan 14 18:53:47 2002 GMT
+++ srm/acinclude.m4 Thu Feb 20 19:33:25 2003 GMT
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: cvstemp,v 1.8 2002/01/14 19:53:47 peter Exp $
+dnl $Id: cvstemp,v 1.9 2003/02/20 20:33:25 derick Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl The contents of this file are subject to the Vulcan Logic Public
@@ -16,7 +16,7 @@
 dnl
 dnl The Initial Developer of the Original Code is the Vulcan Logic
 dnl Group. Portions created by Vulcan Logic Group are Copyright (C)
-dnl 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+dnl 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 dnl
 dnl Contributor(s):
 dnl

[FILE: /srm/srm.ini]

--- srm/srm.ini:1.30 Thu Apr 18 04:35:57 2002 GMT
+++ srm/srm.ini Thu Feb 20 19:33:25 2003 GMT
@@ -12,7 +12,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ## Derick Rethans <d.rethans@jdimedia.nl>

[FILE: /srm/main/Makefile.am]

--- srm/main/Makefile.am:1.13 Wed Feb 19 19:40:26 2003 GMT
+++ srm/main/Makefile.am Thu Feb 20 19:33:26 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.13 2003/02/19 20:40:26 derick Exp $
+## $Id: cvstemp,v 1.14 2003/02/20 20:33:26 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -15,7 +15,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/main/internal_functions.c.in]

--- srm/main/internal_functions.c.in:1.7 Mon Jan 14 18:53:51 2002 GMT
+++ srm/main/internal_functions.c.in Thu Feb 20 19:33:26 2003 GMT
@@ -1,5 +1,5 @@
 /* -*- C -*- */
-/* $Id: cvstemp,v 1.7 2002/01/14 19:53:51 peter Exp $ */
+/* $Id: cvstemp,v 1.8 2003/02/20 20:33:26 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -15,7 +15,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/main/main.c]

--- srm/main/main.c:1.72 Thu Feb 20 18:06:09 2003 GMT
+++ srm/main/main.c Thu Feb 20 19:33:26 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.72 2003/02/20 19:06:09 derick Exp $ */
+/* $Id: cvstemp,v 1.73 2003/02/20 20:33:26 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Derick Rethans <derick@vl-srm.net>

[FILE: /srm/main/srm_config.h.in]

--- srm/main/srm_config.h.in:1.29 Tue Feb 18 20:19:57 2003 GMT
+++ srm/main/srm_config.h.in Thu Feb 20 19:33:26 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.29 2003/02/18 21:19:57 derick Exp $ */
+/* $Id: cvstemp,v 1.30 2003/02/20 20:33:26 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/main/src/Makefile.am]

--- srm/main/src/Makefile.am:1.35 Wed Feb 19 19:15:54 2003 GMT
+++ srm/main/src/Makefile.am Thu Feb 20 19:33:27 2003 GMT
@@ -1,5 +1,5 @@
 ##
-## $Id: cvstemp,v 1.35 2003/02/19 20:15:54 derick Exp $
+## $Id: cvstemp,v 1.36 2003/02/20 20:33:27 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -16,7 +16,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ## Derick Rethans <d.rethans@jdimedia.nl>

[FILE: /srm/main/src/srm_error.h]

--- srm/main/src/srm_error.h:1.2 Wed Feb 19 19:40:27 2003 GMT
+++ srm/main/src/srm_error.h Thu Feb 20 19:33:27 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.2 2003/02/19 20:40:27 derick Exp $ */
+/* $Id: cvstemp,v 1.3 2003/02/20 20:33:27 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Derick Rethans <d.rethans@jdimedia.nl>

[FILE: /srm/main/src/srm_ini_parser.y]

--- srm/main/src/srm_ini_parser.y:1.18 Sat Feb 15 23:25:14 2003 GMT
+++ srm/main/src/srm_ini_parser.y Thu Feb 20 19:33:27 2003 GMT
@@ -1,5 +1,5 @@
 %{
-/* $Id: cvstemp,v 1.18 2003/02/16 00:25:14 derick Exp $ */
+/* $Id: cvstemp,v 1.19 2003/02/20 20:33:27 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -15,7 +15,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Derick Rethans <d.rethans@jdimedia.nl>

[FILE: /srm/main/src/srm_ini_scanner.l]

--- srm/main/src/srm_ini_scanner.l:1.12 Sat Feb 15 22:53:54 2003 GMT
+++ srm/main/src/srm_ini_scanner.l Thu Feb 20 19:33:27 2003 GMT
@@ -1,5 +1,5 @@
 %{
-/* $Id: cvstemp,v 1.12 2003/02/15 23:53:54 derick Exp $ */
+/* $Id: cvstemp,v 1.13 2003/02/20 20:33:27 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -15,9 +15,10 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
+ * Derick Rethans <d.rethans@jdimedia.nl>
  */
 
 #include <string.h>

[FILE: /srm/modules/Makefile.am]

--- srm/modules/Makefile.am:1.3 Mon Jan 14 18:53:59 2002 GMT
+++ srm/modules/Makefile.am Thu Feb 20 19:33:28 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.3 2002/01/14 19:53:59 peter Exp $
+## $Id: cvstemp,v 1.4 2003/02/20 20:33:28 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -15,7 +15,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/modules/auth/Makefile.am]

--- srm/modules/auth/Makefile.am:1.5 Sun Jun 09 05:38:21 2002 GMT
+++ srm/modules/auth/Makefile.am Thu Feb 20 19:33:29 2003 GMT
@@ -1,5 +1,5 @@
 ##
-## $Id: cvstemp,v 1.5 2002/06/09 07:38:21 derick Exp $
+## $Id: cvstemp,v 1.6 2003/02/20 20:33:29 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -16,7 +16,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/modules/auth/auth.c]

--- srm/modules/auth/auth.c:1.25 Sat Jan 18 15:11:30 2003 GMT
+++ srm/modules/auth/auth.c Thu Feb 20 19:33:29 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.25 2003/01/18 16:11:30 derick Exp $ */
+/* $Id: cvstemp,v 1.26 2003/02/20 20:33:29 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Daniel R. Kalowsky <dank@deadmime.org>

[FILE: /srm/modules/auth/auth_parse.c]

--- srm/modules/auth/auth_parse.c:1.13 Tue Feb 18 20:20:01 2003 GMT
+++ srm/modules/auth/auth_parse.c Thu Feb 20 19:33:29 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.13 2003/02/18 21:20:01 derick Exp $ */
+/* $Id: cvstemp,v 1.14 2003/02/20 20:33:29 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Derick Rethans <d.rethans@jdimedia.nl>

[FILE: /srm/modules/auth/config.m4]

--- srm/modules/auth/config.m4:1.5 Mon Jan 14 18:54:00 2002 GMT
+++ srm/modules/auth/config.m4 Thu Feb 20 19:33:29 2003 GMT
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: cvstemp,v 1.5 2002/01/14 19:54:00 peter Exp $
+dnl $Id: cvstemp,v 1.6 2003/02/20 20:33:29 derick Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl The contents of this file are subject to the Vulcan Logic Public
@@ -16,7 +16,7 @@
 dnl
 dnl The Initial Developer of the Original Code is the Vulcan Logic
 dnl Group. Portions created by Vulcan Logic Group are Copyright (C)
-dnl 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+dnl 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 dnl
 dnl Contributor(s):
 dnl

[FILE: /srm/modules/auth/split.c]

--- srm/modules/auth/split.c:1.3 Mon Jan 14 18:54:00 2002 GMT
+++ srm/modules/auth/split.c Thu Feb 20 19:33:29 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.3 2002/01/14 19:54:00 peter Exp $ */
+/* $Id: cvstemp,v 1.4 2003/02/20 20:33:29 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/modules/auth/split.h]

--- srm/modules/auth/split.h:1.3 Mon Jan 14 18:54:00 2002 GMT
+++ srm/modules/auth/split.h Thu Feb 20 19:33:29 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.3 2002/01/14 19:54:00 peter Exp $ */
+/* $Id: cvstemp,v 1.4 2003/02/20 20:33:29 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/modules/auth/srm_auth.h]

--- srm/modules/auth/srm_auth.h:1.9 Sun Aug 25 10:04:34 2002 GMT
+++ srm/modules/auth/srm_auth.h Thu Feb 20 19:33:29 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.9 2002/08/25 12:04:34 derick Exp $ */
+/* $Id: cvstemp,v 1.10 2003/02/20 20:33:29 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/modules/http/Makefile.am]

--- srm/modules/http/Makefile.am:1.7 Mon Jan 14 18:54:01 2002 GMT
+++ srm/modules/http/Makefile.am Thu Feb 20 19:33:31 2003 GMT
@@ -1,5 +1,5 @@
 ##
-## $Id: cvstemp,v 1.7 2002/01/14 19:54:01 peter Exp $
+## $Id: cvstemp,v 1.8 2003/02/20 20:33:31 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -16,7 +16,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/modules/http/config.m4]

--- srm/modules/http/config.m4:1.5 Mon Jan 14 18:54:01 2002 GMT
+++ srm/modules/http/config.m4 Thu Feb 20 19:33:31 2003 GMT
@@ -1,4 +1,4 @@
-dnl $Id: cvstemp,v 1.5 2002/01/14 19:54:01 peter Exp $
+dnl $Id: cvstemp,v 1.6 2003/02/20 20:33:31 derick Exp $
 dnl This file contains local autoconf functions.
 dnl The contents of this file are subject to the Vulcan Logic Public
 dnl License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
 dnl
 dnl The Initial Developer of the Original Code is the Vulcan Logic
 dnl Group. Portions created by Vulcan Logic Group are Copyright (C)
-dnl 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+dnl 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 dnl
 dnl Contributor(s):
 dnl

[FILE: /srm/modules/http/http.c]

--- srm/modules/http/http.c:1.42 Sat Jan 18 15:11:30 2003 GMT
+++ srm/modules/http/http.c Thu Feb 20 19:33:31 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.42 2003/01/18 16:11:30 derick Exp $ */
+/* $Id: cvstemp,v 1.43 2003/02/20 20:33:31 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Daniel R. Kalowsky <dank@deadmime.org>

[FILE: /srm/modules/http/srm_http.h]

--- srm/modules/http/srm_http.h:1.11 Mon Jan 14 18:54:01 2002 GMT
+++ srm/modules/http/srm_http.h Thu Feb 20 19:33:31 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.11 2002/01/14 19:54:01 peter Exp $ */
+/* $Id: cvstemp,v 1.12 2003/02/20 20:33:31 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/modules/mhttp/mhttp.c]

--- srm/modules/mhttp/mhttp.c:1.13 Sat Jan 18 15:11:30 2003 GMT
+++ srm/modules/mhttp/mhttp.c Thu Feb 20 19:33:32 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.13 2003/01/18 16:11:30 derick Exp $ */
+/* $Id: cvstemp,v 1.14 2003/02/20 20:33:32 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Bernd Romer <bernd@php.net>

[FILE: /srm/modules/mhttp/mhttp_request.c]

--- srm/modules/mhttp/mhttp_request.c:1.9 Sun Feb 03 02:14:40 2002 GMT
+++ srm/modules/mhttp/mhttp_request.c Thu Feb 20 19:33:32 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.9 2002/02/03 03:14:40 bernd Exp $ */
+/* $Id: cvstemp,v 1.10 2003/02/20 20:33:32 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Bernd Romer <bernd@php.net>

[FILE: /srm/modules/mhttp/mhttp_request.h]

--- srm/modules/mhttp/mhttp_request.h:1.4 Thu Jan 31 21:22:58 2002 GMT
+++ srm/modules/mhttp/mhttp_request.h Thu Feb 20 19:33:32 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.4 2002/01/31 22:22:58 derick Exp $ */
+/* $Id: cvstemp,v 1.5 2003/02/20 20:33:32 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Bernd Romer <bernd@php.net>

[FILE: /srm/modules/mhttp/srm_mhttp.h]

--- srm/modules/mhttp/srm_mhttp.h:1.5 Sun Feb 03 02:07:59 2002 GMT
+++ srm/modules/mhttp/srm_mhttp.h Thu Feb 20 19:33:32 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.5 2002/02/03 03:07:59 bernd Exp $ */
+/* $Id: cvstemp,v 1.6 2003/02/20 20:33:32 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Bernd Romer <bernd@php.net>

[FILE: /srm/modules/standard/Makefile.am]

--- srm/modules/standard/Makefile.am:1.10 Mon Jan 14 18:54:02 2002 GMT
+++ srm/modules/standard/Makefile.am Thu Feb 20 19:33:33 2003 GMT
@@ -1,5 +1,5 @@
 ##
-## $Id: cvstemp,v 1.10 2002/01/14 19:54:02 peter Exp $
+## $Id: cvstemp,v 1.11 2003/02/20 20:33:33 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -16,7 +16,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/modules/standard/config.m4]

--- srm/modules/standard/config.m4:1.6 Mon Jan 14 18:54:02 2002 GMT
+++ srm/modules/standard/config.m4 Thu Feb 20 19:33:33 2003 GMT
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: cvstemp,v 1.6 2002/01/14 19:54:02 peter Exp $
+dnl $Id: cvstemp,v 1.7 2003/02/20 20:33:33 derick Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl The contents of this file are subject to the Vulcan Logic Public
@@ -16,7 +16,7 @@
 dnl
 dnl The Initial Developer of the Original Code is the Vulcan Logic
 dnl Group. Portions created by Vulcan Logic Group are Copyright (C)
-dnl 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+dnl 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 dnl
 dnl Contributor(s):
 dnl

[FILE: /srm/modules/standard/srm_standard.h]

--- srm/modules/standard/srm_standard.h:1.14 Mon Jan 14 18:54:02 2002 GMT
+++ srm/modules/standard/srm_standard.h Thu Feb 20 19:33:33 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.14 2002/01/14 19:54:02 peter Exp $ */
+/* $Id: cvstemp,v 1.15 2003/02/20 20:33:33 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Derick Rethans <derick@vl-srm.net>

[FILE: /srm/modules/standard/standard.c]

--- srm/modules/standard/standard.c:1.35 Sun Aug 25 10:04:35 2002 GMT
+++ srm/modules/standard/standard.c Thu Feb 20 19:33:33 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.35 2002/08/25 12:04:35 derick Exp $ */
+/* $Id: cvstemp,v 1.36 2003/02/20 20:33:33 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  * Derick Rethans <derick@vl-srm.net>

[FILE: /srm/test/Makefile.am]

--- srm/test/Makefile.am:1.8 Mon Jan 14 18:54:03 2002 GMT
+++ srm/test/Makefile.am Thu Feb 20 19:33:35 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.8 2002/01/14 19:54:03 peter Exp $
+## $Id: cvstemp,v 1.9 2003/02/20 20:33:35 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -15,7 +15,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/test/serialize/Makefile.am]

--- srm/test/serialize/Makefile.am:1.6 Mon Jan 27 12:10:39 2003 GMT
+++ srm/test/serialize/Makefile.am Thu Feb 20 19:33:35 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.6 2003/01/27 13:10:39 sniper Exp $
+## $Id: cvstemp,v 1.7 2003/02/20 20:33:35 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -15,7 +15,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/test/serialize/serialize.c]

--- srm/test/serialize/serialize.c:1.22 Sat Feb 23 14:52:07 2002 GMT
+++ srm/test/serialize/serialize.c Thu Feb 20 19:33:35 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.22 2002/02/23 15:52:07 derick Exp $ */
+/* $Id: cvstemp,v 1.23 2003/02/20 20:33:35 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/test/smxs/Makefile.am]

--- srm/test/smxs/Makefile.am:1.7 Mon Jan 27 12:10:41 2003 GMT
+++ srm/test/smxs/Makefile.am Thu Feb 20 19:33:36 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.7 2003/01/27 13:10:41 sniper Exp $
+## $Id: cvstemp,v 1.8 2003/02/20 20:33:36 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -15,7 +15,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/test/smxs/smxsclient.c]

--- srm/test/smxs/smxsclient.c:1.5 Mon Jan 14 18:54:04 2002 GMT
+++ srm/test/smxs/smxsclient.c Thu Feb 20 19:33:36 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.5 2002/01/14 19:54:04 peter Exp $ */
+/* $Id: cvstemp,v 1.6 2003/02/20 20:33:36 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/test/srmclient/Makefile.am]

--- srm/test/srmclient/Makefile.am:1.8 Mon Jan 27 12:10:42 2003 GMT
+++ srm/test/srmclient/Makefile.am Thu Feb 20 19:33:37 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.8 2003/01/27 13:10:42 sniper Exp $
+## $Id: cvstemp,v 1.9 2003/02/20 20:33:37 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -15,7 +15,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/test/srmclient/main.c]

--- srm/test/srmclient/main.c:1.43 Sat Feb 15 19:39:31 2003 GMT
+++ srm/test/srmclient/main.c Thu Feb 20 19:33:37 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.43 2003/02/15 20:39:31 derick Exp $ */
+/* $Id: cvstemp,v 1.44 2003/02/20 20:33:37 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */

[FILE: /srm/test/storage/Makefile.am]

--- srm/test/storage/Makefile.am:1.7 Mon Jan 27 12:10:42 2003 GMT
+++ srm/test/storage/Makefile.am Thu Feb 20 19:33:38 2003 GMT
@@ -1,4 +1,4 @@
-## $Id: cvstemp,v 1.7 2003/01/27 13:10:42 sniper Exp $
+## $Id: cvstemp,v 1.8 2003/02/20 20:33:38 derick Exp $
 ##
 
 ## The contents of this file are subject to the Vulcan Logic Public
@@ -15,7 +15,7 @@
 ##
 ## The Initial Developer of the Original Code is the Vulcan Logic
 ## Group. Portions created by Vulcan Logic Group are Copyright (C)
-## 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+## 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
 ##
 ## Contributor(s):
 ##/

[FILE: /srm/test/storage/main.c]

--- srm/test/storage/main.c:1.10 Sat Feb 23 16:05:01 2002 GMT
+++ srm/test/storage/main.c Thu Feb 20 19:33:38 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.10 2002/02/23 17:05:01 derick Exp $ */
+/* $Id: cvstemp,v 1.11 2003/02/20 20:33:38 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -14,7 +14,7 @@
  *
  * The Initial Developer of the Original Code is the Vulcan Logic
  * Group. Portions created by Vulcan Logic Group are Copyright (C)
- * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
+ * 2000, 2001, 2002, 2003 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
  */
Received on Thu Feb 20 21:33:40 2003

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 12:00:03 CET