<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/lib/idmap, branch ad_domain_local_groups</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>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>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>
<entry>
<title>IDMAP: Add support for automatic adding of ranges</title>
<updated>2016-01-20T17:11:11+00:00</updated>
<author>
<name>Pavel Reichl</name>
<email>preichl@redhat.com</email>
</author>
<published>2015-11-27T09:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8babbeee01e67893af4828ddfc922ecac0be4197'/>
<id>8babbeee01e67893af4828ddfc922ecac0be4197</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2188

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2188

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: New structure for domain range params</title>
<updated>2016-01-20T17:11:06+00:00</updated>
<author>
<name>Pavel Reichl</name>
<email>preichl@redhat.com</email>
</author>
<published>2015-11-26T15:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c3cdd6a644a870531092e4378cbcd1a428ff514c'/>
<id>c3cdd6a644a870531092e4378cbcd1a428ff514c</id>
<content type='text'>
Create new internal structure idmap_range_params by merging ID mapping
range relevant fields from idmap_domain_info and remove corrsponding
fields.

Resolves:
https://fedorahosted.org/sssd/ticket/2188

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create new internal structure idmap_range_params by merging ID mapping
range relevant fields from idmap_domain_info and remove corrsponding
fields.

Resolves:
https://fedorahosted.org/sssd/ticket/2188

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: Fix computing max id for slice range</title>
<updated>2016-01-20T17:11:02+00:00</updated>
<author>
<name>Pavel Reichl</name>
<email>preichl@redhat.com</email>
</author>
<published>2016-01-13T14:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=7db89d44b5582a0cb0a61a7aa42a2fac7ca9408f'/>
<id>7db89d44b5582a0cb0a61a7aa42a2fac7ca9408f</id>
<content type='text'>
Max value of id mapping range was 1 unit too high.

Resolves:
https://fedorahosted.org/sssd/ticket/2922

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Max value of id mapping range was 1 unit too high.

Resolves:
https://fedorahosted.org/sssd/ticket/2922

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Add version symbol files for public libraries.</title>
<updated>2014-07-09T12:45:05+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-06-09T12:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f28b09f887870c10c8c611beee3c17eaa9ef74f3'/>
<id>f28b09f887870c10c8c611beee3c17eaa9ef74f3</id>
<content type='text'>
Version symbol files will help package systems to catch backward compatible
changes (newly added functions) into library.

The difference between libraries libsss_nss_idmap_test.so and
libsss_nss_idmap.so is that the 1st library will not be installed and has more
exported functions, which are necessary for mocking with cmocka for test
sss_nss_idmap-test.

Resolves:
https://fedorahosted.org/sssd/ticket/2194

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version symbol files will help package systems to catch backward compatible
changes (newly added functions) into library.

The difference between libraries libsss_nss_idmap_test.so and
libsss_nss_idmap.so is that the 1st library will not be installed and has more
exported functions, which are necessary for mocking with cmocka for test
sss_nss_idmap-test.

Resolves:
https://fedorahosted.org/sssd/ticket/2194

Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: add sss_idmap_check_collision(_ex)</title>
<updated>2014-02-26T14:11:23+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2014-02-03T12:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ff6e24f4474cca6226cd44c47ba2ec6ba6cf9a16'/>
<id>ff6e24f4474cca6226cd44c47ba2ec6ba6cf9a16</id>
<content type='text'>
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix names of arguments in doxygen comments</title>
<updated>2014-02-17T16:41:36+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-02-13T16:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3b35ff47651e4893ce537a273466766b962362da'/>
<id>3b35ff47651e4893ce537a273466766b962362da</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>
</feed>
