svn: /pear/peardoc/trunk/en/package/encryption/crypt-chap/ crypt-chap-mschapv1/challenge-response.xml crypt-chap-mschapv1/crypt-chap-mschapv1.xml crypt-chap-mschapv1/lm-challenge-response.xml crypt-chap-mschapv1/lm-password-hash.xml crypt-chap-mschapv1/nt-challenge-response.xml crypt-chap-mschapv1/nt-password-hash.xml crypt-chap-mschapv1/response.xml crypt-chap-mschapv1/str2unicode.xml crypt-chap-mschapv2/challenge-hash.xml crypt-chap-mschapv2/crypt-chap-mschapv2.xml crypt-chap-mschapv2/nt-password-hash-hash.xml intro.xml
[email protected] (Michael Bretterklieber)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
mbretter Fri, 28 Aug 2009 09:48:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=287837
Log:
Fix wrong class names
Changed paths:
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/challenge-response.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/crypt-chap-mschapv1.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-challenge-response.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-password-hash.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-challenge-response.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-password-hash.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/response.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/str2unicode.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/challenge-hash.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/crypt-chap-mschapv2.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/nt-password-hash-hash.xml
U pear/peardoc/trunk/en/package/encryption/crypt-chap/intro.xml
svn-diffs-287837.txt
(text/x-diff, 18.6 KB)
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/challenge-response.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/challenge-response.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/challenge-response.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.challengeresponse">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::challengeResponse()</refname>
+ <refname>Crypt_CHAP_MSv1::challengeResponse()</refname>
<refpurpose>Generates the Challenge-Response paket.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv1::challengeResponse</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv1::challengeResponse</function></funcdef>
<paramdef choice="req"/>
</funcprototype>
</funcsynopsis>
@@ -41,14 +41,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.challengeresponse.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv1::challengeResponse</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv1::challengeResponse</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv1();
+$cr = new Crypt_CHAP_MSv1();
$cr->chapid = 1;
$cr->password = 'MyPw';
echo bin2hex($cr->challengeResponse());
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/crypt-chap-mschapv1.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/crypt-chap-mschapv1.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/crypt-chap-mschapv1.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::Crypt_CHAP_MSCHAPv1()</refname>
+ <refname>Crypt_CHAP_MSv1::Crypt_CHAP_MSv1()</refname>
<refpurpose>constructor</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -11,7 +11,7 @@
</funcsynopsisinfo>
<funcprototype>
<funcdef>void
- <function>Crypt_CHAP_MSCHAPv1::Crypt_CHAP_MSCHAPv1</function></funcdef>
+ <function>Crypt_CHAP_MSv1::Crypt_CHAP_MSv1</function></funcdef>
<paramdef choice="req">
</paramdef>
</funcprototype>
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-challenge-response.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-challenge-response.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-challenge-response.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.lmchallengeresponse">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::lmChallengeResponse()</refname>
+ <refname>Crypt_CHAP_MSv1::lmChallengeResponse()</refname>
<refpurpose>Generates the Challenge-Response paket using the LAN-Manager Hash.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv1::lmChallengeResponse</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv1::lmChallengeResponse</function></funcdef>
<paramdef choice="req"/>
</funcprototype>
</funcsynopsis>
@@ -41,14 +41,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.lmchallengeresponse.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv1::lmChallengeResponse</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv1::lmChallengeResponse</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv1();
+$cr = new Crypt_CHAP_MSv1();
$cr->password = 'MyPw';
echo bin2hex($cr->lmChallengeResponse());
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-password-hash.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-password-hash.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/lm-password-hash.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.lmpasswordhash">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::lmPasswordHash()</refname>
+ <refname>Crypt_CHAP_MSv1::lmPasswordHash()</refname>
<refpurpose>Generates the LAN-Manager-Hash from the given plaintext-password.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv1::lmPasswordHash</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv1::lmPasswordHash</function></funcdef>
<paramdef choice="opt">string <parameter>$password = ''</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -57,14 +57,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.lmpasswordhash.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv1::lmPasswordHash</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv1::lmPasswordHash</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv1();
+$cr = new Crypt_CHAP_MSv1();
$cr->password = 'MyPw';
echo bin2hex($cr->lmPasswordHash());
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-challenge-response.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-challenge-response.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-challenge-response.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.ntchallengeresponse">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::ntChallengeResponse()</refname>
+ <refname>Crypt_CHAP_MSv1::ntChallengeResponse()</refname>
<refpurpose>Generates the Challenge-Response paket using the NT-Hash.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv1::ntChallengeResponse</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv1::ntChallengeResponse</function></funcdef>
<paramdef choice="req"/>
</funcprototype>
</funcsynopsis>
@@ -41,14 +41,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.ntchallengeresponse.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv1::ntChallengeResponse</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv1::ntChallengeResponse</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv1();
+$cr = new Crypt_CHAP_MSv1();
$cr->password = 'MyPw';
echo bin2hex($cr->ntChallengeResponse());
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-password-hash.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-password-hash.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/nt-password-hash.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.ntpasswordhash">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::ntPasswordHash()</refname>
+ <refname>Crypt_CHAP_MSv1::ntPasswordHash()</refname>
<refpurpose>Generates the NT-Hash from the given plaintext-password.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv1::ntPasswordHash</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv1::ntPasswordHash</function></funcdef>
<paramdef choice="opt">string <parameter>$password = ''</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -55,14 +55,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.ntpasswordhash.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv1::ntPasswordHash</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv1::ntPasswordHash</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv1();
+$cr = new Crypt_CHAP_MSv1();
$cr->password = 'MyPw';
echo bin2hex($cr->ntPasswordHash());
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/response.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/response.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/response.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.response">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::response()</refname>
+ <refname>Crypt_CHAP_MSv1::response()</refname>
<refpurpose>Generates the response-packet.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv1::response</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv1::response</function></funcdef>
<paramdef choice="req">bool <parameter>$lm</parameter>
<initializer>false</initializer>
</paramdef>
@@ -57,14 +57,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.response.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv1::response</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv1::response</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv1();
+$cr = new Crypt_CHAP_MSv1();
$cr->password = 'MyPw';
echo bin2hex($cr->response());
@@ -74,4 +74,4 @@
</example>
</refsection>
-</refentry>
\ No newline at end of file
+</refentry>
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/str2unicode.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/str2unicode.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv1/str2unicode.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.str2unicode">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv1::str2unicode()</refname>
+ <refname>Crypt_CHAP_MSv1::str2unicode()</refname>
<refpurpose>Converts a string to unicode.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv1::str2unicode</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv1::str2unicode</function></funcdef>
<paramdef choice="req">string <parameter>$str</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -54,14 +54,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv1.str2unicode.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv1::str2unicode</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv1::str2unicode</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv1();
+$cr = new Crypt_CHAP_MSv1();
echo bin2hex($cr->str2unicode('MyPw'));
?>
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/challenge-hash.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/challenge-hash.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/challenge-hash.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv2.challengehash">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv2::challengeHash()</refname>
+ <refname>Crypt_CHAP_MSv2::challengeHash()</refname>
<refpurpose>Generates the Challenge-Hash.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv2::challengeHash</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv2::challengeHash</function></funcdef>
<paramdef choice="req"/>
</funcprototype>
</funcsynopsis>
@@ -42,14 +42,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv2.challengehash.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv2::challengeHash</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv2::challengeHash</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv2();
+$cr = new Crypt_CHAP_MSv2();
$cr->username = 'billy';
$cr->peerChallenge = $peerChallenge;
$cr->authChallenge = $authChallenge;
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/crypt-chap-mschapv2.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/crypt-chap-mschapv2.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/crypt-chap-mschapv2.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv2">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv2::Crypt_CHAP_MSCHAPv2()</refname>
+ <refname>Crypt_CHAP_MSv2::Crypt_CHAP_MSv2()</refname>
<refpurpose>constructor</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -11,7 +11,7 @@
</funcsynopsisinfo>
<funcprototype>
<funcdef>void
- <function>Crypt_CHAP_MSCHAPv2::Crypt_CHAP_MSCHAPv2</function></funcdef>
+ <function>Crypt_CHAP_MSv2::Crypt_CHAP_MSv2</function></funcdef>
<paramdef choice="req">
</paramdef>
</funcprototype>
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/nt-password-hash-hash.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/nt-password-hash-hash.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/crypt-chap-mschapv2/nt-password-hash-hash.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.encryption.crypt-chap.crypt-chap-mschapv2.ntpasswordhashhash">
<refnamediv>
- <refname>Crypt_CHAP_MSCHAPv2::ntPasswordHashHash()</refname>
+ <refname>Crypt_CHAP_MSv2::ntPasswordHashHash()</refname>
<refpurpose>Generates an MD4 Hash from the NT-Hash.</refpurpose>
</refnamediv>
@@ -14,7 +14,7 @@
</funcsynopsisinfo>
-->
<funcprototype>
- <funcdef>string <function>Crypt_CHAP_MSCHAPv2::ntPasswordHashHash</function></funcdef>
+ <funcdef>string <function>Crypt_CHAP_MSv2::ntPasswordHashHash</function></funcdef>
<paramdef choice="req">string <parameter>$nthash</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -54,14 +54,14 @@
<refsection xml:id="package.encryption.crypt-chap.crypt-chap-mschapv2.ntpasswordhashhash.example">
&title.example;
- <example><info><title>Using <function>Crypt_CHAP_MSCHAPv2::ntPasswordHashHash</function></title></info>
+ <example><info><title>Using <function>Crypt_CHAP_MSv2::ntPasswordHashHash</function></title></info>
<programlisting role="php">
<![CDATA[
<?php
require_once 'Crypt/CHAP.php';
-$cr = new Crypt_CHAP_MSCHAPv2();
+$cr = new Crypt_CHAP_MSv2();
$nthash = $cr->ntPasswordHash('MyPw');
echo bin2hex($cr->ntPasswordHashHash($nthash));
Modified: pear/peardoc/trunk/en/package/encryption/crypt-chap/intro.xml
===================================================================
--- pear/peardoc/trunk/en/package/encryption/crypt-chap/intro.xml 2009-08-28 09:48:06 UTC (rev 287836)
+++ pear/peardoc/trunk/en/package/encryption/crypt-chap/intro.xml 2009-08-28 09:48:39 UTC (rev 287837)
@@ -20,12 +20,12 @@
</member>
<member>
<link linkend="package.encryption.crypt-chap.crypt-chap-mschapv1">
- <function>Crypt_CHAP::Crypt_MSCHAPv1</function> - for generating MS-CHAPv1 (RFC 2433) compliant pakets
+ <function>Crypt_CHAP::Crypt_CHAP_MSv1</function> - for generating MS-CHAPv1 (RFC 2433) compliant pakets
</link>
</member>
<member>
<link linkend="package.encryption.crypt-chap.crypt-chap-mschapv2">
- <function>Crypt_CHAP::Crypt_MSCHAPv2</function> - for generating MS-CHAPv2 (RFC 2759) compliant pakets
+ <function>Crypt_CHAP::Crypt_CHAP_MSv2</function> - for generating MS-CHAPv2 (RFC 2759) compliant pakets
</link>
</member>
</simplelist>