[CalendarServer-changes] [10205] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:03:05 PST 2013


Revision: 10205
          http://trac.calendarserver.org//changeset/10205
Author:   glyph at apple.com
Date:     2013-01-04 16:03:05 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Enable hash seed randomization.

Modified Paths:
--------------
    CalendarServer/trunk/bin/caldavd
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/bin/caldavd
===================================================================
--- CalendarServer/trunk/bin/caldavd	2013-01-04 23:21:26 UTC (rev 10204)
+++ CalendarServer/trunk/bin/caldavd	2013-01-05 00:03:05 UTC (rev 10205)
@@ -121,6 +121,8 @@
 
 if [ $# != 0 ]; then usage "Unrecognized arguments:" "$@"; fi;
 
+export PYTHONHASHSEED=random
+
 export PYTHONPATH
 
 exec "${python}" "${twistdpath}" ${twistd_profile} ${twistd_reactor} ${daemonize} ${username} ${groupname} "${plugin_name}" ${configfile} ${service_type} ${errorlogenabled} ${profile} ${child_reactor};

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2013-01-04 23:21:26 UTC (rev 10204)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2013-01-05 00:03:05 UTC (rev 10205)
@@ -186,6 +186,7 @@
     ]
 
     optionalVars = [
+        "PYTHONHASHSEED",
         "KRB5_KTNAME",
         "ORACLE_HOME",
         "VERSIONER_PYTHON_PREFER_32_BIT",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/0c7dbcfa/attachment-0001.html>


More information about the calendarserver-changes mailing list