summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Add initial support to connect nss to the data provider as a frontendSimo Sorce1-0/+7
2009-01-06Change cli_ctx to include nss_ctx, not just select members of it.Simo Sorce1-1/+1
2008-12-15Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher1-1/+1
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce1-8/+7
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-0/+43
2008-11-25Remove the service stuff that we stopped using when we moved toSimo Sorce1-1/+0
2008-11-24point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce1-1/+11
2008-11-24Fix indentationSimo Sorce1-9/+9
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher1-44/+13
2008-11-20Remove unused code and fix message handlers in dpSimo Sorce1-25/+10
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-23/+19
2008-11-19Move definition into the header fileSimo Sorce1-0/+1
2008-11-17The default message handler will now pass both the method_ctx and theStephen Gallagher1-0/+1
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-2/+56
2008-11-04Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce1-0/+17
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-31/+130
2008-10-21Make return the pid when new process are started.Simo Sorce1-6/+32
2008-10-20Add configuration database functions.Simo Sorce1-2/+10
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-7/+7
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-3/+12
2008-10-07Add primitive debugging capabilities.Simo Sorce1-2/+5
2008-10-06First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce1-56/+47
2008-10-04Add initial nss responder skeletonSimo Sorce1-0/+252