Pawel Jakub Dawidek

Results 7 issues of Pawel Jakub Dawidek

On systems where getaddrinfo(3) supports AF_LOCAL family allow ssh(1) to connect through UNIX domain sockets. This is useful in combination with connections forwarding over UNIX domain sockets. Let's say I...

The support includes: - Multiple prompts and responses within a single SSH_MSG_USERAUTH_INFO_REQUEST. - Multiple SSH_MSG_USERAUTH_INFO_REQUEST / SSH_MSG_USERAUTH_INFO_RESPONSE exchanges. - Echo-enabled prompts. This change should allow guacamole to authenticate guacamole against...

### Motivation and Context Block Cloning allows to clone a file (or a subset of its blocks) into another (or the same) file by just creating additional references to the...

Status: Code Review Needed

The zfs_log_clone_range() function is never called from the zfs_clone_range_replay() function, so I assumed it is safe to assert that zil_replaying() is never TRUE here. It turns out zil_replaying() also returns...

Block cloning is now possible between two encrypted datasets that share the same encryption root. ### Motivation and Context ### Description ### How Has This Been Tested? ### Types of...

Status: Code Review Needed

Fix similar to commit 5104db7. https://github.com/openssh/openssh-portable/commit/5104db7cbd6cdd9c5971f4358e74414862fc1022 Obtained from: Fudo Security

Introduce six new properties: limit_{bw,op}_{read,write,total}. The limit_bw_* properties limit the read, write, or combined bandwidth, respectively, that a dataset and its descendants can consume. Limits are applied to both file...