summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Simplify some aspects of pam_LOCAL_domainSimo Sorce2009-03-043-138/+87
* Improve sysdbSimo Sorce2009-03-044-33/+87
* Fixing memory leak in GetUserAttributesStephen Gallagher2009-03-041-1/+2
* replaced pure ldb calls with sysdb callsSumit Bose2009-03-033-120/+309
* Provide sysdb_set_user_attr() functions.Simo Sorce2009-03-035-4/+157
* Unify pwd_search and user_searchSimo Sorce2009-03-021-35/+11
* Do not steal memory in btreemaps.Simo Sorce2009-03-022-43/+24
* Support byte arrays in InfoPipe GetUserAttributesStephen Gallagher2009-03-021-27/+80
* Make tests configurableJakub Hrozek2009-03-023-3/+25
* 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