<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpam/modules/pam_exec/pam_exec.c, branch release/7.0.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>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>childerr needs to be volatile so gcc won't optimize it away.</title>
<updated>2006-11-10T23:33:25+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2006-11-10T23:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1cede0c9bd09db0c031c28ab29cdac914c5a1354'/>
<id>1cede0c9bd09db0c031c28ab29cdac914c5a1354</id>
<content type='text'>
PR:		bin/85830
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/85830
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>When (re)allocating space for an array of pointers to char, use</title>
<updated>2005-09-19T18:43:11+00:00</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-09-19T18:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=25284732cd6f6068c8e05fe9e3a0b1b9f1e2b5f4'/>
<id>25284732cd6f6068c8e05fe9e3a0b1b9f1e2b5f4</id>
<content type='text'>
sizeof(*list), not sizeof(**list).  (i.e., sizeof(pointer) rather than
sizeof(char)).

It is possible that this buffer overflow is exploitable, but it was
added after RELENG_5 forked and hasn't been MFCed, so this will not
receive an advisory.

Submitted by:	Vitezslav Novy
MFC after:	1 day
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sizeof(*list), not sizeof(**list).  (i.e., sizeof(pointer) rather than
sizeof(char)).

It is possible that this buffer overflow is exploitable, but it was
added after RELENG_5 forked and hasn't been MFCed, so this will not
receive an advisory.

Submitted by:	Vitezslav Novy
MFC after:	1 day
</pre>
</div>
</content>
</entry>
<entry>
<title>In addition to the PAM environment, export a handful of useful PAM items.</title>
<updated>2005-02-01T10:37:07+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-02-01T10:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9d97c7ee0a669da96995c604152359d99d483034'/>
<id>9d97c7ee0a669da96995c604152359d99d483034</id>
<content type='text'>
Suggested by:	Ed Maste &lt;emaste@phaedrus.sandvine.ca&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by:	Ed Maste &lt;emaste@phaedrus.sandvine.ca&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright.</title>
<updated>2003-02-06T12:56:51+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-02-06T12:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37def36f9b3cbe523d7e1aad012490a7c954d279'/>
<id>37def36f9b3cbe523d7e1aad012490a7c954d279</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export the PAM environment to the child process instead of the "normal"</title>
<updated>2003-02-06T12:40:58+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-02-06T12:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a76a4d449dde4257d6f29ed72e8a7cc97ee2f2c5'/>
<id>a76a4d449dde4257d6f29ed72e8a7cc97ee2f2c5</id>
<content type='text'>
environment list, which may be unsafe and / or sensitive.

Sponsored by:	DARPA, NAI Labs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
environment list, which may be unsafe and / or sensitive.

Sponsored by:	DARPA, NAI Labs
</pre>
</div>
</content>
</entry>
<entry>
<title>Just to show that PAM can do almost anything from the ridiculous to the</title>
<updated>2002-05-23T22:03:06+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-05-23T22:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f65b218085886d258ec307d36eda691abb924b6b'/>
<id>f65b218085886d258ec307d36eda691abb924b6b</id>
<content type='text'>
obscene, or - as they say in New York - sophisticated, add pam_echo(8) and
pam_exec(8) to our ever-lengthening roster of PAM modules.

Sponsored by:	DARPA, NAI Labs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
obscene, or - as they say in New York - sophisticated, add pam_echo(8) and
pam_exec(8) to our ever-lengthening roster of PAM modules.

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