summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build and install translated man pages by defaultSumit Bose2010-12-231-3/+0
|
* Make manual pages translatableJakub Hrozek2010-12-221-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
* Serialize requests of the same user in the krb5 providerSumit Bose2010-12-201-0/+2
|
* Bye, bye, ipa_timerulesSumit Bose2010-12-081-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.
* Add support for FAST in krb5 providerSumit Bose2010-12-071-0/+1
|
* Make sure that sss_obfuscate installs as executableStephen Gallagher2010-12-061-1/+1
|
* Add support for automatic Kerberos ticket renewalSumit Bose2010-12-031-0/+2
|
* Add krb5_renewable_lifetime optionSumit Bose2010-12-031-0/+1
|
* Print correct error messages for dp_err_to_string()Stephen Gallagher2010-11-241-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
* Sanitize search filters in memberOf pluginStephen Gallagher2010-11-151-1/+3
|
* Make handle_child_* request publicSumit Bose2010-11-041-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.
* Add infrastructure for Kerberos access providerSumit Bose2010-11-041-1/+3
|
* Always use uint32_t for UID/GID numbersJakub Hrozek2010-10-261-0/+1
|
* Improve versioning for automated buildsStephen Gallagher2010-10-261-5/+5
| | | | | | Also changes 'make srpms' and 'make prerelease-srpms' to 'make srpm' and 'make prerelease-srpm', as we are only building one SRPM.
* Implement netgroups for proxy providerSumit Bose2010-10-251-0/+1
|
* Write log opening failures to the syslogStephen Gallagher2010-10-191-1/+1
| | | | | If there is a problem with reopening the logs, it can be an audit trail issue.
* Fix 'make distcheck' for XML documentationStephen Gallagher2010-10-181-1/+1
| | | | | A missing $(srcdir) variable was preventing 'make distcheck' from working if run from a parallel build directory.
* Rename upgrade_config.py and build it properlyStephen Gallagher2010-10-131-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
* Implement netgroup support for LDAP providerSumit Bose2010-10-131-0/+4
|
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-0/+3
|
* Add support for netgroups to NSS sss_clientStephen Gallagher2010-10-131-1/+3
|
* Rename group.c and passwd.c for clarityStephen Gallagher2010-10-131-2/+2
| | | | | Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_"
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-131-0/+1
|
* Remove unused definesSumit Bose2010-10-131-2/+0
|
* Distribute XML sources instead of man-pagesSumit Bose2010-10-131-2/+3
|
* Add common hash table setupStephen Gallagher2010-10-081-1/+2
| | | | | sss_hash_create() produces a dhash table living in the talloc hierarchy.
* Revert "Make ldap bind asynchronous"Jakub Hrozek2010-09-151-3/+0
| | | | This reverts 56d8d19ac9d857580a233d8264e851883b883c67
* Remove generated manpages when performing "make clean"Stephen Gallagher2010-09-151-0/+1
| | | | Fixes https://fedorahosted.org/sssd/ticket/614
* Deobfuscate password in back endsJakub Hrozek2010-09-081-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.
* sss_obfuscate toolJakub Hrozek2010-09-081-1/+9
| | | | A tool to add obfuscated passwords into the SSSD config file
* Fix pysss linkingJakub Hrozek2010-09-081-0/+3
|
* Password obfuscation utility functionsJakub Hrozek2010-09-081-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.
* Move crypto functions into its own subdirJakub Hrozek2010-09-081-3/+8
| | | | | | A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD.
* Remove useless /etc/dbus-1/system.d directory from installationMaxim2010-09-021-2/+0
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Add custom pam module dirMaxim2010-09-021-1/+1
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Add gentoo distrubutionsMaxim2010-09-021-0/+5
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Make ldap bind asynchronousMartin Nagy2010-09-021-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.
* Don't build SSSDConfig API when configured with --without-python-bindingsStephen Gallagher2010-08-231-1/+14
|
* Fix building sssdMaxim2010-08-231-0/+6
|
* Rewrite toplevel MakefileStephen Gallagher2010-08-191-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.
* Remove common directoryStephen Gallagher2010-08-191-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
* Package libcollection documentation into libcollection-develStephen Gallagher2010-03-081-1/+3
|
* Include hour in 'make prerelease-rpms'Stephen Gallagher2010-02-231-2/+2
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-2/+2
| | | | Also update BUILD.txt
* Eliminate separate build tree for sss_clientStephen Gallagher2010-02-181-1/+1
|
* Remove replaceSumit Bose2010-02-161-1/+1
|
* Add doxygen docs for ConfDBStephen Gallagher2010-02-151-0/+2
|
* Add 'prerelease-rpms' target to MakefileStephen Gallagher2010-01-211-0/+8
| | | | | | | This target is available only if building from a git checkout. It will automatically populate the PRERELEASE_VERSION in version.m4 with the current datestamp and git commit id for creating an RPM.
* Add 'prerelease-srpms' target to MakefileStephen Gallagher2010-01-211-0/+8
| | | | | | | This target is available only if building from a git checkout. It will automatically populate the PRERELEASE_VERSION in version.m4 with the current datestamp and git commit id for creating an SRPM.
* Use version.m4 for setting the SSSD versionStephen Gallagher2010-01-211-1/+0
| | | | | | | | This is the preferred way of setting the version in a file, as autotools will properly monitor this file for changes and rerun autoconf/configure when necessary to update the version. This means that we don't need to manually perform an autoreconf in order to build a new RPM