openpam: Migrate from COMPAT_32BIT to generic COMPAT_libcompatSee commit 8fad2cda93c7 ("bsd.compat.mk: Provide new CPP and sub-makevariables") for the context behind this change.Reviewed by: bro
openpam: Migrate from COMPAT_32BIT to generic COMPAT_libcompatSee commit 8fad2cda93c7 ("bsd.compat.mk: Provide new CPP and sub-makevariables") for the context behind this change.Reviewed by: brooks, jhbDifferential Revision: https://reviews.freebsd.org/D40923
show more ...
Upgrade to OpenPAM Ximenia.Merge commit '5894a4142a9d5ae5f7f6bee1f46237a3d20d0b5b'
Merge upstream r948: fix race condition in openpam_ttyconv(3).
Upgrade to OpenPAM Tabebuia.
Upgrade to OpenPAM Resedacea.MFC after: 3 weeks
Restore the NULL check that was removed in upstream r913. It is notunreasonable to call pam_end() with a NULL pamh in error handling code.Reported by: rwatson
Upgrade to OpenPAM Radula.
Restore the upstream (and documented) behavior of searching for modulesboth in /usr/lib and /usr/local/lib, thus simplifying the use of modulesfrom ports, without breaking the compat32 case again.
Restore the upstream (and documented) behavior of searching for modulesboth in /usr/lib and /usr/local/lib, thus simplifying the use of modulesfrom ports, without breaking the compat32 case again.PR: 191151MFC after: 3 weeks
Apply changeset 854 from upstream openpam (by Dag-Erling Smørgrav): Silence all remaining qual-cast warnings except in the test suite.
Staticize the test plans.
Merge upstream r825: fix line continuation in whitespace
Upgrade to OpenPAM Ourouparia.
Fix incorrect error handling in PAM policy parser. [SA-14:13]
MFV (r262529): fix is_upper() predicateMFC after: 1 week
MFV (r255387): undo autoprop damageApproved by: re (glebius)
Update to OpenPAM Nummularia.
This was a good idea that never went anywhere.
MFV (r255364): move the code around in preparation for Nummularia.
Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but doesnot turn debugging on by default) and add OPENPAM_DEBUG to CFLAGS.
Merge upstream r634:646: correctly parse mixed quoted / unquoted text.
OpenPAM Micrampelis was re-rolled due to a showstopper bug.
Update to OpenPAM Micrampelis.
r234173 missed one instance of FREE(line).Noticed by: glebius@
Keep a copy of the original pointer returned by openpam_readline() sowe can free it later, instead of trying to free a pointer that pointsto the end of the buffer.Committed to head because this c
Keep a copy of the original pointer returned by openpam_readline() sowe can free it later, instead of trying to free a pointer that pointsto the end of the buffer.Committed to head because this code no longer exists upstream.Submitted by: jasone@
Merge upstream r509: don't log an error in the common case (ENOENT).
1234