summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Use netlink to detect going onlineJakub Hrozek2010-07-091-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
* Replace %define with %global in example specStephen Gallagher2010-06-282-16/+16
|
* Fixing types in queue and stack interfacesDmitri Pal2010-06-281-4/+3
|
* Bump libini_config version to 0.6.0Stephen Gallagher2010-06-281-1/+1
|
* Drop release requirement from versionsStephen Gallagher2010-06-281-4/+4
|
* Add support for delayed kinit if offlineSumit Bose2010-05-261-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.
* Add dynamic DNS updates to FreeIPAStephen Gallagher2010-05-161-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).
* Revert "Add dynamic DNS updates to FreeIPA"Stephen Gallagher2010-05-071-1/+0
| | | | | | | This reverts commit 973b7c27c0b294b8b2f120296f64c6a3a36e44b7. While this patch applied cleanly, it was uncompilable. Reverting until it can be properly merged.
* Add dynamic DNS updates to FreeIPAStephen Gallagher2010-05-071-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).
* Remove the NSS_LIBS and KRB5_LIBS variables from sssd.specStephen Gallagher2010-04-302-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.
* Fixing spec file to match version.Dmitri Pal2010-04-141-3/+3
|
* Adding interface documentationDmitri Pal2010-04-081-0/+1
| | | | Package refarray documentation by default
* SELinux login managementJakub Hrozek2010-04-082-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.
* Allow running with read only rootJakub Hrozek2010-03-251-0/+5
| | | | | | | Packages /etc/rwtab.d/sssd file that allows SSSD to run on a read-only root filesystem. Fixes: #428
* Generate doxygen documentation for path_utilsJakub Hrozek2010-03-251-0/+1
|
* Build and package libini_config docsStephen Gallagher2010-03-151-2/+2
|
* Clean up changelog for sssd.specStephen Gallagher2010-03-151-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.
* Use correct python macros in sssd.specStephen Gallagher2010-03-151-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
* Add simple access providerSumit Bose2010-03-081-0/+2
|
* Add BuildRequires for doxygenStephen Gallagher2010-03-081-0/+1
| | | | This is needed to create the collection documentation
* Package libcollection documentation into libcollection-develStephen Gallagher2010-03-081-1/+5
|
* Package example logrotate scriptJakub Hrozek2010-03-081-0/+5
|
* Run 'make check' during rpmbuildStephen Gallagher2010-03-041-1/+4
|
* Disable rpath support in the linkerStephen Gallagher2010-02-191-1/+2
| | | | The Fedora Package Guidelines forbid the use of rpaths
* Fix bad mergeStephen Gallagher2010-02-181-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.
* Fix licensing issues for sss_clientStephen Gallagher2010-02-181-2/+3
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-3/+3
| | | | Also update BUILD.txt
* Merge sss_client and sss_daemon translations togetherStephen Gallagher2010-02-181-2/+1
|
* Make collection_queue.h and collection_stack.h into public headersStephen Gallagher2010-02-101-0/+2
|
* Package libref_array and libref_array-develStephen Gallagher2010-02-031-0/+39
|
* Package libini_config and libini_config-develStephen Gallagher2010-02-031-0/+42
|
* Package libcollection and libcollection-develStephen Gallagher2010-02-031-0/+42
|
* Package libpath_utils and libpath_utils-develStephen Gallagher2010-02-031-0/+37
|
* Update suse sssd.specSergey V. Kovylov2010-02-021-3/+65
|
* Update the url in the spec filesSumit Bose2010-01-202-2/+2
|
* Split off libdhash into a shared libraryStephen Gallagher2010-01-201-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.
* sss_groupshow - a utility to print properties of a local groupJakub Hrozek2010-01-201-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
* sssd.spec for SLESSergei V. Kovylov2009-12-151-0/+238
|
* Fix egg-info file generation in the spec fileMartin Nagy2009-12-091-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.
* Fix RPM spec for RHEL6Stephen Gallagher2009-12-091-1/+6
|
* Make packaging of *.egg-info files more flexibleSumit Bose2009-12-071-1/+4
|
* Do not include libsss_ipa.la in rpm packageSumit Bose2009-12-011-0/+1
|
* Read KDC info from file instead from environmentSumit Bose2009-11-231-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.
* Fix Requires: sssd-client line in specfileStephen Gallagher2009-11-101-1/+1
|
* Update sssd.spec to use only the required KRB5_LIBS and NSS_LIBSStephen Gallagher2009-11-061-0/+2
|
* Add Requires: cyrus-sasl-gssapiStephen Gallagher2009-11-031-0/+1
| | | | This is needed by LDAP GSSAPI binds.
* Fix RPM builds on older versions of rpmbuildStephen Gallagher2009-10-201-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.
* Start implementing ipa specific options.Simo Sorce2009-10-201-0/+1
| | | | | First step generate ldap options from ipa options. Add sssd-ipa man page too.
* Clean up rpmlint errors and warnings in sssd-client packageStephen Gallagher2009-10-201-0/+4
| | | | | | - Run ldconfig in sssd-client post and postun - Version libnss_sss.so as libnss_sss.so.2 (to set the correct SONAME)
* Better detect installed language filesStephen Gallagher2009-10-201-4/+9
|