<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libgssapi, 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>MFC: Make sure GSS-API mechanisms are loaded if gss_acquire_cred is called</title>
<updated>2007-12-02T10:06:59+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2007-12-02T10:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ed7d7c40839c0e2bad2b96412782fdc888516c1'/>
<id>3ed7d7c40839c0e2bad2b96412782fdc888516c1</id>
<content type='text'>
     with a null mechanism list.`

Approved by: re (hrs)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     with a null mechanism list.`

Approved by: re (hrs)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC of library version bump.  From original commit:</title>
<updated>2007-11-20T20:48:01+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2007-11-20T20:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=26beef6d6eac015d6597d7c5d05e714c940029f5'/>
<id>26beef6d6eac015d6597d7c5d05e714c940029f5</id>
<content type='text'>
&gt; While checking over the libraries for 7.0-REL Kris found the following
&gt; libraries had not had their versions bumped relative to 6.3-REL but
&gt; had indeed been changed.  We need to bump their version so they can be
&gt; properly added to the compat6x port:
&gt;
&gt;         libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8
&gt;         libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2

Versions being MFCed:

	gnu/lib/libobjc/Makefile:	1.33
	kerberos5/lib/Makefile.inc:	1.8
	lib/libgssapi/Makefile:		1.3

Approved by:	re (bmah)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt; While checking over the libraries for 7.0-REL Kris found the following
&gt; libraries had not had their versions bumped relative to 6.3-REL but
&gt; had indeed been changed.  We need to bump their version so they can be
&gt; properly added to the compat6x port:
&gt;
&gt;         libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8
&gt;         libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2

Versions being MFCed:

	gnu/lib/libobjc/Makefile:	1.33
	kerberos5/lib/Makefile.inc:	1.8
	lib/libgssapi/Makefile:		1.3

Approved by:	re (bmah)
</pre>
</div>
</content>
</entry>
<entry>
<title>If the mech_type argument to gss_display_status is null, use a default</title>
<updated>2007-07-05T13:40:07+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2007-07-05T13:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=41ec3746604d7b1a2f7ed1dd492f738b65c28361'/>
<id>41ec3746604d7b1a2f7ed1dd492f738b65c28361</id>
<content type='text'>
mechanism.

Approved by: re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mechanism.

Approved by: re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge fixes back from heimdal.</title>
<updated>2007-06-30T07:47:45+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2007-06-30T07:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=22a25490aba4355c2962110dda9d9d050359a597'/>
<id>22a25490aba4355c2962110dda9d9d050359a597</id>
<content type='text'>
Approved by: re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by: re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>According to the documentation mech_type for gss_init_sec_context() may</title>
<updated>2007-06-14T19:58:24+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2007-06-14T19:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=513edbb8b0956d316e547d81060e0cc023c4a4d3'/>
<id>513edbb8b0956d316e547d81060e0cc023c4a4d3</id>
<content type='text'>
be passed as GSS_C_NO_OID in which case a default mech should be used.
This case was not handled and leads to core dumps when using nss_ldap.
Now use the first mech in this case. When there is no mechanism available
return an error (this part is taken from the PR).

PR:		113266
Submitted by:	Eirik Nygaard &lt;eirikald@pvv.ntnu.no&gt; (partly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be passed as GSS_C_NO_OID in which case a default mech should be used.
This case was not handled and leads to core dumps when using nss_ldap.
Now use the first mech in this case. When there is no mechanism available
return an error (this part is taken from the PR).

PR:		113266
Submitted by:	Eirik Nygaard &lt;eirikald@pvv.ntnu.no&gt; (partly)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add include directives for string.h and stdlib.h to get proper function</title>
<updated>2007-04-04T02:40:59+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-04-04T02:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3aebdb89adb23512b231f192471ced462a35aaa9'/>
<id>3aebdb89adb23512b231f192471ced462a35aaa9</id>
<content type='text'>
prototypess of memset, memcpy and malloc respectively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prototypess of memset, memcpy and malloc respectively.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include string.h to get proper memcpy prototype.</title>
<updated>2007-04-04T02:28:48+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-04-04T02:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=84da49ceb2398020068383d063cdae75e11336eb'/>
<id>84da49ceb2398020068383d063cdae75e11336eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The function isspace does not take a string argument. I have no idea how</title>
<updated>2006-02-04T09:40:21+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2006-02-04T09:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=73aba427fe15cac77a752ea1195f518ec3342d60'/>
<id>73aba427fe15cac77a752ea1195f518ec3342d60</id>
<content type='text'>
this compiled before; it only worked by accident.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this compiled before; it only worked by accident.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the Internet Society copyright message so that it appears in the</title>
<updated>2006-01-25T10:06:28+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2006-01-25T10:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=60b9f20a484d81b76a7edb8bc85ac4ccb72ec1d8'/>
<id>60b9f20a484d81b76a7edb8bc85ac4ccb72ec1d8</id>
<content type='text'>
formatted page as well as the source.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formatted page as well as the source.
</pre>
</div>
</content>
</entry>
</feed>
