Re: Patching a SSH 'Weakness'

2008-09-12 Thread Toni Spets
The problem OP mentions relates to passwords typed within the session e.g. su, sudo, ssh to another host, ... Wait, how do you know someone is typing a password inside the session and not just writing a text file or typing arbitrary commands? -- Toni Spets

Re: Patching a SSH 'Weakness'

2008-09-13 Thread Toni Spets
ry session for example in an IRC shell where most people do that first? Could it be used with lots of data to crack open future sessions? -- Toni Spets

Re: How to find memory leak in library/OS?

2006-03-30 Thread Toni Spets
functions made those allocations? > > http://valgrind.org/ Seems Linux only but it's helpful if you can use your application in Linux. - Toni Spets