URL: https://github.com/SSSD/sssd/pull/931
Author: miztake
Title: #931: Fix memory leak about krb5 error message
Action: opened
PR body:
"""
krb5 error message obtained with sss_krb5_get_error_message() must be released with sss_krb5_free_error_message().
It is not released in some message output processes.
Added error message release processing.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/931/head:pr931
git checkout pr931
URL: https://github.com/SSSD/sssd/pull/915
Author: alexey-tikhonov
Title: #915: Fix krb5-related debug
Action: opened
PR body:
"""
This PR is continuation of cleanup work done in #883.
`KEYTAB_CLEAN_NAME` macro was replaced with `sss_printable_keytab_name()` function and a number of issues related with usage of `krb5_get_error_message()` were fixed.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/915/head:pr915
git checkout pr915
URL: https://github.com/SSSD/sssd/pull/940
Author: elkoniu
Title: #940: files_ops: Remove unused functions parameter
Action: opened
PR body:
"""
enum_files_users() and enum_files_groups() has access
to struct files_id_ctx without purpose.
This argument is not used by the functions directly
and not passed down to subfunctions.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/940/head:pr940
git checkout pr940
URL: https://github.com/SSSD/sssd/pull/891
Author: thalman
Title: #891: IPA: Utilize new protocol in IPA extdom plugin
Action: opened
PR body:
"""
To allow @-sign in group name IPA extdom plugin had to be
extended. Now the protocol distinguishes between resolving
username and groupname.
Until now name resolution was performed as it is a user and
in case of not finding any user, group search was performed.
But the SSSD knows the type of object, that is resolved.
This change will improve the performance of the system.
The @-sign issue is completely fixed on IPA side and
will work for older clients too.
Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1383520
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/891/head:pr891
git checkout pr891
URL: https://github.com/SSSD/sssd/pull/937
Author: miztake
Title: #937: Unify the indentation to 4 spaces
Action: opened
PR body:
"""
The Coding guidelines include the following:
https://docs.pagure.org/SSSD.sssd/developers/coding_style.html
MUST: No tabs all indentation 4 spaces.
However, there are places where the indentation is not 4 spaces.
Unify not 4 spaces indentation to 4 spaces.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/937/head:pr937
git checkout pr937