summaryrefslogtreecommitdiffstats
path: root/common/collection
Commit message (Collapse)AuthorAgeFilesLines
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-2/+5
| | | | | | | | | | | Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
* Use freeipa-devel@redhat.com for bug reportsStephen Gallagher2009-05-191-2/+2
|
* Enable parallel builds for the common librariesStephen Gallagher2009-05-192-5/+100
|
* Enable building a single libsssd_utils.so from commonStephen Gallagher2009-05-141-1/+7
|
* Enable modular build of common SSSD librariesStephen Gallagher2009-05-144-2/+23
| | | | | | Allow configuration and build of individual SSSD utility libraries from their own subdirectories. Building all utilities is still possible recursively from the common root.
* Fixing memory issues in ini and collectionDmitri Pal2009-04-141-6/+9
| | | | | | | The read_line() function used an internal buffer allocated on stack as temporary storage for a line read from file, then returned it. read_line() now gets a buffer from the caller. Fixed memory leaks in INI and Collection found by valgrind.
* Build fixes for RPM packaging of SSSDStephen Gallagher2009-04-131-1/+1
| | | | | | We were missing several BuildRequires for the autotools. Also, we were linking against two external libraries in the common code that we do not actually use.
* Build system improvements for common toolsStephen Gallagher2009-04-132-7/+20
| | | | | | | | | Allows building shared or static libraries using autotools and provides a pkg-config file to simplify inclusion into other parts of the project (or other projects in the future) For now, we will statically link the collection library and INI parser.
* Added functions to create list of sections and attributes.Dmitri Pal2009-04-102-0/+106
|
* INI component: Fixed issues introduced by cleanup.Dmitri Pal2009-04-092-6/+5
| | | | | | | Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
* Fix const warningsSimo Sorce2009-04-074-144/+168
|
* Style fixes for /commonSimo Sorce2009-04-074-1179/+1478
|
* Clean up a lot of warnings in Collection and INI parserStephen Gallagher2009-04-065-12/+9
|
* Fix build system for Collection and INI parser.Stephen Gallagher2009-04-061-1/+1
| | | | | | Adds ini subdirectory so it will be built, adds some clarification to the README, makes the configure --help more clear about the trace level and enables -Wall reporting.
* First commit of basic collection API.Dmitri Pal2009-04-067-0/+4391