summaryrefslogtreecommitdiffstats
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-024-5/+26
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-0214-58/+912
* Create and own /var/lib/sss, memberof.so packagingJakub Hrozek2009-03-023-9/+18
* first version of LOCAL pam backendSumit Bose2009-03-0212-6/+795
* 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
* Merge branch 'master' of git+ssh://simo@git.fedorahosted.org/git/sssdSimo Sorce2009-02-280-0/+0
|\
| * Fix confdb issues. Avoid uninitialized memory messages in valgrind (in _btree...Simo Sorce2009-02-285-110/+67
* | 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
* Remove our copies of the samba libraries.Simo Sorce2009-02-26233-68826/+26
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-2645-323/+213
* Ignore config.h and config.h.inSimo Sorce2009-02-261-0/+2
* Adding InfoPipe entry to config.ldif exampleStephen Gallagher2009-02-253-2/+9
* 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-253-0/+56
* Add PAM clientSumit Bose2009-02-2416-80/+559
* Add PAM responderSumit Bose2009-02-2428-176/+2991
* Spec file patch Take 3:Stephen Gallagher2009-02-241-0/+78
* 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 segfault bugs, and incorrect detection of ENOMEM when fillingSimo Sorce2009-02-202-17/+18
* 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