<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch review</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>add simple access provider init test</title>
<updated>2013-08-07T11:18:22+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-29T08:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d35ff4d0db1cd87c94091a85846b46e4732b1eee'/>
<id>d35ff4d0db1cd87c94091a85846b46e4732b1eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simple access provider: allow fully qualified names</title>
<updated>2013-08-07T11:18:22+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-26T08:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=ffb83ee934f6ea1d9077ab601530436eff2d20e4'/>
<id>ffb83ee934f6ea1d9077ab601530436eff2d20e4</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2026
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory context for a state member</title>
<updated>2013-08-07T09:36:50+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-08-07T08:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=9615f4c3c6f6dcc50ee7d4e50020549a2ff720c0'/>
<id>9615f4c3c6f6dcc50ee7d4e50020549a2ff720c0</id>
<content type='text'>
primary_name was allocated on a temporary memory context but as it is a
member of the state struct it should belong to the memory context of the
state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
primary_name was allocated on a temporary memory context but as it is a
member of the state struct it should belong to the memory context of the
state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add script make_srpm.sh to dist tarball.</title>
<updated>2013-08-07T09:36:47+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-06T08:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=48d7840cae22c5ff4d786149b0d8ecee7efb8306'/>
<id>48d7840cae22c5ff4d786149b0d8ecee7efb8306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sssd_ad: Add hackish workaround for sasl ad_compat</title>
<updated>2013-08-06T19:43:47+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-08-02T13:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=fb945a2cacc5506a2acb50349670f22078f1d4f5'/>
<id>fb945a2cacc5506a2acb50349670f22078f1d4f5</id>
<content type='text'>
This tries to set the ad_compat option for sasl, by working around
the openldap/sasl initialization as openldap does not allow us to pass
down to sasl our own getopt callback.

Resolves:
https://fedorahosted.org/sssd/ticket/2040
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tries to set the ad_compat option for sasl, by working around
the openldap/sasl initialization as openldap does not allow us to pass
down to sasl our own getopt callback.

Resolves:
https://fedorahosted.org/sssd/ticket/2040
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a commit template</title>
<updated>2013-08-06T19:40:40+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-08-05T17:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=3d9edb4c510028def2df41aa7b0ce705b197e6fc'/>
<id>3d9edb4c510028def2df41aa7b0ce705b197e6fc</id>
<content type='text'>
Explanation:
In order to use a common style when creating commits a commit template will be
helpful espcially to new developers.

The commit template can be activated with the following command:
git config commit.template .git-commit-template

When this is done any new commit will use the template as the default commit
message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explanation:
In order to use a common style when creating commits a commit template will be
helpful espcially to new developers.

The commit template can be activated with the following command:
git config commit.template .git-commit-template

When this is done any new commit will use the template as the default commit
message.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: print better debug message when a rule has multiple cn values</title>
<updated>2013-08-05T14:52:44+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-26T10:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=006d178c70e0469061068e607f20446f7995f773'/>
<id>006d178c70e0469061068e607f20446f7995f773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: skip rule on error instead of failing completely</title>
<updated>2013-08-05T14:52:44+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-26T10:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=2c7ab882bcc64c9d2bc16091d10a56073c472775'/>
<id>2c7ab882bcc64c9d2bc16091d10a56073c472775</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2031
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Ensure that cmd_ctx-&gt;name will not be NULL.</title>
<updated>2013-08-05T14:48:23+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-31T12:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=1d45113cd45f8509d1088f941da932c29dd8ab2a'/>
<id>1d45113cd45f8509d1088f941da932c29dd8ab2a</id>
<content type='text'>
If cmd_ctx-&gt;name was not initialized by sss_parse_name
then copy of name will be used.

https://fedorahosted.org/sssd/ticket/1970
Coverity ID: 11647
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If cmd_ctx-&gt;name was not initialized by sss_parse_name
then copy of name will be used.

https://fedorahosted.org/sssd/ticket/1970
Coverity ID: 11647
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix netgroup lookup when using fully qualified name</title>
<updated>2013-07-31T09:00:55+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-29T09:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=b410c7a9a80b0e44e3740f17d36574d3421626b7'/>
<id>b410c7a9a80b0e44e3740f17d36574d3421626b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
