Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-10Updated Makefile with a potential fix for builds without active terminals.Ladar Levison
2020-05-30Explicitly set Makefile ar/strip/prof flags.Ladar Levison
2019-03-23Only look for a TTY if TERM is missing.Ladar Levison
2019-03-23Updated the Makefile so it only uses tput when a TTY is detected.Ladar Levison
2019-03-07Fixed spurrious make exit status.Ladar Levison
2019-03-07Updated the Makefile/Library builder to handle no TERM var.Ladar Levison
2018-11-30Forgot the Makefile on previous commit.Ladar Levison
2018-11-30Improving the make dependency logic.Ladar Levison
2018-11-30With parallel make runs, block until magmad.so is built.Ladar Levison
2018-11-30Remove the documentation artifacts during distclean.Ladar Levison
2018-11-29Handle environment/command line make variable overrides.Ladar Levison
2018-11-28Makefile syntax/indentation cleanup.Ladar Levison
2018-09-18Fix the Makefile typo added by the previous commit.Ladar Levison
2018-09-18Use the first 7 characters of the commit hash, instead of the last 8.Ladar Levison
2018-09-18Forcing a hard coded min password length. Fixing strip in Makefile.Ladar Levison
2018-09-18Fix Makefile git logic for alternative distros.Ladar Levison
2018-09-10Optimized the dependency build script, and cleaned up the output.Ladar Levison
2018-09-05Clarified Makefile comment on git tags.Ladar Levison
2018-09-04Fixed the patch level calculation logic.Ladar Levison
2018-08-26Updated ClamAV to 0.100.1 and Zlib to 1.2.11.Ladar Levison
2018-08-20Calculate the patch level since the v7 tag.Ladar Levison
2018-08-07Major version bump, because of incompatible changes to the magma schema.v7.0.0Ladar Levison
2018-08-06Minor improvements intended to make profiling magma easier.Ladar Levison
2017-06-27Use short option for specifying output to support older versions of GCC.Ladar Levison
2017-06-23Added a strip target to the Makefile.Ladar Levison
2017-06-23Makefile... moved the output param to beginning, plus misc clenaup.Ladar Levison
2017-02-22Reorganized profile into gprof, while adding support for pprof.Ladar Levison
2017-02-07Replaced prime artifact prototypes w uint to avoid error on CentOS 7.Ladar Levison
2017-02-07Add profiling makefile targets.Ladar Levison
2017-02-02Added depdir, objdir, and shared object to the distclean make target.Ladar Levison
2017-02-02Added install and distclean make targets.Ladar Levison
2017-01-24Drumroll please. Feature DIME is working. feature/dimefeature-dimeLadar Levison
2017-01-16Improved the DH parameter logic. Created keyslot interface stubs.Ladar Levison
2017-01-07Commented out the -Wfatal-errors option so gcc outputs every error.Ladar Levison
2016-12-30Patched libs so that required headers get installed to the proj dir.Ladar Levison
2016-11-16Minor version bump to signify all the breaking changes.Ladar Levison
2016-11-09PRIME key encryption stubs added.Ladar Levison
2016-10-18Compiling DIME tools with libcore/libmagma support.Ladar Levison
2016-10-18Added the conversion form set/get functions to the OpenSSL symbols list.Ladar Levison
2016-10-07Added the stacie_realm_encrypt function.Ladar Levison
2016-10-05Updated build.lib keys/generate to work outside a git repo.Ladar Levison
2016-10-05Removed extra whitespace in the Makefile.Ladar Levison
2016-10-05Updated packaged dependencies inside the makefile.Ladar Levison
2016-08-01Moved the DIME unit test output files indo the sandbox spool directory.Ladar Levison
2016-07-07Updated symbol_t to use const to fix -Wwrite-strings error.Ladar Levison
2016-07-07Moved M_BIND symbol out of symbols.h and into symbols.c for the tools.Ladar Levison
2016-07-07Updated the DIME CLI tools so they can use dynamic OpenSSL symbols.Ladar Levison
2016-07-07DIME provider updated to use dynamic OpenSSL symbols.Ladar Levison
2016-06-30OpenSSL symbols partially converted to use the dlopen pattern.Ladar Levison
2016-06-28IncorporatedLadar Levison