1 2001-06-12 Martin Mares <mj@albireo.ucw.cz>
3 * Released as version 1.1.
5 * Created a Debian package.
7 * sock.c, configure.in: Portability fixes for FreeBSD, Solaris and IRIX.
9 * sock.c (main): Cast arg 4 of setsockopt to void * (portability).
11 * sock.c (sigchld_handler): Use waitpid instead of wait3 (portability).
13 * sock.c (setup_sigchld): Use memset instead of bzero (portability).
15 * Makefile.in (clean): find: Use "-o" instead of "-or" (portability).
17 * sock.1: Updated the man page.
19 * sock.c: Added the "-n" (avoid reverse DNS lookups) switch.
21 * sock.c: Inverted the "-e" switch: default is now to terminate
22 after seeing EOF in both direction.
24 * sock.c: When an address is missing, assume localhost.
25 This way "sock :23" etc. works as expected.
27 * sock.c: Reworked allocation of sockaddr's, so UNIX domain
28 sockets work with long filenames.
30 Tue Jul 21 20:19:54 1998 Martin Mares <mj@albireo.ucw.cz>
32 * sock.c (main): Fixed operation in UDP mode.
34 Thu Jul 16 13:56:11 1998 Martin Mares <mj@albireo.ucw.cz>
36 * sock.c: Added few missing #includes.
37 (name_addr): Fixed processing of unresolved addresses.