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, Jul 27, 2:55 PM
Unknown Object (File)
Sun, Jul 26, 3:42 PM
Unknown Object (File)
Wed, Jul 22, 6:08 PM
Unknown Object (File)
Tue, Jul 21, 12:08 PM
Unknown Object (File)
Mon, Jul 20, 12:53 AM
Unknown Object (File)
Jun 18 2026, 4:58 PM
Unknown Object (File)
Jun 15 2026, 2:03 AM
Unknown Object (File)
Jun 14 2026, 4:02 AM
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.