<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/PAM/PLIST, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-04-12T22:42:57Z</updated>
<entry>
<title>Convert to use PLIST_VARS instead of manually passing "@comment "</title>
<updated>2008-04-12T22:42:57Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-12T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84db467ec7c8386066718011f8d47775d5608811'/>
<id>urn:sha1:84db467ec7c8386066718011f8d47775d5608811</id>
<content type='text'>
through PLIST_SUBST to the plist module.
</content>
</entry>
<entry>
<title>Libtoolize security/PAM so that the appropriate options are passed to</title>
<updated>2004-11-16T07:46:57Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-11-16T07:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4ba99a1e0c692e047c472338161370eae7c154f8'/>
<id>urn:sha1:4ba99a1e0c692e047c472338161370eae7c154f8</id>
<content type='text'>
the compiler to build shared modules, and so that it builds correctly
across different platforms.  Bump the PKGREVISION.

In particular, this should fix problems building this package on
NetBSD/amd64.
</content>
</entry>
<entry>
<title>Some improvements from Jeremy C. Reed via PR 20892:</title>
<updated>2003-05-22T14:36:06Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-05-22T14:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=415eace8af1b26ab5661853cb0d14a4b603bdfbe'/>
<id>urn:sha1:415eace8af1b26ab5661853cb0d14a4b603bdfbe</id>
<content type='text'>
 - improved DESCRiption (and spelling fixed)
 - more MASTER_SITES
 - improved COMMENT
 - variable for enabling --with-libcrack
 - install limits.conf if under Linux
 - make sure it doesn't have an interactive configuration
</content>
</entry>
<entry>
<title>Update security/PAM to 0.77.  Changes from version 0.75 include:</title>
<updated>2002-12-23T21:23:56Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2002-12-23T21:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cce9f7197c6df32cc5bdd5a36e08cb82d31bfe76'/>
<id>urn:sha1:cce9f7197c6df32cc5bdd5a36e08cb82d31bfe76</id>
<content type='text'>
* Numerous bug fixes for most of the PAM modules, including several
  string length checks and fixes (update recommended!).

* fix for legacy behavior of pam_setcred and pam_close_session in
  the case that pam_authenticate and pam_open_session hadn't been
  called

* pam_unix:
	- don't zero out password strings during password changing function
* pam_wheel:
	- feature: can use the module to provide wheel access to non-root
	  accounts.
* pam_limits:
	- added '%' domain for maxlogins limiting, now '*' and @group
	  have the old meaning (every) and '%' the new one (all)
	- handle negative priority limits (which can apply to the
	  superuser too).
* pam_userdb:
	- require that all of typed password matches that in database
* pam_access:
	- added the 'fieldsep=' argument, made a PAM_RHOST of ""
	  equivalent to NULL

Incidentally, cups-1.1.18 will once again do PAM authentication using
pam_unix.so if built against PAM-0.77.
</content>
</entry>
<entry>
<title>Readd RCS ID.</title>
<updated>2002-01-29T21:08:48Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2002-01-29T21:08:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7064f175ca13ebbd320e4ea8b1d79ef39a55ebd1'/>
<id>urn:sha1:7064f175ca13ebbd320e4ea8b1d79ef39a55ebd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update security/PAM to 0.75.  Note that this release contains backwardly</title>
<updated>2002-01-29T17:10:10Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2002-01-29T17:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=da1c8e289e1e101b59c23462f77c043227e8984a'/>
<id>urn:sha1:da1c8e289e1e101b59c23462f77c043227e8984a</id>
<content type='text'>
incompatible changes to libpam.so; prior versions were buggy so upgrading
is highly recommended.

Pkgsrc changes from version 0.72 include:

  * Honor ${PKG_SYSCONFDIR}: the config files are now found in /etc/pam.conf
    and /etc/pam/*.conf, or in the appropriate ${PKG_SYSCONFBASE} directory.
  * Convert to use the general INSTALL/DEINSTALL scripts.

Changes from version 0.72 include:

  * bug fixes to almost every PAM module
  * pam_pwdb replaced with pam_unix
  * fixed a small security hole (more of a user confusion issue) with
    the unix and pwdb password helper binaries.
  * improved handling of the setcred/close_session and update chauthtok
    stack.  *Warning* This is a backwardly incompatible change, but 'more
    sane' than before. (Bug 129775 - agmorgan)
  * added support for '/' symbols in pam_time and pam_group config files
    (support for modern terminal devices).  Fixed infinite loop problem
    with '\\[^\n]' in these files.
  * added accessconf=&lt;filename&gt; feature to pam_access
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:57:41Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b6b506536c1ff50f1531d26be2fccfe86c74335'/>
<id>urn:sha1:0b6b506536c1ff50f1531d26be2fccfe86c74335</id>
<content type='text'>
</content>
</entry>
</feed>
