Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie Erik Falor
On 02/12/2007, Yakov Lerner [EMAIL PROTECTED] wrote: Maybe a patch to add getpid() function to vimscript is not bad idea ? Even without relation to Charles ciphering troubles. I second Yakov's idea. -- Registered Linux User #445632 http://counter.li.org

Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie Erik Falor
On 03/12/2007, Matt Wozniski [EMAIL PROTECTED] wrote: 3. This entire discussion seems to basically be a moot point since any cracker worth his salt would just be sniffing the network... FTP transmits passwords in plaintext; security in how netrw handles the passwords seems to be

Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie thomas
since the cracker will only need to get two values from vim's memory instead of one. Am I missing something? This assumes an attack that is specifically targeted at an individual vim user using a specific version of the netrw plugin. This isn't the most likely scenario though. (Depending on

Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie Charles E. Campbell, Jr.
Matt Wozniski wrote: Fixing that to use a script-local variable would definitely be a worthwhile change that should be made ASAP, though it still wouldn't protect you from plaintext passwords being in your core files. Yes, I've done that for v116g. While we're at it, what is a reasonable

Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie Matt Wozniski
On Dec 3, 2007 2:05 PM, Charles E. Campbell, Jr. wrote: Matt Wozniski wrote: Fixing that to use a script-local variable would definitely be a worthwhile change that should be made ASAP, though it still wouldn't protect you from plaintext passwords being in your core files. Yes, I've done

Taglist plugin gives errors when switching tabs

2007-12-03 Fir de Conversatie Nico Weber
Hi, I'm using the Taglist plugin version 4.5. If I open a taglist window with `:Tlist` in one tab, switch to another tab and back again, I get Error detected while processing function SNR17_Tlist_Refresh_Folds: line 24: E16: invalid range: 67,145fold Nico

Patch 7.1.167

2007-12-03 Fir de Conversatie Bram Moolenaar
Patch 7.1.167 Problem:Xxd crashes when using xxd -b -c 110. (Debian bug 452789) Solution: Allocate more memory. Fix check for maximum number of columns. Files: src/xxd/xxd.c *** ../vim-7.1.166/src/xxd/xxd.cThu May 10 19:07:42 2007 --- src/xxd/xxd.c Thu Nov 29 21:05:16

Patch 7.1.168 (extra)

2007-12-03 Fir de Conversatie Bram Moolenaar
Patch 7.1.168 (extra) Problem:Win32 GUI: Since patch 7.1.095, when the Vim window does not have focus, clicking in it doesn't position the cursor. (Juergen Kraemer) Solution: Don't reset s_button_pending just after receiving focus. Files: src/gui_w48.c ***

Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie Charles E. Campbell, Jr.
Matt Wozniski wrote: On Dec 3, 2007 2:05 PM, Charles E. Campbell, Jr. wrote: Assuming that I have an encrypt/decrypt function pair, the pid could be used as a single-session p/w that would be transparent to the user. I don't see any point in saving a ftp password but requiring the user to

Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie Erik Falor
That's good unless your /proc/sys/kernel/core_pattern contains %p, or /proc/sys/kernel/core_uses_pid == 1 On 03/12/2007, Charles E. Campbell, Jr. [EMAIL PROTECTED] wrote: Matt Wozniski wrote: On Dec 3, 2007 2:05 PM, Charles E. Campbell, Jr. wrote: Assuming that I have an encrypt/decrypt

Re: encrypt/decrypt functions for a session

2007-12-03 Fir de Conversatie Tony Mechelynck
Charles E. Campbell, Jr. wrote: Matt Wozniski wrote: Fixing that to use a script-local variable would definitely be a worthwhile change that should be made ASAP, though it still wouldn't protect you from plaintext passwords being in your core files. Yes, I've done that for v116g.

Re: Patch 7.1.168 (extra)

2007-12-03 Fir de Conversatie [EMAIL PROTECTED]
Hello Bram, On 3 Dez., 22:20, Bram Moolenaar [EMAIL PROTECTED] wrote: Patch 7.1.168 (extra) Problem:Win32 GUI: Since patch 7.1.095, when the Vim window does not have focus, clicking in it doesn't position the cursor. (Juergen Kraemer) Solution: Don't reset