Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-07 | Bump the version and reset release back to 0 | Jakub Hrozek | 1 | -1/+1 | |
2012-11-22 | Fix errors reported by rpmlint | Jan Cholasta | 1 | -5/+4 | |
2012-11-22 | Use systemd by default on Fedora 16+ | Jan Cholasta | 1 | -2/+60 | |
https://fedorahosted.org/sssd/ticket/1437 | |||||
2012-10-18 | RPMS: Move sss_cache tool to main package | Stephen Gallagher | 1 | -3/+6 | |
https://fedorahosted.org/sssd/ticket/1481 | |||||
2012-10-12 | Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudo | Jakub Hrozek | 1 | -3/+1 | |
2012-10-12 | Couple of specfile fixes | Jakub Hrozek | 1 | -3/+7 | |
2012-09-24 | RPM: Create ghost files during install | Jakub Hrozek | 1 | -0/+5 | |
2012-09-24 | autofs, sudo, ssh and PAC are not experimental anymore | Jakub Hrozek | 1 | -14/+0 | |
2012-09-24 | Mark the fastcache files in the spec file as %ghost | Jakub Hrozek | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1487 | |||||
2012-09-17 | rpm: put localized sssd_krb5_locator_plugin manpages into client | Pavel Březina | 1 | -1/+5 | |
Localized sssd_krb5_locator_plugin manpages were added into main sssd package instead of client. https://fedorahosted.org/sssd/ticket/1394 | |||||
2012-09-10 | RPM: BuildRequire selinux-policy-targeted | Jakub Hrozek | 1 | -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. | |||||
2012-09-07 | libsss_sudo should have a versioned dependency on SSSD | Jakub Hrozek | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1509 | |||||
2012-08-29 | RPM: Always include the patch file | Jakub Hrozek | 1 | -2/+0 | |
2012-08-28 | RPM: Switch the default ccache location | Jakub Hrozek | 1 | -1/+7 | |
https://fedorahosted.org/sssd/ticket/1500 | |||||
2012-08-15 | Add python bindings for murmurhash3 | Sumit Bose | 1 | -0/+1 | |
2012-08-01 | Create a domain-realm mapping for krb5.conf to be included | Jakub Hrozek | 1 | -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 | |||||
2012-08-01 | First-boot sss_seed tool | Nick Guay | 1 | -0/+2 | |
2012-08-01 | Require and call ldconfig from subpackages if appropriate | Ville Skyttä | 1 | -5/+22 | |
The SSSD subpackages were not calling ldconfig even though they contain shared libraries. | |||||
2012-07-30 | manpage: sssd-sudo - documents how sudo works with sssd | Pavel Březina | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1418 | |||||
2012-07-16 | Add missing "%" to specfile | Jakub Hrozek | 1 | -1/+1 | |
2012-07-13 | RPM: Own several directories | Jakub Hrozek | 1 | -0/+4 | |
2012-07-06 | AD: Add manpages and SSSDConfig entries | Stephen Gallagher | 1 | -0/+1 | |
2012-07-06 | AD: Add AD provider to the spec file | Stephen Gallagher | 1 | -0/+1 | |
2012-06-25 | BUILD: Change default unicode library to glib2 | Stephen Gallagher | 1 | -8/+2 | |
This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary. | |||||
2012-06-21 | Try to build PAC responder only if all dependencies are available | Sumit Bose | 1 | -0/+10 | |
2012-06-21 | PAC responder: support in spec file | Sumit Bose | 1 | -0/+7 | |
2012-06-14 | Make krb5_ccname_template and krb5_ccachedir configurable | Jakub Hrozek | 1 | -0/+5 | |
2012-05-31 | SSSDConfig: Make SSSDConfig a package | Stephen Gallagher | 1 | -1/+1 | |
We were polluting the primary Python space with several dependencies. We will now install them their own directory/module. | |||||
2012-05-15 | RPM: Allow running 'make rpms' on RHEL 5 machines | Stephen Gallagher | 1 | -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-03 | Fix typo in spec file | Sumit Bose | 1 | -1/+1 | |
2012-04-20 | Install and uninstall all documentation | Pavel Březina | 1 | -3/+3 | |
Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation. | |||||
2012-03-26 | Add idmap library | Sumit Bose | 1 | -0/+35 | |
2012-03-19 | nsssrv: shared memory cache server initialization | Simo Sorce | 1 | -0/+3 | |
2012-03-08 | Build experimental features by default in RPMs | Stephen Gallagher | 1 | -0/+2 | |
2012-03-08 | Make RPM spec more explicit | Stephen Gallagher | 1 | -2/+20 | |
It will be easier to catch errors at build-time | |||||
2012-03-08 | Prune python provides correctly | Stephen Gallagher | 1 | -5/+8 | |
2012-02-27 | Eliminate build-time requirement for nscd | Stephen Gallagher | 1 | -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-15 | Fix missing %endif in sssd.spec.in | Stephen Gallagher | 1 | -0/+1 | |
2012-02-15 | Move sss_ssh_* binaries to the main 'sssd' package | Stephen Gallagher | 1 | -6/+7 | |
The sssd-client subpackage is multilib, so it cannot contain conflicting /usr/bin executables. | |||||
2012-02-14 | SSH: Build man pages conditionally | Jan Cholasta | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1175 | |||||
2012-02-07 | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 1 | -2/+2 | |
2012-02-07 | SSH: OpenSSH known_hosts client | Jan Cholasta | 1 | -0/+2 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 1 | -0/+4 | |
2012-02-05 | AUTOFS: a client library | Jakub Hrozek | 1 | -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-30 | SUDO: Provide documentation for the SUDO API | Jakub Hrozek | 1 | -0/+6 | |
2012-01-30 | SSSDConfigAPI: Move sssd.api.* to /usr/share/sssd | Stephen Gallagher | 1 | -6/+3 | |
https://fedorahosted.org/sssd/ticket/1158 | |||||
2012-01-17 | Add a new Makefile target to build RPMs with the experimental flag | Jakub Hrozek | 1 | -1/+37 | |
2011-12-12 | Update spec file to build with Glib on RHEL 5 | Stephen Gallagher | 1 | -2/+9 | |
2011-09-15 | Fix typo in specfile | Stephen Gallagher | 1 | -2/+2 | |
2011-09-15 | Do not build documentation on RHEL 5 | Stephen Gallagher | 1 | -1/+17 | |
RHEL 5 has a very old version of doxygen that does not search the correct locations for documentation. |