summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Simplify some aspects of pam_LOCAL_domainSimo Sorce3-138/+87
2009-03-04Improve sysdbSimo Sorce4-33/+87
2009-03-04Fixing memory leak in GetUserAttributesStephen Gallagher1-1/+2
2009-03-03replaced pure ldb calls with sysdb callsSumit Bose3-120/+309
2009-03-03Provide sysdb_set_user_attr() functions.Simo Sorce5-4/+157
2009-03-02Unify pwd_search and user_searchSimo Sorce1-35/+11
2009-03-02Do not steal memory in btreemaps.Simo Sorce2-43/+24
2009-03-02Support byte arrays in InfoPipe GetUserAttributesStephen Gallagher1-27/+80
2009-03-02Make tests configurableJakub Hrozek3-3/+25
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher13-58/+911
2009-03-02Create and own /var/lib/sss, memberof.so packagingJakub Hrozek1-5/+14
2009-03-02first version of LOCAL pam backendSumit Bose11-6/+789
2009-02-28Adapt test to changes to the interface.Simo Sorce1-169/+326
2009-02-28Expose some more functions needed by the testsSimo Sorce3-1/+114
2009-02-28Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce9-1313/+1652
2009-02-28Fix confdb issues.Simo Sorce5-110/+67
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher9-200/+211
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce9-780/+1063
2009-02-26Stop building replace.o until we decide if we use it again.Simo Sorce1-1/+1
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce45-323/+213
2009-02-25Adding InfoPipe entry to config.ldif exampleStephen Gallagher2-1/+7
2009-02-25added more ldap backend options and an example configurationSumit Bose2-68/+107
2009-02-25Simplify the code to retrieve the introspection file.Simo Sorce1-31/+50
2009-02-25Store the InfoPipe introspection XML for subsequent requests.Stephen Gallagher2-13/+18
2009-02-25top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek1-0/+1
2009-02-24Add PAM responderSumit Bose28-176/+2991
2009-02-24Fix SEGFAULT in CheckPermissionsStephen Gallagher1-1/+2
2009-02-24Proper fix for memory handling problem.Simo Sorce14-161/+313
2009-02-24Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce12-167/+186
2009-02-24Adding support for CheckPermissions to InfoPipe.Stephen Gallagher10-8/+696
2009-02-24Spec file patch Take 2:Stephen Gallagher6-18/+46
2009-02-24Adding support for generating RPMS for sssd.Stephen Gallagher1-14/+43
2009-02-24Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher5-5/+90
2009-02-23Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher12-169/+156
2009-02-23Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher13-51/+675
2009-02-20Change examples accordingly to changes in the codeSimo Sorce2-7/+10
2009-02-20Reorganize sysdb a bit,Simo Sorce6-980/+1096
2009-02-20Add helper function to get booleans from confdbSimo Sorce2-9/+46
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce9-440/+1588
2009-02-17Fix another transaction mis-handlingSimo Sorce1-22/+20
2009-02-16Modifying sbus_message_handler to return DBUS_ERROR_UNKNOWN_METHOD when the r...Stephen Gallagher1-2/+10
2009-02-16Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused btr...Stephen Gallagher3-26/+38
2009-02-16ldb_msg_* functions do not reliably set errno on error, do not realy on that.Simo Sorce1-34/+34
2009-02-13Make backend requests asyncSimo Sorce4-72/+599
2009-02-13Object not found on delete is not really an error.Simo Sorce1-10/+10
2009-02-13If we find the service we are doneSimo Sorce1-1/+2
2009-02-13Add a separte global checker that does not depend on individualSimo Sorce1-28/+91
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce10-47/+223
2009-02-13Fix add member, remove one to many lines in the previous tidyupSimo Sorce1-0/+6
2009-02-12Remove dp_cli_sbus_initSimo Sorce3-128/+5