<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/tests, branch 1-1-0</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>Regression test against RHBZ #576856</title>
<updated>2010-03-25T16:14:03+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-25T14:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=a47382e30b86fb90495de5bab04690f215980ec4'/>
<id>a47382e30b86fb90495de5bab04690f215980ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build when check-devel is not installed</title>
<updated>2010-03-12T14:00:20+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-10T15:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8c27e38eb347e2422e1deacb7bcfcdd9a2a27d13'/>
<id>8c27e38eb347e2422e1deacb7bcfcdd9a2a27d13</id>
<content type='text'>
tests/common.c is now required by all tests (check-based and not),
so we need to properly ifdef it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests/common.c is now required by all tests (check-based and not),
so we need to properly ifdef it
</pre>
</div>
</content>
</entry>
<entry>
<title>Add expandable sequences to krb5_ccachedir</title>
<updated>2010-03-11T14:22:47+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-23T08:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d8d6d4e106b07987e0bb3bf6ff280bc46a415c2f'/>
<id>d8d6d4e106b07987e0bb3bf6ff280bc46a415c2f</id>
<content type='text'>
As with krb5_ccname_template sequences like %u can be used in the
krb5_ccachedir parameter which are expanded at runtime. If the directory
does not exist, it will be created. Depending on the used sequences it
is created as a public or private directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As with krb5_ccname_template sequences like %u can be used in the
krb5_ccachedir parameter which are expanded at runtime. If the directory
does not exist, it will be created. Depending on the used sequences it
is created as a public or private directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple access provider</title>
<updated>2010-03-08T22:03:27+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-25T16:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4426f91599dbd02b4a7763f44485f8d4da6dc01f'/>
<id>4426f91599dbd02b4a7763f44485f8d4da6dc01f</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 run negative resolv test with no network</title>
<updated>2010-03-08T18:44:02+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-03T13:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=cd0e90f0d070933cf618f4db656d8e3d8af3faa7'/>
<id>cd0e90f0d070933cf618f4db656d8e3d8af3faa7</id>
<content type='text'>
One of our resolv tests tries to resolve a nonexistent hostname. Do not
run this test unless we are explicitly told that a network connection
is available (-n). Also do not automatically resolving localhost.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of our resolv tests tries to resolve a nonexistent hostname. Do not
run this test unless we are explicitly told that a network connection
is available (-n). Also do not automatically resolving localhost.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add forgotten \n in DEBUG statements</title>
<updated>2010-03-04T17:41:31+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2010-03-03T07:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8f4aaae28c88c707853f8f28d8babc4efe0c1bf6'/>
<id>8f4aaae28c88c707853f8f28d8babc4efe0c1bf6</id>
<content type='text'>
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so
I decided to fix them. I also made a quick grep through the code and
found other places so I fixed them too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so
I decided to fix them. I also made a quick grep through the code and
found other places so I fixed them too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --with-test-dir option to configure</title>
<updated>2010-03-04T17:41:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-26T14:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=9fb59763bce293c2490e0b9f8e97bb1f74ba0910'/>
<id>9fb59763bce293c2490e0b9f8e97bb1f74ba0910</id>
<content type='text'>
All 'make check' tests will chdir() into this directory before
running the suite. This provides the option of having temporary
files generated in a tmpfs or ramdisk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All 'make check' tests will chdir() into this directory before
running the suite. This provides the option of having temporary
files generated in a tmpfs or ramdisk
</pre>
</div>
</content>
</entry>
<entry>
<title>Check and set permissions on SBUS sockets</title>
<updated>2010-02-23T21:16:23+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-16T14:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=978bea5902ece9b9f01d1d6525dbe0889a410ffc'/>
<id>978bea5902ece9b9f01d1d6525dbe0889a410ffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict family lookups</title>
<updated>2010-02-22T17:54:53+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-02-22T09:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=e0bb119bdc1549d731f371202428c0cb667d3388'/>
<id>e0bb119bdc1549d731f371202428c0cb667d3388</id>
<content type='text'>
Adds a new option that tells resolver which address family to prefer or
use exclusively.

Fixes: #404
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new option that tells resolver which address family to prefer or
use exclusively.

Fixes: #404
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded items from struct pam_data</title>
<updated>2010-02-19T21:10:06+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-18T10:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=953e07b7c43bc9bb7c7616180b1ba1730e22c59a'/>
<id>953e07b7c43bc9bb7c7616180b1ba1730e22c59a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
