Changeset 2093
- Timestamp:
- Feb 5, 2009, 3:19:21 AM (17 years ago)
- Location:
- trunk/packages/invirt-remote
- Files:
- 
          - 3 edited
 
 - 
          debian/changelog (modified) (1 diff)
- 
          host/usr/sbin/invirt-remote (modified) (2 diffs)
- 
          host/usr/sbin/invirt-vmcontrol (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/packages/invirt-remote/debian/changelogr2060 r2093 1 invirt-remote (0.3.2) unstable; urgency=low 2 3 * Don't pass untrusted arguments to xm info. 4 * Exit with a non-0 error code on the host if there's an error. 5 6 -- Evan Broder <broder@mit.edu> Sat, 31 Jan 2009 03:51:24 -0500 7 1 8 invirt-remote (0.3.1) unstable; urgency=low 2 9 
- 
        trunk/packages/invirt-remote/host/usr/sbin/invirt-remoter1822 r2093 22 22 ;; 23 23 info) 24 COMMAND=/usr/sbin/xm24 exec /usr/sbin/xm info 25 25 ;; 26 26 vnccert) … … 39 39 esac 40 40 41 $COMMAND"$SERVICE" "$@"41 exec "$COMMAND" "$SERVICE" "$@" 
- 
        trunk/packages/invirt-remote/host/usr/sbin/invirt-vmcontrolr1822 r2093 12 12 ACTION="$2" 13 13 MACHINE="d_$ORIGMACHINE" 14 15 xm () { 16 command xm "$@" || exit 35 17 } 14 18 15 19 case "$ACTION" in 
Note: See TracChangeset
          for help on using the changeset viewer.
      
