summaryrefslogtreecommitdiff
path: root/server/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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