[tor-bugs] #7969 [Flashproxy]: Log whether flash proxies have opted in

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 5 15:21:40 UTC 2013


#7969: Log whether flash proxies have opted in
-------------------------+--------------------------------------------------
 Reporter:  dcf          |          Owner:  aallai      
     Type:  enhancement  |         Status:  needs_review
 Priority:  major        |      Milestone:              
Component:  Flashproxy   |        Version:              
 Keywords:               |         Parent:              
   Points:               |   Actualpoints:              
-------------------------+--------------------------------------------------
Changes (by aallai):

 * cc: alexandre.allaire@… (added)
  * status:  assigned => needs_review


Comment:

 I have an implementation at https://github.com/aallai/flashproxy.git
 branch opt-in.The proxy sends the repr() of the cookie setting to
 facilitator.cgi, which then writes a timestamp and newline to the
 appropriate text file.

 According to
 http://pubs.opengroup.org/onlinepubs/009695399/functions/pwrite.html, we
 don't need to worry about file locking for appends, as long as we don't
 run into file size limits (i.e. disk gets full).

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7969#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list