<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/tests, branch master</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Disallow deletion of global password policy.</title>
<updated>2011-10-12T08:12:49+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-10-11T12:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=c0879cd00b17b61de54b52cb24a61ce85374cae4'/>
<id>c0879cd00b17b61de54b52cb24a61ce85374cae4</id>
<content type='text'>
ticket 1936
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1936
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dnszone-add name_from_ip server validation</title>
<updated>2011-10-11T13:15:15+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-10-11T08:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=070bc7f725dc33e61bf421b9973292721ae6fbfa'/>
<id>070bc7f725dc33e61bf421b9973292721ae6fbfa</id>
<content type='text'>
Ticket 1627 contained a (temporary hack-ish) fix for dnszone-add
name_from_ip validation which works fine for CLI. However, when
the command is not proceeded via CLI and sent directly to the
RPC server, the server throws Internal Server Error.

Make sure that the server returns a reasonable error. Also implement
2 unit cases testing this option

https://fedorahosted.org/freeipa/ticket/1941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket 1627 contained a (temporary hack-ish) fix for dnszone-add
name_from_ip validation which works fine for CLI. However, when
the command is not proceeded via CLI and sent directly to the
RPC server, the server throws Internal Server Error.

Make sure that the server returns a reasonable error. Also implement
2 unit cases testing this option

https://fedorahosted.org/freeipa/ticket/1941
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a function for formatting network locations of the form host:port for use in URLs.</title>
<updated>2011-10-05T08:58:25+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-09-30T08:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=12bfed37d4d22319e2cfadb5d9b460da7e748432'/>
<id>12bfed37d4d22319e2cfadb5d9b460da7e748432</id>
<content type='text'>
If the host part is a literal IPv6 address, it must be enclosed in square
brackets (RFC 2732).

ticket 1869
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the host part is a literal IPv6 address, it must be enclosed in square
brackets (RFC 2732).

ticket 1869
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix HBAC tests hostnames</title>
<updated>2011-09-30T10:25:09+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-09-30T09:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=79e9feb247daed4b65361b92b7e0fc7e1a5caa3e'/>
<id>79e9feb247daed4b65361b92b7e0fc7e1a5caa3e</id>
<content type='text'>
Make HBAC test hosts compliant with hostname restrictions placed
in ticket 1780.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make HBAC test hosts compliant with hostname restrictions placed
in ticket 1780.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add regular expression pattern to host names.</title>
<updated>2011-09-27T14:08:26+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-09-12T17:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8cf8870d3d11ace41cea1649d41f84341e0e94ac'/>
<id>8cf8870d3d11ace41cea1649d41f84341e0e94ac</id>
<content type='text'>
Limit hostnames to letters, digits and - with a maximum length of 255

https://fedorahosted.org/freeipa/ticket/1780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Limit hostnames to letters, digits and - with a maximum length of 255

https://fedorahosted.org/freeipa/ticket/1780
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize uid in user principal to lower-case and do validation</title>
<updated>2011-09-22T13:41:19+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-09-16T13:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=a1430dcb2c8e63e3077d00878431c0698944a07d'/>
<id>a1430dcb2c8e63e3077d00878431c0698944a07d</id>
<content type='text'>
Use same normalization and validation in passwd plugin and add some
tests for invalid principals

https://fedorahosted.org/freeipa/ticket/1778
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use same normalization and validation in passwd plugin and add some
tests for invalid principals

https://fedorahosted.org/freeipa/ticket/1778
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress managed netgroups as indirect members of hosts.</title>
<updated>2011-09-19T06:41:25+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-09-14T20:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8c451705827398d6e7a6d8e9177c80c2d1845f95'/>
<id>8c451705827398d6e7a6d8e9177c80c2d1845f95</id>
<content type='text'>
By design these managed netgroups are not supposed to show unless you
specifically want to see them.

https://fedorahosted.org/freeipa/ticket/1738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By design these managed netgroups are not supposed to show unless you
specifically want to see them.

https://fedorahosted.org/freeipa/ticket/1738
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ipa-adtrust-install utility</title>
<updated>2011-09-14T22:45:13+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-09-07T08:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=29a7a7e8cee8ec767ee8f5bb67534c68d2fcc2b5'/>
<id>29a7a7e8cee8ec767ee8f5bb67534c68d2fcc2b5</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1619
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1619
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress managed netgroups from showing as memberof hostgroups.</title>
<updated>2011-08-31T12:34:52+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-08-30T22:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=ca1ca17cb61516dff6933b1b0381b32e1e38d44c'/>
<id>ca1ca17cb61516dff6933b1b0381b32e1e38d44c</id>
<content type='text'>
By design these managed netgroups are not supposed to show unless you
specifically want to see them.

https://fedorahosted.org/freeipa/ticket/1738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By design these managed netgroups are not supposed to show unless you
specifically want to see them.

https://fedorahosted.org/freeipa/ticket/1738
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort lists so order is predictable and tests pass as expected.</title>
<updated>2011-08-31T09:18:08+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-08-31T03:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8f5e82940fd2f5a81fe3644686b06ec08fb22c58'/>
<id>8f5e82940fd2f5a81fe3644686b06ec08fb22c58</id>
<content type='text'>
Related to https://fedorahosted.org/freeipa/ticket/1272
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to https://fedorahosted.org/freeipa/ticket/1272
</pre>
</div>
</content>
</entry>
</feed>
