summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Monitor will now start services asynchronously. This means that forked servic...Stephen Gallagher1-21/+57
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 Gallagher3-0/+25
2009-01-12Regroup database rleated functions under db andSimo Sorce16-1429/+1344
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 Sorce7-295/+273
2009-01-11Add support for getpwuid in proxy backendSimo Sorce4-46/+230
2009-01-11Add caching behavior to nsssrv_cmd.c check cache first andSimo Sorce4-20/+82
2009-01-11Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce6-37/+70
2009-01-09Minor change to btreemap to use an enum for the return codes of btreemap_sear...Stephen Gallagher2-17/+24
2009-01-09If exec() returns in start_service (for example, if the command contains a ty...Stephen Gallagher1-2/+10
2009-01-09Fix a bug in confdb_get_string where attempting to return a default string of...Stephen Gallagher1-1/+11
2009-01-09Adding 'lib' to the server build directories. Fixes a build failure during th...Stephen Gallagher1-1/+1
2009-01-09Lots of little nasty bugs fixed.Simo Sorce8-42/+138
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce14-171/+501
2009-01-07Add current test ldap provider configuration example.Simo Sorce1-0/+7
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-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce8-173/+1064
2009-01-06fix typoSimo Sorce1-1/+1
2009-01-06fix typoSimo Sorce1-1/+1
2009-01-06SBUS messages with no reply (or no immediate reply) would incorrectly report ...Stephen Gallagher1-3/+2
2009-01-06Change cli_ctx to include nss_ctx, not just select members of it.Simo Sorce3-16/+17
2009-01-05Fix dp client to connect to the right dbus pipeSimo Sorce4-21/+34
2008-12-22libevents renamed upstream to libteventSimo Sorce10-13/+14
2008-12-15Fix dependencies for LDBSumit Bose2-2/+2
2008-12-15Modified sbus_server_new() to take a talloc memory context to useStephen Gallagher4-5/+8
2008-12-15Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher6-7/+13
2008-12-15Disconnected client SBUS connections would delete the master set of sbus_meth...Stephen Gallagher5-13/+24
2008-12-10Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce5-11/+196
2008-12-10Fix indentation to follow rulesSimo Sorce1-21/+29
2008-12-10Convert leading tabs to 4 spacesSimo Sorce2-56/+56
2008-12-09Fix dbus related memory leaksSimo Sorce3-15/+29
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce10-186/+824
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce9-136/+223
2008-11-25Move all server helpers in util/server.cSimo Sorce2-168/+130
2008-11-25Remove the service stuff that we stopped using when we moved toSimo Sorce10-436/+3
2008-11-24REmove test client. It's not needed anymore.Simo Sorce3-220/+2
2008-11-24point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce5-5/+17
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher12-33/+156
2008-11-24change structure nameSimo Sorce2-7/+13
2008-11-24Fix indentationSimo Sorce3-14/+14
2008-11-21Update example configSimo Sorce1-0/+2
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher8-100/+168
2008-11-20Make it possible to use an arbitrary command to start servicesSimo Sorce2-11/+122
2008-11-20Remove unused code and fix message handlers in dpSimo Sorce2-49/+20
2008-11-20Update config example with data providerSimo Sorce1-0/+5
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce15-122/+258
2008-11-19Add some infrastructure code to add data providers.Simo Sorce7-10/+529
2008-11-19Add method to get a connection's private dataSimo Sorce3-7/+13