summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2012-06-14Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek1-0/+5
2012-05-31SSSDConfig: Make SSSDConfig a packageStephen Gallagher1-1/+1
We were polluting the primary Python space with several dependencies. We will now install them their own directory/module.
2012-05-15RPM: Allow running 'make rpms' on RHEL 5 machinesStephen Gallagher1-5/+7
Our previous detection for this was flawed, because the %{rhel} macro did not exist on the version of RPM shipped with RHEL 5, but it worked when building for RHEL 5 through mock. This new patch relies on grepping /etc/redhat-release for the version information. https://fedorahosted.org/sssd/ticket/1206
2012-05-03Fix typo in spec fileSumit Bose1-1/+1
2012-04-20Install and uninstall all documentationPavel Březina1-3/+3
Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation.
2012-03-26Add idmap librarySumit Bose1-0/+35
2012-03-19nsssrv: shared memory cache server initializationSimo Sorce1-0/+3
2012-03-08Build experimental features by default in RPMsStephen Gallagher1-0/+2
2012-03-08Make RPM spec more explicitStephen Gallagher1-2/+20
It will be easier to catch errors at build-time
2012-03-08Prune python provides correctlyStephen Gallagher1-5/+8
2012-02-27Eliminate build-time requirement for nscdStephen Gallagher1-1/+0
We will now use the autodetected location if available, or else fall back to a value provided by --with-nscd in configure and finally resort to a hard-coded default of /usr/sbin/nscd.
2012-02-22Add tool to convert debug levelsStephen Gallagher1-0/+100
Older versions of SSSD (1.5 and earlier) would take a debug_level value set in the [sssd] section as authoritative for all other sections where not explicitly overridden. We changed this so that all sections need to set it if they want debug logs set. This script can be run to make the new version continue to produce the same logs as the old versions did, by explicitly adding debug_level to all domains and services that did not have it set already. Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=753763
2012-02-15Fix missing %endif in sssd.spec.inStephen Gallagher1-0/+1
2012-02-15Move sss_ssh_* binaries to the main 'sssd' packageStephen Gallagher1-6/+7
The sssd-client subpackage is multilib, so it cannot contain conflicting /usr/bin executables.
2012-02-14SSH: Build man pages conditionallyJan Cholasta1-1/+1
https://fedorahosted.org/sssd/ticket/1175
2012-02-07Make sudo installation path configurable, install into libdir by defaultJakub Hrozek1-2/+2
2012-02-07SSH: OpenSSH known_hosts clientJan Cholasta1-0/+2
2012-02-07SSH: OpenSSH authorized_keys clientJan Cholasta1-0/+4
2012-02-05AUTOFS: a client libraryJakub Hrozek1-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
2012-01-30SUDO: Provide documentation for the SUDO APIJakub Hrozek1-0/+6
2012-01-30SSSDConfigAPI: Move sssd.api.* to /usr/share/sssdStephen Gallagher1-6/+3
https://fedorahosted.org/sssd/ticket/1158
2012-01-17Add a new Makefile target to build RPMs with the experimental flagJakub Hrozek1-1/+37
2011-12-12Update spec file to build with Glib on RHEL 5Stephen Gallagher1-2/+9
2011-09-15Fix typo in specfileStephen Gallagher1-2/+2
2011-09-15Do not build documentation on RHEL 5Stephen Gallagher1-1/+17
RHEL 5 has a very old version of doxygen that does not search the correct locations for documentation.
2011-09-08Add libipa_hbac documentation to the -devel packageStephen Gallagher1-1/+5
2011-09-06Remove all libtool .la files from RPMStephen Gallagher1-13/+2
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina2-0/+4
https://fedorahosted.org/sssd/ticket/950
2011-09-02Fix typo in %configureStephen Gallagher1-1/+1
2011-09-02Add option to specify the kerberos replay cache dirStephen Gallagher1-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
2011-08-11Fix broken RHEL5 buildStephen Gallagher1-0/+1
RPM in RHEL 5 requires %ghost entries to be present in the build root.
2011-08-10Remove private shared object Provides: for pysss.so and pyhbac.soStephen Gallagher1-0/+6
2011-08-10Include the configuration file as a %ghost entryStephen Gallagher1-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.
2011-08-08Rename sssd.conf to sssd-example.confStephen Gallagher1-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
2011-08-01Require matched version and release for libipa_hbacStephen Gallagher1-0/+1
2011-07-29libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher1-0/+1
2011-07-08Provide python bindings for the HBAC evaluator libraryJakub Hrozek1-1/+16
2011-07-08Add HBAC evaluator and testsStephen Gallagher1-0/+29
2011-05-31Ensure that SSSD always Requires: the primary-arch sssd-clientStephen Gallagher1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=709333
2011-05-06Add support for openldap24 package on RHEL 5.7Sumit Bose1-0/+8
2011-05-04Include manpage for sss_cacheStephen Gallagher1-0/+1
2011-05-04Cache cleaning toolJan Zeleny1-0/+1
2011-02-16Fix specfile for RHEL5Stephen Gallagher1-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.
2011-02-14Detect the proper location for memberof.soStephen Gallagher1-2/+6
2011-02-14Minor specfile changesStephen Gallagher1-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.
2011-02-03Make SSSDConfig API configuration readableStephen Gallagher1-4/+4
Previously, only root could read these files, but it makes sense to allow non-root users to prototype sssd.conf files.
2011-01-31Fix handling of translated man pages in spec fileSumit Bose1-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.
2011-01-25Add missing gettext BuildRequiresStephen Gallagher1-0/+1
2011-01-24Add uk translation to specfileStephen Gallagher1-0/+1
2010-12-23Remove unnecessary po4a BuildRequiresStephen Gallagher1-1/+0