summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Add license file.Simo Sorce1-0/+674
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 Hrozek4-5/+26
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher14-58/+912
2009-03-02Create and own /var/lib/sss, memberof.so packagingJakub Hrozek3-9/+18
2009-03-02first version of LOCAL pam backendSumit Bose12-6/+795
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-28Merge branch 'master' of git+ssh://simo@git.fedorahosted.org/git/sssdSimo Sorce0-0/+0
2009-02-28Fix confdb issues.Simo Sorce5-110/+67
2009-02-28Fix confdb issues. Avoid uninitialized memory messages in valgrind (in _btree...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-26Remove our copies of the samba libraries.Simo Sorce233-68826/+26
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce45-323/+213
2009-02-26Ignore config.h and config.h.inSimo Sorce1-0/+2
2009-02-25Adding InfoPipe entry to config.ldif exampleStephen Gallagher3-2/+9
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 Hrozek3-0/+56
2009-02-24Add PAM clientSumit Bose16-80/+559
2009-02-24Add PAM responderSumit Bose28-176/+2991
2009-02-24Spec file patch Take 3:Stephen Gallagher1-0/+78
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-20Fix segfault bugs, and incorrect detection of ENOMEM when fillingSimo Sorce2-17/+18
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