summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-0213-58/+911
* Create and own /var/lib/sss, memberof.so packagingJakub Hrozek2009-03-021-5/+14
* first version of LOCAL pam backendSumit Bose2009-03-0211-6/+789
* Adapt test to changes to the interface.Simo Sorce2009-02-281-169/+326
* Expose some more functions needed by the testsSimo Sorce2009-02-283-1/+114
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-289-1313/+1652
* Fix confdb issues.Simo Sorce2009-02-285-110/+67
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-279-200/+211
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-269-780/+1063
* Stop building replace.o until we decide if we use it again.Simo Sorce2009-02-261-1/+1
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-2645-323/+213
* 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