<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpam/modules/pam_self, branch releng/9.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-07-02T23:52:20Z</updated>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Markup, grammar, punctuation.</title>
<updated>2004-07-01T18:20:57Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-01T18:20:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=862b46f607ea4641313eff08f6df8fd1d930394c'/>
<id>urn:sha1:862b46f607ea4641313eff08f6df8fd1d930394c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	- fix to UID test description, non-zero -&gt; zero</title>
<updated>2003-10-17T17:03:38Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2003-10-17T17:03:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=921e5ca7706be64e447647e0b327355eb8bdb383'/>
<id>urn:sha1:921e5ca7706be64e447647e0b327355eb8bdb383</id>
<content type='text'>
PR:		docs/57799
Reviewed by:	des
Approved by:	blackend (mentor)
</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/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>Major cleanup:</title>
<updated>2002-04-12T22:27:25Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-04-12T22:27:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24fe7ba0d953a2b7edc43fe371050ebd8f36f427'/>
<id>urn:sha1:24fe7ba0d953a2b7edc43fe371050ebd8f36f427</id>
<content type='text'>
  - add __unused where appropriate
  - PAM_RETURN -&gt; return since OpenPAM already logs the return value.
  - make PAM_LOG use openpam_log()
  - make PAM_VERBOSE_ERROR use openpam_get_option() and check flags
    for PAM_SILENT
  - remove dummy functions since OpenPAM handles missing service
    functions
  - fix various warnings

Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Rename the even_root option to allow_root.</title>
<updated>2002-04-12T20:05:27Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-04-12T20:05:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd994fa94521565caef9510d0083a9d93ec0e976'/>
<id>urn:sha1:fd994fa94521565caef9510d0083a9d93ec0e976</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Moved SHLIB_NAME definition into one place.</title>
<updated>2002-04-10T18:07:05Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-04-10T18:07:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90a9863e16ea3ca71d91edbab9b2bef9a4f2275e'/>
<id>urn:sha1:90a9863e16ea3ca71d91edbab9b2bef9a4f2275e</id>
<content type='text'>
Approved by:	des
</content>
</entry>
<entry>
<title>Aggressive cleanup of warnings + authtok-related code in preparation for</title>
<updated>2002-04-06T19:30:04Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-04-06T19:30:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=111ccd256cfcfe84d7e294090ce08febf8f1441a'/>
<id>urn:sha1:111ccd256cfcfe84d7e294090ce08febf8f1441a</id>
<content type='text'>
PAMifying passwd(1).

Sponsored by:	DARPA, NAI Labs.
</content>
</entry>
<entry>
<title>mdoc(7) police: tiny fixes.</title>
<updated>2002-03-15T18:09:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-03-15T18:09:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a68af001da288685ea913456177342ca14ee8dde'/>
<id>urn:sha1:a68af001da288685ea913456177342ca14ee8dde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NAI DBA update.</title>
<updated>2002-03-14T23:27:59Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-03-14T23:27:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f03a4b810ae3cc709700e60e4a8ad78787efcf28'/>
<id>urn:sha1:f03a4b810ae3cc709700e60e4a8ad78787efcf28</id>
<content type='text'>
</content>
</entry>
</feed>
