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
path: root/src
AgeCommit message (Expand)Author
2022-04-06ClamAV updated to 0.103.5. Patches for 0.104.2 generated but currently unused.Ladar Levison
2020-11-10Fix typo in the violation cutoff name.Ladar Levison
2020-06-09Provider symbols sorted. Fix constant SSL cipher results with cast..Ladar Levison
2020-06-09Updated the provider symbols to match libraries.Ladar Levison
2020-06-06Fixed the cl_scandesc decleration mismatch. Added ca option to freshclam.Ladar Levison
2020-06-06OpenSSL, ClamAV, bzip2, utf8proc updated. Plus bugfixing libmemcached unit te...Ladar Levison
2019-09-04Fixed spelling inside error message.Ladar Levison
2019-09-03Removing header file typos in libcore.Ladar Levison
2019-03-07Add verison command to molten protocol handler.Ladar Levison
2019-03-07When printing the signature count, disable the debug logging options.Ladar Levison
2019-03-07Fix SMTP bypass list leaking memory at shutdown.Ladar Levison
2019-03-07Fixing printf syntax for unsigned long long.Ladar Levison
2019-03-07Use the SQL connector version (not the daemon).Ladar Levison
2019-03-07Experimental transition to the MariaDB C/Connector.Ladar Levison
2019-02-26Updated errno_string to handle Android builds.Ladar Levison
2019-02-26Map strerror_r to cross platform errno_string function.Ladar Levison
2019-02-26Use header defines to avoid cross platform compilation issues.Ladar Levison
2019-02-26Use generic defines to access IPv6 structures.Ladar Levison
2018-12-07Properly bypass SMTP checks using the bypass_addr setting.Ladar Levison
2018-12-06Added unit tests for the time stamp functions. Fixed time printing bug.Ladar Levison
2018-12-04Initialize multi using an enumerated type.Ladar Levison
2018-12-04Initialize multi struct.Ladar Levison
2018-12-01The SPF result could have been used without initialization.Ladar Levison
2018-12-01Fixed a SQL connection reference inside the sql_ping function.Ladar Levison
2018-12-01Configure database connections to use the ALLOW_INVALID_DATES SQL mode.Ladar Levison
2018-11-30Added the packed attribute to structs nested inside already packed structs.Ladar Levison
2018-11-30Detect a missing magmad.so path properly.Ladar Levison
2018-11-30Fixed the read/write pedantic logging ifdef logic.Ladar Levison
2018-11-29Adjusted two errant variables that were unused if pedantic logging is disabled.Ladar Levison
2018-11-28Various data type tweaks to avoid invalid comparisons, access.Ladar Levison
2018-11-22Ignore logging options when printing startup/shutdown banners.Ladar Levison
2018-11-22Check will always print to console. Errors always goto log file (if enabled).Ladar Levison
2018-11-22Ignore config file log options when printing the init banner.Ladar Levison
2018-11-22Moved the standalone stack trace print function into core.Ladar Levison
2018-11-21Cleanup the console descriptors.Ladar Levison
2018-11-17Added a start and limit params to messages.list camelface function.Ladar Levison
2018-11-09Fixed descriptor leak during shutdowns.Ladar Levison
2018-11-09Fixed the managed string print function syntax.Ladar Levison
2018-11-08Added experimental support for alternate DKIM domain field values.Ladar Levison
2018-11-07Cleaned up the shutdown process.Ladar Levison
2018-11-07Added camelface user registration unit tests.Ladar Levison
2018-11-07Fixed 'corp' registration and added a 'corp' user creation test.Ladar Levison
2018-11-07Sanitize usernames during registration. Force secure flag.Ladar Levison
2018-11-07Fixed a formatting error in the unused DNS resolver code.Ladar Levison
2018-10-09Fixed the extra flag typos. Removed the deprecated v6 resolver flag.Ladar Levison
2018-09-20Tweaks to the TLS accept error logging.Ladar Levison
2018-09-18Logic errors identified by static code analysis.Ladar Levison
2018-09-18Tweaks needed to enable compiler optimization.Ladar Levison
2018-09-18Change the default minimum password length to 8.Ladar Levison
2018-09-18Fix a typo in the minimum password length warning.Ladar Levison