summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2009-09-21ELAPI: Ticket 161: Initialize structures with calloc instead of enumerating m...Jakub Hrozek5-36/+6
2009-09-21ELAPI: fix varargs call, update unit testsJakub Hrozek3-8/+58
2009-09-16ELAPI: Fix dispatcher structure initializationJakub Hrozek1-10/+1
2009-09-15Include m4 directories in tarballStephen Gallagher7-5/+20
2009-09-15INI Error handling and interface cleanupDmitri Pal2-30/+86
2009-09-11Add 'make tests' targetStephen Gallagher8-0/+21
2009-09-11ELAPI Better separation from collection internals.Dmitri Pal1-20/+24
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 Pal5-239/+365
2009-09-08ELAPI Laying foundation for the async processingDmitri Pal6-90/+175
2009-09-08ELAPI Adding file provider and CSV formatDmitri Pal20-139/+2250
2009-09-08ELAPI sinks and providersDmitri Pal9-143/+1016
2009-09-03configure cleanupsSumit Bose5-5/+7
2009-08-21ELAPI Shortening namesDmitri Pal4-154/+152
2009-08-20COMMON Fixes to return values, errno, leaksDmitri Pal7-62/+69
2009-08-20ELAPI: Adding concept of targetsDmitri Pal15-162/+899
2009-08-17TRACE: Making sure trace is safe to output NULL stringsDmitri Pal2-99/+6
2009-08-12ELAPI Next round of functionality - logging part of the interfaceDmitri Pal14-263/+1522
2009-08-12INI Simple fix to properly process multi value config parameters.Dmitri Pal2-2/+3
2009-07-20Fix typo in elapi's Makefile.am that breaks 'make dist'Stephen Gallagher1-1/+1
2009-07-20COLLECTION & INI CleanupDmitri Pal5-86/+113
2009-07-16COLLECTION Improving searchesDmitri Pal2-9/+181
2009-07-16Run ini_config unit test with "make check"Stephen Gallagher2-2/+19
2009-07-16Run libcollection unit tests with 'make check'Stephen Gallagher1-1/+3
2009-07-16COLLECTION Add remove item functionsDmitri Pal4-31/+146
2009-07-16INI Refactoring code a bitDmitri Pal2-42/+16
2009-07-15ELAPI First part of the interfaceDmitri Pal12-4/+1655
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-15add path_utils filesystem path manipulation utility functionsJohn Dennis8-2/+840
2009-07-13Build all SSSD components with warnings enabledStephen Gallagher6-3/+33
2009-07-06COLLECTION Removing static placeholder structure.Dmitri Pal2-5/+20
2009-07-03Clean up warnings in common/Simo Sorce16-108/+110
2009-07-02Adding wrappers to free data in INI API.Dmitri Pal3-58/+91
2009-07-02Changing function names for collection API.Dmitri Pal14-2698/+2778
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 Gallagher3-0/+9
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher7-28/+25
2009-05-26more autotools cleanupSumit Bose1-1/+1
2009-05-19Fix RPM generation issues with sssdStephen Gallagher3-6/+9
2009-05-19Use freeipa-devel@redhat.com for bug reportsStephen Gallagher3-4/+4
2009-05-19Enable parallel builds for the common librariesStephen Gallagher5-8/+103
2009-05-17Build fixesSimo Sorce1-0/+20
2009-05-14Enable building a single libsssd_utils.so from commonStephen Gallagher3-6/+38
2009-05-14Enable modular build of common SSSD librariesStephen Gallagher14-10/+55
2009-04-22add dynamic hash table data structure implementationJohn Dennis8-2/+1903