|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74753 - trunk/libs/filesystem/v3/doc
From: bdawes_at_[hidden]
Date: 2011-10-06 08:55:30
Author: bemandawes
Date: 2011-10-06 08:55:29 EDT (Thu, 06 Oct 2011)
New Revision: 74753
URL: http://svn.boost.org/trac/boost/changeset/74753
Log:
Add canonical() use note.
Text files modified:
trunk/libs/filesystem/v3/doc/reference.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
Modified: trunk/libs/filesystem/v3/doc/reference.html
==============================================================================
--- trunk/libs/filesystem/v3/doc/reference.html (original)
+++ trunk/libs/filesystem/v3/doc/reference.html 2011-10-06 08:55:29 EDT (Thu, 06 Oct 2011)
@@ -2006,6 +2006,9 @@
<p><i>Remarks:</i> <code>!exists(p)</code> is an error.</p>
+ <p>[<i>Note:</i> Canonical pathnames allow security checking of a path (eg.
+ does this path live in /home/goodguy or /home/badguy?) -- end note]</p>
+
</blockquote>
<pre>void <a name="copy">copy</a>(const path& from, const path& to);
void copy(const path& from, const path& to, system::error_code& ec);</pre>
@@ -3342,7 +3345,7 @@
</font>
<a href="http://www.boost.org/LICENSE_1_0.txt"><font size="2">www.boost.org/LICENSE_1_0.txt</font></a></p>
<p><font size="2">Revised
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->03 October 2011<!--webbot bot="Timestamp" endspan i-checksum="32183" --></font></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->06 October 2011<!--webbot bot="Timestamp" endspan i-checksum="32189" --></font></p>
</body>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk