Stefan Linke

Results 17 issues of Stefan Linke

Seems like there is nothing for bitbucket project endpoints yet. A complete CRUD would be nice :)

When on a contact page, and adding tags, after adding the first tag, continuously pressing enter adds "empty" tags to the UI. Seems to be introduced by a fix of...

`Content-Type` headers spanning multiple lines, like the ones uses by *PGP/MIME*, get torn apart. For example the following excerpt of an email (last lines of header + start of body):...

The usage of curl in the coveralls-writer gives a bunch of deprecation warnings when compiled against recent libcurl. It would appear some of the `CURLFORM` things have been replaced with...

### Description The `ssh_gateway_ports` is documented to accept `yes`, `no` and `'clientspecified'`, yet the latter is a string and rejected by `type: bool`. https://github.com/dev-sec/ansible-collection-hardening/blob/db2bfc91da7654283d34e1154ae564a61e0ac0ef/roles/ssh_hardening/meta/argument_specs.yml#L89C7-L94C67 Seems ansible starting with 4.x validates...

bug

**Describe the Feature Request** Include ninja build system in the `cimg/android ` variants. **Is your feature request related to a particular problem?** There's some packages switching from cmake to ninja...

enhancement

Add an importer to the `bitbucket_project` resource. Fixes #68

documentation
size/XS

Would be nice if the `bitbucket_project` resource would support importing.

Adding a note about the credentials being possibly configured via environment variables as well. Second commit also includes two typo fixes.

size/XS

Custom `socketClientFlags` with the `STREAM_CLIENT_PERSISTENT` flag set will not work with `useSsl => true`, due to attempting to re-enable encryption when it is already active. ~Could probably check for the...