<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-client, branch platform-master</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Convert client-side tools to platform-independent access to system services</title>
<updated>2011-09-13T09:15:31+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2011-09-12T21:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=45e379d5bf94170ccce16e6e2af8c5ccc55c826b'/>
<id>45e379d5bf94170ccce16e6e2af8c5ccc55c826b</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1605
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1605
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix permissions in installers</title>
<updated>2011-09-07T11:02:43+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-08-30T14:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=d0ce604b4d69d7f6fa5e0bb81647f839abd6291d'/>
<id>d0ce604b4d69d7f6fa5e0bb81647f839abd6291d</id>
<content type='text'>
Fix permissions for (configuration) files produced by
ipa-server-install or ipa-client-install. This patch is needed
when root has a umask preventing files from being world readable.

https://fedorahosted.org/freeipa/ticket/1644
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix permissions for (configuration) files produced by
ipa-server-install or ipa-client-install. This patch is needed
when root has a umask preventing files from being world readable.

https://fedorahosted.org/freeipa/ticket/1644
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve ipa-join man page</title>
<updated>2011-09-07T10:59:29+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-09-05T10:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=95beb84464b59813c050aa87fb39aea5a0bf6c39'/>
<id>95beb84464b59813c050aa87fb39aea5a0bf6c39</id>
<content type='text'>
Make it clear in man pages that ipa-join -u does not remove keytab.

https://fedorahosted.org/freeipa/ticket/1317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it clear in man pages that ipa-join -u does not remove keytab.

https://fedorahosted.org/freeipa/ticket/1317
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve man pages structure</title>
<updated>2011-09-07T10:55:12+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-09-05T09:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=dc3d0f387918b3de2f8e7898408e04e11cc30363'/>
<id>dc3d0f387918b3de2f8e7898408e04e11cc30363</id>
<content type='text'>
There are too many options in ipa-*-install scripts which makes it
difficult to read. This patch adds subsections to install script
online help and man pages to improve readability. No option has
been changed.

To further improve man pages:

1) All man pages were changed to have the same header and top-center
   title to provide united look.

2) Few typos in man pages have been fixed

https://fedorahosted.org/freeipa/ticket/1687
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are too many options in ipa-*-install scripts which makes it
difficult to read. This patch adds subsections to install script
online help and man pages to improve readability. No option has
been changed.

To further improve man pages:

1) All man pages were changed to have the same header and top-center
   title to provide united look.

2) Few typos in man pages have been fixed

https://fedorahosted.org/freeipa/ticket/1687
</pre>
</div>
</content>
</entry>
<entry>
<title>Roll back changes if client installation fails.</title>
<updated>2011-08-29T21:18:19+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-08-29T21:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=ad717bff3c8c176f2c3c983d1a743eac00af426e'/>
<id>ad717bff3c8c176f2c3c983d1a743eac00af426e</id>
<content type='text'>
If the client installer fails for some reason and --force was not used
then roll back the configuration.

This is needed because we touch /etc/sysconfig/network early in the
configuration and if it fails due to any number of issues (mostly related
to authentication) it will not be reset. We may as well run through the
entire uninstall process to be sure the system has been reset.

https://fedorahosted.org/freeipa/ticket/1704
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the client installer fails for some reason and --force was not used
then roll back the configuration.

This is needed because we touch /etc/sysconfig/network early in the
configuration and if it fails due to any number of issues (mostly related
to authentication) it will not be reset. We may as well run through the
entire uninstall process to be sure the system has been reset.

https://fedorahosted.org/freeipa/ticket/1704
</pre>
</div>
</content>
</entry>
<entry>
<title>ipa-client-install breaks network configuration</title>
<updated>2011-08-29T08:39:19+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-08-29T08:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=64c100947bd596d30716a9345743ccf376dd2a2d'/>
<id>64c100947bd596d30716a9345743ccf376dd2a2d</id>
<content type='text'>
Do not forget to add new line in updated /etc/sysconfig/network
configuration. Move the actual change of the hostname after the
user confirmation about proceeding with installation. It confused
users when the hostname change occurred before this prompt.

https://fedorahosted.org/freeipa/ticket/1724
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not forget to add new line in updated /etc/sysconfig/network
configuration. Move the actual change of the hostname after the
user confirmation about proceeding with installation. It confused
users when the hostname change occurred before this prompt.

https://fedorahosted.org/freeipa/ticket/1724
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable reverse lookups in ipa-join and ipa-getkeytab</title>
<updated>2011-08-26T00:38:11+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-08-26T14:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=a750ccb5a2c525e9c117f6139583a710ec4fb656'/>
<id>a750ccb5a2c525e9c117f6139583a710ec4fb656</id>
<content type='text'>
This prevents broken DNS from causing enrollment problems.

https://fedorahosted.org/freeipa/ticket/1693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents broken DNS from causing enrollment problems.

https://fedorahosted.org/freeipa/ticket/1693
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build warnings</title>
<updated>2011-08-26T12:24:48+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-06-14T20:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=e261c556268609b24bc923fd33b8b060dfaf1c19'/>
<id>e261c556268609b24bc923fd33b8b060dfaf1c19</id>
<content type='text'>
Some are actual bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some are actual bugs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure messagebus is running prior to starting certmonger.</title>
<updated>2011-08-19T00:15:48+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-08-09T10:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=1ec531469ee0cf91ed9e150307d93e5ab12aa2a6'/>
<id>1ec531469ee0cf91ed9e150307d93e5ab12aa2a6</id>
<content type='text'>
ticket 1580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1580
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix client enrollment</title>
<updated>2011-08-11T22:07:16+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-08-11T08:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=a1c690cc02a021bc400be00808dcf8463744c083'/>
<id>a1c690cc02a021bc400be00808dcf8463744c083</id>
<content type='text'>
Enable GSSAPI credentials delegation in xmlrpc-c/curl to fix client
enrollment. The unconditional GSSAPI was previously dropped from
curl because of CVE-2011-2192.

https://fedorahosted.org/freeipa/ticket/1452
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable GSSAPI credentials delegation in xmlrpc-c/curl to fix client
enrollment. The unconditional GSSAPI was previously dropped from
curl because of CVE-2011-2192.

https://fedorahosted.org/freeipa/ticket/1452
</pre>
</div>
</content>
</entry>
</feed>
