Christian Rebischke

Results 134 comments of Christian Rebischke

In case you want to test it out: Here is a main.go file with all structs and regexes: https://paste.xinu.at/1UJMr2/ And here are some test files that I have used: https://paste.xinu.at/m-RrpVpb/

Current Status: * fixed multiple bugs * Wrote a testing file Todo: * Comments, comments, comments.... * More Testcases * Maybe a cleanup of the parse_cifs.go file.. the current for...

Ok I have worked on the tests, added some comments and added the cifs part to the `fs.go` file. Anything else to do?

Looks like the `Samba` team has dropped `SMBv1`: https://github.com/samba-team/samba/blob/59cca4c5d699be80b4ed22b40d8914787415c507/WHATSNEW.txt This leads to a question in my head. Do we want still want to support `smbv1` for the parser? If we...

Hi, I've thought I am going to revive this thread, because I have finally time to work a bit on this issue. As mentioned in the PR, I have developed...

Hi, I made a proof of concept exporter with the related multiline regex: https://github.com/shibumi/cifs-exporter You can have a look over it and decide if this is the functionality you would...

I have the same problem.. would be cool to have a solution for this.. the white background in PDFs is annoying (although the PDF should be transparent)..

I don't know if an implementation in CEL is really that useful. I spotted two major vendors with webhook signatures so far: * PagerDuty: https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTkz-verifying-signatures * Datatrans (a big swiss...

pinentry is a small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner. There are versions for the common GTK and Qt...

@l4l you can test it without a yubikey as well. Just install Gnupg and set the following in your `gpg-agent.conf` file located in `$HOME/.gnupg/gpg-agent.conf`: ``` allow-loopback-pinentry pinentry-program /usr/bin/ max-cache-ttl 60480000...