summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Add checks to make sure we are getting a user from the correct domain.Simo Sorce1-0/+1
2009-01-12Regroup database rleated functions under db andSimo Sorce1-2/+2
2009-01-12Adding parsing code to separate names from domains.Stephen Gallagher1-0/+6
2009-01-11Add caching behavior to nsssrv_cmd.c check cache first andSimo Sorce1-0/+2
2009-01-09Lots of little nasty bugs fixed.Simo Sorce1-7/+5
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-1/+16
2009-01-07Check size of incoming packets.Simo Sorce1-0/+2
2009-01-06Add initial support to connect nss to the data provider as a frontendSimo Sorce1-0/+1
2009-01-06Change cli_ctx to include nss_ctx, not just select members of it.Simo Sorce1-1/+2
2008-12-22libevents renamed upstream to libteventSimo Sorce1-1/+1
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher1-7/+1
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-2/+1
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-0/+1
2008-11-04Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce1-1/+1
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-0/+13
2008-10-20Add configuration database functions.Simo Sorce1-2/+2
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