summaryrefslogtreecommitdiffstats
path: root/common/ini
Commit message (Expand)AuthorAgeFilesLines
* COMMON Fixes to return values, errno, leaksDmitri Pal2009-08-201-6/+4
* INI Simple fix to properly process multi value config parameters.Dmitri Pal2009-08-122-2/+3
* COLLECTION & INI CleanupDmitri Pal2009-07-202-33/+45
* Run ini_config unit test with "make check"Stephen Gallagher2009-07-162-2/+19
* INI Refactoring code a bitDmitri Pal2009-07-162-42/+16
* Build all SSSD components with warnings enabledStephen Gallagher2009-07-132-1/+12
* Clean up warnings in common/Simo Sorce2009-07-033-8/+8
* Adding wrappers to free data in INI API.Dmitri Pal2009-07-023-58/+91
* Changing function names for collection API.Dmitri Pal2009-07-022-224/+226
* Enable quiet build for automake >= 1.11Stephen Gallagher2009-06-021-0/+3
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-262-5/+6
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-2/+2
* Use freeipa-devel@redhat.com for bug reportsStephen Gallagher2009-05-191-1/+1
* Enable parallel builds for the common librariesStephen Gallagher2009-05-191-1/+1
* Build fixesSimo Sorce2009-05-171-0/+20
* Enable modular build of common SSSD librariesStephen Gallagher2009-05-143-2/+3
* INI parser. Fix for line numbers.Dmitri Pal2009-04-171-1/+4
* INI parser. Adding comments to avoid confusion.Dmitri Pal2009-04-171-0/+2
* INI parser. Removing inlines.Dmitri Pal2009-04-171-17/+17
* INI parser. Cleanup. Prep for INI validation.Dmitri Pal2009-04-163-189/+460
* INI parser. Better error handling if something bad happens.Dmitri Pal2009-04-151-6/+21
* Fixing memory issues in ini and collectionDmitri Pal2009-04-142-9/+31
* Build fixes for RPM packaging of SSSDStephen Gallagher2009-04-131-1/+1
* Build system improvements for common toolsStephen Gallagher2009-04-132-7/+20
* The lower level function now returns NOENT if file is not found.Dmitri Pal2009-04-102-3/+11
* Added functions to create list of sections and attributes.Dmitri Pal2009-04-103-0/+139
* INI component: Fixed issues introduced by cleanup.Dmitri Pal2009-04-094-76/+223
* Fix const warningsSimo Sorce2009-04-071-1/+1
* Style fixes for /commonSimo Sorce2009-04-071-406/+457
* Clean up a lot of warnings in Collection and INI parserStephen Gallagher2009-04-063-18/+13
* Fix build system for Collection and INI parser.Stephen Gallagher2009-04-061-1/+1
* First attempt to produce INI interface.Dmitri Pal2009-04-067-0/+2312