summaryrefslogtreecommitdiff
path: root/common/collection
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Include m4 directories in tarballStephen Gallagher1-1/+3
2009-09-11Add 'make tests' targetStephen Gallagher1-0/+2
2009-09-11COLLECTION Functions to deal with hashDmitri Pal3-17/+71
2009-09-10COLLECTION Improvements to copy functionsDmitri Pal4-51/+191
2009-09-09COLLECTION Copy collection flat with concatenated namesDmitri Pal3-238/+337
2009-09-03configure cleanupsSumit Bose1-1/+1
2009-08-20COMMON Fixes to return values, errno, leaksDmitri Pal4-46/+57
2009-08-20ELAPI: Adding concept of targetsDmitri Pal1-0/+3
2009-08-17TRACE: Making sure trace is safe to output NULL stringsDmitri Pal1-96/+0
2009-07-20COLLECTION & INI CleanupDmitri Pal3-53/+68
2009-07-16COLLECTION Improving searchesDmitri Pal2-9/+181
2009-07-16Run libcollection unit tests with 'make check'Stephen Gallagher1-1/+3
2009-07-16COLLECTION Add remove item functionsDmitri Pal3-26/+140
2009-07-15ELAPI First part of the interfaceDmitri Pal1-0/+2
2009-07-15COLLECTION Fixed: iterator_up and insert_into_currentDmitri Pal3-17/+83
2009-07-15COLLECTION Adding flat traversal & copyDmitri Pal5-99/+598
2009-07-13Build all SSSD components with warnings enabledStephen Gallagher2-1/+12
2009-07-06COLLECTION Removing static placeholder structure.Dmitri Pal2-5/+20
2009-07-03Clean up warnings in common/Simo Sorce12-99/+101
2009-07-02Changing function names for collection API.Dmitri Pal12-2474/+2552
2009-07-02New deletion unit test.Dmitri Pal2-2/+36
2009-07-02Queue and stack APIs using collection.Dmitri Pal8-2/+1081
2009-07-02FORMATTING - minor cleanup of the unit test.Dmitri Pal1-254/+283
2009-07-01Adding INSERT into collection functionality.Dmitri Pal7-850/+2791
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-9/+6
2009-05-19Fix RPM generation issues with sssdStephen Gallagher1-2/+5
2009-05-19Use freeipa-devel@redhat.com for bug reportsStephen Gallagher1-2/+2
2009-05-19Enable parallel builds for the common librariesStephen Gallagher2-5/+100
2009-05-14Enable building a single libsssd_utils.so from commonStephen Gallagher1-1/+7
2009-05-14Enable modular build of common SSSD librariesStephen Gallagher4-2/+23
2009-04-14Fixing memory issues in ini and collectionDmitri Pal1-6/+9
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-10Added functions to create list of sections and attributes.Dmitri Pal2-0/+106
2009-04-09INI component: Fixed issues introduced by cleanup.Dmitri Pal2-6/+5
2009-04-07Fix const warningsSimo Sorce4-144/+168
2009-04-07Style fixes for /commonSimo Sorce4-1179/+1478
2009-04-06Clean up a lot of warnings in Collection and INI parserStephen Gallagher5-12/+9
2009-04-06Fix build system for Collection and INI parser.Stephen Gallagher1-1/+1
2009-04-06First commit of basic collection API.Dmitri Pal7-0/+4391