summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-12Add syntaxes for member and memberofSimo Sorce1-0/+8
2009-02-12Fix copy&paste errorSimo Sorce1-1/+1
2009-02-12Add indexes and attribute types for common attributesSimo Sorce1-0/+18
2009-02-12- make all functions supposed to get input in posix formatSimo Sorce4-315/+240
2009-02-12Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher3-19/+253
2009-02-12Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher3-68/+184
2009-02-12Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher3-92/+236
2009-02-12Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher3-27/+462
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher8-18/+374
2009-01-28server.mk was included twice by mistakeSimo Sorce1-2/+0
2009-01-28Simplify delete path by removing effectively redundant code.Simo Sorce1-221/+41
2009-01-28Add comments on how memberof works.Simo Sorce2-1/+97
2009-01-28Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce4-7/+2315
2009-01-28Move install directiuves into Makefile.inSimo Sorce2-6/+4
2009-01-27Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher9-4/+183
2009-01-27Add skeleton for PolicyKit back-endStephen Gallagher5-1/+242
2009-01-27Add skeleton for InfoPipe serviceStephen Gallagher6-4/+243
2009-01-27Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher4-10/+91
2009-01-27Fix configure when libs are not in standard pathsSimo Sorce1-0/+1