summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* RPMS: Move sss_cache tool to main packageStephen Gallagher2012-11-061-3/+6
| | | | https://fedorahosted.org/sssd/ticket/1481
* Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudoJakub Hrozek2012-10-121-3/+1
|
* Couple of specfile fixesJakub Hrozek2012-10-121-3/+7
|
* RPM: Create ghost files during installJakub Hrozek2012-09-241-0/+5
|
* autofs, sudo, ssh and PAC are not experimental anymoreJakub Hrozek2012-09-241-14/+0
|
* Mark the fastcache files in the spec file as %ghostJakub Hrozek2012-09-241-0/+2
| | | | https://fedorahosted.org/sssd/ticket/1487
* rpm: put localized sssd_krb5_locator_plugin manpages into clientPavel Březina2012-09-171-1/+5
| | | | | | | Localized sssd_krb5_locator_plugin manpages were added into main sssd package instead of client. https://fedorahosted.org/sssd/ticket/1394
* RPM: BuildRequire selinux-policy-targetedJakub Hrozek2012-09-101-0/+1
| | | | | | selinux-policy-targeted contains the /etc/selinux/targeted/logins directory that is checked during build time to determine if the platform supports SELinux user logins.
* libsss_sudo should have a versioned dependency on SSSDJakub Hrozek2012-09-071-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1509
* RPM: Always include the patch fileJakub Hrozek2012-08-291-2/+0
|
* RPM: Switch the default ccache locationJakub Hrozek2012-08-281-1/+7
| | | | https://fedorahosted.org/sssd/ticket/1500
* Add python bindings for murmurhash3Sumit Bose2012-08-151-0/+1
|
* Create a domain-realm mapping for krb5.conf to be includedJakub Hrozek2012-08-011-0/+1
| | | | | | | | When new subdomains are discovered, the SSSD creates a file that includes the domain-realm mappings. This file can in turn be included in the krb5.conf using the includedir directive, such as: includedir /var/lib/sss/pubconf/realm_mappings
* First-boot sss_seed toolNick Guay2012-08-011-0/+2
|
* Require and call ldconfig from subpackages if appropriateVille Skyttä2012-08-011-5/+22
| | | | | The SSSD subpackages were not calling ldconfig even though they contain shared libraries.
* manpage: sssd-sudo - documents how sudo works with sssdPavel Březina2012-07-301-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1418
* 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