Kjell Braden

Results 10 issues of Kjell Braden

We'd like to be able to filter packets on vlan 0xAAA coming from ip 127.127.127.127 as well as on vlan 0xBBB coming from 247.247.247.247. We use the following filter expression:...

feature request
BPF related
VLAN

I recently needed to search for any occurrence of a sequence of bytes in a large file, so I built an iterator for matches in a file. Would you consider...

The admin manual suggests to use `fastcgi_request_buffering off` for nginx configurations. However, this breaks in situations where the Content-Length header is not set (e.g. streaming upload on WebDAV, like DAVx⁵...

enhancement
manual: admin
feature: dav
feature: install and update

Nextcloud backup didn't work, so I gave Davx5 a try. This is reproducibly failing to backup the AirBnb app. Logcat when the failure occurs: ``` 01-15 11:21:43.630 10874 10889 I...

bug
needs info

Decided to move the #[xml()] attribute conflict handling to after the parsing because it seemed me that it makes more sense there but in the end it doesn't make a...

I'm parsing AUTOSAR XML files that often [wrap repeating elements in a container element](https://github.com/eerimoq/cantools/blob/871581b57785fdbd79c118878f9b9c148984963c/tests/files/arxml/system-4.2.arxml#L345-L362). To parse this, I need many constructs like this: ```rust #[derive(XmlRead, Debug, Clone)] #[xml(tag = "COMPU-INTERNAL-TO-PHYS")]...

This is a sample pdf file: [sample_encrypted.pdf](https://github.com/daita/files_fulltextsearch_tesseract/files/6237025/sample_encrypted.pdf) It was obtained with: ``` $ wget https://classics.berkeley.edu/sites/default/files/2020-01/sample.pdf $ pdftk sample.pdf output sample_encrypted.pdf owner_pw xyz user_pw abc ``` If you place this in...

### Steps to reproduce 1. Click `Add Security Key` ### Expected behaviour Security Key Enrollment starts ### Actual behaviour Nextcloud says ` Please use your security key to authorize. `...

bug
0. Needs triage