summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Move SimpleSAML_Utils_System to SimpleSAML\Utils\System.Jaime Perez Crespo2015-04-201-2/+2
|
* Move SimpleSAML_Utils_Net to SimpleSAML\Utils\Net.Jaime Perez Crespo2015-04-201-2/+2
|
* Move SimpleSAML_Utils_Config to SimpleSAML\Utils\Config.Jaime Perez Crespo2015-04-203-11/+10
|
* Move SimpleSAML_Utils_Random to SimpleSAML\Utils\Random.Jaime Perez Crespo2015-04-201-3/+4
|
* Move SimpleSAML_Utilities::parseDuration() to ↵Jaime Perez Crespo2015-04-201-3/+91
| | | | SimpleSAML\Utils\Time::parseDuration(). Deprecate the former.
* Move SimpleSAML_Utilities::initTimezone() to ↵Jaime Perez Crespo2015-04-201-0/+45
| | | | SimpleSAML\Utils\Time::initTimezone(). Deprecate the former.
* Move SimpleSAML_Utilities::generateTimestamp() to ↵Jaime Perez Crespo2015-04-201-0/+29
| | | | SimpleSAML\Utils\Time::generateTimestamp(). Deprecate the former.
* Move SimpleSAML_Utilities::getDOMChildren() to ↵Jaime Perez Crespo2015-04-201-0/+37
| | | | SimpleSAML\Utils\XML::getDOMChildren(). Deprecate the former.
* Move SimpleSAML_Utilities::isDOMElementOfType() to ↵Jaime Perez Crespo2015-04-201-0/+61
| | | | SimpleSAML\Utils\XML::isDOMElementOfType(). Deprecate the former.
* Move SimpleSAML_Utilities::getDOMText() to ↵Jaime Perez Crespo2015-04-201-0/+31
| | | | SimpleSAML\Utils\XML::getDOMText(). Deprecate the former.
* Fix namespaces.Jaime Perez Crespo2015-04-201-21/+24
|
* Move SimpleSAML_Utilities::formatXMLString() to ↵Jaime Perez Crespo2015-04-201-0/+31
| | | | SimpleSAML\Utils\XML::formatXMLString(). Deprecate the former.
* Move SimpleSAML_Utilities::formatDOMElement() to ↵Jaime Perez Crespo2015-04-201-0/+96
| | | | SimpleSAML\Utils\XML::formatDOMElement(). Deprecate the former.
* Move SimpleSAML_Utilities::getAdminLoginURL() to ↵Jaime Perez Crespo2015-04-161-0/+18
| | | | SimpleSAML_Utils_Auth::getAdminLoginURL(). Deprecate the former and stop using it.
* Move SimpleSAML_Utilities::requireAdmin() to ↵Jaime Perez Crespo2015-04-161-0/+27
| | | | SimpleSAML_Utils_Auth::requireAdmin(). Deprecate the former and stop using it.
* Move SimpleSAML_Utilities::isAdmin() to SimpleSAML_Utils_Auth::isAdmin(). ↵Jaime Perez Crespo2015-04-161-0/+24
| | | | Deprecate the former and stop using it.
* Move SimpleSAML_Utilities::getSecretSalt() to ↵Jaime Perez Crespo2015-04-162-2/+38
| | | | SimpleSAML_Utils_Config::getSecretSalt(). Deprecate the former and stop using it.
* Schedule SimpleSAML_Utilities::getLastError() for removal. Deprecate it and ↵Jaime Perez Crespo2015-04-161-4/+8
| | | | stop using it.
* Move SimpleSAML_Utilities::generateID() to ↵Jaime Perez Crespo2015-04-161-0/+25
| | | | SimpleSAML_Utils_Random::generateID(). Deprecate the former and schedule it for removal in 2.0.
* s/classes/methods/Jaime Perez Crespo2015-04-163-3/+3
|
* Schedule SimpleSAML_Utilities::generateRandomBytes() for removal. Deprecate ↵Jaime Perez Crespo2015-04-161-2/+2
| | | | and stop using it.
* Throw an exception on bad input parameters instead of using assert() in ↵Jaime Perez Crespo2015-04-161-5/+5
| | | | SimpleSAML_Utils_System::writeFile().
* Move loadPublicKey() and loadPrivateKey() in SimpleSAML_Utilities to ↵Jaime Perez Crespo2015-04-161-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 Crespo2015-04-161-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 Crespo2015-04-161-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 Crespo2015-04-151-3/+19
| | | | | | arrayize(). Schedule SimpleSAML_Utilities:: arrayize() for removal.
* Fix strict comparisons with boolean types and null.Jaime Perez Crespo2015-04-151-2/+2
|
* Refactor SimpleSAML_Utilities::parseAttributes() to ↵Jaime Perez Crespo2015-04-151-0/+46
| | | | | | SimpleSAML_Utils_Arrays:: normalizeAttributesArray(). Schedule SimpleSAML_Utilities:: parseAttributes() for removal.
* Refactor SimpleSAML_Utilities::transposeArray() to ↵Jaime Perez Crespo2015-04-151-0/+42
| | | | | | SimpleSAML_Utils_Arrays::transpose(). Schedule SimpleSAML_Utilities::transposeArray() for removal.
* Refactor SimpleSAML_Utilities::writeFile() to ↵Jaime Perez Crespo2015-04-151-2/+52
| | | | | | SimpleSAML_Utils_System::writeFile(). Schedule SimpleSAML_Utilities::writeFile() for removal.
* Refactor SimpleSAML_Utilities::getTempDir() to ↵Jaime Perez Crespo2015-04-151-0/+31
| | | | | | SimpleSAML_Utils_System::getTempDir(). Schedule SimpleSAML_Utilities::getTempDir() for removal.
* Refactor SimpleSAML_Utilities::isWindowsOS() to ↵Jaime Perez Crespo2015-04-151-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 Crespo2015-04-141-0/+82
| | | | | | SimpleSAML_Utils_Net. Add unit test for it.
* Extract constant information out of the getContact() function and make it ↵Jaime Perez2014-10-011-7/+24
| | | | public static properties of the class.
* Add a new class with helpers for handling configuration objects related to ↵Jaime Perez2014-09-301-0/+138
| | | | metadata.
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
|
* Remove more legacy code that's no longer necessary since we are requiring ↵Jaime Pérez Crespo2014-02-091-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 Morken2011-11-041-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 Morken2011-11-031-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 Morken2011-10-281-0/+83
Thanks to Dyonisius Visser for implementing this. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2962 44740490-163a-0410-bde0-09ae8108e29a