summaryrefslogtreecommitdiff
path: root/server/nss
AgeCommit message (Expand)AuthorFilesLines
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2-21/+15
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce4-388/+1396
2009-02-16Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused btr...Stephen Gallagher1-4/+4
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-1/+1
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher1-1/+1
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2-11/+45
2009-01-14Add code to make it easier to reconnect in case the serverSimo Sorce1-6/+89
2009-01-13Now that we have the domain name passed in, dispatch to the rightSimo Sorce1-3/+9
2009-01-13Fix return, dbus would abort because we were passing values andSimo Sorce1-0/+4
2009-01-12Add checks to make sure we are getting a user from the correct domain.Simo Sorce3-1/+72
2009-01-12Add placeholders for new configuration reload methods. The monitor will be ab...Stephen Gallagher1-0/+12
2009-01-12Regroup database rleated functions under db andSimo Sorce6-938/+45
2009-01-12Adding parsing code to separate names from domains.Stephen Gallagher2-7/+51
2009-01-11Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce4-255/+228
2009-01-11Add support for getpwuid in proxy backendSimo Sorce1-21/+70
2009-01-11Add caching behavior to nsssrv_cmd.c check cache first andSimo Sorce4-20/+82
2009-01-09Lots of little nasty bugs fixed.Simo Sorce5-28/+112
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce7-120/+404
2009-01-07Check size of incoming packets.Simo Sorce3-6/+15
2009-01-06Add initial support to connect nss to the data provider as a frontendSimo Sorce3-0/+65
2009-01-06fix typoSimo Sorce1-1/+1
2009-01-06Change cli_ctx to include nss_ctx, not just select members of it.Simo Sorce3-16/+17
2008-12-22libevents renamed upstream to libteventSimo 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-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2-2/+10
2008-11-24Fix indentationSimo Sorce1-9/+9
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher2-51/+14
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 Sorce2-25/+20
2008-11-19Move definition into the header fileSimo Sorce3-2/+3
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 Gallagher3-3/+58
2008-11-04Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce2-1/+18
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce2-31/+143
2008-10-21Make return the pid when new process are started.Simo Sorce1-6/+32
2008-10-20Add configuration database functions.Simo Sorce6-131/+355
2008-10-14 add code for initgroups callsSimo Sorce4-0/+206
2008-10-14Fix error in parsing multiple groupsSimo Sorce4-29/+346
2008-10-13Implement getgrgid()Simo Sorce4-2/+62
2008-10-12Implement getgrnam()Simo Sorce4-14/+354
2008-10-09Implement getpwent() supportSimo Sorce5-77/+335
2008-10-09Fix memory handling problem, stuff was allocated on the wrong memory context,Simo Sorce1-7/+7
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce4-48/+54
2008-10-08Add getpwuid supportSimo Sorce3-8/+93
2008-10-08Use a utility function (to be shared with getpwent)Simo Sorce1-60/+75
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce6-28/+348