Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | px5g: creates certificates that expire in the past | John Crispin | 2013-07-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | the attached patch fixes a bug of px5g when instructed to build certificates that expire after 2038-01-19, caused a multiplication that may overflow the "to" variable of type time_t Attached patch checks if "to" precedes "from": if so sets "to" to its maximum value. Pretty rude, but works well even if certificate is set to expire in a century Signed-off-by: Federico Fissore <federico@fissore.org> Patchork: http://patchwork.openwrt.org/patch/3749/ SVN-Revision: 37165 | ||||
* | packages: clean up the package folder | John Crispin | 2013-06-21 | 19 | -0/+8331 |
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 |