- Mar 16, 2022
-
-
Dr Abraham Martin authored
Update ucam_webauth.php to work with PHP >= 7.4. See merge request !10
-
- May 07, 2021
-
-
Graham Rymer authored
-
- May 19, 2017
-
-
Jon Warbrick authored
Fix constructor deprecation warning. Closes #7
-
Jon Warbrick authored
Constructors should now (since PHP 5) be 'function __construct(...)', not 'function <class_name>(...)'
-
Jon Warbrick authored
Add minimal test case and Travis-CI integration
-
Jon Warbrick authored
The test case just tests that an object can be created. This at least proves that the code compiles but little more. It is however a place to start fr more extensive testing.
-
Jon Warbrick authored
Tidy for publication
-
Jon Warbrick authored
-
Jon Warbrick authored
-
Jon Warbrick authored
-
Jon Warbrick authored
Remove 7th parameter to gmmktime. Fixes #3
-
Jon Warbrick authored
-
Jon Warbrick authored
This parameter does nothing, has been deprecated for some while and was removed in PHP 7.
-
- Mar 12, 2015
-
-
Jon Warbrick authored
-
Jon Warbrick authored
-
Jon Warbrick authored
-
Jon Warbrick authored
Fix a path traversal vulnerability (reported by Graham Rymer <gr348@cam.ac.uk>, Sun, 08 Mar 2015 15:03:09 +0000 Additioanlly, update CHANGES file to alos include an earlier, ureleases unversioned change and a note about some (future) version numbers being reserved.
-
Jon Warbrick authored
Add a README.md to contain most of the information previously only available on the Wiki page pointing to this distribution.
-
- Mar 27, 2014
-
-
Matthew Vernon authored
This is actually a batch of changes by John Sutton [DAMTP], which he describes as "enhancements and bug-fixes". The largest change he describes thus: "The main function authenticate($authassertionid = NULL, $testauthonly = NULL) now takes the two arguments: $authassertionid - is used to force re-authentication. If specified, it can be read as “authenticate(‘but this ticket will not do’)”. I use it to implement an idle timeout as follows: on every successful authentication, retrieve the current ticket id using the id() function and store it somewhere. When you want to force re-authentication, pass this ticket id back in as the first argument to authenticate(). $testauthonly - a boolean which if set true means to only test the authentication state, i.e., return true or false accordingly but do NOT send any headers. This is useful when you are working with ajax requests."
-
Matthew Vernon authored
-