Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (4d)  pkgsrc-2023Q4 (78d)  pkgsrc-2023Q2 (110d) 

2024-06-17 18:58:50 UTC Now

2008-02-18 16:48:12 UTC MAIN commitmail json YAML

Update security/openpam to openpam-20071221 (Hydrangea).  Changes from
version 20050616 (Figwort) include:

- ENHANCE: API function arguments are now const where appropriate, to
  match corresponding changes in the Solaris PAM and Linux-PAM APIs.

- ENHANCE: corrected a number of C namespace violations.

- ENHANCE: the module cache has been removed, allowing long-lived
  applications to pick up module changes.  This also allows multiple
  threads to use PAM simultaneously (as long as they use separate PAM
  contexts), since the module cache was the only part of OpenPAM that
  was not thread-safe.

(jlam)