pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/httptunnel



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Mar  8 12:37:43 UTC 2015

Modified Files:
        pkgsrc/net/httptunnel: Makefile distinfo

Log Message:
(pkgsrc)
 - Add LICENSE= gnu-gpl-v2
(upstream)
 - Update 3.05 to 3.3
 ------------------
 Following lines are from ChangeLog, but not really clear,
 the date is overwrapped from last (pkgsrc) update.
------------------
2001-02-25  lars brinkhoff  <lars%nocrew.org@localhost>
        From Sampo Niskanen <sampo.niskanen%iki.fi@localhost>:
        * common.c (handle_tunnel_input): write to stdout if fd = 0.
        * htc.c (struct Arguments): add use_std and use_daemon.
        (usage): add short option -z for --proxy-authorization-file.
        add -s, --stdin-stdout option.  add -w, --no-daemon option.
        (parse_arguments): recognize new options.
        (parse_arguments): write diagnostics to stderr instead of stdout.
        (main): likewise.
        * hts.c (struct Arguments): add use_std and use_daemon.
        (usage): add -s, --stdin-stdout option.  add -w, --no-daemon option.
        (parse_arguments): recognize new options.
        (main): write diagnostics to stderr instead of stdout.

2000-09-01  lars brinkhoff  <lars%nocrew.org@localhost>

        From Brian Somers <brian%Awfulhak.org@localhost>:

        * htc.c (main): correct typo in log message.
        * tunnel.c (tunnel_out_connect): use ntohl() to convert IP address.
        (tunnel_accept): likewise.
        * common.c (set_address): likewise.

2000-08-31  lars brinkhoff  <lars%nocrew.org@localhost>
        * configure.in: version 3.2
        * debian/changelog: sync with new version.

2000-07-25  lars brinkhoff  <lars%nocrew.org@localhost>
        From Brian Somers <brian%Awfulhak.org@localhost>:

        * tunnel.h: update tunnel_new_server prototype.

        * tunnel.c (tunnel_is_server): tunnel is server when
        server_socket != -1.
        (tunnel_out_connect): log the port number.
        (tunnel_in_connect): don't call http_destroy_response with
        NULL argument.
        (tunnel_accept): log client IP number and port.
        (tunnel_new_server): accept char *host argument, which is used
        to bind the server to a specific network interface.  initialize
        tunnel->bytes to 0.  pass struct in_addr to server_socket.
        (tunnel_new_client): initialize tunnel->bytes to 0.

        * hts.c (parse_arguments): host defaults to NULL.  recognize
        [HOST:]PORT syntax.
        (main): log host:port, if host was specified.  pass host to
        tunnel_new_server.

        * common.c (server_socket): take a sockaddr_in * argument; improve
        sockaddr_in initialization.
        (set_address): improve sockaddr_in initialization.

        * common.h: update server_socks prototype.

        * htc.c (main): pass a struct in_addr to server_socket.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/httptunnel/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/httptunnel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index