NODE 9f6655e8Writing A Remailer
William Davidheiser <wgd@netcom.com>Sat, 19 Oct 1996 10:32:42 -0700 (PDT)
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
NODE e1e78efeRe: Writing A Remailer
The Deviant <deviant@pooh-corner.com>Mon, 21 Oct 1996 14:03:31 -0700 (PDT)
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."
NODE 510079f1Re: Writing A Remailer
nobody@replay.com (Anonymous)Sat, 19 Oct 1996 21:30:54 -0700 (PDT)
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.