summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Make tests configurableJakub Hrozek2009-03-021-2/+5
* Create and own /var/lib/sss, memberof.so packagingJakub Hrozek2009-03-021-5/+14
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+3
* Stop building replace.o until we decide if we use it again.Simo Sorce2009-02-261-1/+1
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-4/+4
* top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek2009-02-251-0/+1
* Add PAM responderSumit Bose2009-02-241-4/+20
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-241-4/+9
* Adding support for generating RPMS for sssd.Stephen Gallagher2009-02-241-14/+43
* Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher2009-02-241-2/+10
* Reorganize sysdb a bit,Simo Sorce2009-02-201-2/+1
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-5/+12
* server.mk was included twice by mistakeSimo Sorce2009-01-281-2/+0
* Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce2009-01-281-7/+11
* Move install directiuves into Makefile.inSimo Sorce2009-01-281-0/+4
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher2009-01-271-2/+8
* Add skeleton for PolicyKit back-endStephen Gallagher2009-01-271-1/+1
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-271-1/+1
* Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher2009-01-271-1/+2
* Fixes to the makefile to get make install to work properlyStephen Gallagher2009-01-271-2/+8
* Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce2009-01-111-1/+1
* Adding 'lib' to the server build directories. Fixes a build failure during th...Stephen Gallagher2009-01-091-1/+1
* Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce2008-12-101-2/+3
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-1/+1
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-1/+1
* REmove test client. It's not needed anymore.Simo Sorce2008-11-241-1/+1
* Moved method handling into sssd_dbus_connection.c. Added support for handling...Stephen Gallagher2008-11-031-1/+1
* Integrate D-BUS support for use as IPC between parts.Stephen Gallagher2008-10-241-4/+7
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-3/+5
* Make it possible to pass extra CFLAGS and LDFLAGS by passingSimo Sorce2008-10-041-1/+1
* Initital server code.Simo Sorce2008-10-041-0/+97