Make syslog history configurable

2017-01-25 Thread Siteshwar Vashisht
Hello, Bash history is logged to syslog if SYSLOG_HISTORY macro is defined in config-top.h. There is no option to enable/disable it at runtime. I am adding a shell option 'syshist' that can be used to configure logging bash history to syslog at runtime. -- -- Siteshwar Vashisht From c6ec0d75

Re: Make syslog history configurable

2017-01-25 Thread Chet Ramey
On 1/25/17 7:39 AM, Siteshwar Vashisht wrote: > Hello, > > Bash history is logged to syslog if SYSLOG_HISTORY macro is defined in > config-top.h. There is no option to enable/disable it at runtime. I am adding > a shell option 'syshist' that can be used to configure logging bash history > to sy

Re: Make syslog history configurable

2017-01-25 Thread Siteshwar Vashisht
- Original Message - > From: "Siteshwar Vashisht" > To: bug-bash@gnu.org > Sent: Wednesday, January 25, 2017 1:39:12 PM > Subject: Make syslog history configurable > > Hello, > > Bash history is logged to syslog if SYSLOG_HISTORY macro is defined in > config-top.h. There is no option t

Re: null pointer deref, segfault

2017-01-25 Thread L A Walsh
Andreas Schwab wrote: On Jan 24 2017, "Brian 'geeknik' Carpenter" wrote: <<$(()())|>_[$($(<<0)) crashes bash on Debian, Red Hat, FreeBSD, etc. Worksforme with bash 4.4. --- I duplicated it under bash 4.3.42, but not under 4.4.5. -l