summaryrefslogtreecommitdiff
path: root/sssd.spec.in
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11Make socket paths a compile-time optionStephen Gallagher1-4/+9
Previously, we had hardcoded the paths for the NSS, PAM and private PAM sockets to /var/lib/sss/pipes. With this patch, we will specify the sockets with --with-pipe-path.
2009-07-24Async DNS integrationJakub Hrozek1-0/+1
Integrates the c-ares asynchronous resolved library into SSSD.
2009-07-20Remove unused InfoPipe and PolicyKit codeStephen Gallagher1-2/+0
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-0/+1
2009-07-02added kerberos locator pluginSumit Bose1-1/+4
2009-06-17Create gettext framework for SSSD daemonStephen Gallagher1-0/+1
2009-06-16Make SysV script install executableStephen Gallagher1-1/+1
2009-06-08Remove unnecessary .la cleanup from sssd.spec.inStephen Gallagher1-8/+0
2009-06-03Add the man(5) pages to the spec fileStephen Gallagher1-0/+1
2009-05-28Build non-versioned sss_pam.so, libnss_sss.so and memberof.soStephen Gallagher1-5/+1
2009-05-26Initial gettext framework for sss_clientsStephen Gallagher1-1/+2
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher1-27/+15
LT_INIT is supported only on Libtool >= 2.0, so I reverted it to using AC_PROG_LIBTOOL. Also reorganized how the common libraries were being built. Now they are treated as libtool convenience libraries instead of installable libraries (the --with-singlelib configure flag can still be used to generate a combined, installable DSO) I cleaned up the set of files being installed by automake, so the list of things we need to remove before packaging the RPM is now only the .la files associated with our own plugins.
2009-05-19Fix spec fileSimo Sorce1-2/+11
Dist must be optional Make sure to mark sssd.conf config_noreplace Set appropriate permissions on database and pipes directories
2009-05-19Fix RPM generation issues with sssdStephen Gallagher1-15/+4
Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
2009-05-19Convert top-level of SSSD to automake.Stephen Gallagher1-0/+182
Also update RPM spec and build procedures.