summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-0/+1
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-26Ignore config.h and config.h.inSimo Sorce1-0/+2
2009-02-25Adding InfoPipe entry to config.ldif exampleStephen Gallagher1-1/+2
Also updating the .gitignore file to not ignore config.ldif Signed-off-by: Simo Sorce <ssorce@redhat.com>
2009-01-13Ignore some more common stuffSimo Sorce1-0/+9
2009-01-06Add ignore file so that .o/.a files won't botherSimo Sorce1-0/+1