summaryrefslogtreecommitdiff
path: root/common/sock_any.h
AgeCommit message (Collapse)Author
2025-01-29Fix security warning when calling getsockname/getpeernameStef 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-29Fix up the buildStef 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.
2005-11-15Pull in common files from proxsmtp project.Stef Walter
2004-09-04Supress needless warningsStef Walter
2004-09-04Transparent proxy support.Stef Walter
2004-07-20- Better connection handlingStef Walter
- Route connections without a IP back to incoming IP
2004-07-10Initial Public ReleaseStef Walter
2004-07-08Initial importStef Walter
2004-07-08New repository initialized by cvs2svn.(no author)
2004-09-04Supress needless warningsStef Walter
2004-09-04Transparent proxy support.Stef Walter
2004-07-20- Better connection handlingStef Walter
- Route connections without a IP back to incoming IP
2004-07-10Initial Public ReleaseStef Walter
2004-07-08Initial importStef Walter