summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* COLLECTION Removing static placeholder structure.Dmitri Pal2009-07-062-5/+20
* Clean up warnings in common/Simo Sorce2009-07-0316-108/+110
* Adding wrappers to free data in INI API.Dmitri Pal2009-07-023-58/+91
* Changing function names for collection API.Dmitri Pal2009-07-0214-2698/+2778
* New deletion unit test.Dmitri Pal2009-07-022-2/+36
* Queue and stack APIs using collection.Dmitri Pal2009-07-028-2/+1081
* FORMATTING - minor cleanup of the unit test.Dmitri Pal2009-07-021-254/+283
* Adding INSERT into collection functionality.Dmitri Pal2009-07-017-850/+2791
* Enable quiet build for automake >= 1.11Stephen Gallagher2009-06-023-0/+9
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-267-28/+25
* more autotools cleanupSumit Bose2009-05-261-1/+1
* Fix RPM generation issues with sssdStephen Gallagher2009-05-193-6/+9
* Use freeipa-devel@redhat.com for bug reportsStephen Gallagher2009-05-193-4/+4
* Enable parallel builds for the common librariesStephen Gallagher2009-05-195-8/+103
* Build fixesSimo Sorce2009-05-171-0/+20
* Enable building a single libsssd_utils.so from commonStephen Gallagher2009-05-143-6/+38
* Enable modular build of common SSSD librariesStephen Gallagher2009-05-1414-10/+55
* add dynamic hash table data structure implementationJohn Dennis2009-04-228-2/+1903
* 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-143-15/+40
* Build fixes for RPM packaging of SSSDStephen Gallagher2009-04-132-2/+2
* Build system improvements for common toolsStephen Gallagher2009-04-137-16/+43
* 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-105-0/+245
* INI component: Fixed issues introduced by cleanup.Dmitri Pal2009-04-096-82/+228
* Fix const warningsSimo Sorce2009-04-075-145/+169
* Style fixes for /commonSimo Sorce2009-04-076-1618/+1977
* Clean up a lot of warnings in Collection and INI parserStephen Gallagher2009-04-068-30/+22
* Fix build system for Collection and INI parser.Stephen Gallagher2009-04-065-6/+12
* First attempt to produce INI interface.Dmitri Pal2009-04-067-0/+2312
* First commit of basic collection API.Dmitri Pal2009-04-0613-0/+5349