]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update for API changes in OpenSSH 6.8p1.
authorjhb <jhb@FreeBSD.org>
Wed, 20 Jan 2016 00:26:50 +0000 (00:26 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 20 Jan 2016 00:26:50 +0000 (00:26 +0000)
commit2618e605ee40ed809d86c0504a12725f016c5981
treee31d87bfdc3662d813c613ea6dbe48251d15c6ef
parentaae5878eb3bca3067b218dc570c2bfcd310b3c02
Update for API changes in OpenSSH 6.8p1.

First, the authfd API now uses a direct file descriptor for the control
socket instead of a more abstract AuthenticationConnection structure.
Second, the functions now consistently return an error value.

Reviewed by: bdrewery
lib/libpam/modules/pam_ssh/pam_ssh.c