summaryrefslogtreecommitdiff
path: root/server/sbus/sssd_dbus_common.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-04Implement SetUserAttributes in the InfoPipeStephen Gallagher1-0/+36
SetUserAttributes is now available for use in the Infopipe. I also reorganized a few of the internal InfoPipe objects to reduce code duplication. One very simple test is included in this checkin to validate that the parser is working.
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-0/+29
This patch adds support for requesting user data in the sysdb via the InfoPipe. It currently has support for reading defined entries of integral, floating-point or string types. Tasks remaining: 1) Implement call to the provider when cache is out of date 2) Support byte arrays for userpic and similar I modified sysdb_search_ctx in sysdb_search.c to accept an array of attributes to pass into the LDB search. I also made one additional related fix: the btreemap now sorts in the correct order. Previously I had accidentally transposed the two values for sorting, so the map would always have been in exact reverse order.
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-4/+4
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2008-12-22libevents renamed upstream to libteventSimo Sorce1-1/+1
events.h -> tevent.h
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-1/+1
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
2008-11-03Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to ↵Stephen Gallagher1-0/+45
header includes and makefiles.