<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/lib, branch memberof_default_view</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>ipa_hbac: Fix documentation for hbac_enable_debug</title>
<updated>2016-07-12T09:57:57+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2016-07-08T12:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f3db22862d22821be2d566435cb0c59387343fc2'/>
<id>f3db22862d22821be2d566435cb0c59387343fc2</id>
<content type='text'>
src/lib/ipa_hbac/ipa_hbac.h:68: warning: expected whitespace after [ command

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/lib/ipa_hbac/ipa_hbac.h:68: warning: expected whitespace after [ command

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doxygen: Fix path to header file ipa_hbac.h</title>
<updated>2016-07-12T09:57:57+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2016-07-08T11:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b9b2c0836f64f375babb75d92b924f3780f20521'/>
<id>b9b2c0836f64f375babb75d92b924f3780f20521</id>
<content type='text'>
Warning: tag INPUT: input source `src/providers/ipa/ipa_hbac.h' does not exist
warning: source src/providers/ipa/ipa_hbac.h is not
         a readable file or directory... skipping.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warning: tag INPUT: input source `src/providers/ipa/ipa_hbac.h' does not exist
warning: source src/providers/ipa/ipa_hbac.h is not
         a readable file or directory... skipping.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix few typos in doxygen comments</title>
<updated>2016-07-05T18:42:53+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2016-07-01T08:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c744f9df3b6b169c8c70fcfd063ab6402229218e'/>
<id>c744f9df3b6b169c8c70fcfd063ab6402229218e</id>
<content type='text'>
src/confdb/confdb.h:572: warning: argument 'memctx' of command @param
    is not found in the argument list of
    confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb,
        const char *section, char ***sections, int *num_sections)
src/confdb/confdb.h:592: warning: The following parameters of
    confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb,
        const char *section, char ***sections, int *num_sections)
    are not documented:

src/lib/idmap/sss_idmap.h:315: warning: argument 's_cv' of command @param
    is not found in the argument list of
    sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx,
        const char *domain_name, const char *domain_sid,
        struct sss_idmap_range *range, const char *range_id, uint32_t rid,
        bool external_mapping, idmap_store_cb cb, void *pvt)
src/lib/idmap/sss_idmap.h:94: warning: The following parameters of
    sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx,
        const char *domain_name, const char *domain_sid,
        struct sss_idmap_range *range, const char *range_id, uint32_t rid,
        bool external_mapping, idmap_store_cb cb, void *pvt)
    are not documented:

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/confdb/confdb.h:572: warning: argument 'memctx' of command @param
    is not found in the argument list of
    confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb,
        const char *section, char ***sections, int *num_sections)
src/confdb/confdb.h:592: warning: The following parameters of
    confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb,
        const char *section, char ***sections, int *num_sections)
    are not documented:

src/lib/idmap/sss_idmap.h:315: warning: argument 's_cv' of command @param
    is not found in the argument list of
    sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx,
        const char *domain_name, const char *domain_sid,
        struct sss_idmap_range *range, const char *range_id, uint32_t rid,
        bool external_mapping, idmap_store_cb cb, void *pvt)
src/lib/idmap/sss_idmap.h:94: warning: The following parameters of
    sss_idmap_add_auto_domain_ex(struct sss_idmap_ctx *ctx,
        const char *domain_name, const char *domain_sid,
        struct sss_idmap_range *range, const char *range_id, uint32_t rid,
        bool external_mapping, idmap_store_cb cb, void *pvt)
    are not documented:

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_sifp: return context even on IO error</title>
<updated>2016-06-27T14:33:26+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2016-06-03T12:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=12d99da163b1efef7e982f04e03049e012857bae'/>
<id>12d99da163b1efef7e982f04e03049e012857bae</id>
<content type='text'>
So the caller is able to get error description.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So the caller is able to get error description.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_sifp: make it compatible with latest version of the infopipe</title>
<updated>2016-06-27T14:33:22+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2016-06-03T10:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2a45f13e3139063d3a5842119e7377c8c98aea1d'/>
<id>2a45f13e3139063d3a5842119e7377c8c98aea1d</id>
<content type='text'>
Current version of infopipe leverage different interfaces and
object paths which were not accessible through the simple ifp
library. This patch changes the API, which is ok since it was
never declared as a public library and beside deprecated
openlmi there are no known users. We will use this in sssctl tool.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current version of infopipe leverage different interfaces and
object paths which were not accessible through the simple ifp
library. This patch changes the API, which is ok since it was
never declared as a public library and beside deprecated
openlmi there are no known users. We will use this in sssctl tool.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add winbind idmap plugin</title>
<updated>2016-06-21T10:09:28+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2016-04-19T11:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1d1a0a019d8d4d9ab0f51ada03604cd2cada287e'/>
<id>1d1a0a019d8d4d9ab0f51ada03604cd2cada287e</id>
<content type='text'>
With this plugin winbind can use the same id-mapping as SSSD which makes
it possible to run both together in a consistent way.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this plugin winbind can use the same id-mapping as SSSD which makes
it possible to run both together in a consistent way.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libipa_hbac: Move the library to src/lib/ipa_hbac</title>
<updated>2016-03-12T20:19:06+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-03-10T07:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e0c86d21388bffe2e3919e780780c40d96186abb'/>
<id>e0c86d21388bffe2e3919e780780c40d96186abb</id>
<content type='text'>
Moving the library to the lib directory will force maintainers to think
twice about changes, because it would be obvious this is a library.

Also don't use includes from sssd source tree paths, but add the util
path to Makefile's CFLAGS so that other projects can copy the
hbac_evaluator.c file verbatim.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moving the library to the lib directory will force maintainers to think
twice about changes, because it would be obvious this is a library.

Also don't use includes from sssd source tree paths, but add the util
path to Makefile's CFLAGS so that other projects can copy the
hbac_evaluator.c file verbatim.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: Make parameter names more descriptive</title>
<updated>2016-03-02T19:33:21+00:00</updated>
<author>
<name>Pavel Reichl</name>
<email>preichl@redhat.com</email>
</author>
<published>2016-03-01T13:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=bda0a8ee67c4222ede597fd57456b74e33116653'/>
<id>bda0a8ee67c4222ede597fd57456b74e33116653</id>
<content type='text'>
Domain SID (not name) is part of identification string for helper range
in generate_sec_slice_name().

Use more generic name for range identifier when calculating range for
new slice in sss_idmap_calculate_range().

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Domain SID (not name) is part of identification string for helper range
in generate_sec_slice_name().

Use more generic name for range identifier when calculating range for
new slice in sss_idmap_calculate_range().

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: Add minor performance improvements</title>
<updated>2016-03-01T15:33:35+00:00</updated>
<author>
<name>Pavel Reichl</name>
<email>preichl@redhat.com</email>
</author>
<published>2016-01-26T16:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=012d334cec221d8abf86dffbbaf9649ec0a4b585'/>
<id>012d334cec221d8abf86dffbbaf9649ec0a4b585</id>
<content type='text'>
Some ID ranges are precalculated when ID mapping is being initialized.
This patch utilizes these (helper) ranges when new domains are generated
if appropriate.

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some ID ranges are precalculated when ID mapping is being initialized.
This patch utilizes these (helper) ranges when new domains are generated
if appropriate.

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: Fix minor memory leak</title>
<updated>2016-01-28T14:03:48+00:00</updated>
<author>
<name>Pavel Reichl</name>
<email>preichl@redhat.com</email>
</author>
<published>2016-01-22T17:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=5554a2a679f72f19f266d660a5681e3b0c657379'/>
<id>5554a2a679f72f19f266d660a5681e3b0c657379</id>
<content type='text'>
Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
