summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* AUTOFS: a client libraryJakub Hrozek2012-02-051-0/+13
| | | | | | | | | | | | | | | This is the library the autofs client is using. automounter dlopen()s the library so there is no header file, no pkgconfig file and the library is in the libsss_autofs package, not in -devel. The library provides the following interface: * _sss_setautomntent() - select the map for processing * _sss_getautomntent_r() - iterates through key/value pairs in the selected map. The key is usually the mount point, the value is mount information (server:/export) * _sss_getautomntbyname_r() - returns value for a specific key. * _sss_endautomntent() deselect a map, clean up
* SUDO: Provide documentation for the SUDO APIJakub Hrozek2012-01-301-0/+6
|
* SSSDConfigAPI: Move sssd.api.* to /usr/share/sssdStephen Gallagher2012-01-301-6/+3
| | | | https://fedorahosted.org/sssd/ticket/1158
* Add a new Makefile target to build RPMs with the experimental flagJakub Hrozek2012-01-171-1/+37
|
* Update spec file to build with Glib on RHEL 5Stephen Gallagher2011-12-121-2/+9
|
* Fix typo in specfileStephen Gallagher2011-09-151-2/+2
|
* Do not build documentation on RHEL 5Stephen Gallagher2011-09-151-1/+17
| | | | | RHEL 5 has a very old version of doxygen that does not search the correct locations for documentation.
* Add libipa_hbac documentation to the -devel packageStephen Gallagher2011-09-081-1/+5
|
* Remove all libtool .la files from RPMStephen Gallagher2011-09-061-13/+2
|
* sss_debuglevel - change the debug levels on the flyPavel Březina2011-09-062-0/+4
| | | | https://fedorahosted.org/sssd/ticket/950
* Fix typo in %configureStephen Gallagher2011-09-021-1/+1
|
* Add option to specify the kerberos replay cache dirStephen Gallagher2011-09-021-0/+2
| | | | | | | 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
* Fix broken RHEL5 buildStephen Gallagher2011-08-111-0/+1
| | | | | RPM in RHEL 5 requires %ghost entries to be present in the build root.
* Remove private shared object Provides: for pysss.so and pyhbac.soStephen Gallagher2011-08-101-0/+6
|
* Include the configuration file as a %ghost entryStephen Gallagher2011-08-101-0/+1
| | | | | | The recent change to cease installing the sample configuration file caused existing config files to be removed on upgrade. This will prevent that from happening.
* Rename sssd.conf to sssd-example.confStephen Gallagher2011-08-081-4/+3
| | | | | | | 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
* Require matched version and release for libipa_hbacStephen Gallagher2011-08-011-0/+1
|
* libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher2011-07-291-0/+1
|
* Provide python bindings for the HBAC evaluator libraryJakub Hrozek2011-07-081-1/+16
|
* Add HBAC evaluator and testsStephen Gallagher2011-07-081-0/+29
|
* Ensure that SSSD always Requires: the primary-arch sssd-clientStephen Gallagher2011-05-311-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=709333
* Add support for openldap24 package on RHEL 5.7Sumit Bose2011-05-061-0/+8
|
* Include manpage for sss_cacheStephen Gallagher2011-05-041-0/+1
|
* Cache cleaning toolJan Zeleny2011-05-041-0/+1
|
* Fix specfile for RHEL5Stephen Gallagher2011-02-161-0/+10
| | | | | | RHEL5 uses an old libtool. We need to forcibly remove certain m4 files before running autoreconf to ensure that they get replaced with the appropriate old versions.
* Detect the proper location for memberof.soStephen Gallagher2011-02-141-2/+6
|
* Minor specfile changesStephen Gallagher2011-02-141-1/+2
| | | | | | We should be using BuildRequires: gettext-devel Also, for best compatibility across multiple RPM-based distros, we should be running autoreconf before configure.
* Make SSSDConfig API configuration readableStephen Gallagher2011-02-031-4/+4
| | | | | Previously, only root could read these files, but it makes sense to allow non-root users to prototype sssd.conf files.
* Fix handling of translated man pages in spec fileSumit Bose2011-01-311-4/+15
| | | | | | | If po4a is not available 'make rpms' will fail because the spec file expects that some translated man pages are present. This patch tries to detect which translated man pages are available and adds them to the corresponding file list.
* Add missing gettext BuildRequiresStephen Gallagher2011-01-251-0/+1
|
* Add uk translation to specfileStephen Gallagher2011-01-241-0/+1
|
* Remove unnecessary po4a BuildRequiresStephen Gallagher2010-12-231-1/+0
|
* Build and install translated man pages by defaultSumit Bose2010-12-231-1/+0
|
* Add Czech translationJakub Hrozek2010-12-221-0/+2
| | | | | Translated a couple of strings from manpages into Czech. Makes the manpage translation patch testable.
* Make manual pages translatableJakub Hrozek2010-12-221-0/+2
| | | | | | | | | 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
* Move sss_* tools into their own subpackageStephen Gallagher2010-12-061-16/+33
|
* Assorted specfile changesStephen Gallagher2010-10-131-8/+10
| | | | | | Several problems with the specfile were fixed in the SSSD release in certain RPM-based distributions. This patch pulls them into the example specfile
* Rename upgrade_config.py and build it properlyStephen Gallagher2010-10-131-4/+0
| | | | | | | | 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
* Fix assorted specfile issuesStephen Gallagher2010-09-221-8/+6
| | | | | | | 1) Pam modules should be explicitly built for /lib64/security 2) The krb5 locator plugin is always built; remove the conditional 3) The krb5 locator plugin belongs in the sssd-client package 4) The sss_obfuscate manpage was not packaged
* sss_obfuscate toolJakub Hrozek2010-09-081-0/+1
| | | | A tool to add obfuscated passwords into the SSSD config file
* Build SSSD RPMs with external librariesStephen Gallagher2010-08-191-225/+8
|
* Use netlink to detect going onlineJakub Hrozek2010-07-091-0/+1
| | | | | | | | Integrates libnl to detect adding routes. When a route is added, the offline status of all back ends is reset. This patch adds no heuristics to detect whether back end went offline. Fixes: #456
* Replace %define with %global in example specStephen Gallagher2010-06-282-16/+16
|
* Fixing types in queue and stack interfacesDmitri Pal2010-06-281-4/+3
|
* Bump libini_config version to 0.6.0Stephen Gallagher2010-06-281-1/+1
|
* Drop release requirement from versionsStephen Gallagher2010-06-281-4/+4
|
* Add support for delayed kinit if offlineSumit Bose2010-05-261-0/+2
| | | | | | | If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
* Add dynamic DNS updates to FreeIPAStephen Gallagher2010-05-161-0/+1
| | | | | | | | | | | | | | | | | | This adds two new options: ipa_dyndns_update: Boolean value to select whether this client should automatically update its IP address in FreeIPA DNS. ipa_dyndns_iface: Choose an interface manually to use for updating dynamic DNS. Default is to use the interface associated with the LDAP connection to FreeIPA. This patch supports A and AAAA records. It relies on the presence of the nsupdate tool from the bind-utils package to perform the actual update step. The location of this utility is set at build time, but its availability is determined at runtime (so clients that do not require dynamic update capability do not need to meet this dependency).
* Revert "Add dynamic DNS updates to FreeIPA"Stephen Gallagher2010-05-071-1/+0
| | | | | | | This reverts commit 973b7c27c0b294b8b2f120296f64c6a3a36e44b7. While this patch applied cleanly, it was uncompilable. Reverting until it can be properly merged.
* Add dynamic DNS updates to FreeIPAStephen Gallagher2010-05-071-0/+1
| | | | | | | | | | | | | | | | | | This adds two new options: ipa_dyndns_update: Boolean value to select whether this client should automatically update its IP address in FreeIPA DNS. ipa_dyndns_iface: Choose an interface manually to use for updating dynamic DNS. Default is to use the interface associated with the LDAP connection to FreeIPA. This patch supports A and AAAA records. It relies on the presence of the nsupdate tool from the bind-utils package to perform the actual update step. The location of this utility is set at build time, but its availability is determined at runtime (so clients that do not require dynamic update capability do not need to meet this dependency).