openbsd-ports/net/pop3gwd/pkg/SECURITY
kevlo 748a3eadcb pop3gwd is an application-level gateway, or proxy, designed to allow
mail retrieval from POP3 servers by systems that either:

	(a) are behind a firewall or screening router OR
	(b) do not have an assigned IP number OR
	(c) must share a SLIP/PPP connection on another system
2000-01-03 02:22:42 +00:00

11 lines
226 B
Plaintext

# $OpenBSD: SECURITY,v 1.1.1.1 2000/01/03 02:22:42 kevlo Exp $
ianm@cit.nepean.uws.edu.au 1999/12/29.
Makes good use of snprintf.
Made use of strncpy. I've converted them all to
strlcpy for some performance improvements.