[Issue 22908] New: OpenBSD: Add getpwnam_shadow and getpwuid_shadow function prototypes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 20 18:42:16 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=22908

          Issue ID: 22908
           Summary: OpenBSD: Add getpwnam_shadow and getpwuid_shadow
                    function prototypes
           Product: D
           Version: D2
          Hardware: x86
                OS: Other
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: bcallah at openbsd.org

Hi all --

OpenBSD requires non-POSIX functions getpwnam_shadow(3) and getpwuid_shadow(3)
in order to work with the shadow password file.

As these are non-POSIX, add a new core.sys.openbsd.pwd module for them.

--


More information about the Digitalmars-d-bugs mailing list