Clemens Gruber

Results 4 issues of Clemens Gruber

hi, it would be nice if the user could change between sha1 and md5, should not be a big change because the net-ldap function you use, does already support it....

Feature

## Description Add an input `allowed_ipv6_cidr_blocks` to set `ipv6_cidr_blocks` in the `cidr_ingress` security group. ## Motivation and Context In the last release, the `network_type` input was introduced. As `allowed_cidr_blocks` is...

Hi, On OS X 10.10 I can only find `readv` and `writev` but not `preadv` or `pwritev`, so I substituted `preadv` with `lseek`+`readv` if `preadv` is not available, and did...

Hi, what do you think about reducing the attack surface on OS X as well (and not only on Linux with seccomp) ? There is a "sandbox facility" in OS...