bash-3.1, Shellshock issue, specially CVE-2014-7187.

2014-11-13 Thread yutingkao23
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -$ uname output: Linux yutingkao23-desktop 2.6.32-38-generic #83-

Tab completion and ':'s

2014-11-13 Thread Vadim Berezniker
I'm working on adding tab completion to an application that deals with URLs, among other things. Since readline includes ':' as a delimiting character, it causes minor annoyances with tab-completing URLs. There's the known workaround of removing ':' from COMP_WORDBREAKS, but that requires every per

set -o notify spurious CR when jobs redirected to file

2014-11-13 Thread idallen
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKA

Re: Multiline prompt problems with long commands

2014-11-13 Thread Kamil Neczaj
Hello, Thank you very much for the hint. It looks like all my problems with bash disappeared. Kamil 2014-11-04 20:01 GMT+00:00 Chris Down : > Kamil Neczaj writes: > >> Thank you for your response! I modified this prompt couple of times, >> probably that's why it's like this. Anyway, I don't thi