summaryrefslogtreecommitdiff
path: root/common/ini
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Include m4 directories in tarballStephen Gallagher1-1/+2
2009-09-15INI Error handling and interface cleanupDmitri Pal2-30/+86
2009-09-11Add 'make tests' targetStephen Gallagher1-0/+2
2009-09-08ELAPI Adding file provider and CSV formatDmitri Pal1-3/+2
2009-09-03configure cleanupsSumit Bose1-1/+1
2009-08-20COMMON Fixes to return values, errno, leaksDmitri Pal1-6/+4
2009-08-12INI Simple fix to properly process multi value config parameters.Dmitri Pal2-2/+3
2009-07-20COLLECTION & INI CleanupDmitri Pal2-33/+45
2009-07-16Run ini_config unit test with "make check"Stephen Gallagher2-2/+19
2009-07-16INI Refactoring code a bitDmitri Pal2-42/+16
2009-07-13Build all SSSD components with warnings enabledStephen Gallagher2-1/+12
2009-07-03Clean up warnings in common/Simo Sorce3-8/+8
2009-07-02Adding wrappers to free data in INI API.Dmitri Pal3-58/+91
2009-07-02Changing function names for collection API.Dmitri Pal2-224/+226
2009-06-02Enable quiet build for automake >= 1.11Stephen Gallagher1-0/+3
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher2-5/+6
2009-05-19Fix RPM generation issues with sssdStephen Gallagher1-2/+2
2009-05-19Use freeipa-devel@redhat.com for bug reportsStephen Gallagher1-1/+1
2009-05-19Enable parallel builds for the common librariesStephen Gallagher1-1/+1
2009-05-17Build fixesSimo Sorce1-0/+20
2009-05-14Enable modular build of common SSSD librariesStephen Gallagher3-2/+3
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 Pal2-9/+31
2009-04-13Build fixes for RPM packaging of SSSDStephen Gallagher1-1/+1
2009-04-13Build system improvements for common toolsStephen Gallagher2-7/+20
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 Pal3-0/+139
2009-04-09INI component: Fixed issues introduced by cleanup.Dmitri Pal4-76/+223
2009-04-07Fix const warningsSimo Sorce1-1/+1
2009-04-07Style fixes for /commonSimo Sorce1-406/+457
2009-04-06Clean up a lot of warnings in Collection and INI parserStephen Gallagher3-18/+13
2009-04-06Fix build system for Collection and INI parser.Stephen Gallagher1-1/+1
2009-04-06First attempt to produce INI interface.Dmitri Pal7-0/+2312