Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libpam/modules/pam_ssh



Module Name:    src
Committed By:   kre
Date:           Sun Oct 12 08:58:13 UTC 2025

Modified Files:
        src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
Adapt call of ssh_add_identity_constrained() after openssh update

Note, this commit log entry belongs to the previous commit (1.31)
and is to fix my screwup in the previous commit,   Apologies all.

With the recent openssh update, ssh_add_identity_constrained() has had
its "maxsign" parameter removed.  Adapt the mapping macro from
ssh_add_identity() -> ssh_add_identity_constrained() to cope.

While here, change the octal 0 (00) that was being passed to as the
final (size_t) arg to be a nice simple decimal 0 instead.

This should fix the current build breakage.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index