2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Missing PGTiou ticket issues wrong error message and throws an exeption More... over 13 years ago
PHPCAS-77 added public/private modifiers to the client class More... over 13 years ago
Fix warning level during package building and bump up the release stability More... over 13 years ago
Add a current.tgz symlink for the pear installer. More... over 13 years ago
PHPCAS-84 remove the bogus and non functional setCasServerCert() function. The function was setting a client cert for a ssl client auth without setting a privatekey. The authentication of the phpcas client with certificates is useless in the cas security concept. More... over 13 years ago
Merged PHPCAS-66 changes into the trunk. More... over 13 years ago
Un-did removal of SSL verification that sneaked into revisions 21509 and 21406 More... over 13 years ago
Merged in changes on trunk at revision 21833. More... over 13 years ago
Un-did removal of SSL verification that sneaked into revisions 21509 and 21406 More... over 13 years ago
Created a test harness to allow spoofing of web requests. More... over 13 years ago
The CASClient can now be configured to not exit on authentication failure. Required for testing proper authentication failure responses. More... over 13 years ago
The request implementation to use can now be configured in the client at runtime. More... over 13 years ago
Moved curl data transfer operations to a new CurlRequest class. More... over 13 years ago
Creating a feature branch for PHPCAS-66: Create a testing framework More... over 13 years ago
Added undefined variable in validateST() that caused PHP errors during authentication failure More... over 13 years ago
Fixed an include path in the CookieJar test. More... over 13 years ago
PHPCAS-65 remove non function pgt-db backend. Remove left over DB functions. More... over 13 years ago
PHPCAS-65 remove non function pgt-db backend. It using a deprecated api and write and read funtions are not implemented. More... over 13 years ago
Merged PHPCAS-54 onto the trunk. More... over 13 years ago
Merged in changest to trunk as of r21556. More... over 13 years ago
Removed notice suppression in favor of checking to see if running in the CLI environment. More... over 13 years ago
Added test coverage for secure cookies. More... over 13 years ago
Escaped quotes in quoted strings now are unescaped for storage. More... over 13 years ago
Removed some test templates that have coverage already. More... over 13 years ago
Suppressing "Undefined index" notices when CAS is loaded from the command-line. More... over 13 years ago
Expiration via the max-age token now works. More... over 13 years ago
Renamed test methods to highlight which tests are against the public interface. More... over 13 years ago
Renamed CookieJar methods now that it is a stand-alone class. More... over 13 years ago
Eliminated errors that occurred when a trace included a usage of __call() such as in CookieJarTest.php More... over 13 years ago
Defined method visibility for Cookie Jar. More... over 13 years ago