summaryrefslogtreecommitdiffstats
path: root/sssd.spec
Commit message (Collapse)AuthorAgeFilesLines
* Convert top-level of SSSD to automake.Stephen Gallagher2009-05-191-160/+0
| | | | Also update RPM spec and build procedures.
* Manpage generationJakub Hrozek2009-05-141-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.
* Release version 0.3.3sssd-0_3_3Stephen Gallagher2009-04-271-1/+1
|
* sssd 0.3.2sssd-0_3_2Jakub Hrozek2009-04-201-1/+4
|
* Bump up to 0.3.1sssd-0_3_1Simo Sorce2009-04-131-2/+5
|
* Build fixes for RPM packaging of SSSDStephen Gallagher2009-04-131-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.
* Remove InfoPipe from the RPM buildStephen Gallagher2009-04-131-4/+5
|
* Update RPM build for configuration changesStephen Gallagher2009-04-131-1/+12
|
* Remove references to FreeIPA from D-BUS interfacesStephen Gallagher2009-03-191-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.
* Implement Negative cache for NSSSimo Sorce2009-03-131-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.
* Remove unexisting left over headersssd-0_2_1Simo Sorce2009-03-101-3/+3
| | | | Also bump up the version as this error prevented a successful build of 0.2.0
* Bump up to version 0.2.0sssd-0_2_0Simo Sorce2009-03-101-2/+5
| | | | Change version after changes in protocol and MPG behavior.
* Correct use of chkconfig in initscript and specfileJakub Hrozek2009-03-101-5/+6
| | | | Review issues in specfile
* make openldap the only used LDAP librarySumit Bose2009-03-091-2/+1
|
* typo, changed initrd to initSumit Bose2009-03-091-1/+1
|
* sss_usermodJakub Hrozek2009-03-091-0/+1
| | | | Move parse_groups into tools_utils
* Revert "Clients subpackage"Simo Sorce2009-03-091-23/+7
| | | | This reverts commit 4c4bfc1a9590b3da9c901194f84dcb189481b25a.
* Revert "defattr"Simo Sorce2009-03-091-1/+0
| | | | This reverts commit 53ca322a5d6c538a7e47613aaacaba33986291d7.
* defattrJakub Hrozek2009-03-081-0/+1
|
* Clients subpackageJakub Hrozek2009-03-081-7/+23
|
* sss_groupdel, delete by DN in sss_userdelJakub Hrozek2009-03-071-0/+1
| | | | Don't convert username->uid in userdel, use DN
* sss_groupaddJakub Hrozek2009-03-061-0/+1
|
* Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek2009-03-061-9/+34
|
* sss_userdelJakub Hrozek2009-03-061-0/+2
| | | | Also install tools into /sbin, own them in specfile
* minor fixes for the build processSumit Bose2009-03-061-1/+5
| | | | enable --without-tests
* added sss_client to spec fileSumit Bose2009-03-051-5/+24
|
* Make tests configurableJakub Hrozek2009-03-021-2/+1
|
* Create and own /var/lib/sss, memberof.so packagingJakub Hrozek2009-03-021-3/+3
| | | | | Own everything in /usr/libexec/sssd in specfile, no nss_client subdir Place memberof.so in /usr/lib/ldb
* top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek2009-02-251-0/+1
|
* Spec file patch Take 3:Stephen Gallagher2009-02-241-0/+78
Actually add the spec file. Sorry for the mess, --Simo