summaryrefslogtreecommitdiffstats
path: root/bdbobj
AgeCommit message (Collapse)Author
2022-05-22gcc 12, autotool updates, sqwebmail fixes.Sam Varshavchik
2022-01-17Fix minor memory leaks.Sam Varshavchik
bdbobj_nextkey can leak memory. Looks like some glibc or valgrind configs detect memory leaks from putenv(), use setenv() instead. It's POSIX 2001. Take this opportunity to clean up the test script.
2020-04-21Add AC_PROG_CC_C99Sam Varshavchik
2014-02-15fix for automake >=1.13David Heidelberger
2013-08-25Renamed configure.in to configure.acSam Varshavchik
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.