<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server, branch ipa_provider_n2</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>fix for 285</title>
<updated>2009-12-09T13:03:48+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-12-09T12:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6131ea5c0ecc4c2618b68ff9323f2db4765dc1ea'/>
<id>6131ea5c0ecc4c2618b68ff9323f2db4765dc1ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce code duplication between LDAP child and Kerberos child</title>
<updated>2009-12-09T13:03:48+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-11-30T13:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1ddb2703f0a44affebcfbbbc6194048251308ca3'/>
<id>1ddb2703f0a44affebcfbbbc6194048251308ca3</id>
<content type='text'>
Fixes: #294
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #294
</pre>
</div>
</content>
</entry>
<entry>
<title>add tevent dependency</title>
<updated>2009-12-09T13:03:48+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-12-08T20:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9b7b10940bb223f7923a8535a0f5aa2849a8aaa4'/>
<id>9b7b10940bb223f7923a8535a0f5aa2849a8aaa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add offline_timeout option</title>
<updated>2009-12-09T13:03:48+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-11-20T14:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=869a7a600be21a2a2a319ce354cf31e45656ad22'/>
<id>869a7a600be21a2a2a319ce354cf31e45656ad22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add German translation</title>
<updated>2009-12-09T13:03:48+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fab@fedoraproject.org</email>
</author>
<published>2009-12-09T12:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=cbd07f7e55d83e30e6f423109548f58dc1eeb896'/>
<id>cbd07f7e55d83e30e6f423109548f58dc1eeb896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not start with provider=files</title>
<updated>2009-12-09T04:48:41+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-12-08T14:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c7c6e38b67df85632567f00b5900e179eadc1fb5'/>
<id>c7c6e38b67df85632567f00b5900e179eadc1fb5</id>
<content type='text'>
Fixes: #233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #233
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SSSDConfig API bugs around [de-]activation of domains</title>
<updated>2009-12-09T04:35:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-12-09T03:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=519f6d060dc52159d1ad1e8141367650c447adcf'/>
<id>519f6d060dc52159d1ad1e8141367650c447adcf</id>
<content type='text'>
Adds two new public functions:
SSSDConfig.activate_domain()
SSSDConfig.deactivate_domain()

These two functions are used during the save_domain() call to
ensure that the active domain list is always kept up to date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds two new public functions:
SSSDConfig.activate_domain()
SSSDConfig.deactivate_domain()

These two functions are used during the save_domain() call to
ensure that the active domain list is always kept up to date.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken SSSDChangeConf.set() function</title>
<updated>2009-12-09T04:35:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-12-09T03:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=974b478d04543a1912515f53160c0e5c6e31805c'/>
<id>974b478d04543a1912515f53160c0e5c6e31805c</id>
<content type='text'>
The set function didn't do anything at all. It needed to use the
ipachangeconf.merge() function to behave properly instead of
mergeNew()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The set function didn't do anything at all. It needed to use the
ipachangeconf.merge() function to behave properly instead of
mergeNew()
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce the verbosity of the SSSDConfigTest</title>
<updated>2009-12-09T04:35:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-12-09T04:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b99c182bc274c5a360de37100662679c85ed5271'/>
<id>b99c182bc274c5a360de37100662679c85ed5271</id>
<content type='text'>
Now it will report only failures or final success
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it will report only failures or final success
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SSSDDomain.set_name() function to SSSDConfig API</title>
<updated>2009-12-09T04:35:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-12-09T04:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2ec2a11ffb8b0c27bcf66d3913ca4ad1b5a47999'/>
<id>2ec2a11ffb8b0c27bcf66d3913ca4ad1b5a47999</id>
<content type='text'>
This function will change the name of an existing domain
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function will change the name of an existing domain
</pre>
</div>
</content>
</entry>
</feed>
