summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Adding InfoPipe entry to config.ldif exampleStephen Gallagher2009-02-252-1/+7
* added more ldap backend options and an example configurationSumit Bose2009-02-252-68/+107
* Simplify the code to retrieve the introspection file.Simo Sorce2009-02-251-31/+50
* Store the InfoPipe introspection XML for subsequent requests.Stephen Gallagher2009-02-252-13/+18
* top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek2009-02-251-0/+1
* Add PAM responderSumit Bose2009-02-2428-176/+2991
* Fix SEGFAULT in CheckPermissionsStephen Gallagher2009-02-241-1/+2
* Proper fix for memory handling problem.Simo Sorce2009-02-2414-161/+313
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-2412-167/+186
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-2410-8/+696
* Spec file patch Take 2:Stephen Gallagher2009-02-246-18/+46
* Adding support for generating RPMS for sssd.Stephen Gallagher2009-02-241-14/+43
* Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher2009-02-245-5/+90
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-2312-169/+156
* Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher2009-02-2313-51/+675
* Change examples accordingly to changes in the codeSimo Sorce2009-02-202-7/+10
* Reorganize sysdb a bit,Simo Sorce2009-02-206-980/+1096
* Add helper function to get booleans from confdbSimo Sorce2009-02-202-9/+46
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-209-440/+1588
* Fix another transaction mis-handlingSimo Sorce2009-02-171-22/+20
* Modifying sbus_message_handler to return DBUS_ERROR_UNKNOWN_METHOD when the r...Stephen Gallagher2009-02-161-2/+10
* Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused btr...Stephen Gallagher2009-02-163-26/+38
* ldb_msg_* functions do not reliably set errno on error, do not realy on that.Simo Sorce2009-02-161-34/+34
* Make backend requests asyncSimo Sorce2009-02-134-72/+599
* Object not found on delete is not really an error.Simo Sorce2009-02-131-10/+10
* If we find the service we are doneSimo Sorce2009-02-131-1/+2
* Add a separte global checker that does not depend on individualSimo Sorce2009-02-131-28/+91
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-1310-47/+223
* Fix add member, remove one to many lines in the previous tidyupSimo Sorce2009-02-131-0/+6
* Remove dp_cli_sbus_initSimo Sorce2009-02-123-128/+5
* Add syntaxes for member and memberofSimo Sorce2009-02-121-0/+8
* Fix copy&paste errorSimo Sorce2009-02-121-1/+1
* Add indexes and attribute types for common attributesSimo Sorce2009-02-121-0/+18
* - make all functions supposed to get input in posix formatSimo Sorce2009-02-124-315/+240
* Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher2009-02-123-19/+253
* Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher2009-02-123-68/+184
* Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher2009-02-123-92/+236
* Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher2009-02-123-27/+462
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-128-18/+374
* server.mk was included twice by mistakeSimo Sorce2009-01-281-2/+0
* Simplify delete path by removing effectively redundant code.Simo Sorce2009-01-281-221/+41
* Add comments on how memberof works.Simo Sorce2009-01-282-1/+97
* Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce2009-01-284-7/+2315
* Move install directiuves into Makefile.inSimo Sorce2009-01-282-6/+4
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher2009-01-279-4/+183
* Add skeleton for PolicyKit back-endStephen Gallagher2009-01-275-1/+242
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-276-4/+243
* Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher2009-01-274-10/+91
* Fix configure when libs are not in standard pathsSimo Sorce2009-01-271-0/+1
* Fixes to the makefile to get make install to work properlyStephen Gallagher2009-01-272-3/+11