Writing A Remailer

Hi all. I want to try to write a re-mailer that will run on my ISP's UNIX shell account. I am familiar with Windows socket programming (C/C++) but have never done anything in the UNIX environment. Any pointers on where I should start? Thx a bunch --- billd

William Davidheiser <wgd@netcom.com> wrote:
Hi all. I want to try to write a re-mailer that will run on my ISP's UNIX shell account. I am familiar with Windows socket programming (C/C++) but have never done anything in the UNIX environment.
Any pointers on where I should start?
ftp://ftp.replay.com/pub/replay/pub/remailer and if you want to do unix programming, www.linux.org and follow the links to Linux Documentation Project. Similarly for www.freebsd.org.

On Sun, 20 Oct 1996, William Davidheiser wrote:
Hi all. I want to try to write a re-mailer that will run on my ISP's UNIX shell account. I am familiar with Windows socket programming (C/C++) but have never done anything in the UNIX environment.
Any pointers on where I should start?
Thx a bunch --- billd
you'll find that most of the socket function names were stolen from UNIX anyway... try 'man <FUNCTION>' at the prompt, were function is a sockets function, if its in UNIX, it'll tell you the full documentation of the function. --Deviant "The C Programming Language -- A language which combines the flexibility of assembly language with the power of assembly language."
participants (3)
-
nobody@replay.com
-
The Deviant
-
William Davidheiser