You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/08/05 20:59:53 UTC

svn commit: r1694283 - /subversion/site/publish/docs/release-notes/1.9.html

Author: stsp
Date: Wed Aug  5 18:59:52 2015
New Revision: 1694283

URL: http://svn.apache.org/r1694283
Log:
* site/release-notes/1.9.html: Add release notes for 'svn auth'.

Modified:
    subversion/site/publish/docs/release-notes/1.9.html

Modified: subversion/site/publish/docs/release-notes/1.9.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1694283&r1=1694282&r2=1694283&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Wed Aug  5 18:59:52 2015
@@ -739,8 +739,36 @@ support reading or writing FSX repositor
      title="Link to this section">&para;</a>
 </h4>
 
-<p>### TODO
+<p>The new <tt>svn auth</tt> sub-command can be used to view or remove
+authentication credentials saved in any of the supported password caches.
+Authentication credentials include usernames, passwords,
+SSL certificates, and SSL client-certificate passphrases.</p>
+
+<p>Specific credentials can be selected with an arbitrary number of pattern
+arguments which are matched against the attributes of each credential.
+For example, view cached SSL certificates for the <i>apache.org</i> domain,
+matched via credential kind (svn.ssl.server) and authentication realm and
+certificate subject (apache.org):
 </p>
+<pre>
+$ svn auth svn.ssl.server apache.org
+------------------------------------------------------------------------
+Credential kind: svn.ssl.server
+Authentication realm: https://svn.us.apache.org:443
+Subject: C=US, ST=Maryland, L=Forest Hill, O=The Apache Software Foundation, OU=Infrastructure, CN=*.apache.org
+Valid from: 2015-04-29 02:00:00 +0200 (Wed, 29 Apr 2015)
+Valid until: 2017-04-30 01:59:59 +0200 (Sun, 30 Apr 2017)
+Issuer: C=US, O=Symantec Corporation, OU=Symantec Trust Network, CN=Symantec Class 3 Secure Server CA - G4
+Fingerprint: 4ad722dd0442043657d176f9c81aab66094d4223
+Hostnames: *.apache.org
+Automatic certificate validity check failed because:
+  The certificate's Common Name (hostname) does not match the remote hostname.
+
+  Credentials cache in '~/.subversion' contains 1 matching credentials
+</pre>
+
+<p>For more information, see <tt>svn help auth</tt>.</p>
+
 </div> <!-- svn-auth -->
 
 <div class="h4" id="svn-info-item">