blackbit42

Results 14 issues of blackbit42

## Feature description weechat masks the password with asterisk when you authenticate with `/msg NickServ IDENTIFY yadayada`, as you type / paste. That is a very useful feature. Providing the...

feature

I have a use-case for pick where i want to display say items 1..8, but two of them, 3 and 6 are not viable options, but 'known' to the underlying...

help wanted
feature-request

Hi I am on Debian 11/amd64 with gr-gsm installed via apt. kalibrate-rtl works as expected. grgsm_scanner seems to be stuck in a loop. Or is this behavior expected? At any...

I want to use a LCS device for SNA communication and set a particular MAC address. ``` 0E42 LCS -e SNA -m 02:00:00:23:43:01 tap2 ``` Unfortunately, that leads to: ```...

(Unknown)

Let's assume this configuration: ``` dynamips \ -i R1 \ -X \ -T 1024 \ --idle-pc=0x6062dbb8 \ -p 0:C7200-IO-FE \ -s 0:0:tap:tap1 \ -p 1:PA-FE-TX \ -s 1:0:tap:tap3 \ c7200-adventerprisek9-mz.152-4.M11.image...

I experience a segfault with pynetfilter_conntrack, reproducible with: ```sh $ python -c "import pynetfilter_conntrack; pynetfilter_conntrack.Conntrack()" ``` Since issue #4 is specific regarding the call to catch() I believe this is...

pynetfilter_conntrack can be installed with pip3. ```sh $ sudo pip3 install pynetfilter_conntrack Collecting pynetfilter_conntrack Installing collected packages: pynetfilter-conntrack Successfully installed pynetfilter-conntrack-0.7 $ ``` The installed files are identical to what...

Hi @jquast Have you ever looked at TN3270? Could you imagine to add support for it? Relevant RFCs are: TN3270 Current Practices https://datatracker.ietf.org/doc/html/rfc1576 Jan 1994 TN3270 Extensions for LUname and...

enhancement
question
wontfix

This is a feature request to add support for [Vital Product Data](https://en.wikipedia.org/wiki/Vital_Product_Data) tables for the INQUIRY OpCode. The Linux tool `sg_vpd` can be used to validate correct function.

The IBM AS/400 relies on non-standard OpCodes SKIP READ and SKIP WRITE, which are partially documented in [SCSI Command Reference - 2105 Models E10, E20, F10, and F20](http://ps-2.kev009.com/rs6000/manuals/SAN/ESS/2105_Model_ExxFxx/ESS_SCSI_Command_Reference_ExxFxx_SC26-7297-01.PDFl). This is...