<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ad, branch simo</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>failover: Protect against empty host names</title>
<updated>2013-01-02T16:44:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-15T10:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=04759b59e71c78ab23b84d13dd29d9c6dd680adb'/>
<id>04759b59e71c78ab23b84d13dd29d9c6dd680adb</id>
<content type='text'>
Added new parameter to split_on_separator that allows to skip
empty values.

The whole function was rewritten. Unit test case was added to
check the new implementation.

https://fedorahosted.org/sssd/ticket/1484
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added new parameter to split_on_separator that allows to skip
empty values.

The whole function was rewritten. Unit test case was added to
check the new implementation.

https://fedorahosted.org/sssd/ticket/1484
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Provide a common sdap_set_sasl_options init function</title>
<updated>2012-11-19T21:19:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-19T09:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e0d861963e10c5aba79ad87f8c48b0ce1bec06ca'/>
<id>e0d861963e10c5aba79ad87f8c48b0ce1bec06ca</id>
<content type='text'>
The AD and IPA initialization functions shared the same code. This patch
moves the code into a common initialization function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The AD and IPA initialization functions shared the same code. This patch
moves the code into a common initialization function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix default upper limit of slices</title>
<updated>2012-10-04T17:43:23+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-10-04T09:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=67ca9e7c006d8619f446c018eabf29eab1368ba5'/>
<id>67ca9e7c006d8619f446c018eabf29eab1368ba5</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1537

changes upper limit of slices to 2000200000 in providers code and
manpage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1537

changes upper limit of slices to 2000200000 in providers code and
manpage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Flip the default value of ldap_initgroups_use_matching_rule_in_chain</title>
<updated>2012-10-02T15:17:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-27T17:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ae5381b3a81ed4dee51e3ac56ddabd0bf7641c86'/>
<id>ae5381b3a81ed4dee51e3ac56ddabd0bf7641c86</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1535
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1535
</pre>
</div>
</content>
</entry>
<entry>
<title>Failover: use _srv_ when no primary server is defined</title>
<updated>2012-09-17T13:03:14+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-09-17T09:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b1caacb098ae99ad65144120fdec4d0fd98ad9d5'/>
<id>b1caacb098ae99ad65144120fdec4d0fd98ad9d5</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1521
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: IPv6 address with square brackets doesn't work.</title>
<updated>2012-08-23T16:33:39+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-08-22T13:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b096321a5a02dda0b6b71ba0f9c4d8feacd979e4'/>
<id>b096321a5a02dda0b6b71ba0f9c4d8feacd979e4</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1365
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo in debug message (SSSd -&gt; SSSD).</title>
<updated>2012-08-23T16:02:22+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-08-23T11:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=0051296f67bd7d8e2e3094638ddff4e641324d04'/>
<id>0051296f67bd7d8e2e3094638ddff4e641324d04</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1434
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1434
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidation of functions that make realm upper-case</title>
<updated>2012-08-23T12:25:23+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-08-21T14:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e4c29d1f8e3b2c2b268105f169e5156a0a36aebf'/>
<id>e4c29d1f8e3b2c2b268105f169e5156a0a36aebf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AD context was set to null due to type mismatch</title>
<updated>2012-08-23T12:25:23+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-08-23T09:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e523233315f44b8f77ab9c5143a3d80364ebf955'/>
<id>e523233315f44b8f77ab9c5143a3d80364ebf955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate detection in fail over did not work.</title>
<updated>2012-08-15T11:51:22+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-08-13T14:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9ab243b369ba317cc964080786dbcdebaf23d6be'/>
<id>9ab243b369ba317cc964080786dbcdebaf23d6be</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1472
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1472
</pre>
</div>
</content>
</entry>
</feed>
