D 2011-02-12T11:03:38.451
J +comment \n\n
renez\sadded\son\s2011-02-12\s11:03:38\sUTC:
\nI\ssuggest\sto\suse\sa\sweb\spage\sextern\sthat\swill\sallow\sto\sload\sthe\sfile\sfrom\sthe\s$HOME.\sIf\sthat\sfails\sit\stries\sfrom\s/usr/share/fossil.\sI\shave\scoded\san\sUNIX\simplementation.\sI'm\snot\ssure\sif\sand\show\ssecurity\sis\scompromised\sby\sthis\sfeature!\r\n\r\nFor\swindows\ssome\sother\spaths\sneed\sto\sbe\sused/found\r\n\r\nif\sI\shave\sa\sdirectory\sjscripts\sin\s$home\sand\sunpack\stinymce\sthere\sthen\sI\swould\scode\sin\sheader\r\n\r\nhtml\s"\\n"\r\n\r\nand\sextern\sis\scoded\slike:\r\n\r\n/*\r\n**\sWEBPAGE:\sextern\r\n**\sURL:\s/extern/PATH\r\n**\r\n**\sif\sthe\sfile\r\n**\s\s\s\s\s\s$HOME/PATH\sis\schecked\r\n**\snot\sexists\sthen\r\n**\s\s\s\s\s\s/usr/share/fossil/PATH\r\n**\sis\stried.\r\n**\r\n**\sThe\scontent\sis\sreturned\sstraight\swithout\sany\sinterpretation\sor\sprocessing.\r\n*/\r\nvoid\sext_page(void){\r\n\s\sconst\schar\s*zName;\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s/*\sArgument\sto\sthe\s/extern\spage\s*/\r\n\s\sconst\schar\s*zMime;\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s/*\sDocument\sMIME\stype\s*/\r\n\s\sBlob\sfilebody;\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s/*\sContent\sof\sthe\sdocumentation\sfile\s*/\r\n\s\schar\s*zFullpath\s=\s(char\s*)\s0;\r\n\s\sstatic\sconst\schar\sconst\s*\szSystem\s=\s{"/usr/share/fossil"};\r\n\r\n\s\slogin_check_credentials();\r\n\s\sif(\s!g.okRead\s){\slogin_needed();\sreturn;\s}\r\n\s\szName\s=\sPD("name",\s"");\r\n\s\swhile(\szName[0]=='/'\s){\szName++;\s}\r\n\s\szFullpath\s=\smprintf("%s/%s",\sg.zHome,\szName);\r\n\s\sif(\s!file_isfile(zFullpath)\s){\r\n\t\s\szFullpath\s=\smprintf("%s/%s",\szSystem,\szName);\r\n\t\s\sif(\s!file_isfile(zFullpath)\s){\r\n\t\s\s\s\sgoto\sext_not_found;\r\n\t\s\s}\r\n\s\s}\r\n\s\sif(\sblob_read_from_file(&filebody,\szFullpath)<0\s){\r\n\s\s\s\sgoto\sext_not_found;\r\n\s\s}\r\n\s\szMime\s=\sP("mimetype");\r\n\s\sif(\szMime==0\s){\r\n\s\s\s\szMime\s=\smimetype_from_name(zName);\r\n\s\s}\r\n\s\scgi_set_content_type(zMime);\r\n\s\scgi_set_content(&filebody);\r\n\s\sreturn;\r\n\r\next_not_found:\r\n\s\s/*\sJump\shere\swhen\sunable\sto\slocate\sthe\sdocument\s*/\r\n\s\sstyle_header("External\sfile\sNot\sFound");\r\n\s\s@\sNo\ssuch\sexternal\sfile:\s%s(zName)\sin\s%s(g.zHome)\sor\s%s(zSystem)
\r\n\s\sstyle_footer();\r\n\s\sreturn;\r\n}\r\n\r\n
K 369e246e508de6d0874ec8c400c79c6a5495b0d3
U renez
Z 8f03654f682d6ef00dfb2bff13ea1c11