aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Exclude working directory from library path (CVE-2016-1238)Simon McVittie2016-07-28
| | | | | | | | | | | | | | | | | | | | | Current Perl versions put '.' at the end of the library search path @INC, although this will be fixed in a future Perl release. This means that when software loads an optionally-present module, it will be looked for in the current working directory before giving up. An attacker could use this to execute arbitrary Perl code from ikiwiki's current working directory. Removing '.' from the library search path in Perl is the correct fix for this vulnerability, but is not trivial to do due to backwards-compatibility concerns. Mitigate this (even if ikiwiki is run with a vulnerable Perl version) by explicitly removing '.' from the search path, and instead looking for ikiwiki's own modules relative to the absolute path of the executable when run from the source directory. In tests that specifically want to use the current working directory, use "-I".getcwd instead of "-I." so we use its absolute path, which is immune to the removal of ".".
* Revert strange translation of this page to FrenchJoey Hess2016-07-25
|
* (no commit message)https://me.yahoo.com/acidburn095#b6c382016-07-25
|
* (no commit message)https://me.yahoo.com/acidburn095#b6c382016-07-25
|
* Everyone is using comments here... let's go with the crowdMartian2016-06-30
|
* Added a comment: Using multiple setup filesMartian2016-06-30
|
* Add todo/multiple setup option on command lineMartian2016-06-30
|
* Add information about multiple setup options.Martian2016-06-30
|
* (no commit message)sydbarrett74@c9d10813594795e04bc80bb22b2efdec97df7f412016-06-26
|
* wkhtmltopdf project has moved off of Google Code onto a dedicated sitesydbarrett74@c9d10813594795e04bc80bb22b2efdec97df7f412016-06-26
|
* updateJoey Hess2016-06-23
|
* (no commit message)Martian2016-06-22
|
* apache on fedora and suid bitMartian2016-06-22
|
* yes, not committing the setup file to the same VCS is a security thingsmcv2016-06-22
|
* Why not putting setup file in git?Martian2016-06-22
|
* Added a commenthttps://me.yahoo.com/zoredache#d49292016-06-20
|
* (no commit message)rsayers2016-06-16
|
* Link to a work-in-progress pluginspalax2016-06-14
|
* Added a comment: More thought about the `pageversion` pluginspalax2016-06-14
|
* Added a comment: more info requiredsmcv2016-06-11
|
* Added a commentsmcv2016-06-11
|
* Added a comment: More informationspalax2016-06-10
|
* (no commit message)https://me.yahoo.com/zoredache#d49292016-06-09
|
* (no commit message)https://me.yahoo.com/zoredache#d49292016-06-09
|
* new user: www.s4-ausbau.deaba+ikiwiki.info@2ec203a94961ba06ccb7743367b979cd57712b9f2016-06-09
|
* Added a comment: I'm not so sure that copying metadata is desirablesmcv2016-06-09
|
* Questions about a new pluginspalax2016-06-07
|
* Added a comment: cool!http://schmonz.livejournal.com/2016-06-07
|
* Added a commentopenmedi2016-06-07
|
* Added a comment: okhttp://schmonz.livejournal.com/2016-06-07
|
* Added a commentopenmedi2016-06-07
|
* Added a commentopenmedi2016-06-07
|
* Add required packagesspalax2016-06-07
|
* Added a comment: what didn't work with pkgsrc?http://schmonz.livejournal.com/2016-06-06
|
* Added a commentopenmedi2016-06-06
|
* Update plugins/contrib/compile documentationspalax2016-06-05
|
* (no commit message)aba+ikiwiki.info@2ec203a94961ba06ccb7743367b979cd57712b9f2016-06-05
|
* refer to openid delegationhttps://id.koumbit.net/anarcat2016-06-03
|
* Added a commentsmcv2016-06-03
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2016-06-03
|\
| * Added a comment: why not keep using pkgsrc?http://schmonz.livejournal.com/2016-06-02
| |
| * Added a commentopenmedi2016-06-02
| |
| * (no commit message)openmedi2016-06-02
| |
| * More about securityspalax2016-05-31
| |
| * More thought about "bibtex2html" and "compile"spalax2016-05-31
| |
| * link to discussionhttps://id.koumbit.net/anarcat2016-05-31
| |
| * expand on the exec ideahttps://id.koumbit.net/anarcat2016-05-31
| |
| * a list of arbitrary shell delegates, what could possibly go wrong?smcv2016-05-31
| |
| * answer: an exec plugin?https://id.koumbit.net/anarcat2016-05-31
| |
* | add freedombox as a kind of ikiwiki hosting serviceJoey Hess2016-06-03
| |