Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-29 | Bump version to 1.10.1linux-build-fixes | Stef Walter | |
2025-01-29 | Fix security warning when calling getsockname/getpeername | Stef Walter | |
Make sure we define our socket name length with the correct type a socklen_t. Should fix this sort of error: ../common/spio.c:124:45: error: passing argument 3 of ‘getsockname’ from incompatible pointer type [-Wincompatible-pointer-types] | |||
2025-01-29 | Fix struct redefinition error in headers on Linux | Stef Walter | |
Glibc and Linux kernel both contain duplicate definitions of structures like struct sockaddr_in leading to: /usr/include/netinet/in.h:31:8: error: redefinition of ‘struct in_addr’ In file included from /usr/include/linux/netfilter.h:7, from /usr/include/linux/netfilter_ipv4.h:9, from ../common/smtppass.c:64: /usr/include/linux/in.h:94:8: note: originally defined here But we do need to include the linux netfilter definitinos here. Changing the order seems to help | |||
2025-01-29 | Fix up the build | Stef Walter | |
This copies the last version of the 1.10 clamsmtp common/ files into this project. They used to be shared with the proxsmtp project but that project has since diverged. | |||
2010-08-31 | Fix line in man clamsmtpd man page.HEADmaster | Nathanael Noblet | |
2010-02-14 | Fix wrong url to website. | Stef Walter | |
2008-06-30 | Release 1.10 | Stef Walter | |
2007-05-28 | Use 'Stef' instead of 'Nate' | Stef Walter | |
2007-03-20 | Update externals | Stef Walter | |
2007-03-20 | - Resolve any DNS name for each connection. | Stef Walter | |
2006-10-12 | An old checkin from the 1.8 release. | Stef Walter | |
2006-08-30 | Bring in changes from proxsmtp | Stef Walter | |
2006-08-30 | Old release commit. | Stef Walter | |
2006-08-30 | - Fix dumb bug with 'Action' config line | Stef Walter | |
2006-07-13 | * Add support for passing emails | Stef Walter | |
* Bring in some changes from proxsmtp | |||
2006-02-24 | Add dmalloc support to clamsmtp. | Stef Walter | |
2006-02-23 | Add dmalloc support | Stef Walter | |
2006-02-23 | Remove dumb archive files | Stef Walter | |
2005-12-21 | (no commit message) | Stef Walter | |
2005-11-15 | Pull in common files from proxsmtp project. | Stef Walter | |
2005-10-20 | Move to the proper directory | Stef Walter | |
2005-10-20 | ClamSMTP 1.6 release. | Stef Walter | |
2005-10-19 | Fixes from Loic Le Loarer | Stef Walter | |
2005-09-28 | Fixes from Loic Le Loarer <loic.le-loarer@polytechnique.org> | Stef Walter | |
2005-09-19 | Solaris multi threading fixes. | Stef Walter | |
2005-09-19 | Missed this update | Stef Walter | |
2005-09-19 | Add recent authors. | Stef Walter | |
2005-09-15 | Fix problem when filtering exchange email. | Stef Walter | |
2005-09-08 | Don't free variables put in through putenv | Stef Walter | |
2005-09-08 | Better checks for valid IO. | Stef Walter | |
2005-09-07 | Fix build problem when _PATH_TMP is defined | Stef Walter | |
2005-09-07 | Handle empty addresses properly. | Stef Walter | |
2005-09-07 | Fix warnings with gcc 4.0 | Stef Walter | |
2005-09-07 | - Fix problems with not listening properly when in daemon mode | Stef Walter | |
2005-08-25 | Add release builds. | Stef Walter | |
2005-08-25 | Support embedded nulls in email data. | Stef Walter | |
2005-08-25 | Ignore more junk files. | Stef Walter | |
2005-08-25 | Release 1.5 (delayed commit) | Stef Walter | |
2005-08-01 | Fix date problems on solaris | Stef Walter | |
2005-07-12 | Allows listening before dropping priveleges. | Stef Walter | |
2005-07-12 | Fix problem with binding to certain 'long' addresses | Stef Walter | |
2005-05-28 | More fixes to the date code. | Stef Walter | |
2005-05-28 | Drop privileges after binding to port. Allows listening on ports < 1024 | Stef Walter | |
2005-05-28 | Fix header date handling. | Stef Walter | |
2005-05-28 | Handle condition of server refusing data transfers more gracefully. | Stef Walter | |
2005-05-05 | Make timeout warnings only show at debug level. | Stef Walter | |
2005-04-26 | More ignored files | Stef Walter | |
2005-04-26 | Solaris compatibility patches | Stef Walter | |
2005-04-14 | Fix problem when header is missing. | Stef Walter | |
2005-03-24 | New clamsmtp version. | Stef Walter | |