<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/lib/idmap, branch sssctl</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/'/>
<entry>
<title>Fix minor spelling mistakes</title>
<updated>2017-10-25T08:24:49+00:00</updated>
<author>
<name>René Genz</name>
<email>liebundartig@freenet.de</email>
</author>
<published>2017-10-22T20:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/commit/?id=a02a5ed51178b2cbede0396d66aed716b8898096'/>
<id>a02a5ed51178b2cbede0396d66aed716b8898096</id>
<content type='text'>
Merges: https://pagure.io/SSSD/sssd/pull-request/3556

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merges: https://pagure.io/SSSD/sssd/pull-request/3556

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: Prevent colision for explicitly defined slice.</title>
<updated>2017-09-19T10:35:51+00:00</updated>
<author>
<name>Marlena Marlenowska</name>
<email>stolarek.marcin@gmail.com</email>
</author>
<published>2017-09-14T01:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/commit/?id=0526dde7f3d4089617c0f4a6a85f83e9d266c9f1'/>
<id>0526dde7f3d4089617c0f4a6a85f83e9d266c9f1</id>
<content type='text'>
Currently it happens for default domain, if someone configures
different ldap_idmap_default_domain_sid for two domains in
sssd.conf. There is no check preventing this in sdap_idmap.c, it's simply:
sdap_idmap_add_domain(idmap_ctx, dom_name,sid_str, 0). However, I believe
here is the best place to check it since there may be different use of
sss_idmap_calculate_ranges in the future.

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently it happens for default domain, if someone configures
different ldap_idmap_default_domain_sid for two domains in
sssd.conf. There is no check preventing this in sdap_idmap.c, it's simply:
sdap_idmap_add_domain(idmap_ctx, dom_name,sid_str, 0). However, I believe
here is the best place to check it since there may be different use of
sss_idmap_calculate_ranges in the future.

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving headers used by both server and client to special folder</title>
<updated>2017-08-03T09:08:15+00:00</updated>
<author>
<name>AmitKumar</name>
<email>amitkuma@redhat.com</email>
</author>
<published>2017-07-22T23:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/commit/?id=3996e391054a1c02ab62e1541ae21a8204bd5d0a'/>
<id>3996e391054a1c02ab62e1541ae21a8204bd5d0a</id>
<content type='text'>
These are the header files which are used by both client and server:
src/util/io.h
src/util/murmurhash3.h
src/util/util_safealign.h

This patch is about moving these header files to special folder
(src/shared). It will be easier to identify these headers when looking
for them in the src tree.
util_safalign.h is renamed as safalign.h because util_ namespace is
appropriate when this file belonged to the util's folder which is no
longer the case.

Resolves:
https://pagure.io/SSSD/sssd/issue/1898

Reviewed-by: Fabiano Fidêncio &lt;fidencio@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are the header files which are used by both client and server:
src/util/io.h
src/util/murmurhash3.h
src/util/util_safealign.h

This patch is about moving these header files to special folder
(src/shared). It will be easier to identify these headers when looking
for them in the src tree.
util_safalign.h is renamed as safalign.h because util_ namespace is
appropriate when this file belonged to the util's folder which is no
longer the case.

Resolves:
https://pagure.io/SSSD/sssd/issue/1898

Reviewed-by: Fabiano Fidêncio &lt;fidencio@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>idmap_error_string: add missing descriptions</title>
<updated>2017-07-24T19:15:17+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2017-07-20T18:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/commit/?id=c377d4d604f1e7b35c484711f1084b7a761772b6'/>
<id>c377d4d604f1e7b35c484711f1084b7a761772b6</id>
<content type='text'>
Related to https://pagure.io/SSSD/sssd/issue/1960
Related to https://pagure.io/SSSD/sssd/issue/1938
Related to https://pagure.io/SSSD/sssd/issue/1844
Related to https://pagure.io/SSSD/sssd/issue/1593

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to https://pagure.io/SSSD/sssd/issue/1960
Related to https://pagure.io/SSSD/sssd/issue/1938
Related to https://pagure.io/SSSD/sssd/issue/1844
Related to https://pagure.io/SSSD/sssd/issue/1593

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pagure links as a reference to upstream</title>
<updated>2017-02-28T09:59:57+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2017-02-27T14:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/commit/?id=fe079dfc0779f154c11d5a3c8ff664f717a5de3d'/>
<id>fe079dfc0779f154c11d5a3c8ff664f717a5de3d</id>
<content type='text'>
Reviewed-by: Fabiano Fidêncio &lt;fidencio@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Fabiano Fidêncio &lt;fidencio@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TESTS: Check new line at end of file</title>
<updated>2016-11-23T12:30:07+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2016-11-19T21:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/commit/?id=900778b5afd0143005cfd40cc67ad5086481f7ee'/>
<id>900778b5afd0143005cfd40cc67ad5086481f7ee</id>
<content type='text'>
Reviewed-by: Nikolai Kondrashov &lt;Nikolai.Kondrashov@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Nikolai Kondrashov &lt;Nikolai.Kondrashov@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove double semicolon at the end of line</title>
<updated>2016-09-21T13:10:11+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2016-09-17T19:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd.git/commit/?id=b9941359b3181c42f415530d5ccad0f4664d85fa'/>
<id>b9941359b3181c42f415530d5ccad0f4664d85fa</id>
<content type='text'>
Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Březina &lt;pbrezina@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/pbrezina/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>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/pbrezina/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/pbrezina/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>
</feed>
