[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12761: Move Shishir's work into a different 'old' (in torpedo/trunk/src: . old)
Author: sjm217
Date: 2007-12-11 15:40:52 -0500 (Tue, 11 Dec 2007)
New Revision: 12761
Added:
torpedo/trunk/src/old/
torpedo/trunk/src/old/Changelog
torpedo/trunk/src/old/build.bat
torpedo/trunk/src/old/build.txt
torpedo/trunk/src/old/firefox/
torpedo/trunk/src/old/install/
torpedo/trunk/src/old/todo
torpedo/trunk/src/old/usbdrivedetect/
Removed:
torpedo/trunk/src/Changelog
torpedo/trunk/src/build.bat
torpedo/trunk/src/build.txt
torpedo/trunk/src/firefox/
torpedo/trunk/src/install/
torpedo/trunk/src/todo
torpedo/trunk/src/usbdrivedetect/
Log:
Move Shishir's work into a different 'old'
Deleted: torpedo/trunk/src/Changelog
===================================================================
--- torpedo/trunk/src/Changelog 2007-12-11 20:27:56 UTC (rev 12760)
+++ torpedo/trunk/src/Changelog 2007-12-11 20:40:52 UTC (rev 12761)
@@ -1,24 +0,0 @@
-2006-12-20 <sn275@SERAPH>
-
- * install/torpedo.nsi: Removed uninstall sections, repaired
- path-names.
-
- * install/dependencies: Added tor/privoxy/vidalia image
- with conf file modifications for relative Tor path.
- Tested with firefox. This should work for a functional demo.
-
-
-2006-10-24 <sn275@SERAPH>
-
- * install/torpedo.nsi: Removed license 'I decline/accept'
- radio-button, now replaced by a single 'i accept' default button.
-
- * install/license.txt (met): formatting changes.
-
-2006-10-22 <sn275@SERAPH>
-
- * src/install: Basic version of install checked in.
-
- * src/usbdrivedetect: USB drive detection utility written and unit tested.
-
-
Deleted: torpedo/trunk/src/build.bat
===================================================================
--- torpedo/trunk/src/build.bat 2007-12-11 20:27:56 UTC (rev 12760)
+++ torpedo/trunk/src/build.bat 2007-12-11 20:40:52 UTC (rev 12761)
@@ -1,8 +0,0 @@
-% Download firefox and gaim from the kent mirror
-
-wget http://prdownloads.sourceforge.net/portablefirefox/Firefox_Portable_2.0_en-us.paf.exe?use_mirror=kent
-
-wget http://prdownloads.sourceforge.net/portablegaim/Gaim_Portable_2.0_B5_multilingual.paf.exe?use_mirror=kent
-
-
-
Deleted: torpedo/trunk/src/build.txt
===================================================================
--- torpedo/trunk/src/build.txt 2007-12-11 20:27:56 UTC (rev 12760)
+++ torpedo/trunk/src/build.txt 2007-12-11 20:40:52 UTC (rev 12761)
@@ -1,8 +0,0 @@
-* Install wget from sourceforge.net and make sure it is included in
- the PATH environment variable.
-
-(http://gnuwin32.sourceforge.net/packages/wget.htm)
-
-* run build.bat
-
-*
Copied: torpedo/trunk/src/old/Changelog (from rev 12749, torpedo/trunk/src/Changelog)
===================================================================
--- torpedo/trunk/src/old/Changelog (rev 0)
+++ torpedo/trunk/src/old/Changelog 2007-12-11 20:40:52 UTC (rev 12761)
@@ -0,0 +1,24 @@
+2006-12-20 <sn275@SERAPH>
+
+ * install/torpedo.nsi: Removed uninstall sections, repaired
+ path-names.
+
+ * install/dependencies: Added tor/privoxy/vidalia image
+ with conf file modifications for relative Tor path.
+ Tested with firefox. This should work for a functional demo.
+
+
+2006-10-24 <sn275@SERAPH>
+
+ * install/torpedo.nsi: Removed license 'I decline/accept'
+ radio-button, now replaced by a single 'i accept' default button.
+
+ * install/license.txt (met): formatting changes.
+
+2006-10-22 <sn275@SERAPH>
+
+ * src/install: Basic version of install checked in.
+
+ * src/usbdrivedetect: USB drive detection utility written and unit tested.
+
+
Copied: torpedo/trunk/src/old/build.bat (from rev 12749, torpedo/trunk/src/build.bat)
===================================================================
--- torpedo/trunk/src/old/build.bat (rev 0)
+++ torpedo/trunk/src/old/build.bat 2007-12-11 20:40:52 UTC (rev 12761)
@@ -0,0 +1,8 @@
+% Download firefox and gaim from the kent mirror
+
+wget http://prdownloads.sourceforge.net/portablefirefox/Firefox_Portable_2.0_en-us.paf.exe?use_mirror=kent
+
+wget http://prdownloads.sourceforge.net/portablegaim/Gaim_Portable_2.0_B5_multilingual.paf.exe?use_mirror=kent
+
+
+
Copied: torpedo/trunk/src/old/build.txt (from rev 12749, torpedo/trunk/src/build.txt)
===================================================================
--- torpedo/trunk/src/old/build.txt (rev 0)
+++ torpedo/trunk/src/old/build.txt 2007-12-11 20:40:52 UTC (rev 12761)
@@ -0,0 +1,8 @@
+* Install wget from sourceforge.net and make sure it is included in
+ the PATH environment variable.
+
+(http://gnuwin32.sourceforge.net/packages/wget.htm)
+
+* run build.bat
+
+*
Copied: torpedo/trunk/src/old/firefox (from rev 12749, torpedo/trunk/src/firefox)
Copied: torpedo/trunk/src/old/install (from rev 12749, torpedo/trunk/src/install)
Copied: torpedo/trunk/src/old/todo (from rev 12749, torpedo/trunk/src/todo)
===================================================================
--- torpedo/trunk/src/old/todo (rev 0)
+++ torpedo/trunk/src/old/todo 2007-12-11 20:40:52 UTC (rev 12761)
@@ -0,0 +1,88 @@
+############# TOR on a stick ##############
+
+Requirements for the first version:
+- Non-dataleaking browser with SOCKS_V5
+- thin web proxy
+- Chat client.
+- software installation.
+- not expecting any USB dumping software on the host, nor expecting
+any sort of surveillance programs to be sitting there.
+- User attitude towards TOR: I don't need to know I am actually using TOR.
+on a url should open the page in the correct browser.
+
+Requirements in the longer run:
+- Directory caching.
+- move away from SOCKS5 assumption, consider capturing winsock
+requests throught sockscap or winpcap and pointing them all to TOR.
+
+
+
+
+
+Documentation
+
+Build Process
+
+Project tracking
+
+
+
+
+---------------------------------------------
+To do list ( in decreasing order of priority )
+
+1) Firefox changes:
+ - source baseline portable firefox.
+ - list1: appropriate features
+ - list2: inappropriate features and call trace examination.
+ - disable list2 and iterate.
+
+2) Installation: How do we get the firefox on USB to be the one that
+is used. possible approaches:
+ - study DMA access methods, look at Maximillian's DMA ipod attack code.
+ - nsi
+
+3) Usability features
+- Making the browser look different from standard firefox. Torpark
+does a decent job at this, it might be an idea to borrow UI features
+from there.
+- TOR button.
+- Inputs from Peter Gutmann's defcon talk.
+- Inputs from Roger and others.
+
+4) Thin proxy:
+ evaluate polipo.
+
+5) Chat client
+ Google talk? It seems to have proxy support.
+ Scatterchat/Gaim is another alternative (probably better).
+
+------------------------------------------------------
+Delivery 1:
+
+What we have: A utility that detects the drive letter of the usb disk
+
+what we need:
+
+1) A config utility that is automatically started, when the usb disk
+is mounted written using shell scripts or in C. The job of this is to
+make firefox, vidalia, polipo/privoxy and Tor happy to start.
+
+2) An install program that installs Tor, firefox, vidalia,
+polipo/privoxy, and gaim on the usb disk.
+
+Completion date: Next weekend, 22 October 2006
+
+-------------------------------------------------------
+Components
+
+######## Install
+1) Multiple language support.
+2) Target directory should reside on a usb drive.
+3) Prevent multiple versions of install running at the same time.
+4)
+
+
+####### Configuration
+1) Close firefox. Leave proxy and Tor running if they are already running.
+2)
\ No newline at end of file
Copied: torpedo/trunk/src/old/usbdrivedetect (from rev 12749, torpedo/trunk/src/usbdrivedetect)
Deleted: torpedo/trunk/src/todo
===================================================================
--- torpedo/trunk/src/todo 2007-12-11 20:27:56 UTC (rev 12760)
+++ torpedo/trunk/src/todo 2007-12-11 20:40:52 UTC (rev 12761)
@@ -1,88 +0,0 @@
-############# TOR on a stick ##############
-
-Requirements for the first version:
-- Non-dataleaking browser with SOCKS_V5
-- thin web proxy
-- Chat client.
-- software installation.
-- not expecting any USB dumping software on the host, nor expecting
-any sort of surveillance programs to be sitting there.
-- User attitude towards TOR: I don't need to know I am actually using TOR.
-on a url should open the page in the correct browser.
-
-Requirements in the longer run:
-- Directory caching.
-- move away from SOCKS5 assumption, consider capturing winsock
-requests throught sockscap or winpcap and pointing them all to TOR.
-
-
-
-
-
-Documentation
-
-Build Process
-
-Project tracking
-
-
-
-
----------------------------------------------
-To do list ( in decreasing order of priority )
-
-1) Firefox changes:
- - source baseline portable firefox.
- - list1: appropriate features
- - list2: inappropriate features and call trace examination.
- - disable list2 and iterate.
-
-2) Installation: How do we get the firefox on USB to be the one that
-is used. possible approaches:
- - study DMA access methods, look at Maximillian's DMA ipod attack code.
- - nsi
-
-3) Usability features
-- Making the browser look different from standard firefox. Torpark
-does a decent job at this, it might be an idea to borrow UI features
-from there.
-- TOR button.
-- Inputs from Peter Gutmann's defcon talk.
-- Inputs from Roger and others.
-
-4) Thin proxy:
- evaluate polipo.
-
-5) Chat client
- Google talk? It seems to have proxy support.
- Scatterchat/Gaim is another alternative (probably better).
-
-------------------------------------------------------
-Delivery 1:
-
-What we have: A utility that detects the drive letter of the usb disk
-
-what we need:
-
-1) A config utility that is automatically started, when the usb disk
-is mounted written using shell scripts or in C. The job of this is to
-make firefox, vidalia, polipo/privoxy and Tor happy to start.
-
-2) An install program that installs Tor, firefox, vidalia,
-polipo/privoxy, and gaim on the usb disk.
-
-Completion date: Next weekend, 22 October 2006
-
--------------------------------------------------------
-Components
-
-######## Install
-1) Multiple language support.
-2) Target directory should reside on a usb drive.
-3) Prevent multiple versions of install running at the same time.
-4)
-
-
-####### Configuration
-1) Close firefox. Leave proxy and Tor running if they are already running.
-2)
\ No newline at end of file