History log of /netbsd-src/lib/libpam/modules/pam_exec/pam_exec.c (Results 1 – 8 of 8)
Revision Date Author Comments
# e2fa600c 30-Oct-2021 nia <nia@NetBSD.org>

pam_exec: Convert realloc(x * y) to reallocarr.

Eliminate a now-redundant temporary variable.


# 9778b180 29-Dec-2013 christos <christos@NetBSD.org>

Fix incorrect types


# 1b695acd 03-Jan-2012 christos <christos@NetBSD.org>

avoid using %m in format.


# d7b34675 03-Feb-2011 christos <christos@NetBSD.org>

PR/44505: Mark Davies: pam_exec fails to realloc enough space, while
there add a volatile variable (From FreeBSD)


# 783ec0bc 26-Feb-2005 christos <christos@NetBSD.org>

Remove local copy of openpam_free_envlist.


# 7331ee20 26-Feb-2005 thorpej <thorpej@NetBSD.org>

Merge PAM20050226.
XXX Hack here until we import OpenPAM Feterita.


# e7d22a2e 12-Dec-2004 christos <christos@NetBSD.org>

- NetBSD build glue
- Warning fixes
- RCSID's


# 6f11bdf1 12-Dec-2004 christos <christos@NetBSD.org>

- Import freebsd's version of libpam as of today (20041212).
- Did not import opie, passwdqc, tacplus. We need to decide what to do
with them.
- Imported radius and ssh, although they will not work

- Import freebsd's version of libpam as of today (20041212).
- Did not import opie, passwdqc, tacplus. We need to decide what to do
with them.
- Imported radius and ssh, although they will not work until we
import libradius and re-structure our tree to install libssh.

show more ...