<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpam/modules/pam_securetty/pam_securetty.c, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix numerous constness and aliasing issues.</title>
<updated>2004-02-10T10:13:21+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-10T10:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af9b407414f8cf821a36d90d8dc66255487eb286'/>
<id>af9b407414f8cf821a36d90d8dc66255487eb286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs</title>
<updated>2003-12-11T13:55:16+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-12-11T13:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=91e938693ee2a518858db81398380a52190d9cf8'/>
<id>91e938693ee2a518858db81398380a52190d9cf8</id>
<content type='text'>
more work than the others).  This should make most modules build with -O2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more work than the others).  This should make most modules build with -O2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Major cleanup:</title>
<updated>2002-04-12T22:27:25+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-04-12T22:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24fe7ba0d953a2b7edc43fe371050ebd8f36f427'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - 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
</pre>
</div>
</content>
</entry>
<entry>
<title>NAI DBA update.</title>
<updated>2002-03-14T23:27:59+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-03-14T23:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f03a4b810ae3cc709700e60e4a8ad78787efcf28'/>
<id>f03a4b810ae3cc709700e60e4a8ad78787efcf28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#include cleanup.</title>
<updated>2002-02-05T06:08:26+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-05T06:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8c66575de8b53827b65ebb739b9d9dd073824790'/>
<id>8c66575de8b53827b65ebb739b9d9dd073824790</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	DARPA, NAI Labs
</pre>
</div>
</content>
</entry>
<entry>
<title>WARNS=n fixes (and some stylistic issues).</title>
<updated>2002-02-03T15:17:57+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-02-03T15:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ac5699692e72965189208bddac22dafaf5b7c476'/>
<id>ac5699692e72965189208bddac22dafaf5b7c476</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the code from pam_sm_authenticate() to pam_sm_acct_mgmt().  Simplify</title>
<updated>2002-01-30T19:03:16+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-01-30T19:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a2d20838b0fff7ab583c9b501903ad6e0b8f68ae'/>
<id>a2d20838b0fff7ab583c9b501903ad6e0b8f68ae</id>
<content type='text'>
it a little and try to make it more resilient to various possible failure
conditions.  Change the man page accordingly, and take advantage of this
opportunity to simplify its language.

Sponsored by:	DARPA, NAI Labs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it a little and try to make it more resilient to various possible failure
conditions.  Change the man page accordingly, and take advantage of this
opportunity to simplify its language.

Sponsored by:	DARPA, NAI Labs
</pre>
</div>
</content>
</entry>
<entry>
<title>WARNS=4 fixes. Protect with NO_WERROR for the modules that have</title>
<updated>2002-01-24T18:37:17+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-01-24T18:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c2065008b5c231ecc15cf732e0b9d010522d8a40'/>
<id>c2065008b5c231ecc15cf732e0b9d010522d8a40</id>
<content type='text'>
warnings that are hard to fix or that I've been asked to leave alone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warnings that are hard to fix or that I've been asked to leave alone.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dummy functions for all module types.  These dummies return PAM_IGNORE</title>
<updated>2001-12-05T16:06:35+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2001-12-05T16:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8d3978c115b8fd5467bf9f0528512b9e8086a742'/>
<id>8d3978c115b8fd5467bf9f0528512b9e8086a742</id>
<content type='text'>
rather than PAM_SUCCESS, so you'll get a failure if you list dummies but
no real modules for a particular module chain.

Sponsored by:	DARPA, NAI Labs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rather than PAM_SUCCESS, so you'll get a failure if you list dummies but
no real modules for a particular module chain.

Sponsored by:	DARPA, NAI Labs
</pre>
</div>
</content>
</entry>
</feed>
