summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2009-05-19Enable parallel builds for the common librariesStephen Gallagher5-8/+103
2009-05-17Build fixesSimo Sorce1-0/+20
2009-05-14Enable building a single libsssd_utils.so from commonStephen Gallagher3-6/+38
2009-05-14Enable modular build of common SSSD librariesStephen Gallagher14-10/+55
2009-04-22add dynamic hash table data structure implementationJohn Dennis8-2/+1903
2009-04-17INI parser. Fix for line numbers.Dmitri Pal1-1/+4
2009-04-17INI parser. Adding comments to avoid confusion.Dmitri Pal1-0/+2
2009-04-17INI parser. Removing inlines.Dmitri Pal1-17/+17
2009-04-16INI parser. Cleanup. Prep for INI validation.Dmitri Pal3-189/+460
2009-04-15INI parser. Better error handling if something bad happens.Dmitri Pal1-6/+21
2009-04-14Fixing memory issues in ini and collectionDmitri Pal3-15/+40
2009-04-13Build fixes for RPM packaging of SSSDStephen Gallagher2-2/+2
2009-04-13Build system improvements for common toolsStephen Gallagher7-16/+43
2009-04-10The lower level function now returns NOENT if file is not found.Dmitri Pal2-3/+11
2009-04-10Added functions to create list of sections and attributes.Dmitri Pal5-0/+245
2009-04-09INI component: Fixed issues introduced by cleanup.Dmitri Pal6-82/+228
2009-04-07Fix const warningsSimo Sorce5-145/+169
2009-04-07Style fixes for /commonSimo Sorce6-1618/+1977
2009-04-06Clean up a lot of warnings in Collection and INI parserStephen Gallagher8-30/+22
2009-04-06Fix build system for Collection and INI parser.Stephen Gallagher5-6/+12
2009-04-06First attempt to produce INI interface.Dmitri Pal7-0/+2312
2009-04-06First commit of basic collection API.Dmitri Pal13-0/+5349