Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2011-09-08 | Add libipa_hbac documentation to the -devel package | Stephen Gallagher | 1 | -1/+5 | |
2011-09-06 | Remove all libtool .la files from RPM | Stephen Gallagher | 1 | -13/+2 | |
2011-09-06 | sss_debuglevel - change the debug levels on the fly | Pavel Březina | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/950 | |||||
2011-09-02 | Fix typo in %configure | Stephen Gallagher | 1 | -1/+1 | |
2011-09-02 | Add option to specify the kerberos replay cache dir | Stephen Gallagher | 1 | -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-11 | Fix broken RHEL5 build | Stephen Gallagher | 1 | -0/+1 | |
RPM in RHEL 5 requires %ghost entries to be present in the build root. | |||||
2011-08-10 | Remove private shared object Provides: for pysss.so and pyhbac.so | Stephen Gallagher | 1 | -0/+6 | |
2011-08-10 | Include the configuration file as a %ghost entry | Stephen Gallagher | 1 | -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-08 | Rename sssd.conf to sssd-example.conf | Stephen Gallagher | 1 | -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-01 | Require matched version and release for libipa_hbac | Stephen Gallagher | 1 | -0/+1 | |
2011-07-29 | libipa_hbac: Support case-insensitive comparisons with UTF8 | Stephen Gallagher | 1 | -0/+1 | |
2011-07-08 | Provide python bindings for the HBAC evaluator library | Jakub Hrozek | 1 | -1/+16 | |