<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libpam/modules/Makefile, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>style.Makefile(5) police</title>
<updated>2003-03-09T20:06:38Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-03-09T20:06:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f03a257ac3665c3aec49c7538489a10465a2654'/>
<id>urn:sha1:7f03a257ac3665c3aec49c7538489a10465a2654</id>
<content type='text'>
(I've tried to keep to the spirit of the original formatting)

Reviewed by:	des
</content>
</entry>
<entry>
<title>Switch to OpenPAM.  Bump library version.  Modules are now versioned, so</title>
<updated>2002-03-05T21:56:25Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-03-05T21:56:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=519b6a4c8f7c7e1bcfc63b6083aac44fb1cfc91e'/>
<id>urn:sha1:519b6a4c8f7c7e1bcfc63b6083aac44fb1cfc91e</id>
<content type='text'>
applications linked with Linux-PAM will still work.
Remove pam_get_pass(); OpenPAM has pam_get_authtok().
Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}().
Remove pam_set_item(3) man page as OpenPAM has its own.

Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Connect the pam_lastlog(8) and pam_login_access(8) modules to the build.</title>
<updated>2002-02-01T08:49:53Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-01T08:49:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2d0a7148b66d09e3369d0c505c76cb800291637b'/>
<id>urn:sha1:2d0a7148b66d09e3369d0c505c76cb800291637b</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Add a new module, pam_opieaccess(8), which is responsible for checking</title>
<updated>2002-01-21T13:43:53Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-01-21T13:43:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4604902609affa2de5d6e17a392f99d6a5bd019'/>
<id>urn:sha1:f4604902609affa2de5d6e17a392f99d6a5bd019</id>
<content type='text'>
/etc/opieaccess and ~/.opiealways so we can decide what to do after
pam_opie(8) fails.

Sponsored by:	DARPA, NAI Labs
Reviewed by:	ache, markm
</content>
</entry>
<entry>
<title>Add a pam_self authentication module that succeeds if and only if the local</title>
<updated>2001-12-05T15:55:14Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2001-12-05T15:55:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2c8459e8500ce982c53dd6e144350a314ad7884'/>
<id>urn:sha1:e2c8459e8500ce982c53dd6e144350a314ad7884</id>
<content type='text'>
and remote user names are the same.

Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Don't try to make pam_ssh module if NO_OPENSSH is set.</title>
<updated>2001-08-02T19:01:02Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-08-02T19:01:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c52468e7ef0857ed371411e068c693db5739d04e'/>
<id>urn:sha1:c52468e7ef0857ed371411e068c693db5739d04e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(Re)Add an SSH module for PAM, heavily based on Andrew Korty's module</title>
<updated>2001-07-29T18:31:09Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-07-29T18:31:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7b22794017f7482588d6ca6d8d0cac9da3704355'/>
<id>urn:sha1:7b22794017f7482588d6ca6d8d0cac9da3704355</id>
<content type='text'>
from ports.
</content>
</entry>
<entry>
<title>Big module cleanup.</title>
<updated>2001-06-04T19:47:56Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-06-04T19:47:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=084a46829bfe245f8bb6642754437e1e50e46737'/>
<id>urn:sha1:084a46829bfe245f8bb6642754437e1e50e46737</id>
<content type='text'>
Move common stuff into Makefile.inc, and tidy up all the Makefiles
as a result.

Build new modules.

Put a commented-out dependancy on libpam for the (shared) modules.
I can't bring this in just yet, as the dependancy (modules-&gt;libpam)
is reversed for the static case (libpam-&gt;modules).
</content>
</entry>
<entry>
<title>Bring in a few useful PAM modules.</title>
<updated>2001-05-14T11:23:58Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-05-14T11:23:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84d6cd8ea17dbc3601862fb4eb83019199a608c0'/>
<id>urn:sha1:84d6cd8ea17dbc3601862fb4eb83019199a608c0</id>
<content type='text'>
pam_krb5 is a Kerberos 5 (Heimdal) authentication module.

pam_nologin checks for /etc/nologin and does the "usual stuff"
	if it is found, otherwise it silently succeeds.

pam_rootok silently succeeds if the user is root, otherwise
	it fails.

pam_wheel silently succeeds if the user is a member of group
	"wheel" (or another nominated group), and fails
	otherwise.

There is an issue with kerberosIV and kerberos5 - if both are
being built, then static linking fails with duplicate symbols.
This will take a bit of work to sort out in the kerberii.
</content>
</entry>
</feed>
