Benjamin Collet

Results 8 issues of Benjamin Collet

Hi, In `carddav_addressbook.php` when calling the `carddav_add` function from the `carddav_addressbook_sync` function, `false` is passed as the second parameter. However the `!==` operator is used in `carddav_addressbook_sync` to check this...

This change allow the use of the `protect:` keyword in [Juniper configurations](https://www.juniper.net/techpubs/en_US/junos13.3/topics/task/configuration/junos-cli-configuration-protecting.html). It has no impact on the configuration meaning, it forbids any modification within the protected block.

If a network is split in smaller subnets, but has a DHCP range larger than the smaller subnets it covers, it is not possible to edit or delete it any...

bug

It would be very convenient, in terms of administration and security, to be able to see all ACL defined for a specific network (groups allowed to manage the network and...

Hi, I believe the only option Netmagis allows to have multiple names pointing towards the same host is by creating CNAME records, however in some cases this is not suitable...

feature

ncclient directly tries to [load SSH private keys depending on their type](https://github.com/ncclient/ncclient/blob/652ef67b266df0ee02bbbbc4cc6eb09ca01f4878/ncclient/transport/ssh.py#L408-L419), circumventing Paramiko's [SSH certificate detection](https://github.com/paramiko/paramiko/blob/23f92003898b060df0e2b8b1d889455264e63a3e/paramiko/pkey.py#L151-L162) (and [loading](https://github.com/paramiko/paramiko/blob/23f92003898b060df0e2b8b1d889455264e63a3e/paramiko/pkey.py#L196-L198)). This PR offers to call Paramiko's PKey class for loading public...

ncclient directly tries to [load SSH private keys depending on their type](https://github.com/ncclient/ncclient/blob/652ef67b266df0ee02bbbbc4cc6eb09ca01f4878/ncclient/transport/ssh.py#L408-L419), circumventing Paramiko's [SSH certificate detection](https://github.com/paramiko/paramiko/blob/23f92003898b060df0e2b8b1d889455264e63a3e/paramiko/pkey.py#L151-L162) (and [loading](https://github.com/paramiko/paramiko/blob/23f92003898b060df0e2b8b1d889455264e63a3e/paramiko/pkey.py#L196-L198)). The following PR offers to address this issue: #600

[ncclient v0.7.0](https://github.com/ncclient/ncclient/releases/tag/v0.7.0) added support to allow supplementing a public key found in an SSH agent with certificate data, if present. This is useful for certificate authentication when the key material...

Type: Enhancement