Bug 22908 – OpenBSD: Add getpwnam_shadow and getpwuid_shadow function prototypes
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
x86
OS
Other
Creation time
2022-03-20T18:42:16Z
Last change time
2022-04-01T11:02:27Z
Keywords
pull
Assigned to
No Owner
Creator
Brian Callahan
Comments
Comment #0 by bcallah — 2022-03-20T18:42:16Z
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.
Comment #1 by dlang-bot — 2022-03-20T18:44:49Z
@ibara created dlang/druntime pull request #3781 "Add core.sys.openbsd.pwd module." fixing this issue:
- Add core.sys.openbsd.pwd module.
Fix Issue 22908 - OpenBSD: Add getpwnam_shadow and getpwuid_shadow function prototypes
https://github.com/dlang/druntime/pull/3781
Comment #2 by dlang-bot — 2022-03-20T22:59:52Z
dlang/druntime pull request #3781 "Add core.sys.openbsd.pwd module." was merged into stable:
- 9f2cd4de8ad53a8acc5471fa023b23dceb93977b by Brian Callahan:
Add core.sys.openbsd.pwd module.
Fix Issue 22908 - OpenBSD: Add getpwnam_shadow and getpwuid_shadow function prototypes
https://github.com/dlang/druntime/pull/3781
Comment #3 by dlang-bot — 2022-04-01T11:02:27Z
dlang/druntime pull request #3793 "merge stable" was merged into master:
- 2f2a68e2de870fd15ddcf45e37f18d7c941957e6 by Brian Callahan:
Add core.sys.openbsd.pwd module.
Fix Issue 22908 - OpenBSD: Add getpwnam_shadow and getpwuid_shadow function prototypes
https://github.com/dlang/druntime/pull/3793