|
TYPO3 API
SVNRelease
|
00001 <?php 00002 00003 ######################################################################## 00004 # Extension Manager/Repository config file for ext "rsaauth". 00005 # 00006 # Auto generated 26-01-2011 20:08 00007 # 00008 # Manual updates: 00009 # Only the data in the array - everything else is removed by next 00010 # writing. "version" and "dependencies" must not be touched! 00011 ######################################################################## 00012 00013 $EM_CONF[$_EXTKEY] = array( 00014 'title' => 'RSA authentication for TYPO3', 00015 'description' => 'Contains a service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords', 00016 'category' => 'services', 00017 'author' => 'Dmitry Dulepov', 00018 'author_email' => 'dmitry@typo3.org', 00019 'shy' => '', 00020 'dependencies' => '', 00021 'conflicts' => '', 00022 'priority' => '', 00023 'module' => '', 00024 'state' => 'stable', 00025 'internal' => '', 00026 'uploadfolder' => 0, 00027 'createDirs' => '', 00028 'modify_tables' => '', 00029 'clearCacheOnLoad' => 0, 00030 'lockType' => '', 00031 'author_company' => '', 00032 'version' => '1.1.0', 00033 'constraints' => array( 00034 'depends' => array( 00035 ), 00036 'conflicts' => array( 00037 ), 00038 'suggests' => array( 00039 ), 00040 ), 00041 '_md5_values_when_last_written' => 'a:31:{s:9:"ChangeLog";s:4:"698c";s:21:"ext_conf_template.txt";s:4:"f6cd";s:12:"ext_icon.gif";s:4:"50af";s:17:"ext_localconf.php";s:4:"7dfa";s:14:"ext_tables.php";s:4:"cc8e";s:14:"ext_tables.sql";s:4:"736a";s:14:"doc/manual.sxw";s:4:"bc75";s:42:"hooks/class.tx_rsaauth_backendwarnings.php";s:4:"d5e8";s:38:"hooks/class.tx_rsaauth_feloginhook.php";s:4:"cf5e";s:40:"hooks/class.tx_rsaauth_loginformhook.php";s:4:"1942";s:19:"hooks/locallang.xml";s:4:"c455";s:20:"resources/rsaauth.js";s:4:"8e22";s:24:"resources/rsaauth_min.js";s:4:"0ba4";s:22:"resources/jsbn/LICENSE";s:4:"3205";s:24:"resources/jsbn/base64.js";s:4:"b2c3";s:22:"resources/jsbn/jsbn.js";s:4:"2a43";s:23:"resources/jsbn/jsbn2.js";s:4:"35c5";s:23:"resources/jsbn/prng4.js";s:4:"e591";s:21:"resources/jsbn/rng.js";s:4:"0153";s:21:"resources/jsbn/rsa.js";s:4:"8505";s:22:"resources/jsbn/rsa2.js";s:4:"61a1";s:28:"sv1/class.tx_rsaauth_sv1.php";s:4:"f25c";s:50:"sv1/backends/class.tx_rsaauth_abstract_backend.php";s:4:"5df8";s:48:"sv1/backends/class.tx_rsaauth_backendfactory.php";s:4:"f154";s:49:"sv1/backends/class.tx_rsaauth_cmdline_backend.php";s:4:"9e99";s:41:"sv1/backends/class.tx_rsaauth_keypair.php";s:4:"7954";s:45:"sv1/backends/class.tx_rsaauth_php_backend.php";s:4:"01be";s:49:"sv1/storage/class.tx_rsaauth_abstract_storage.php";s:4:"1c22";s:48:"sv1/storage/class.tx_rsaauth_session_storage.php";s:4:"a981";s:46:"sv1/storage/class.tx_rsaauth_split_storage.php";s:4:"9dbe";s:47:"sv1/storage/class.tx_rsaauth_storagefactory.php";s:4:"933d";}', 00042 'suggests' => array( 00043 ), 00044 ); 00045 00046 ?>
1.8.0