1
I Use This!
Inactive

Commits : Listings

Analyzed 26 minutes ago. based on code collected about 5 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Major rearrangement of code to add speyctl's functionality to the main spey binary (but keeping the same API). More... about 13 years ago
Replaced SVN headers with CVS ones. More... about 13 years ago
Add script to embed binaries in C files. More... about 13 years ago
Properly document where logging is sent. Rewrote the gibberish in the README describing tracing. More... over 13 years ago
Rework speyctl user to have a nicer user interface, and report errors correctly. speyctl now no longer exits silently if you don't ask it to do anything. More... over 13 years ago
Document trick about using an empty recipient list to force authentication. More... over 13 years ago
Document that tls-private-key-file must be readable at run time. More... over 13 years ago
Make 'reload' work. More... over 13 years ago
Fix compilation error on 64-bit systems due to pointers and ints being different sizes. More... over 13 years ago
Set additional groups when dropping root privileges. Fix race condition where part of the server was started before root was dropped (and so ran with root privileges anyway). More... over 13 years ago
Corrected a typo that could cause strange errors if the TLS certificate wasn't readable --- thanks to Achim Latz for this. More... almost 14 years ago
Updated for 0.5.pre1. More... over 15 years ago
Fixed some warnings. More... over 15 years ago
Added Eclipse preferences and project file. More... over 15 years ago
Added pm-based build system. More... over 15 years ago
Separated threadlet initialisation and start, to prevent the thread being started before the constructors complete execution. Ensured that the settings get loaded before trying to drop root privileges. SIGPIPE now gets ignored for every thread rather than just for the main process. More... over 15 years ago
Added pm-based build system. More... over 15 years ago
Replace the genparse-generated command line handler with a custom one. Tweaked the version handling a bit. More... over 15 years ago
Man pages and speyctl are now parameterised so the version and date get automatically filled in on build. More... over 15 years ago
Added documentation for the internal SMTP AUTH user list. More... over 15 years ago
Added documentation for internal SMTP AUTH. More... over 15 years ago
Added checks that the SSL certificates are readable. More... over 15 years ago
Removed the revision histories, as they weren't really doing anything and were extremely large. Rewrote the AUTH proxy support so that it actually works, and added proper internal AUTH support for PLAIN and LOGIN regimes. More... over 16 years ago
No longer attempts to do name lookups of 0.0.0.0 (which vastly speeds up inetd mode operation). More... over 16 years ago
Changed the whitelist entries so they don't explicitly reference '[email protected]'. More... over 16 years ago
Now vacuums the sqlite database when a purge is done. Added code for managing username/password settings. Done some default configuration keys for the new internal AUTH support. More... over 16 years ago
Updated for 0.4.2.1. More... over 16 years ago
Added version.cc (which was missing). More... over 16 years ago
Updated for version 0.4.2. More... over 16 years ago
If locking or unlocking a mutex fails, they will now complain. More... over 16 years ago