summaryrefslogtreecommitdiffstats
path: root/server/nss/nsssrv.h
Commit message (Expand)AuthorAgeFilesLines
* Add PAM responderSumit Bose2009-02-241-122/+0
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-201-0/+12
* Add checks to make sure we are getting a user from the correct domain.Simo Sorce2009-01-121-0/+1
* Regroup database rleated functions under db andSimo Sorce2009-01-121-2/+2
* Adding parsing code to separate names from domains.Stephen Gallagher2009-01-121-0/+6
* Add caching behavior to nsssrv_cmd.c check cache first andSimo Sorce2009-01-111-0/+2
* Lots of little nasty bugs fixed.Simo Sorce2009-01-091-7/+5
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-1/+16
* Check size of incoming packets.Simo Sorce2009-01-071-0/+2
* Add initial support to connect nss to the data provider as a frontendSimo Sorce2009-01-061-0/+1
* Change cli_ctx to include nss_ctx, not just select members of it.Simo Sorce2009-01-061-1/+2
* libevents renamed upstream to libteventSimo Sorce2008-12-221-1/+1
* Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher2008-11-201-7/+1
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-201-2/+1
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-071-0/+1
* Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce2008-11-041-1/+1
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-031-0/+13
* Add configuration database functions.Simo Sorce2008-10-201-2/+2
* Implement getpwent() supportSimo Sorce2008-10-091-2/+5
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-1/+7
* First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce2008-10-061-3/+23
* Add initial nss responder skeletonSimo Sorce2008-10-041-0/+48