- Timestamp:
- Dec 30, 2008, 7:52:50 PM (16 years ago)
- Location:
- trunk/packages/invirt-web
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/getafsgroups.py
r1318 r1947 29 29 30 30 def getAfsGroupMembers(group, cell): 31 p = subprocess.Popen(["pts", "membership", "- noauth", group, '-c', cell],31 p = subprocess.Popen(["pts", "membership", "-encrypt", group, '-c', cell], 32 32 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 33 33 err = p.stderr.read() -
trunk/packages/invirt-web/config.todo
r1789 r1947 5 5 files/etc/apache2/sites-available/default: assumes trac 6 6 files/etc/init.d/apache2.invirt: afs cell (for svn) 7 invirt-cache-acls: aklog athena sipb 7 8 code/templates/error.tmpl: xvm@mit.edu 8 9 code/templates/help.tmpl: assumes trac -
trunk/packages/invirt-web/debian/changelog
r1855 r1947 1 1 invirt-web (0.0.16) unstable; urgency=low 2 3 * Fix a security vulnerability: traditional `pts mem` is in cleartext 4 and could be spoofed. Use new -encrypt option, which needs tokens. 2 5 3 6 * make initscript stop command not leave apache2 processes lying around 4 7 (so that restart works) 5 8 6 -- Greg Price <price@mit.edu> Fri, 19 Dec 2008 22:34:31-05009 -- Greg Price <price@mit.edu> Tue, 30 Dec 2008 17:31:48 -0500 7 10 8 11 invirt-web (0.0.15) unstable; urgency=low -
trunk/packages/invirt-web/debian/invirt-web.cron.d
r1318 r1947 6 6 MAILTO=root 7 7 8 */5 * * * * www-data python /var/www/invirt-web/cache_acls.py8 */5 * * * * www-data invirt-cache-acls -
trunk/packages/invirt-web/debian/invirt-web.install
r1318 r1947 1 1 files/* . 2 invirt-cache-acls /usr/bin/
Note: See TracChangeset
for help on using the changeset viewer.