[CalendarServer-changes] [1852] CalendarServer/branches/users/cdaboo/server2server-1842/conf

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 9 20:23:55 PDT 2007


Revision: 1852
          http://trac.macosforge.org/projects/calendarserver/changeset/1852
Author:   cdaboo at apple.com
Date:     2007-09-09 20:23:55 -0700 (Sun, 09 Sep 2007)

Log Message:
-----------
Missed new config files from  last commit.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd-test.plist
    CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd.plist

Added Paths:
-----------
    CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver-test.xml
    CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver.dtd

Modified: CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd-test.plist
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd-test.plist	2007-09-10 03:23:06 UTC (rev 1851)
+++ CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd-test.plist	2007-09-10 03:23:55 UTC (rev 1852)
@@ -339,6 +339,8 @@
   	<string>example.com</string>
   	<key>HTTP Domain</key>
   	<string>example.com</string>
+  	<key>Servers</key>
+  	<string>conf/servertoserver-test.xml</string>
   </dict>
 
 

Modified: CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd.plist
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd.plist	2007-09-10 03:23:06 UTC (rev 1851)
+++ CalendarServer/branches/users/cdaboo/server2server-1842/conf/caldavd.plist	2007-09-10 03:23:55 UTC (rev 1852)
@@ -273,6 +273,8 @@
   	<string></string>
   	<key>HTTP Domain</key>
   	<string></string>
+  	<key>Servers</key>
+  	<string>/etc/caldavd/servertoserver.xml</string>
   </dict>
 
 </dict>

Added: CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver-test.xml
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver-test.xml	                        (rev 0)
+++ CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver-test.xml	2007-09-10 03:23:55 UTC (rev 1852)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Copyright (c) 2006-2007 Apple Inc. All rights reserved.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+ -->
+
+<!DOCTYPE servers SYSTEM "servertoserver.dtd">
+
+<servers>
+  <server>
+    <uri>https://localhost:8543/inbox</uri>
+    <allow-requests-from/>
+    <allow-requests-to/>
+    <domains>
+    	<domain>example.org</domain>
+    </domains>
+  </server>
+</servers>

Added: CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver.dtd
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver.dtd	                        (rev 0)
+++ CalendarServer/branches/users/cdaboo/server2server-1842/conf/servertoserver.dtd	2007-09-10 03:23:55 UTC (rev 1852)
@@ -0,0 +1,28 @@
+<!--
+Copyright (c) 2006-2007 Apple Inc. All rights reserved.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+DRI: Cyrus Daboo, cdaboo at apple.com
+ -->
+
+<!ELEMENT servers (server*) >
+
+	<!ELEMENT server (uri, allow-requests-from, allow-requests-to, domains*) >
+
+		<!ELEMENT uri (#PCDATA) >
+		<!ELEMENT allow-requests-from EMPTY >
+		<!ELEMENT allow-requests-to EMPTY >
+		<!ELEMENT domains (domain*) >
+
+			<!ELEMENT domain (#PCDATA) >

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070909/8bd2f5b0/attachment.html


More information about the calendarserver-changes mailing list