Diff
Not logged in

Differences From:

File src/login.c part of check-in [fa6e993017] - New Zip permission. This permission allow someone to download a zipped artifact via the wiki's /zip URL. It can given the user nobody to allow automatic package builder to download the sources they know from fossil-scm.org or other servers without any intervening login necessary.

As the /zip page do not expose anything, a spider should have a hard time to crawl thru the project using this URL. So IMO it does not open a break-in hole for spiders.

by cle on 2008-08-12 03:27:54. [view]

To:

File src/login.c part of check-in [5fb14b9a0f] - Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. by eric on 2008-08-21 20:59:01. Also file src/login.c part of check-in [018b6050af] - Include 'z' in login_has_capability() by eric on 2008-08-21 19:57:18. [view]

@@ -398,9 +398,9 @@
       /* case 'v': */
       case 'w':  rc = g.okWrTkt;     break;
       /* case 'x': */
       /* case 'y': */
-      /* case 'z': */
+      case 'z':  rc = g.okZip;       break;
       default:   rc = 0;             break;
     }
   }
   return rc;