summaryrefslogtreecommitdiffstats
path: root/server/nss/nsssrv.c
Commit message (Expand)AuthorAgeFilesLines
* Add PAM responderSumit Bose2009-02-241-589/+0
* Proper fix for memory handling problem.Simo Sorce2009-02-241-9/+22
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-241-12/+16
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-231-16/+12
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-201-7/+53
* Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused btr...Stephen Gallagher2009-02-161-4/+4
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-1/+1
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-7/+26
* Add checks to make sure we are getting a user from the correct domain.Simo Sorce2009-01-121-1/+12
* Add placeholders for new configuration reload methods. The monitor will be ab...Stephen Gallagher2009-01-121-0/+12
* Regroup database rleated functions under db andSimo Sorce2009-01-121-3/+2
* 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-2/+12
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-2/+9
* Check size of incoming packets.Simo Sorce2009-01-071-1/+2
* Add initial support to connect nss to the data provider as a frontendSimo Sorce2009-01-061-0/+7
* Change cli_ctx to include nss_ctx, not just select members of it.Simo Sorce2009-01-061-1/+1
* Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher2008-12-151-1/+1
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-8/+7
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-0/+43
* Remove the service stuff that we stopped using when we moved toSimo Sorce2008-11-251-1/+0
* point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce2008-11-241-1/+11
* Fix indentationSimo Sorce2008-11-241-9/+9
* Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher2008-11-201-44/+13
* Remove unused code and fix message handlers in dpSimo Sorce2008-11-201-25/+10
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-201-23/+19
* Move definition into the header fileSimo Sorce2008-11-191-0/+1
* The default message handler will now pass both the method_ctx and theStephen Gallagher2008-11-171-0/+1
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-071-2/+56
* Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce2008-11-041-0/+17
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-031-31/+130
* Make return the pid when new process are started.Simo Sorce2008-10-211-6/+32
* Add configuration database functions.Simo Sorce2008-10-201-2/+10
* Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce2008-10-091-7/+7
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-3/+12
* Add primitive debugging capabilities.Simo Sorce2008-10-071-2/+5
* First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce2008-10-061-56/+47
* Add initial nss responder skeletonSimo Sorce2008-10-041-0/+252