summaryrefslogtreecommitdiff
path: root/mail/pop3gwd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Don't hard-code -O2; respect CC and CFLAGSKris Kennaway2001-04-301-2/+3
| | | | Notes: svn path=/head/; revision=42053
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Remove trailing period and package name from the pkg-comment.Dmitry Sivachenko2000-12-181-1/+1
| | | | Notes: svn path=/head/; revision=36071
* Add pop3gwd 1.2, an app-level proxy for mail retrieval behind firewalls.Will Andrews2000-10-2814-0/+275
It appears to have been heavily audited (at least as far as string format paranoia goes, and optimizes: snprintf() -> strlcpy()). PR: 22123 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> Obtained from: OpenBSD Notes: svn path=/head/; revision=34335