[tor-dev] Anybody from Tor wants to participate at the pluggable transport meeting?

2017-09-21 Thread vmon
ports.info/spec/ and then release it. The rest of the meeting will be focusing on PT implementation." Cheers, vmon ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] Which network simulator are you using/suggesting for testing Tor

2017-05-11 Thread vmon
wondering if anyone has a better suggestion. Thanks a lot for your help, vmon ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Re: [tor-dev] :(

2014-07-14 Thread vmon
nd ceilling of (MAX - count)/no of circ) circuit_reopen_downstreams(this); If you start many ST clients though that won't be effective and you are basically ddosing the server. vmon Noah Rahman writes: > 7477.6308 [debug] http_server_JS_transmit: SERVER found the applicable >

[tor-dev] [GSoC Stegotorus] server segfault

2014-05-27 Thread vmon
n payload info file. " For http_apache you either need to run apache on your server or give another http server as the cover_server option in the command line. Let's not go there yet. If http steg works, we should be happy with this step. Thanks for the progress and the commit, vmon

Re: [tor-dev] Stegotorus Challenge - Inheriting from FileStegMod

2014-04-07 Thread vmon
apacity_function = JPGSteg::static_capacity; //Temp measure, later we don't need to do such acrobat Also please look at my comment on the proposal. Bon courage, vmon Noah Rahman writes: > result of running git format-patch origin/tor-improve --stdout > swfsteg.patch > > On 4/6/

Re: [tor-dev] Stegotorus Challenge - Inheriting from FileStegMod

2014-04-06 Thread vmon
't a big deal. Also please take a look at: doc/writing_new_file_steg_mod_for_http_steg.txt Best of luck, vmon Noah Rahman writes: > Have finished everything I think I need, trying now to compile a patch > for SWF. Will start on JS once that is socked away. A few questions > though

Re: [tor-dev] Stegotorus Challenge - Inheriting from FileStegMod

2014-04-04 Thread vmon
s_capacity all I what say will sound less gibberish to you. Good luck et bon courage, vmon Noah Rahman writes: > Laying over in Tokyo enroute to bkk, had a look at all the modules and > will start on the JS one on the plane. I have 24 hours in bkk so > should be able to convert the

Re: [tor-dev] Moving ownership to TheTorProject

2014-04-04 Thread vmon
we want to move stegotorus dev to tor git, I can take care of the move if I'm given access to git.torproject.org:/stegotorus. I think either Roger or Zack needs to make a signed ticket for change of owner/write access assigned to weasel, Sebstian or Erinn. I have write access to git.torproject

Re: [tor-dev] StegoTorus gsoc2014

2014-03-27 Thread vmon
ress the open tasks, however you need to show in your proposal that you understood the tasks and you have some idea about how to resolve them. Best of luck, vmon AMIN SLEIMI writes: > Hi vmon, > >I would like to thank you for your comment and I apologize for the > delay. For my per

Re: [tor-dev] Stegotorus tickets

2014-03-27 Thread vmon
o your task together, schedule a meeting time using Google calendar: vmonmoonsh...@gmail.com And we can discuss it on #tor-...@irc.oftc.net Good luck, vmon Noah Rahman writes: > In the interim, I'll start looking at 8090, 8098, 8096 for the > challenge period. I presume the security facto

Re: [tor-dev] Stegotorus - google unit tests

2014-03-25 Thread vmon
adache: https://googletest.googlecode.com/files/gtest-1.7.0.zip Keep the good work going! vmon Noah Rahman writes: > after fixing the local branch and having to remove -Werror by hand > from the makefile yet again...maybe I am missing something else in the > unit tests? I checked git branch -

Re: [tor-dev] Stegotorus - DELETE_METHOD

2014-03-24 Thread vmon
config.h: #define DELETE_METHOD = delete Could you please verify that and if not re-run the autoreconf, you might also want to share your automake and gcc version with me. You also might want to send me config.log for further investigation. Wish you all the best with your stegotorus

Re: [tor-dev] Stegotorus - lisboost problem

2014-03-23 Thread vmon
ks for your efforts and let me know if you managed to pass this barrier. Best of luck, vmon Noah Rahman writes: > The configure file cant seem to digest libboost (on ubuntu). i > installed 1.53-all-dev in /usr/lib/x86_64-linux-gnu/ and then took > that out and installed 1.54-all-dev i

Re: [tor-dev] Development of an HTTP PT

2013-11-25 Thread vmon
f you want to go extremely ambitious then something like Infarnet is the answer but with that channel capacity I highly doubt if you can even get a tor circuit bootstrapped. Let me know if you are interested to work together on this. Cheers, vmon Kevin P Dyer writes: > Hi dardok, > > T

[tor-dev] Pluggable transport weekly meeting

2013-09-06 Thread Vmon
I sent this email quite a while ago and I was surprised that nobody was interested/replied. Today I found out that I had sent it to a wrong address. But here we are, so I'm sending it again. So please reply so we can kick this off soon. Thanks, Vmon -- Forwarded message --

Re: [tor-dev] [Stegotorus] Fundamental problem with ack/retransmission mechanism

2013-06-23 Thread Vmon
fortunately ssh was blacklisted before the election and I didn't have access to my box to run the tests): connection:dn/up (mbps) No proxy: 2.09/2.08 Psiphon: 0.76/0.2 StegoTorus nosteg: 2.04/0.46* StegoTorus http: 0.17/0.07 Thanks, Vmon *

Re: [tor-dev] [Stegotorus] Fundamental problem with ack/retransmission mechanism

2013-06-18 Thread Vmon
full-fledged ack mechanism. That will save lots of traffic instead of blindly retransmitting big packets all the time. Thanks for helping me with this. Best, Vmon Zack Weinberg writes: > On Thu, Apr 18, 2013 at 5:08 PM, wrote: >> Zack Weinberg writes: >>>and the retrans

[tor-dev] [GSoC] [Stegotorus] Code submission and more curl

2012-09-10 Thread vmon
l don't see the problem. If you do exactly that, and don't use >he DECLARE macros for http_apache_steg, what breaks? If I don't use the DECLARE then I can't specify http_apache as the steg protocol in the command line . Best, vmon _

Re: [tor-dev] [Stegotorus] Fake bug, boost, DECLARE, etc

2012-08-31 Thread vmon
mous namespace so I couldn't inherit another structure from it in another file, so I had have http_steg not in its own namespace. So your call, if it is OK, is OK, if not we can get rid of the DECLARE. Cheers, vmon ___ tor-dev mailing list tor-de

[tor-dev] [GSoC] [Stegotorus] Pencil down

2012-08-20 Thread vmon
p proxy. So, I think stegotorus still have problem with EOF management. You might want to look at it when you have time. Happy moving! vmon ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] [GSoC] [Stegotorus] Recent activities

2012-08-19 Thread vmon
done with the evaluation, I'll go back to unit testing. Thanks for your help. Cheers, vmon ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] [Stegotorus] Strange comparison in chop_circuit_t::send_targeted(conn, blocksize)

2012-08-10 Thread vmon
l data to be sent in // this direction; mark it as such op = op_FIN; Please tell me what you think and if the second chunk is the correct replacement? Bests, vmon ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] [Stegotorus] chop server to client handshake and the url dictionary

2012-07-31 Thread vmon
e then, it will process the packet differntly rather than just write its content in upstream event buffer. For now I suppose that the client has the list and write the code from that point till you give me more info. Cheers, vmon ___ tor-dev maili

[tor-dev] [GSoC] Stegotorus

2012-07-31 Thread vmon
client, url dictionary. This needs to manipulate the program in level of Chop protocol. I spent few days to add this capability where chop send a reply handshake to the client (based what is in the paper) I haven't find it yet. Time to ask my mentor. Cheers,

[tor-dev] [GSoc] [Stegotorus] Progress report

2012-07-16 Thread vmon
Hello everybody, Quick update on the progress of apache payload class for stegotorus: - https://github.com/vmon/payload_scraper/ is working now, checking apache document root dir, find all files usable as payload, compute their capacity and store them in a database. For now, I'm

[tor-dev] [GSoC] Stegotorus status update

2012-07-02 Thread vmon
ly from the disk and fails. So I shared that with Zack as well, and we'll discuss the possible solutions. Although, the new apache payload system won't have that problem. Hopefully in two weeks we will have the apache payload in semi-funct

[tor-dev] [GSoC] Status update - Stegotorus

2012-06-17 Thread vmon
. Sorry for the long update. It was like a 6 week report. Next one will be much shorter. Stay tuned and enjoy the June! vmon 1. https://github.com/vmon/stegotorus/commit/2f3932c433f743fd8bee54fffb75e565a8d2a9f7 2. https://github.com/vmon/stegotorus/commit/9267db9d5d6d2c3ea959d30e1b84340123919892

[tor-dev] GSoC Intro: Stegotorus

2012-06-04 Thread vmon
Hello Tor-devers, It is a beautiful spring/summer day and this is vmon. I m going spend my summer with you guys. You might think that I m a bit off schedule with such a late GSoCc intro, but till 2 days ago I didn't know what I was going to do this summer for tor, so I couldn't write m