summaryrefslogtreecommitdiff
path: root/sssd.spec
AgeCommit message (Collapse)AuthorFilesLines
2009-05-19Convert top-level of SSSD to automake.Stephen Gallagher1-160/+0
Also update RPM spec and build procedures.
2009-05-14Manpage generationJakub Hrozek1-0/+3
Provides a set of make rules for generating UNIX manual pages from DocBook 4.5 source as well as sample manpage for sss_useradd. Automatic generation of manual pages during "make" process is tunable with config parameter "--with-manpages". To rebuild the man pages separately, use the "make doc" target. Before building, the manpages are validated using a DTD schema.
2009-04-27Release version 0.3.3Stephen Gallagher1-1/+1
2009-04-20sssd 0.3.2Jakub Hrozek1-1/+4
2009-04-13Bump up to 0.3.1Simo Sorce1-2/+5
2009-04-13Build fixes for RPM packaging of SSSDStephen Gallagher1-0/+4
We were missing several BuildRequires for the autotools. Also, we were linking against two external libraries in the common code that we do not actually use.
2009-04-13Remove InfoPipe from the RPM buildStephen Gallagher1-4/+5
2009-04-13Update RPM build for configuration changesStephen Gallagher1-1/+12
2009-03-19Remove references to FreeIPA from D-BUS interfacesStephen Gallagher1-2/+2
Per discussion with the desktop team, using the org.freedesktop interface name will simplify adoption, as potential users won't feel like they're pulling in a FreeIPA dependency.
2009-03-13Implement Negative cache for NSSSimo Sorce1-1/+2
As for positive caches, negative caches are implement for all queries except enumerations. Also set the correct requires in sssd.spec as we now depend directly on tdb as well.
2009-03-10Remove unexisting left over headerSimo Sorce1-3/+3
Also bump up the version as this error prevented a successful build of 0.2.0
2009-03-10Bump up to version 0.2.0Simo Sorce1-2/+5
Change version after changes in protocol and MPG behavior.
2009-03-10Correct use of chkconfig in initscript and specfileJakub Hrozek1-5/+6
Review issues in specfile
2009-03-09make openldap the only used LDAP librarySumit Bose1-2/+1
2009-03-09typo, changed initrd to initSumit Bose1-1/+1
2009-03-09sss_usermodJakub Hrozek1-0/+1
Move parse_groups into tools_utils
2009-03-09Revert "Clients subpackage"Simo Sorce1-23/+7
This reverts commit 4c4bfc1a9590b3da9c901194f84dcb189481b25a.
2009-03-09Revert "defattr"Simo Sorce1-1/+0
This reverts commit 53ca322a5d6c538a7e47613aaacaba33986291d7.
2009-03-08defattrJakub Hrozek1-0/+1
2009-03-08Clients subpackageJakub Hrozek1-7/+23
2009-03-07sss_groupdel, delete by DN in sss_userdelJakub Hrozek1-0/+1
Don't convert username->uid in userdel, use DN
2009-03-06sss_groupaddJakub Hrozek1-0/+1
2009-03-06Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek1-9/+34
2009-03-06sss_userdelJakub Hrozek1-0/+2
Also install tools into /sbin, own them in specfile
2009-03-06minor fixes for the build processSumit Bose1-1/+5
enable --without-tests
2009-03-05added sss_client to spec fileSumit Bose1-5/+24
2009-03-02Make tests configurableJakub Hrozek1-2/+1
2009-03-02Create and own /var/lib/sss, memberof.so packagingJakub Hrozek1-3/+3
Own everything in /usr/libexec/sssd in specfile, no nss_client subdir Place memberof.so in /usr/lib/ldb
2009-02-25top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek1-0/+1
2009-02-24Spec file patch Take 3:Stephen Gallagher1-0/+78
Actually add the spec file. Sorry for the mess, --Simo