summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18Fix bad mergeStephen Gallagher1-1/+1
Merging ba8937d83675c7d69808d1d3df8f823afdc5ce2a left the COPYING and COPYING.LESSER files in the now-defunct sss_client directory. This patch moves them into the right location and fixes the spec file to look for them correctly.
2010-02-18Fix licensing issues for sss_clientStephen Gallagher1-2/+3
2010-02-18Rename server/ directory to src/Stephen Gallagher1-3/+3
Also update BUILD.txt
2010-02-18Merge sss_client and sss_daemon translations togetherStephen Gallagher1-2/+1
2010-02-10Make collection_queue.h and collection_stack.h into public headersStephen Gallagher1-0/+2
2010-02-03Package libref_array and libref_array-develStephen Gallagher1-0/+39
2010-02-03Package libini_config and libini_config-develStephen Gallagher1-0/+42
2010-02-03Package libcollection and libcollection-develStephen Gallagher1-0/+42
2010-02-03Package libpath_utils and libpath_utils-develStephen Gallagher1-0/+37
2010-02-02Update suse sssd.specSergey V. Kovylov1-3/+65
2010-01-20Update the url in the spec filesSumit Bose2-2/+2
2010-01-20Split off libdhash into a shared libraryStephen Gallagher1-1/+55
Right now, the pkg-config checks for the system version of libdhash are forcibly disabled, requiring the SSSD to build it from its own tree. In the future, when we split the libraries off from the SSSD, it will be easy to switch this check to the external library.
2010-01-20sss_groupshow - a utility to print properties of a local groupJakub Hrozek1-0/+2
This patch adds a utility called sss_groupshow that allows user to print properties of a group in the local domain. Fixes: #306
2009-12-15sssd.spec for SLESSergei V. Kovylov1-0/+238
2009-12-09Fix egg-info file generation in the spec fileMartin Nagy1-4/+4
We were actually listing files that are on the system, not those that we created in the $RPM_BUILD_ROOT. Also, by doing an echo with the regular expression, we put more than one file on one line. Rpmbuild doesn't like that and will not generate the rpms.
2009-12-09Fix RPM spec for RHEL6Stephen Gallagher1-1/+6
2009-12-07Make packaging of *.egg-info files more flexibleSumit Bose1-1/+4
2009-12-01Do not include libsss_ipa.la in rpm packageSumit Bose1-0/+1
2009-11-23Read KDC info from file instead from environmentSumit Bose1-0/+3
Then name or IP adress of the KDC is written into the pubconf directory into a file named kdcinfo.REALM. The locator plugin will then read this file and pass the data to the kerberos libraries.
2009-11-10Fix Requires: sssd-client line in specfileStephen Gallagher1-1/+1
2009-11-06Update sssd.spec to use only the required KRB5_LIBS and NSS_LIBSStephen Gallagher1-0/+2
2009-11-03Add Requires: cyrus-sasl-gssapiStephen Gallagher1-0/+1
This is needed by LDAP GSSAPI binds.
2009-10-20Fix RPM builds on older versions of rpmbuildStephen Gallagher1-3/+4
Older versions of rpmbuild do not accept multiple '-f' options being specified, so we'll add the krb5_locator_plugin.so to the sss_daemon.lang filelist instead of putting it in its own file.
2009-10-20Start implementing ipa specific options.Simo Sorce1-0/+1
First step generate ldap options from ipa options. Add sssd-ipa man page too.
2009-10-20Clean up rpmlint errors and warnings in sssd-client packageStephen Gallagher1-0/+4
- Run ldconfig in sssd-client post and postun - Version libnss_sss.so as libnss_sss.so.2 (to set the correct SONAME)
2009-10-20Better detect installed language filesStephen Gallagher1-4/+9
2009-10-20Use Python 3-compatible sitearch and sitelibStephen Gallagher1-2/+2
2009-10-14add missing %defattr to the filelist of the client packageSumit Bose1-0/+1
2009-10-13Package SSSDConfig APIStephen Gallagher1-0/+9
2009-09-30Change requirement on libldb to libldb >= 0.9.3Stephen Gallagher1-1/+1
2009-09-28Tighten up permission.Simo Sorce1-1/+1
SSSD may contain passwords and other sensitive data, make sure we always keep its permission tight. Also make /etc/sssd permission very strict, just in case, admins may inadvertently copy an sssd.conf file without checking it's permissions.
2009-09-25Convert the example config to v2 format, upgrade config on update onlyJakub Hrozek1-2/+4
2009-09-25Send debug messages to logfileJakub Hrozek1-0/+1
Introduces a new option --debug-to-files which makes SSSD output its debug information to a file instead of stderr, which is still the default. Also introduces a new confdb option debug_to_files which does the same, but can be specified per-service in the config file. The logfiles are stored in /var/log/sssd by default. Changes the initscript to log to files by default.
2009-09-25Split out an sssd-clients packageSimo Sorce1-6/+27
2009-09-25script to upgrade config to v2Jakub Hrozek1-0/+6
2009-09-24added support for older MIT kerberos versionssbose1-2/+7
- make the build of the locator plugin optional - added a man page for the locator plugin - use krb5.h if krb5/krb5.h cannot be found - added alternatives for missing functions - set -DDBUS_API_SUBJECT_TO_CHANGE if libdbus version is lesser than 1.0.0
2009-09-21Provide python bindings for sysdbJakub Hrozek1-1/+6
Implement a set of python bindings for the sysdb with feature set similar to what is available in the tools. The primary consumers would be applications like system-config-users. Resolves: Ticket #102
2009-09-15Add PRERELEASE_VERSION variable for use in sssd.spec.inStephen Gallagher1-1/+1
This will add a second, optional line to the VERSION file that will be used by the automated build scripts to create snapshot versions.
2009-09-02Move RPM specfiles into contrib/Stephen Gallagher1-0/+171
Support RHEL 5 in the spec file