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