Page MenuHomeFreeBSD

cherry pick openpam update
AbandonedPublic

Authored by emaste on Feb 8 2021, 1:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 27, 12:09 AM
Unknown Object (File)
Nov 16 2024, 12:27 PM
Unknown Object (File)
Nov 15 2024, 5:40 AM
Unknown Object (File)
Nov 11 2024, 3:02 PM
Unknown Object (File)
Nov 11 2024, 8:40 AM
Unknown Object (File)
Nov 11 2024, 4:21 AM
Unknown Object (File)
Nov 10 2024, 11:52 PM
Unknown Object (File)
Nov 10 2024, 9:58 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.