summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the ↵Stephen Gallagher1-7/+1
initial connection to the monitor service within the child services. It will create the D-BUS connection to the monitor and configure the service to handle the mandatory getIdentity and ping methods.
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-2/+1
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-0/+1
Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names.
2008-11-04Add the ping funtion to the nss service Make the monitor task ping ↵Simo Sorce1-1/+1
connecting services Make it possible to configure timeouts and service ping times.
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-0/+13
Add utility function in confdb Make all component fetch the dbus socket from the confdb
2008-10-20Add configuration database functions.Simo Sorce1-2/+2
Convert nss responder to use the confdb
2008-10-09Implement getpwent() supportSimo Sorce1-2/+5
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-1/+7
2008-10-06First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce1-3/+23
2008-10-04Add initial nss responder skeletonSimo Sorce1-0/+48