Nicolas Höft

Results 9 issues of Nicolas Höft

Allow an extra argument `ipprefix` for both ipv4 and ipv6 to pass a separate prefix, like often for IPv6 connections where one gets a main ipv6 for the router and...

If one wants to access other folders than the provided ones (like resources), the provided variables dont contain enough information to access these folders. Provide a new variable, `PACKAGE_ROOT__` pointing...

…components When a dependency of a dependency would have components, only the default name `conan_dep_dep.xconfig` would be included. However, this file was never generated, as they are in the form...

…p-base-1.28 Newer gnustep version would add a byte-order-mark on NSString:dataUsingEncoding:NSUTF32StringEncoding, use NSUTF32LittleEndianStringEncoding instead to skip the BOM. Fixes [#5416](https://bugs.sogo.nu/view.php?id=5416)

The "sn" attribute is mandatory for "inetOrgPerson" object class, so it should be written otherwise entries cannot be added and fails for example with Entry (cn=73a6-59920600-5-56454280,ou=personal,ou=addressbook,uid=alise,ou=peoples,dc=domain,dc=tld): object class 'inetOrgPerson' requires...

Using gcc ≥ 4.8 causes a lot of warnings about unused local typedefs to be emitted, eg. (there may be more): ``` include/boost/numeric/ublas/triangular.hpp:1862:46: warning: typedef ‘difference_type’ locally defined but not...

## Overview When using keepassxc with FdoSecrets enabled it became hanging ## Steps to Reproduce I'm not sure. I started the some applications requiring secrets and they timed out because...

bug
feature: Secret Service

## Summary Currently, SecretService integration exposes the same secrets for all machines. While for many applications, this works fine, this is a problem for other applications where the data is...

new feature
platform: Linux
downstream
feature: Secret Service

This is an attempt to fix the problem discussed in ticket #282179. I've added a function that is able to calculate the next sampling step for the blocking scheme, which...