Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove references to FreeIPA from D-BUS interfaces | Stephen Gallagher | 2009-03-19 | 1 | -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 NSS | Simo Sorce | 2009-03-13 | 1 | -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_1 | Simo Sorce | 2009-03-10 | 1 | -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_0 | Simo Sorce | 2009-03-10 | 1 | -2/+5 |
| | | | | Change version after changes in protocol and MPG behavior. | ||||
* | Correct use of chkconfig in initscript and specfile | Jakub Hrozek | 2009-03-10 | 1 | -5/+6 |
| | | | | Review issues in specfile | ||||
* | make openldap the only used LDAP library | Sumit Bose | 2009-03-09 | 1 | -2/+1 |
| | |||||
* | typo, changed initrd to init | Sumit Bose | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | sss_usermod | Jakub Hrozek | 2009-03-09 | 1 | -0/+1 |
| | | | | Move parse_groups into tools_utils | ||||
* | Revert "Clients subpackage" | Simo Sorce | 2009-03-09 | 1 | -23/+7 |
| | | | | This reverts commit 4c4bfc1a9590b3da9c901194f84dcb189481b25a. | ||||
* | Revert "defattr" | Simo Sorce | 2009-03-09 | 1 | -1/+0 |
| | | | | This reverts commit 53ca322a5d6c538a7e47613aaacaba33986291d7. | ||||
* | defattr | Jakub Hrozek | 2009-03-08 | 1 | -0/+1 |
| | |||||
* | Clients subpackage | Jakub Hrozek | 2009-03-08 | 1 | -7/+23 |
| | |||||
* | sss_groupdel, delete by DN in sss_userdel | Jakub Hrozek | 2009-03-07 | 1 | -0/+1 |
| | | | | Don't convert username->uid in userdel, use DN | ||||
* | sss_groupadd | Jakub Hrozek | 2009-03-06 | 1 | -0/+1 |
| | |||||
* | Specfile changes related to package review, package initscript Call ldconfig | Jakub Hrozek | 2009-03-06 | 1 | -9/+34 |
| | |||||
* | sss_userdel | Jakub Hrozek | 2009-03-06 | 1 | -0/+2 |
| | | | | Also install tools into /sbin, own them in specfile | ||||
* | minor fixes for the build process | Sumit Bose | 2009-03-06 | 1 | -1/+5 |
| | | | | enable --without-tests | ||||
* | added sss_client to spec file | Sumit Bose | 2009-03-05 | 1 | -5/+24 |
| | |||||
* | Make tests configurable | Jakub Hrozek | 2009-03-02 | 1 | -2/+1 |
| | |||||
* | Create and own /var/lib/sss, memberof.so packaging | Jakub Hrozek | 2009-03-02 | 1 | -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.in | Jakub Hrozek | 2009-02-25 | 1 | -0/+1 |
| | |||||
* | Spec file patch Take 3: | Stephen Gallagher | 2009-02-24 | 1 | -0/+78 |
Actually add the spec file. Sorry for the mess, --Simo |