OpenBSD CVS

src/usr.sbin/faithd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / faithd

Current tag: OPENBSD_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.5   21 years  deraadt   No, do NOT put -ansi -pedantic in our tree
[TXT] README (in the Attic) [Hide]  1.10   20 years  jmc   oops. one more -w removal from sysctl, which i missed; also from Paul de Weerd, ...
[TXT] faithd.8 (in the Attic) [Hide]  1.28   20 years  jmc   remove -w option to sysctl; diffs from Paul de Weerd; ok deraadt@
[TXT] faithd.c (in the Attic) [Hide]  1.28   20 years  itojun   poll() arg mistake. Tatoku Ogaito
[TXT] faithd.h (in the Attic) [Hide]  1.8   22 years  itojun   drop support for rlogin/rsh service (we shouldn't have support it as they usuall...
[TXT] ftp.c (in the Attic) [Hide]  1.13   20 years  itojun   make sure to open TCP socket (in case getaddrinfo supports SCTP). sync w/kame
[TXT] prefix.c (in the Attic) [Hide]  1.7   20 years  itojun   make sure config_list does not get garbage. from kame
[TXT] prefix.h (in the Attic) [Hide]  1.2   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] tcp.c (in the Attic) [Hide]  1.12   21 years  itojun   -ansi -pedantic (socklen_t). from cloder@loder.us die if FD_SET overruns. sync ...