Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-12 | Provide a configuration option to use systemd unit file | Jakub Hrozek | 1 | -3/+12 | |
https://fedorahosted.org/sssd/ticket/837 | |||||
2011-02-11 | Make 'make check' look nice again | Sumit Bose | 1 | -3/+8 | |
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. | |||||
2011-02-11 | Fix module registration with newer LDB libraries. | Stephen Gallagher | 1 | -0/+1 | |
2010-12-23 | Build and install translated man pages by default | Sumit Bose | 1 | -3/+0 | |
2010-12-22 | Make manual pages translatable | Jakub Hrozek | 1 | -37/+10 | |
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 | |||||
2010-12-20 | Serialize requests of the same user in the krb5 provider | Sumit Bose | 1 | -0/+2 | |
2010-12-08 | Bye, bye, ipa_timerules | Sumit Bose | 1 | -20/+0 | |
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. | |||||
2010-12-07 | Add support for FAST in krb5 provider | Sumit Bose | 1 | -0/+1 | |
2010-12-06 | Make sure that sss_obfuscate installs as executable | Stephen Gallagher | 1 | -1/+1 | |
2010-12-03 | Add support for automatic Kerberos ticket renewal | Sumit Bose | 1 | -0/+2 | |
2010-12-03 | Add krb5_renewable_lifetime option | Sumit Bose | 1 | -0/+1 | |
2010-11-24 | Print correct error messages for dp_err_to_string() | Stephen Gallagher | 1 | -1/+2 | |
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 | |||||
2010-11-15 | Sanitize search filters in memberOf plugin | Stephen Gallagher | 1 | -1/+3 | |
2010-11-04 | Make handle_child_* request public | Sumit Bose | 1 | -1/+3 | |
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. | |||||
2010-11-04 | Add infrastructure for Kerberos access provider | Sumit Bose | 1 | -1/+3 | |
2010-10-26 | Always use uint32_t for UID/GID numbers | Jakub Hrozek | 1 | -0/+1 | |
2010-10-26 | Improve versioning for automated builds | Stephen Gallagher | 1 | -5/+5 | |
Also changes 'make srpms' and 'make prerelease-srpms' to 'make srpm' and 'make prerelease-srpm', as we are only building one SRPM. | |||||
2010-10-25 | Implement netgroups for proxy provider | Sumit Bose | 1 | -0/+1 | |
2010-10-19 | Write log opening failures to the syslog | Stephen Gallagher | 1 | -1/+1 | |
If there is a problem with reopening the logs, it can be an audit trail issue. | |||||
2010-10-18 | Fix 'make distcheck' for XML documentation | Stephen Gallagher | 1 | -1/+1 | |
A missing $(srcdir) variable was preventing 'make distcheck' from working if run from a parallel build directory. | |||||
2010-10-13 | Rename upgrade_config.py and build it properly | Stephen Gallagher | 1 | -4/+2 | |
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 | |||||
2010-10-13 | Implement netgroup support for LDAP provider | Sumit Bose | 1 | -0/+4 | |
2010-10-13 | Add netgroup support to the NSS responder | Stephen Gallagher | 1 | -0/+3 | |
2010-10-13 | Add support for netgroups to NSS sss_client | Stephen Gallagher | 1 | -1/+3 | |
2010-10-13 | Rename group.c and passwd.c for clarity | Stephen Gallagher | 1 | -2/+2 | |
Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_" | |||||
2010-10-13 | Initialize kerberos service for GSSAPI | Jakub Hrozek | 1 | -0/+1 | |
2010-10-13 | Remove unused defines | Sumit Bose | 1 | -2/+0 | |
2010-10-13 | Distribute XML sources instead of man-pages | Sumit Bose | 1 | -2/+3 | |
2010-10-08 | Add common hash table setup | Stephen Gallagher | 1 | -1/+2 | |
sss_hash_create() produces a dhash table living in the talloc hierarchy. | |||||
2010-09-15 | Revert "Make ldap bind asynchronous" | Jakub Hrozek | 1 | -3/+0 | |
This reverts 56d8d19ac9d857580a233d8264e851883b883c67 | |||||
2010-09-15 | Remove generated manpages when performing "make clean" | Stephen Gallagher | 1 | -0/+1 | |
Fixes https://fedorahosted.org/sssd/ticket/614 | |||||
2010-09-08 | Deobfuscate password in back ends | Jakub Hrozek | 1 | -2/+4 | |
When obfuscated password is used in config file, the LDAP backend converts it back to clear text and uses it to authenticate to the server. | |||||
2010-09-08 | sss_obfuscate tool | Jakub Hrozek | 1 | -1/+9 | |
A tool to add obfuscated passwords into the SSSD config file | |||||
2010-09-08 | Fix pysss linking | Jakub Hrozek | 1 | -0/+3 | |
2010-09-08 | Password obfuscation utility functions | Jakub Hrozek | 1 | -1/+18 | |
Adds two utility functions to obfuscate a password and inverse to extract the cleartext password back. So far, only NSS-based implementation is provided. | |||||
2010-09-08 | Move crypto functions into its own subdir | Jakub Hrozek | 1 | -3/+8 | |
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD. | |||||
2010-09-02 | Remove useless /etc/dbus-1/system.d directory from installation | Maxim | 1 | -2/+0 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2010-09-02 | Add custom pam module dir | Maxim | 1 | -1/+1 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2010-09-02 | Add gentoo distrubutions | Maxim | 1 | -0/+5 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2010-09-02 | Make ldap bind asynchronous | Martin Nagy | 1 | -0/+3 | |
Every ldap function that could possibly create a new connection is now wrapped in a tevent_req. If the connection is created, we will call the function again after the socket is ready for writing. | |||||
2010-08-23 | Don't build SSSDConfig API when configured with --without-python-bindings | Stephen Gallagher | 1 | -1/+14 | |
2010-08-23 | Fix building sssd | Maxim | 1 | -0/+6 | |
2010-08-19 | Rewrite toplevel Makefile | Stephen Gallagher | 1 | -13/+1030 | |
There is no longer a need to have nested Makefiles and configure scripts. This patch combines the src/ Makefile and configure.ac into the root. | |||||
2010-08-19 | Remove common directory | Stephen Gallagher | 1 | -1/+1 | |
All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git | |||||
2010-03-08 | Package libcollection documentation into libcollection-devel | Stephen Gallagher | 1 | -1/+3 | |
2010-02-23 | Include hour in 'make prerelease-rpms' | Stephen Gallagher | 1 | -2/+2 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -2/+2 | |
Also update BUILD.txt | |||||
2010-02-18 | Eliminate separate build tree for sss_client | Stephen Gallagher | 1 | -1/+1 | |
2010-02-16 | Remove replace | Sumit Bose | 1 | -1/+1 | |
2010-02-15 | Add doxygen docs for ConfDB | Stephen Gallagher | 1 | -0/+2 | |