Page MenuHomeFreeBSD

cherry pick openpam update
AbandonedPublic

Authored by emaste on Feb 8 2021, 1:35 AM.
Tags
None
Referenced Files
F132241311: D28528.id.diff
Wed, Oct 15, 2:52 AM
F132241310: D28528.id83518.diff
Wed, Oct 15, 2:52 AM
F132201261: D28528.diff
Tue, Oct 14, 5:50 PM
Unknown Object (File)
Sep 8 2025, 7:41 PM
Unknown Object (File)
Sep 6 2025, 7:00 PM
Unknown Object (File)
Jul 27 2025, 6:37 AM
Unknown Object (File)
Jul 22 2025, 10:16 AM
Unknown Object (File)
Jul 1 2025, 10:32 PM
Subscribers
None

Details

Summary
commit 893e4865617e4c1a8b8db734a1418bde61d19592 (HEAD -> stable/12)
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
Date:   Mon Feb 25 18:41:16 2019 +0000

    Upgrade to OpenPAM Tabebuia.
    
    (cherry picked from commit 23d17223345108c52b96dcc5d7e6dab29e95f3e9)

via git cherry-pick -m 1 -x 23d17223345108c52b96dcc5d7e6dab29e95f3e9
PR 235903

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Feb 8 2021, 1:35 AM
emaste created this revision.

No objection in principle, but the diff is basically unreviewable as-is for me; it's like 90% autoconf generated shell.

In D28528#638545, @cem wrote:

No objection in principle, but the diff is basically unreviewable as-is for me; it's like 90% autoconf generated shell.

Indeed; I believe the only substantive change is in pam_getenv.c (and the addition of the test files).

It would be nice if autoconf used the @generated convention.