Package: httptunnel / 3.3+dfsg-6

Metadata

Package Version Patches format
httptunnel 3.3+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 document bind to address.patch | (download)

hts.1 | 5 3 + 2 - 0 !
hts.c | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 document that hts can bind to an ip address

Bug-Debian: http://bugs.debian.org/501833

02 document cmdline options.patch | (download)

htc.1 | 5 4 + 1 - 0 !
hts.1 | 6 6 + 0 - 0 !
2 files changed, 10 insertions(+), 1 deletion(-)

 document missing options

Bug-Debian: http://bugs.debian.org/438493

-s / --stdin-stdout (hts)
-z / --proxy-authorization-file (htc)
-w / --no-daemon (hts/htc).

03 quote dashes in manpage.patch | (download)

htc.1 | 4 2 + 2 - 0 !
hts.1 | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 quote dashes in the manpages

04 fix stdin stdout.patch | (download)

common.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix stdin-stdout option

05 update email address.patch | (download)

AUTHORS | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 update my email address in the authors file

06 fix cppflags usage.patch | (download)

Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use am_cppflags instead of cppflags


08 fix setsockopt bugs.patch | (download)

tunnel.c | 69 30 + 39 - 0 !
1 file changed, 30 insertions(+), 39 deletions(-)

 fix setsockopt bugs

09 upstream faq updates.patch | (download)

AUTHORS | 1 1 + 0 - 0 !
FAQ | 113 112 + 1 - 0 !
2 files changed, 113 insertions(+), 1 deletion(-)

 faq updates from upstream

10 upstream debug arg required in debug.patch | (download)

AUTHORS | 1 1 + 0 - 0 !
ChangeLog | 6 6 + 0 - 0 !
hts.c | 2 1 + 1 - 0 !
3 files changed, 8 insertions(+), 1 deletion(-)

 --debug is required when debug_mode is defined

11 upstream use fputs fputc.patch | (download)

ChangeLog | 5 5 + 0 - 0 !
common.c | 9 6 + 3 - 0 !
2 files changed, 11 insertions(+), 3 deletions(-)

 use fputs and fputc instead of fprintf

12 upstream tunnel h doc.patch | (download)

ChangeLog | 5 5 + 0 - 0 !
tunnel.h | 60 51 + 9 - 0 !
2 files changed, 56 insertions(+), 9 deletions(-)

 document tunnel programming interface

13 upstream chroot user opts.patch | (download)

ChangeLog | 6 6 + 0 - 0 !
hts.c | 91 87 + 4 - 0 !
2 files changed, 93 insertions(+), 4 deletions(-)

 add --chroot and --user options

14 manpage chroot user opts.patch | (download)

hts.1 | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 document --chroot and --user options

Bug-Debian: https://bugs.debian.org/477401

15 modern_autoconf.patch | (download)

acconfig.h | 10 0 + 10 - 0 !
acinclude.m4 | 11 8 + 3 - 0 !
configure.in | 3 1 + 2 - 0 !
3 files changed, 9 insertions(+), 15 deletions(-)

 updates for modern autoconf versions

0015 Fix function name in log_debug message for tunnel_in.patch | (download)

tunnel.c | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fix function name in log_debug message for tunnel_in_setsockopts
 function

0016 Generate autotools files.patch | (download)

README | 4 3 + 1 - 0 !
autogen.sh | 6 6 + 0 - 0 !
2 files changed, 9 insertions(+), 1 deletion(-)

 generate autotools files.

0017 Update some text files.patch | (download)

ChangeLog | 2 2 + 0 - 0 !
NEWS | 6 6 + 0 - 0 !
README | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 1 deletion(-)

 update some text files.

0018 Fix most warnings.patch | (download)

base64.c | 4 2 + 2 - 0 !
htc.c | 1 1 + 0 - 0 !
http.c | 12 6 + 6 - 0 !
tunnel.c | 26 15 + 11 - 0 !
4 files changed, 24 insertions(+), 19 deletions(-)

 fix most warnings.

0019 Add markdown version of README.patch | (download)

README | 110 61 + 49 - 0 !
README.md | 69 69 + 0 - 0 !
2 files changed, 130 insertions(+), 49 deletions(-)

 add markdown version of readme

0020 Added debugging example to README.md.patch | (download)

README.md | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 added debugging example to readme.md

0021 Ignore built files.patch | (download)

.gitignore | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 ignore built files.

0022 Update for newer Automake.patch | (download)

.gitignore | 3 3 + 0 - 0 !
autogen.sh | 2 1 + 1 - 0 !
configure.ac | 58 58 + 0 - 0 !
configure.in | 57 0 + 57 - 0 !
install-sh | 251 0 + 251 - 0 !
missing | 190 0 + 190 - 0 !
mkinstalldirs | 40 0 + 40 - 0 !
7 files changed, 62 insertions(+), 539 deletions(-)

 update for newer automake.

0023 Update readmes.patch | (download)

README | 4 2 + 2 - 0 !
README.md | 14 7 + 7 - 0 !
2 files changed, 9 insertions(+), 9 deletions(-)

 update readmes.

0024 Add support for used defined base URI.patch | (download)

common.h | 1 1 + 0 - 0 !
htc.c | 21 19 + 2 - 0 !
hts.c | 2 1 + 1 - 0 !
http.c | 2 1 + 1 - 0 !
http.h | 1 1 + 0 - 0 !
tunnel.c | 28 28 + 0 - 0 !
tunnel.h | 6 6 + 0 - 0 !
7 files changed, 57 insertions(+), 4 deletions(-)

 add support for used defined base uri

	* fixed two possible memory leaks in htc
	* fixed compiler warning in hts for uid

0025 Document base uri parameter in htc.1.patch | (download)

htc.1 | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 document --base-uri parameter in htc.1

0026 Fix buffer overflows in sprintf usage.patch | (download)

http.c | 20 10 + 10 - 0 !
tunnel.c | 2 1 + 1 - 0 !
2 files changed, 11 insertions(+), 11 deletions(-)

 fix buffer overflows in sprintf() usage

0027 Report remote host port in tunnel disconnect message.patch | (download)

hts.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 report remote host:port in tunnel disconnect message

0028 Replace nocrew.org web page with GitHub.patch | (download)

README | 2 1 + 1 - 0 !
README.md | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 replace nocrew.org web page with github.

0029 Fix typo in README make links INSTALL and DISCLAIMER.patch | (download)

README.md | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix typo in readme; make links install and disclaimer.

0030 docs fix tiny typos.patch | (download)

FAQ | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 docs: fix tiny typos

0031 Repair disconnect message.patch | (download)

hts.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 repair disconnect message.

0032 Document stdin stdout.patch | (download)

htc.1 | 5 4 + 1 - 0 !
hts.1 | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 2 deletions(-)

 document --stdin-stdout

Bug-Debian: https://bugs.debian.org/887669
0033 Improve manpages.patch | (download)

htc.1 | 25 23 + 2 - 0 !
hts.1 | 26 24 + 2 - 0 !
2 files changed, 47 insertions(+), 4 deletions(-)

 improve manpages

Add examples, adapted from the README file.
Add SEE ALSO section.
Fix dash quoting in htc.1.

0034 Convert AUTHORS from ISO 8859 1 to UTF 8 using iconv.patch | (download)

AUTHORS | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 convert authors from iso-8859-1 to utf-8 using iconv

0035 Bring README up to date with README.md.patch | (download)

README | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 bring readme up-to-date with readme.md

0036 Improve debugging example explaining to build with e.patch | (download)

README | 2 1 + 1 - 0 !
README.md | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 improve debugging example, explaining to build with --enable-debug

0037 Use ellipsis in logging functions.patch | (download)

common.h | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use ellipsis in logging functions when not in debug_mode
Bug-Debian: https://bugs.debian.org/1096818