| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
Currently it is only handling netgroups by itself, other requests are
forwarded to LDAP provider.
|
| |
|
|
|
|
|
| |
We want to confine access to the keyring to the current process
and not let root easily peek into the keyring contents.
|
| |
|
|
|
|
|
|
|
|
|
| |
We weren't honoring the --without-manpages option, and this was
causing builds to break.
Note: 'make dist[check]' will not work if you have configured with
--without-manpages because it will not be able to pre-generate the
translation files necessary for tarball release.
|
| |
|
| |
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/950
|
|
|
|
|
|
|
| |
Adds a configure option to set the distribution default as well as
an sssd.conf option to override it.
https://fedorahosted.org/sssd/ticket/980
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/925
|
|
|
|
|
|
|
|
|
| |
The file has been split in three:
sdap_async_users.c
sdap_async_groups.c
sdap_async_initgroups.c
https://fedorahosted.org/sssd/ticket/864
|
|
|
|
|
|
|
| |
This file should not be installed by default. It leads to user
confusion. We will instead install it as documentation.
Fix incorrect example of entry_cache_nowait_percentage
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/943
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Several parts of the HBAC python bindings did not work with old Python
versions, such as the one shipped in RHEL5.
The changes include:
* a compatibility wrapper around python set object
* PyModule_AddIntMacro compat macro
* Py_ssize_t compat definition
* Do not use PyUnicode_FromFormat
* several function prototypes and structures used to have "char
arguments where they have "const char *" in recent versions.
This caused compilation warnings this patch mitigates by using
the discard_const hack on python 2.4
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This will speed up the build, as we are not recompiling the same
sources multiple times for different binaries. These objects will
now be built once and then statically linked in.
|
|
|
|
|
|
|
| |
The version is both fake and unused, so we'll stop creating the
versioned file and use only the unversioned .so. This is safe to
do for now because all of the plugins are built at the same time
as the interface.
|
| |
|
| |
|
|
|
|
| |
https://fedorahosted.org/sssd/ticket/837
|
|
|
|
|
|
|
|
|
| |
With current libldb releases 'make check' will print a lot of 'unable to
dlopen' messages although the test will succeed. This patch place the
memberof module into a directory of its own to avoid these messages.
Additionally this patch introduces TESTS_ENVIRONMENT which allows us to
remove the SYSDB_TEST preprocessor definition.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Utilizes PO4A to extract translatable strings from Docbook XML sources
and allows translators to submit ordinary .PO files. PO4A then generates
translated Docbook documents that can be used to generate translated end
user documentation.
https://fedorahosted.org/sssd/ticket/297
|
| |
|
|
|
|
|
|
| |
It was decided that IPA HBAC will move to a different format to specify
time ranges in access control rules. The evaluation based on the old
format is not needed anymore.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
All errnum values passed into this function throughout the code
are PAM error codes, but we were passing them through strerror()
to print them, which is only meaningful for ERRNO error codes.
This patch changes dp_err_to_string() to use pam_strerror() and
renames it to dp_pam_err_to_string() for clarity.
https://fedorahosted.org/sssd/ticket/636
|
| |
|
|
|
|
|
|
| |
I took the opportunity to move everything related to the handling of the
krb5_child into a separate file and cleaned the interfaces and related
structures a bit.
|
| |
|
| |
|
|
|
|
|
|
| |
Also changes 'make srpms' and 'make prerelease-srpms' to
'make srpm' and 'make prerelease-srpm', as we are only building
one SRPM.
|
| |
|
|
|
|
|
| |
If there is a problem with reopening the logs, it can be an audit
trail issue.
|
|
|
|
|
| |
A missing $(srcdir) variable was preventing 'make distcheck' from
working if run from a parallel build directory.
|
|
|
|
|
|
|
|
| |
Previously, we were just copying the script into the libexec dir
during installation. However, this causes problems for packaging
multilib on several distributions.
https://fedorahosted.org/sssd/ticket/641
|
| |
|
| |
|