<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://50.77.162.165/mediawiki/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://50.77.162.165/mediawiki/index.php?feed=atom&amp;target=173.75.83.38&amp;title=Special%3AContributions</id>
		<title>Erights - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://50.77.162.165/mediawiki/index.php?feed=atom&amp;target=173.75.83.38&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/wiki/Special:Contributions/173.75.83.38"/>
		<updated>2026-04-25T00:23:23Z</updated>
		<subtitle>From Erights</subtitle>
		<generator>MediaWiki 1.15.5-7</generator>

	<entry>
		<id>http://50.77.162.165/wiki/Documentation</id>
		<title>Documentation</title>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/wiki/Documentation"/>
				<updated>2011-02-03T00:37:12Z</updated>
		
		<summary type="html">&lt;p&gt;173.75.83.38:&amp;#32;/* Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Books and Theses ==&lt;br /&gt;
&lt;br /&gt;
[http://web.comlab.ox.ac.uk/publications/publication3612-abstract.html Analysing the Security Properties of Object-Capability Patterns] by Toby Murray.&lt;br /&gt;
&lt;br /&gt;
[http://soft.vub.ac.be/~tvcutsem/publications/assets/phd_tom_van_cutsem.pdf Ambient References: Object Designation in Mobile Ad Hoc Networks] by Tom Van Cutsem.&lt;br /&gt;
&lt;br /&gt;
[http://www.evoluware.eu/fsp_thesis.pdf Patterns of Safe Collaboration] by Fred Spiessens.&lt;br /&gt;
&lt;br /&gt;
[http://mscheffler.files.wordpress.com/2008/07/diploma_mscheffler.pdf Object-Capability Security in Virtual Environments] by Martin Scheffler&lt;br /&gt;
&lt;br /&gt;
[[Image:EWalnut-small.gif]]&lt;br /&gt;
[[Walnut|'''''E''''' in a Walnut]] by Marc Stiegler - This is a basic tutorial on the '''''E''''' language covering basic, distributed, and secure distributed programming.&lt;br /&gt;
&lt;br /&gt;
[http://www.erights.org/talks/thesis/index.html Robust Composition: Towards a Unified Approach to Access Control and Concurrency Control] by Mark S. Miller. Explains the rationale, philosophy, and goals of '''''E''''' and related systems.&lt;br /&gt;
&lt;br /&gt;
[[Safe Serialization Under Mutual Suspicion]] (Wiki conversion in progress)&lt;br /&gt;
&lt;br /&gt;
== Tutorials and References==&lt;br /&gt;
&lt;br /&gt;
[http://www.erights.org/elang/intro/index.html Tutorials] - several short tutorials showing how to use '''''E'''''.&lt;br /&gt;
&lt;br /&gt;
[http://www.erights.org/elang/quick-ref.html Quick Reference Card] - Reminders of some useful patterns.&lt;br /&gt;
&lt;br /&gt;
[http://www.erights.org/elang/grammar/index.html Language Reference]&lt;br /&gt;
&lt;br /&gt;
[[FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[E Under Eclipse]]&lt;br /&gt;
&lt;br /&gt;
== Papers ==&lt;br /&gt;
&lt;br /&gt;
=== Access Control ===&lt;br /&gt;
&lt;br /&gt;
[http://srl.cs.jhu.edu/pubs/SRL2003-02.pdf Capability Myths Demolished] by Mark S. Miller, Ka-Ping Yee, and Jonathan Shapiro. What you may have learned in CS class is wrong.&lt;br /&gt;
&lt;br /&gt;
[http://www.erights.org/elib/capability/ode/index.html Capability-based Financial Instruments] &amp;quot;An Ode to the [[wikipedia:Mark Granovetter|Granovetter]] Diagram&amp;quot; - diagramming communication relationships.&lt;br /&gt;
&lt;br /&gt;
[http://web.comlab.ox.ac.uk/oucl/work/toby.murray/papers/AALPE.pdf Authority Analysis for Least Privilege Environments] by Toby Murray and Gavin Lowe.&lt;br /&gt;
&lt;br /&gt;
[http://web.comlab.ox.ac.uk/oucl/work/toby.murray/papers/NDA.pdf Non-delegatable authorities in capability systems] by Toby Murray and Gavin Lowe. ([http://portal.acm.org/citation.cfm?id=1460561&amp;amp;dl=ACM&amp;amp;coll=GUIDE&amp;amp;CFID=16630833&amp;amp;CFTOKEN=92363674# ACM link])&lt;br /&gt;
&lt;br /&gt;
[http://www.linuxjournal.com/article/10199 MinorFs] by Rob Meijer. The MinorFs user-space filesystems works with AppArmor to provide a flexible form of discretionary access control.&lt;br /&gt;
&lt;br /&gt;
[http://waterken.sourceforge.net/web-key/ Mashing with Permission] by Tyler Close.&lt;br /&gt;
&lt;br /&gt;
[http://www.hpl.hp.com/techreports/2009/HPL-2009-20.html ACLs don't] by Tyler Close.&lt;br /&gt;
&lt;br /&gt;
[http://www.links.org/files/capabilities.pdf Access Control] by Ben Laurie.&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.berkeley.edu/~daw/papers/pure-ccs08.pdf Verifiable Functional Purity in Java] by Matthew Finifter, Adrian Mettler, Naveen Sastry, and David Wagner.&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.berkeley.edu/~daw/papers/joe-e-ndss10.pdf Joe-E: A Security-Oriented Subset of Java] by Adrian Mettler, David Wagner, and Tyler Close.&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.berkeley.edu/~daw/papers/capsules-www10.pdf Fine-Grained Privilege Separation for Web Applications] by Akshay Krishnamurthy, Adrian Mettler, and David Wagner.&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.berkeley.edu/~amettler/joeetypes-plas10.pdf Class Properties for Security Review in an Object-Capability Subset of Java] (Short Paper) by Adrian Mettler and David Wagner.&lt;br /&gt;
&lt;br /&gt;
=== Concurrency Control ===&lt;br /&gt;
&lt;br /&gt;
[http://www.erights.org/talks/promises/paper/tgc05.pdf Concurrency Among Strangers: Programming in '''''E''''' as Plan Coordination] - by Mark S. Miller, E. Dean Tribble, Jonathan Shapiro.  Explains '''''E''''''s concurrency control &amp;amp; distributed computing model.&lt;br /&gt;
&lt;br /&gt;
[http://www.hpl.hp.com/techreports/2009/HPL-2009-78.html Causeway: A message-oriented distributed debugger] by Terry Stanley, Tyler Close, and Mark S. Miller.&lt;br /&gt;
&lt;br /&gt;
=== User Interface ===&lt;br /&gt;
&lt;br /&gt;
[http://www.hpl.hp.com/techreports/2009/HPL-2009-53.html Not One Click for Security] by Alan Karp, Marc Stiegler, and Tyler Close. Describes how the ScoopFS (secure cooperative file sharing) UI design avoids ever presenting the user any interaction whose only purpose is security.&lt;br /&gt;
&lt;br /&gt;
[http://people.ischool.berkeley.edu/~ping/sid/ User Interaction Design for Secure Systems] by Ka-Ping Yee.&lt;br /&gt;
&lt;br /&gt;
[http://www.hpl.hp.com/techreports/2009/HPL-2009-169.html Rich Sharing for the Web] by Marc Stiegler. What properties must computer-based human-to-human sharing mechanisms need to support, so that people don't just send email attachments instead?&lt;br /&gt;
&lt;br /&gt;
== Talks and Presentations ==&lt;br /&gt;
[http://sites.google.com/site/io/secure-collaboration---how-web-applications-can-share-and-still-be-paranoid Secure Collaboration - How Web Applications can Share and Still Be Paranoid] by Mike Samuel&lt;br /&gt;
&lt;br /&gt;
[http://www.hpi.uni-potsdam.de/hirschfeld/dls/dls-07/program/ Tradeoffs in Retrofitting Security: An Experience Report] by Mark Miller&lt;br /&gt;
&lt;br /&gt;
[http://youtube.com/watch?v=apVt7vhBqj0 Google TechTalk: Caja] by Mike Samuel&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=gGw09RZjQf8 The Lively Kernel] by Dan Ingalls&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=EGX2I31OhBE Object-Capabilities for Security] by David Wagner&lt;br /&gt;
([http://www.cs.berkeley.edu/~daw/talks/TRUST07.pdf slides from an earlier version of this talk])&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=V13wmj88Zx8 Gears and the Mashup Problem] by Douglas Crockford&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=vrbmMPlCp3U Desktops to Donuts: Object-Caps Across Scales] by Marc Stiegler&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=8aedCggam4s Core Patterns for Web Permissions] by Tyler Close&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=oE3x_gM3YFU Paradigm Regained: Abstraction Mechanisms for Access Control] by Mark Miller&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=UH66YrzT-_M The Virus Safe Computing Initiative at HP Labs] by Alan Karp&lt;br /&gt;
&lt;br /&gt;
== Important emails ==&lt;br /&gt;
&lt;br /&gt;
[http://www.eros-os.org/pipermail/cap-talk/2006-August/005534.html On the Spread of the Capability Approach] by Bill Tulloh&lt;/div&gt;</summary>
		<author><name>173.75.83.38</name></author>	</entry>

	</feed>