summaryrefslogtreecommitdiff
path: root/server/server.mk
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Regroup database rleated functions under db andSimo Sorce1-5/+4
2009-01-11Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce1-4/+4
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-0/+1
2009-01-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce1-1/+3
2008-12-10Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce1-1/+7
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce1-0/+6
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-16/+21
2008-11-24REmove test client. It's not needed anymore.Simo Sorce1-5/+1
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher1-0/+1
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-2/+0
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-1/+2
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-0/+1
2008-11-03Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...Stephen Gallagher1-6/+6
2008-11-03Initial memory cleanup workStephen Gallagher1-0/+1
2008-10-27D-BUS integration style changes.Simo Sorce1-7/+4
2008-10-24Integrate D-BUS support for use as IPC between parts.Stephen Gallagher1-1/+25
2008-10-20Add configuration database functions.Simo Sorce1-1/+1
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-1/+1
2008-10-07Add primitive debugging capabilities.Simo Sorce1-1/+1
2008-10-06First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce1-1/+1
2008-10-04Add initial nss responder skeletonSimo Sorce1-2/+2
2008-10-04Initital server code.Simo Sorce1-0/+12