summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Build and install translated man pages by defaultSumit Bose1-1/+0
2010-12-22Add Czech translationJakub Hrozek1-0/+2
Translated a couple of strings from manpages into Czech. Makes the manpage translation patch testable.
2010-12-22Make manual pages translatableJakub Hrozek1-0/+2
Utilizes PO4A to extract translatable strings from Docbook XML sources and allows translators to submit ordinary .PO files. PO4A then generates translated Docbook documents that can be used to generate translated end user documentation. https://fedorahosted.org/sssd/ticket/297
2010-12-06Move sss_* tools into their own subpackageStephen Gallagher1-16/+33
2010-10-13Assorted specfile changesStephen Gallagher1-8/+10
Several problems with the specfile were fixed in the SSSD release in certain RPM-based distributions. This patch pulls them into the example specfile
2010-10-13Rename upgrade_config.py and build it properlyStephen Gallagher1-4/+0
Previously, we were just copying the script into the libexec dir during installation. However, this causes problems for packaging multilib on several distributions. https://fedorahosted.org/sssd/ticket/641
2010-09-22Fix assorted specfile issuesStephen Gallagher1-8/+6
1) Pam modules should be explicitly built for /lib64/security 2) The krb5 locator plugin is always built; remove the conditional 3) The krb5 locator plugin belongs in the sssd-client package 4) The sss_obfuscate manpage was not packaged
2010-09-08sss_obfuscate toolJakub Hrozek1-0/+1
A tool to add obfuscated passwords into the SSSD config file
2010-08-19Build SSSD RPMs with external librariesStephen Gallagher1-225/+8
2010-07-09Use netlink to detect going onlineJakub Hrozek1-0/+1
Integrates libnl to detect adding routes. When a route is added, the offline status of all back ends is reset. This patch adds no heuristics to detect whether back end went offline. Fixes: #456
2010-06-28Replace %define with %global in example specStephen Gallagher2-16/+16
2010-06-28Fixing types in queue and stack interfacesDmitri Pal1-4/+3
2010-06-28Bump libini_config version to 0.6.0Stephen Gallagher1-1/+1
2010-06-28Drop release requirement from versionsStephen Gallagher1-4/+4
2010-05-26Add support for delayed kinit if offlineSumit Bose1-0/+2
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
2010-05-16Add dynamic DNS updates to FreeIPAStephen Gallagher1-0/+1
This adds two new options: ipa_dyndns_update: Boolean value to select whether this client should automatically update its IP address in FreeIPA DNS. ipa_dyndns_iface: Choose an interface manually to use for updating dynamic DNS. Default is to use the interface associated with the LDAP connection to FreeIPA. This patch supports A and AAAA records. It relies on the presence of the nsupdate tool from the bind-utils package to perform the actual update step. The location of this utility is set at build time, but its availability is determined at runtime (so clients that do not require dynamic update capability do not need to meet this dependency).
2010-05-07Revert "Add dynamic DNS updates to FreeIPA"Stephen Gallagher1-1/+0
This reverts commit 973b7c27c0b294b8b2f120296f64c6a3a36e44b7. While this patch applied cleanly, it was uncompilable. Reverting until it can be properly merged.
2010-05-07Add dynamic DNS updates to FreeIPAStephen Gallagher1-0/+1
This adds two new options: ipa_dyndns_update: Boolean value to select whether this client should automatically update its IP address in FreeIPA DNS. ipa_dyndns_iface: Choose an interface manually to use for updating dynamic DNS. Default is to use the interface associated with the LDAP connection to FreeIPA. This patch supports A and AAAA records. It relies on the presence of the nsupdate tool from the bind-utils package to perform the actual update step. The location of this utility is set at build time, but its availability is determined at runtime (so clients that do not require dynamic update capability do not need to meet this dependency).
2010-04-30Remove the NSS_LIBS and KRB5_LIBS variables from sssd.specStephen Gallagher2-4/+0
Due to the way RPM processes the %configure macro, these variables were not actually being passed down to recursive configure invocations. In other words, they were useless. Futhermore, in more recent Fedora versions (13+), some of the dependencies have moved from -lnss to -lnspr4. As a result, it is safer to rely on the complete output of 'pkg-config nss --libs' instead of restricting to -lnss. The downside to this is that it may result in linking unnecessarily against other NSS components such as libsmime3 and libplc4 (among others). However, since these are already dependencies of libnss itself, there should be no risk of them being unavailable on the platform when installed.
2010-04-14Fixing spec file to match version.Dmitri Pal1-3/+3
2010-04-08Adding interface documentationDmitri Pal1-0/+1
Package refarray documentation by default
2010-04-08SELinux login managementJakub Hrozek2-0/+3
Adds a new option -Z to sss_useradd and sss_usermod. This option allows user to specify the SELinux login context for the user. On deleting the user with sss_userdel, the login mapping is deleted, so subsequent adding of the same user would result in the default login context unless -Z is specified again. MLS security is not supported as of this patch.
2010-03-25Allow running with read only rootJakub Hrozek1-0/+5
Packages /etc/rwtab.d/sssd file that allows SSSD to run on a read-only root filesystem. Fixes: #428
2010-03-25Generate doxygen documentation for path_utilsJakub Hrozek1-0/+1
2010-03-15Build and package libini_config docsStephen Gallagher1-2/+2
2010-03-15Clean up changelog for sssd.specStephen Gallagher1-39/+2
Since we don't keep the changelog up to date, it makes more sense to simply truncate it to always report that it is an automated build.
2010-03-15Use correct python macros in sssd.specStephen Gallagher1-2/+4
This patch brings our spec file into compliance with Fedora python requirements. See http://fedoraproject.org/wiki/Packaging/Python#Macros for more details
2010-03-08Add simple access providerSumit Bose1-0/+2
2010-03-08Add BuildRequires for doxygenStephen Gallagher1-0/+1
This is needed to create the collection documentation
2010-03-08Package libcollection documentation into libcollection-develStephen Gallagher1-1/+5
2010-03-08Package example logrotate scriptJakub Hrozek1-0/+5
2010-03-04Run 'make check' during rpmbuildStephen Gallagher1-1/+4
2010-02-19Disable rpath support in the linkerStephen Gallagher1-1/+2
The Fedora Package Guidelines forbid the use of rpaths
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