Re: [Twisted-Python] Twisted Conch SSH timeout

2009-02-02 Thread Paul Swartz
x27;m not sure > where to add that functionality. It's probably hanging because you're not handling connectionLost() in the Channel or the Transport. One of those should get called when the connection stops (including via TCP timeout). -p -- Paul Swartz paulswartz at gmail dot

Re: [Twisted-Python] Twisted Conch SSH timeout

2009-02-04 Thread Paul Swartz
ause the connection went away' HTH, -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted Sprint in February

2009-02-21 Thread Paul Swartz
ometimes the sprint has been known to wander off for lunch and leave > latecomers literally out in the cold. I'll be there, time depending on when I wake up Sunday morning. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin

Re: [Twisted-Python] Twisted developers: please donate your time!

2009-03-03 Thread Paul Swartz
d, but I will commit to spending the >>> equivalent of two working weeks as a general review monkey over the >>> next year.  Is that the sort of thing you wanted to hear? >> >> Yes - thanks to you and all thee rest of the peo

Re: [Twisted-Python] Twisted conch - ssh question

2009-03-31 Thread Paul Swartz
n the remote server: `true`, `false`, and `cat`. sshsimpleserver.py doesn't accept commands: a shell opened up will server as a simple echo server. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin ___ T

Re: [Twisted-Python] Twisted conch - ssh question

2009-03-31 Thread Paul Swartz
#x27;shell', '', wantReply=True) HTH, -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Conch Checkers Help

2009-05-14 Thread Paul Swartz
sswordDatabase. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Possible Twisted sprint

2009-07-09 Thread Paul Swartz
aking it to an end-of-September sprint? If it's before mid-October, I can only make it for Wednesday-Friday. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin ___ Twisted-Python mailing list Twisted-Python@twistedmat

Re: [Twisted-Python] Twisted words: Oscar

2009-07-20 Thread Paul Swartz
networking you're doing. You don't need to have a callback for sendMessage. Just don't pass the wantAck kwarg to the method, and you won't get a Deferred back. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin

Re: [Twisted-Python] SFTP 2.

2009-08-24 Thread Paul Swartz
iletransfer, which implements both client/server ends of the SFTP protocol. I think some people on the list have examples of using it in production; otherwise I'd look at the unittests. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin ___

Re: [Twisted-Python] Boston Twisted Sprint

2009-09-22 Thread Paul Swartz
h on? > 2. regardless of 1, if you believe that the sprint should be delayed until > funding/better location/more notice/whatever has a chance to happen I don't have a strong preference about this. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin

Re: [Twisted-Python] getPeer() inside conch

2009-10-02 Thread Paul Swartz
p :).  Looks like that is pretty clearly a bug, though. You're correct; it's bug http://twistedmatrix.com/trac/ticket/2997 There's also http://twistedmatrix.com/trac/ticket/2453 for adding getHost()/getPeer() to SSHSessionProcessProtocol. A patch should probably be against branches

Re: [Twisted-Python] (conch) credentials.signature always None?

2011-01-19 Thread Paul Swartz
ure.Failure(ValidPublicKey())' code is how the server tells the client it's a valid key, but needs to prove it also has the public key. -p -- Paul Swartz paulswartz at gmail dot com http://paulswartz.net/ AIM: z3penguin ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Buildbot for PyCrypto 2.6?

2012-07-08 Thread Paul Swartz
Per http://tm.tl/5700, newer versions of PyCrypto fail the current test cases. At the moment, all the buildbots are running PyCrypto 2.5. Can we upgrade one of them, or start a new buildbox, to test against the newer version? thanks, -p -- Paul Swartz paulswartz at gmail dot com http