History log of /dflybsd-src/contrib/openpam/include/security/pam_appl.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 7031abe4 07-Jul-2018 Sascha Wildner <saw@online.de>

Merge branch 'vendor/OPENPAM'


# 10b5fe87 07-Jul-2018 Sascha Wildner <saw@online.de>

Import OpenPAM Resedacea.

See HISTORY for the details.


# 6329e2f6 22-Jan-2018 Sascha Wildner <saw@online.de>

Fix gcc80 -Wnonnull-compare.

For arguments that are checked against NULL in the function, we don't
want a nonnull attribute, because that will cause the NULL check to be
optimized away in higher -O

Fix gcc80 -Wnonnull-compare.

For arguments that are checked against NULL in the function, we don't
want a nonnull attribute, because that will cause the NULL check to be
optimized away in higher -O levels and it will also trigger a
-Wnonnull-compare warning.

See also 0f037c78525bfb7df49de8338826e15137859b1d commit message.

show more ...


# a474e9fe 23-Dec-2011 Peter Avalos <pavalos@dragonflybsd.org>

Import OpenPAM Lycopsida.

This also includes changeset 509 to prevent a logged error message if
the file doesn't exist in openpam_check_owner_perms.c.


# f23594ce 18-Dec-2008 Hasso Tepper <hasso@estpak.ee>

Import OpenPAM Hydrangea.


# ade90846 08-Jul-2005 Joerg Sonnenberger <joerg@dragonflybsd.org>

Import OpenPAM Figwort.