Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move SimpleSAML_Utils_System to SimpleSAML\Utils\System. | Jaime Perez Crespo | 2015-04-20 | 1 | -2/+2 | |
| | ||||||
* | Move SimpleSAML_Utils_Net to SimpleSAML\Utils\Net. | Jaime Perez Crespo | 2015-04-20 | 1 | -2/+2 | |
| | ||||||
* | Move SimpleSAML_Utils_Config to SimpleSAML\Utils\Config. | Jaime Perez Crespo | 2015-04-20 | 3 | -11/+10 | |
| | ||||||
* | Move SimpleSAML_Utils_Random to SimpleSAML\Utils\Random. | Jaime Perez Crespo | 2015-04-20 | 1 | -3/+4 | |
| | ||||||
* | Move SimpleSAML_Utilities::parseDuration() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -3/+91 | |
| | | | | SimpleSAML\Utils\Time::parseDuration(). Deprecate the former. | |||||
* | Move SimpleSAML_Utilities::initTimezone() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+45 | |
| | | | | SimpleSAML\Utils\Time::initTimezone(). Deprecate the former. | |||||
* | Move SimpleSAML_Utilities::generateTimestamp() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+29 | |
| | | | | SimpleSAML\Utils\Time::generateTimestamp(). Deprecate the former. | |||||
* | Move SimpleSAML_Utilities::getDOMChildren() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+37 | |
| | | | | SimpleSAML\Utils\XML::getDOMChildren(). Deprecate the former. | |||||
* | Move SimpleSAML_Utilities::isDOMElementOfType() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+61 | |
| | | | | SimpleSAML\Utils\XML::isDOMElementOfType(). Deprecate the former. | |||||
* | Move SimpleSAML_Utilities::getDOMText() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+31 | |
| | | | | SimpleSAML\Utils\XML::getDOMText(). Deprecate the former. | |||||
* | Fix namespaces. | Jaime Perez Crespo | 2015-04-20 | 1 | -21/+24 | |
| | ||||||
* | Move SimpleSAML_Utilities::formatXMLString() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+31 | |
| | | | | SimpleSAML\Utils\XML::formatXMLString(). Deprecate the former. | |||||
* | Move SimpleSAML_Utilities::formatDOMElement() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+96 | |
| | | | | SimpleSAML\Utils\XML::formatDOMElement(). Deprecate the former. | |||||
* | Move SimpleSAML_Utilities::getAdminLoginURL() to ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -0/+18 | |
| | | | | SimpleSAML_Utils_Auth::getAdminLoginURL(). Deprecate the former and stop using it. | |||||
* | Move SimpleSAML_Utilities::requireAdmin() to ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -0/+27 | |
| | | | | SimpleSAML_Utils_Auth::requireAdmin(). Deprecate the former and stop using it. | |||||
* | Move SimpleSAML_Utilities::isAdmin() to SimpleSAML_Utils_Auth::isAdmin(). ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -0/+24 | |
| | | | | Deprecate the former and stop using it. | |||||
* | Move SimpleSAML_Utilities::getSecretSalt() to ↵ | Jaime Perez Crespo | 2015-04-16 | 2 | -2/+38 | |
| | | | | SimpleSAML_Utils_Config::getSecretSalt(). Deprecate the former and stop using it. | |||||
* | Schedule SimpleSAML_Utilities::getLastError() for removal. Deprecate it and ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -4/+8 | |
| | | | | stop using it. | |||||
* | Move SimpleSAML_Utilities::generateID() to ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -0/+25 | |
| | | | | SimpleSAML_Utils_Random::generateID(). Deprecate the former and schedule it for removal in 2.0. | |||||
* | s/classes/methods/ | Jaime Perez Crespo | 2015-04-16 | 3 | -3/+3 | |
| | ||||||
* | Schedule SimpleSAML_Utilities::generateRandomBytes() for removal. Deprecate ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -2/+2 | |
| | | | | and stop using it. | |||||
* | Throw an exception on bad input parameters instead of using assert() in ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -5/+5 | |
| | | | | SimpleSAML_Utils_System::writeFile(). | |||||
* | Move loadPublicKey() and loadPrivateKey() in SimpleSAML_Utilities to ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -0/+136 | |
| | | | | | | SimpleSAML_Utils_Crypto. Mark the old ones as deprecated and schedule them for removal in 2.0. | |||||
* | Move aesEncrypt() and aesDecrypt() in SimpleSAML_Utilities to ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -0/+80 | |
| | | | | | | SimpleSAML_Utils_Crypto. Mark the old ones as deprecated and schedule them for removal in 2.0. | |||||
* | Reformat SimpleSAML_Utils_Crypto. Remove ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -136/+95 | |
| | | | | SimpleSAML_Utils_Crypto::apr1Md5Hash() and SimpleSAML_Utils_Crypto::apr1Md5Valid(), since we are using now an external library for that. | |||||
* | Refactor SimpleSAML_Utilities::arrayize() to SimpleSAML_Utils_Arrays:: ↵ | Jaime Perez Crespo | 2015-04-15 | 1 | -3/+19 | |
| | | | | | | arrayize(). Schedule SimpleSAML_Utilities:: arrayize() for removal. | |||||
* | Fix strict comparisons with boolean types and null. | Jaime Perez Crespo | 2015-04-15 | 1 | -2/+2 | |
| | ||||||
* | Refactor SimpleSAML_Utilities::parseAttributes() to ↵ | Jaime Perez Crespo | 2015-04-15 | 1 | -0/+46 | |
| | | | | | | SimpleSAML_Utils_Arrays:: normalizeAttributesArray(). Schedule SimpleSAML_Utilities:: parseAttributes() for removal. | |||||
* | Refactor SimpleSAML_Utilities::transposeArray() to ↵ | Jaime Perez Crespo | 2015-04-15 | 1 | -0/+42 | |
| | | | | | | SimpleSAML_Utils_Arrays::transpose(). Schedule SimpleSAML_Utilities::transposeArray() for removal. | |||||
* | Refactor SimpleSAML_Utilities::writeFile() to ↵ | Jaime Perez Crespo | 2015-04-15 | 1 | -2/+52 | |
| | | | | | | SimpleSAML_Utils_System::writeFile(). Schedule SimpleSAML_Utilities::writeFile() for removal. | |||||
* | Refactor SimpleSAML_Utilities::getTempDir() to ↵ | Jaime Perez Crespo | 2015-04-15 | 1 | -0/+31 | |
| | | | | | | SimpleSAML_Utils_System::getTempDir(). Schedule SimpleSAML_Utilities::getTempDir() for removal. | |||||
* | Refactor SimpleSAML_Utilities::isWindowsOS() to ↵ | Jaime Perez Crespo | 2015-04-15 | 1 | -0/+57 | |
| | | | | | | SimpleSAML_Utilities::getOS(). Reimplemented to support most operating systems. Schedule SimpleSAML_Utilities::isWindowsOS() for removal. | |||||
* | Move SimpleSAML_Utilities::ipCIDRcheck() to an independent class, ↵ | Jaime Perez Crespo | 2015-04-14 | 1 | -0/+82 | |
| | | | | | | SimpleSAML_Utils_Net. Add unit test for it. | |||||
* | Extract constant information out of the getContact() function and make it ↵ | Jaime Perez | 2014-10-01 | 1 | -7/+24 | |
| | | | | public static properties of the class. | |||||
* | Add a new class with helpers for handling configuration objects related to ↵ | Jaime Perez | 2014-09-30 | 1 | -0/+138 | |
| | | | | metadata. | |||||
* | Drop obsolete SVN $Id$ keywords. | Thijs Kinkhorst | 2014-07-09 | 1 | -1/+0 | |
| | ||||||
* | Remove more legacy code that's no longer necessary since we are requiring ↵ | Jaime Pérez Crespo | 2014-02-09 | 1 | -1/+1 | |
| | | | | | | PHP >= 5.3.0. Deprecate SimpleSAML_Utilities::generateRandomBytesMTrand(). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3362 44740490-163a-0410-bde0-09ae8108e29a | |||||
* | authcrypt: Add Htpasswd authentication source. | Olav Morken | 2011-11-04 | 1 | -0/+59 | |
| | | | | | | Thanks to Dyonisius Visser for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2974 44740490-163a-0410-bde0-09ae8108e29a | |||||
* | Utils_Crypt: Fix PHP start tag. | Olav Morken | 2011-11-03 | 1 | -1/+2 | |
| | | | | | | | Avoid using the short tag style, since it may be disabled. Thanks to Thijs Kinkhorst for identifying this bug. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2973 44740490-163a-0410-bde0-09ae8108e29a | |||||
* | Add support for hashed passwords & add authcrypt:Hash authsource. | Olav Morken | 2011-10-28 | 1 | -0/+83 | |
Thanks to Dyonisius Visser for implementing this. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2962 44740490-163a-0410-bde0-09ae8108e29a |