summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* Add missing "%" to specfileJakub Hrozek2012-07-161-1/+1
|
* RPM: Own several directoriesJakub Hrozek2012-07-131-0/+4
|
* AD: Add manpages and SSSDConfig entriesStephen Gallagher2012-07-061-0/+1
|
* AD: Add AD provider to the spec fileStephen Gallagher2012-07-061-0/+1
|
* BUILD: Change default unicode library to glib2Stephen Gallagher2012-06-251-8/+2
| | | | | This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary.
* Try to build PAC responder only if all dependencies are availableSumit Bose2012-06-211-0/+10
|
* PAC responder: support in spec fileSumit Bose2012-06-211-0/+7
|
* Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek2012-06-141-0/+5
|
* SSSDConfig: Make SSSDConfig a packageStephen Gallagher2012-05-311-1/+1
| | | | | We were polluting the primary Python space with several dependencies. We will now install them their own directory/module.
* RPM: Allow running 'make rpms' on RHEL 5 machinesStephen Gallagher2012-05-151-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
* Fix typo in spec fileSumit Bose2012-05-031-1/+1
|
* Install and uninstall all documentationPavel Březina2012-04-201-3/+3
| | | | | Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation.
* Add idmap librarySumit Bose2012-03-261-0/+35
|
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-191-0/+3
|
* Build experimental features by default in RPMsStephen Gallagher2012-03-081-0/+2
|
* Make RPM spec more explicitStephen Gallagher2012-03-081-2/+20
| | | | It will be easier to catch errors at build-time
* Prune python provides correctlyStephen Gallagher2012-03-081-5/+8
|
* Eliminate build-time requirement for nscdStephen Gallagher2012-02-271-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.
* Fix missing %endif in sssd.spec.inStephen Gallagher2012-02-151-0/+1
|
* Move sss_ssh_* binaries to the main 'sssd' packageStephen Gallagher2012-02-151-6/+7
| | | | | The sssd-client subpackage is multilib, so it cannot contain conflicting /usr/bin executables.
* SSH: Build man pages conditionallyJan Cholasta2012-02-141-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1175
* Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2012-02-071-2/+2
|
* SSH: OpenSSH known_hosts clientJan Cholasta2012-02-071-0/+2
|
* SSH: OpenSSH authorized_keys clientJan Cholasta2012-02-071-0/+4
|
* 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-061-0/+2
| | | | 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
|