<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/contrib, branch wip</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<entry>
<title>Add python interface to libsss_nss_idmap</title>
<updated>2013-05-03T18:06:29+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-04-22T15:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=c080a11e9e88f35e40aff4e476cabbd971833019'/>
<id>c080a11e9e88f35e40aff4e476cabbd971833019</id>
<content type='text'>
To allow to use libsss_nss_idmap from python applications, e.g. the
FreeIPA server, the patch adds pythin bindings to libsss_nss_idmap. The
contributed spec file will place the python bindings in a new package
called libsss_nss_idmap-python.

Alexander Bokovoy &lt;abokovoy@redhat.com&gt; kindly provided the code to
check the type of the python objects and loop over the list entries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow to use libsss_nss_idmap from python applications, e.g. the
FreeIPA server, the patch adds pythin bindings to libsss_nss_idmap. The
contributed spec file will place the python bindings in a new package
called libsss_nss_idmap-python.

Alexander Bokovoy &lt;abokovoy@redhat.com&gt; kindly provided the code to
check the type of the python objects and loop over the list entries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add client library for SID related lookups</title>
<updated>2013-05-03T18:06:29+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-02-27T12:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=2a9af1f71887f02935e2fb6ad5023afba5b6d43e'/>
<id>2a9af1f71887f02935e2fb6ad5023afba5b6d43e</id>
<content type='text'>
This patch add a library for client side lookups for a SID or with a
SID through the calls:
- sss_nss_getsidbyname
- sss_nss_getsidbyid
- sss_nss_getnamebysid
- sss_nss_getidbysid
The library is called libsss_nss_idmap and the contributed spec file
will create two new packages libsss_nss_idmap and
libsss_nss_idmap-devel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add a library for client side lookups for a SID or with a
SID through the calls:
- sss_nss_getsidbyname
- sss_nss_getsidbyid
- sss_nss_getnamebysid
- sss_nss_getidbysid
The library is called libsss_nss_idmap and the contributed spec file
will create two new packages libsss_nss_idmap and
libsss_nss_idmap-devel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Incorrect *.py[co] files placement</title>
<updated>2013-04-10T14:43:53+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-03-26T08:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=c3662207db84b05ebce904f34409ea61ab776d89'/>
<id>c3662207db84b05ebce904f34409ea61ab776d89</id>
<content type='text'>
Package sssd contains python files. Python files should be installed
in noarch package, therefore all python files from directory
src/config/SSSDConfig was moved to new noarch package python-sssdconfig.

https://fedorahosted.org/sssd/ticket/1839
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Package sssd contains python files. Python files should be installed
in noarch package, therefore all python files from directory
src/config/SSSDConfig was moved to new noarch package python-sssdconfig.

https://fedorahosted.org/sssd/ticket/1839
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide libnl3 support</title>
<updated>2013-03-27T19:15:52+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-02-18T13:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=539b1be3507abdf8ac235b06eeed5011b0b5cde2'/>
<id>539b1be3507abdf8ac235b06eeed5011b0b5cde2</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/812

Update the monitor code to be using the new libnl3 API.

Changed configure option
--with-libnl

By default, it tries to build with libnl3, if not found, then with
libnl1, if this isn't found either, build proceeds without libnl, just
with warning.

Specifing --with-libnl=&lt;libnl3|libnl1|no&gt; checks for the specific given
version, if not found, configure ends with error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/812

Update the monitor code to be using the new libnl3 API.

Changed configure option
--with-libnl

By default, it tries to build with libnl3, if not found, then with
libnl1, if this isn't found either, build proceeds without libnl, just
with warning.

Specifing --with-libnl=&lt;libnl3|libnl1|no&gt; checks for the specific given
version, if not found, configure ends with error.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Always run distcheck and RPM tests in /dev/shm</title>
<updated>2013-03-20T11:38:56+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-03-18T14:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=8c294c1cd4d721818a59684cf7f2b36123f79163'/>
<id>8c294c1cd4d721818a59684cf7f2b36123f79163</id>
<content type='text'>
Some of the tests (such as the sysdb tests) are highly I/O limited.
By running them on a ramdisk, we can significantly speed up the
test runs when doing a distcheck or RPM build.

https://fedorahosted.org/sssd/ticket/1840
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the tests (such as the sysdb tests) are highly I/O limited.
By running them on a ramdisk, we can significantly speed up the
test runs when doing a distcheck or RPM build.

https://fedorahosted.org/sssd/ticket/1840
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate remake from bashrc_sssd</title>
<updated>2013-03-18T14:19:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-03-18T12:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=deb39b0ee0c0b1d04f264dc57c87e038efa33e95'/>
<id>deb39b0ee0c0b1d04f264dc57c87e038efa33e95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: require libcmocka on fedora 18+</title>
<updated>2013-03-13T12:28:06+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-03-12T14:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=a39403666f93e34005061eaf36550da96ab5e66f'/>
<id>a39403666f93e34005061eaf36550da96ab5e66f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Add contributed macros and aliases to simplify building</title>
<updated>2013-03-07T18:21:56+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-03-05T19:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=ccaea33f064842b16c7c9efeb50028cacdee6b2f'/>
<id>ccaea33f064842b16c7c9efeb50028cacdee6b2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Build shared components as an internal shared library</title>
<updated>2013-03-01T09:06:24+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-02-22T14:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=96453f402831275a39d5fb89c33c9776e148d03f'/>
<id>96453f402831275a39d5fb89c33c9776e148d03f</id>
<content type='text'>
There is a large amount of duplicated code being linked into multiple
SSSD binaries. Instead of statically linking this code throughout the
SSSD, we should instead create private shared libraries for them and
drop this code on the system only once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a large amount of duplicated code being linked into multiple
SSSD binaries. Instead of statically linking this code throughout the
SSSD, we should instead create private shared libraries for them and
drop this code on the system only once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the version and reset release back to 0</title>
<updated>2012-12-07T17:10:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-12-06T18:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=0c259cd8c8245db0364b38995e9e1fd941f79ed9'/>
<id>0c259cd8c8245db0364b38995e9e1fd941f79ed9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
