[Pkg-privacy-commits] [torsocks] branch master created (now 3b3cb65)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:09:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch master
in repository torsocks.
at 3b3cb65 hand over package to pkg-privacy team
This branch includes the following new commits:
new 87eb1be New repository initialized by cvs2svn.
new ce5e0ab This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
new 36a04c9 Fix compilation warnings
new 5997327 Fix compilation warnings.
new bbba2fd Fix compilation warnings. Use defaults sensible for Tor.
new 5831808 *** empty log message ***
new 34368ca Update TODO
new 8e37e9e *** empty log message ***
new 2eb75d9 *** empty log message ***
new 8d12fed Add support for getaddrbyhost.
new b82823d *** empty log message ***
new ff9bd30 *** empty log message ***
new 96446d1 *** empty log message ***
new fe4ea87 *** empty log message ***
new f828350 Clarify *not* part of Tor project.
new e74ce99 Doc and Script Updates: torksocks to torsocks
new 8448afe Add create-release.sh
new d055d8e realgetipnodebyname was using RTLD_NEXT instead of lib.
new bdba4d2 Add more private address ranges.
new fd2bcb0 Reject UDP requests to non-local addresses on connect()
new 4310524 *** empty log message ***
new d42eef9 *** empty log message ***
new 8392e75 UDP blocking in sendto() and sendmsg().
new ed0a9a2 *** empty log message ***
new 80f1a63 *** empty log message ***
new b0e1597 Update copyright notices.
new 046ac54 *** empty log message ***
new 2e234f6 *** empty log message ***
new cf42faa *** empty log message ***
new fead11d *** empty log message ***
new 007dec9 Clean-up Commit before tagging.
new 396a79d *** empty log message ***
new a1ad94e Remove config.status, use /usr as default prefix
new a6f121d Remove Makefile.in
new 33b45a9 Replace torify with usewithtor
new d8176d9 Change all references to torify to usewithtor
new aee8e9f Change all references to torify to usewithtor - this time
new d75edd9 update release script
new d9dcf51 git-svn-id: https://torsocks.googlecode.com/svn/trunk@48 2b4a61ce-a206-11dd-9a14-c1645b63b0c6
new fcff17a Update Changelog
new 98a4132 Fix warning
new bf69c35 remove tork reference
new ce366df mark bug in script
new b3ae166 allow BSD to find dlsym in libc
new 2c657ba fix 'source torsocks off' to work with prefixes of more than 1 element
new 3f043b9 fix whitespace
new bb8b2ec possible bsd fix
new be5d643 Add website
new 56138d6 :q
new c69b198 No need for Makefile.in in svn tree
new 870d327 clean up whitespace
new 775b4f0 Remove makefile.in
new cc5fa82 git-svn-id: https://torsocks.googlecode.com/svn/trunk@62 2b4a61ce-a206-11dd-9a14-c1645b63b0c6
new b5135fa Remove Makefile.in
new dfe35c5 Fix realpoll() to check for POLLOUT in selectevents rather than WRITE (which is for select() only as far as I can tell). Backport candidate to tsocks I think.
new 29e7268 experimental change
new 20a14f0 experimental change
new 9c6fb0d experimental change
new 5c0a5c8 revert to 64 again
new 9eed818 whitespace
new 75fe5a8 Update Readme
new e1c68ea resolve close adhoc
new 3aee6e0 experiment with close adhoc
new d9ed962 experiment with close adhoc
new 4f0d458 fix whitespace
new 20a9080 Error reporting
new f34a76f Fix installation and use of --with-conf-dir
new 088c7ea Add more info to torsocks.conf
new e15012d unit test for resinit
new f92a304 Add support for res_query
new 9e2ec64 configuration support fore res_* API
new 7151ac9 Support for res_search, res_send, res_querydomain
new 89b13e2 Ensure RFC subnets always treated as local regardless of config
new 8d24d6e Whitespaces fixes and re-add program name to debug logging
new d144db1 add all rfc local subnets to torsocks.conf
new b45a401 Reject all UDP streams, even with a local destination. This is because many (a)dsl users use their router as their nameserver
new 7d5e0a3 git-svn-id: https://torsocks.googlecode.com/svn/trunk@86 2b4a61ce-a206-11dd-9a14-c1645b63b0c6
new 4bfc21e Ignore non-INET streams. Reject INET UDP streams. We were previously rejecting anything that wasn't an INET stream, this prevented connect calls of the PF_FILE type. Is there a security issue here - applications bypassing TCP to leak user info?
new f902a8f Fix calls in previous commit
new 50dd39c only load res_ calls if supported
new af4ae59 only load res_ calls if supported
new b699990 Update TODO
new b43832c git-svn-id: https://torsocks.googlecode.com/svn/trunk@92 2b4a61ce-a206-11dd-9a14-c1645b63b0c6
new a1bb934 git-svn-id: https://torsocks.googlecode.com/svn/trunk@93 2b4a61ce-a206-11dd-9a14-c1645b63b0c6
new cefef73 git-svn-id: https://torsocks.googlecode.com/svn/trunk@94 2b4a61ce-a206-11dd-9a14-c1645b63b0c6
new a16a6a2 git-svn-id: https://torsocks.googlecode.com/svn/trunk@95 2b4a61ce-a206-11dd-9a14-c1645b63b0c6
new 3fbaa17 Add carriage return
new f02cc0a typo
new 64d9e2a Fix segfault reported by Mike Perry
new 4c65ebd Handle wildcards in getaddrinfo, reported by Mike Perry
new 45db25b update docs, remove a comment or two, last svn commit before git conversion - hopefully
new 8fbdd60 Expand reject message for UDP and ICMP requests
new 578e8a8 Fix compilcation on Mac OSX. See http://code.google.com/p/torsocks/issues/detail?id=2
new 7defc77 Remove superfluous include.
new 2381849 Replace TSOCKS_* environment variables with TORSOCKS_* equivalents as per man page.
new 505fbcb BSD build patch from grarpamp. See http://code.google.com/p/torsocks/issues/detail?id=4.
new 3a75b74 remove aclocal.m4
new 3d774d0 LD_PRELOAD is ignored for binaries where setuid/gid is used. As used, torsocks doesn't detect this, which means that it provides a false sense of security when running these types of executables.
new 2965c11 Move MAP_ANONYMOUS to common.h
new 9210c3d Add linker checks for Mac OSX Patch from alexr at ohmantics.com
new 9b92e40 Whitespace cleanup in parser.c
new 4a7d759 Patch torsocks.in for Mac OSX Patch from alexr at ohmantics.com Mac OSX uses the DYLD_INSERT_LIBRARIES and DYLD_FORCE_FLAT_NAMESPACE environment variables to enable/perform syscall-hooking. Also, on Mac OSX dynamically linked libraries use the '*.dylib' extension rather than '*.so'. Alex's patches for torsocks.in and configure.in ensure that we use the appropriate values for Max OSX. Ideally, we wouldn't export DYLD_FORCE_FLAT_NAMESPACE on non-Mac OSX platforms but it i [...]
new 7f3fd6a Mac OSX compatibility in tsocks.c Original Patch from Alex Rosenberg <alex at ohmantics.com>
new 374f1dc Update autoconf toolchain after autoreconf -fiv
new f9e8971 Fix compilation in 64-bit OSX.
new a15ff85 Update automake toolchain
new 74fe908 Clarify use of the configuration file.
new aacc973 Remove kdevelop project file
new 2b42c80 Manpage syntax fixes from Patrick Matthäi <pmatthaei at debian.org>
new 54f25db Remove non-free RFC and replace with link.
new 004f60d Remove torsocks.kdevelop
new 17839f7 Build fix for BSD. Support presence of res_query in libc rather than libresolve.
new a6b6d14 Update automake toolchain
new 8829590 Do our best to ensure tsocks_init is called only once.
new 7af1fc5 autoreconf -fiv
new 92151a4 Merge branch 'osx'
new a4d3828 Improve compile-time detection of the res* family of system calls
new fe7bc53 Major refactor of symbol hooking
new ec9cd4a Whitespace cleanups on tsocks.c
new c8c6c60 Use socket rather than address to determine connection type
new 24794f7 Make a global variable less generic
new 7079fb3 Only enable debug output for debug builds
new 0cb8405 Remove USE_TOR_DNS compile guard
new 8c0a334 Whitespace fixes in tsocks.c
new 827e823 Style cleanup
new dfaf9e7 Always print error messages.
new 965ae34 Exit if Tor DNS is disabled
new 1e4e20b Partially revert commit c8c6c60b.
new fda06ec Update Changelog for v1.1 release
new 917fc9b Use @libdir@ instead of @prefix@ in src/Makefile.am
new 5875e3a Prevent execution of suid/sgid programs by torsocks
new f9626fe Refuse connections to local network addresses.
new 08b0b1b Rename and clean up whitespace in the signature expansion header
new 441fb10 Fix 'symbol res_send() was not found in any shared library'
new 71204c2 Remove unused source files
new 896c413 Rename tsocks.c to torsocks.c
new e482a8f Tidy up the file copyrights
new da043e7 Rename tsocks.h to torsocks.h
new a445ee5 Remove socksdns, tordns and hostnames configure options.
new a03f0f1 Whitespace cleanups in common.c
new 78b7f1d Rename functions from tsocks* to torsocks*
new 5c401fb Tidy up copyright in parser.h
new f7b902f Whitespace cleanup in parser.h
new 2e51187 More whitespace cleanups
new a4ee2c5 More renaming of tsocks to torsocks
new 75b9f98 Compile and (apparently) work on OpenBSD
new cc8e7e0 Fix -lresolv on linux builds again
new 9104664 Split SOCKS functions into separate file
new 6c84bde Add a rudimentary test suite
new 34eab39 Set environment variable for test run
new 0817b3a Fix typo in test/Makefile.am
new 6d59503 Fix copyright notice
new d8c11fa Fix segfault
new 90f3cc0 Fix compile warning in test_torsocks.c
new 6bec541 Make tests compile and run on OpenBSD
new 9de888b Compile and run tests on FreeBSD
new 94421ba Make tests compile and run on OSX
new 3205b8f Replace Makefile.cvs with autogen.sh
new 638e9be Fix build on systems that export res_query a strange way
new a27c874 Fix compile warning on some versions of gcc
new 16dbf7b Clean up and comment configure.in
new ac681d8 Move man pages and configuration files to docs folder
new e75c0be Move patches directory to docs and update DEBUG readme
new f8c2e64 Fix funny malloc statement
new 56d9b4a Remove check that init() has been called
new a02e497 Add missing doc/Makefile.am
new 4304352 Only run config.status once at configure time
new 339e959 Really fix multiple runs of config.status this time
new 2c126fe Fix breakage from previous commit
new fbe281f Remove some cruft from Makefile.am
new d392146 Issue 26: common.h is a local header and should be included using #include "common.h"
new 6403819 Issue 25: Building within a sandbox environment fails
new 511cd02 Issue 29: tordns no worky?
new 845c4a0 Issue 30: libtorsocks.so sanity check
new 3d8c166 Issue 29: tordns no worky? - Part 2
new c9448f1 Issue 27: Fix build system so 'make dist' works
new 9476ecf Bump the version to 2.1 in preparation for release
new 1365318 Issue 32: Irssi locks connecting to hidden service
new 2f8fa54 Add documentation to 'make dist'
new eea4dab Changelog for torsocks 1.2
new 54b17fc Imported Upstream version 1.0~epsilon+dfsg1
new 9af92b1 Imported Debian patch 1.0~epsilon+dfsg1-1
new 52b8fd1 Merge commit '1.1' into upstream
new 17b8f5e Imported Upstream version 1.1
new 9dce015 Imported Debian patch 1.1-1
new 0151d4e Imported Debian patch 1.1-2
new 081e725 Imported Debian patch 1.1-3
new 3eddeca Imported Debian patch 1.1-4
new dab5609 Merge commit 'fbe281f006d7bbab765ff3a32f005648a0dbcff1' into upstream
new 2330b27 Imported Upstream version 1.1+git20110826
new 5756a51 Imported Debian patch 1.1+git20110826-1
new aa70af1 Merge commit '1.2' into upstream
new 682fb33 Imported Upstream version 1.2
new eb888cf Imported Debian patch 1.2-1
new 4c5f570 Imported Debian patch 1.2-2
new 8aed011 Convert debian/rules to dh7 tiny rules format.
new b8a55b4 Disable dh_makeshlibs: libtorsocks is not meant to be used as a shared library.
new dc56bc3 Use dh-autoreconf.
new 4f00fb1 Switch to dpkg-buildflags for hardening.
new 581538c Don't ship the libtorsocks.la file.
new 0199605 New patch: display correct error message when the wrapped program cannot be found in $PATH.
new 55b84c2 New patch: try harder to find symbols instead of complaining (Closes: #636943).
new b298107 Take over the package, in agreement with Patrick.
new 571794b Add Lunar as an uploader.
new 2431fbf Convert debian/copyright to DEP5 format.
new af5e3e3 Reindent.
new 6c895ca Fix spelling of SOCKS in short and long descriptions.
new b35bce8 Override Lintian false positives.
new 0a155ff Also fix torsocks error message when command not found.
new f0ca70c Add Vcs-Git and Vcs-Browser control fields, pointing to collab-maint.
new 4eb00ad New snapshot.
new 036bc55 Releasing torsocks (1.2-3) to Debian unstable.
new a50605c Update specification URL in debian/copyright.
new 31c73e7 Bump Standards-Version to 3.9.3, no change required.
new 355cd5d debian/watch: Don't use the obsolete Google Code redirector anymore.
new 41dba35 New patch: 0003-Fix-invocation-without-arguments.patch (Closes: #684577)
new 492be66 Update debian/changelog.
new 97ab0d7 New patch: 0004-Fix-typos-in-manpage.patch (Closes: #683358)
new 439fd9c Check dlerror returned something in LOAD_ERROR before printing anything. Patch by Anthony G. Basile <blueness at gentoo.org>.
new a832730 New snapshot.
new e3440cf Partial fix for "not found in any shared library"
new c2c22d0 Second fix for the "not found in any shared library" issue.
new 655e673 Add ChangeLog entry for issue 3
new 9552858 First stab at ensuring IPv6 connections are dropped on the floor.
new 52330df Fix typos in manpage
new f955a49 Fix invocation without arguments.
new 1699610 Update lib dir check
new 2c6679a Add verbose output before starting torified shell
new 4e5f35b torsocks will run --shell by default; add --shell
new c828075 spawn a shell with --shell and not "shell"
new b5dadbd Only spawn a shell when called with "--shell"
new eb9ccc8 remove old shell spawning code that cannot be reached
new 24f6411 Document issue-47 related changes
new becf4bc set errno for connect failures related to AF_INET6
new 7336d5f Merge branch 'documentation' into pending-changes
new c0c8658 Add ChangeLog entry for issue 48
new 2e60e8a Merge branch 'ipv6' into pending-changes
new e8b9696 Add ChangeLog entry for issue 37
new 5441e52 Merge branch 'libdir' into pending-changes
new e39ac68 Update ChangeLog for formatting and issue 33
new 3f575e8 Try both symbol names before showing library error
new 2e112bf Add patch from matthew.finkel
new 014e854 Updated GPL provided in COPYING
new 6f73cd7 Merge branch 'license-update' into pending-changes
new 5c9a88d Display correct error message when the wrapped program cannot be found in $PATH.
new 1ca5216 fixup merge conflict
new 81f5058 Merge branch 'debian-patches' into pending-changes
new 2542b53 patch by okoeroo to fix torsocks on; trac ticket #8063
new d49d6f9 Merge branch 'torsocks_on' into pending-changes
new 6e5f2f3 Remove autogen.sh output from git repo
new 519d3be Bump from version 1.2 to version 1.3
new 2034625 Revert "patch by okoeroo to fix torsocks on; trac ticket #8063"
new 4ff6dd9 Update release date for torsocks 1.3 to be today; the tag/release date!
new 04d5a4f Merge tag '1.3' into upstream
new c710b96 Imported Upstream version 1.3
new 1179308 Merge tag 'upstream/1.3'
new 5394866 Drop all patches: they were applied upstream.
new d5a5fbd Drop obsolete Lintian override.
new d25b353 Remove obsolete watch file.
new ff1083d Don't cleanup not shipped .la file.
new 2612e72 Drop obsolete --enable-socksdns configure flag.
new d034ad2 Update debian/changelog for 1.3-1.
new e0bf65b Add .travis.yml for https://travis-ci.org/ioerror/torsocks integration
new 0e85fdc Update ChangeLog and trigger travis-ci build about adding travis yaml
new e34a134 Update .travis.yml
new b41ac00 Add libtool to .travis.yml
new df21c88 Update Homepage control field.
new a7931fb torsocks (1.3-2) unstable
new ead7dee Reorder Makefile targets.
new ebb8c17 Remove obsolete Lintian override.
new 9449443 Add missing entry in debian/copyright.
new 2ce3f45 Add debian/watch file to monitor new upstream tags.
new 4e53773 Don't call rm with -f in override_dh_auto_install.
new 6bd0389 torsocks (1.3-3) unstable
new 6a99b73 Remove erroneously added changelog entry.
new 5b3bc68 Add gitignore to repository
new c42326a Rename configure.in and improve it
new 2f63ef5 Remove unused and deprecated file
new 6d6d021 Fix single quote and add default includes
new 1ad42aa Add config/ dir to default include path
new 14c9a0f Add config/ and include/ dir in the repository and update gitignore
new f0618d7 Add run_tests.sh to make check
new 36194ee Move source code to old source directory
new 4588352 Add new source directory structure and makefiles
new 94faab8 Add torsocks and usewithtor scripts from old source
new 67ba8d1 Add defaults.h containing some defaults value
new d1f0c6e Add macros.h with useful call
new 2d967a6 Add log.c/.h containing loggin calls from old source
new a9ca459 Add config-file.c/.h containing config file parser
new 0e12a3c Add utils.c/utils.h with calls from old code
new dbab127 Add compat.c/.h defining a compat tsocks mutex
new 00b0e16 Reengineer logging and remove old show_msg
new 7a2244d Add torsocks.c/.h with logging initialization
new 9acdf15 Add basic interface for libc overload
new 9d7af02 Add socks5 ABI
new edc557f Add basic connection object interface
new c7d9b5c Improve libc symbol interface and add destructor
new 17c73c4 Initial import of thread safe design proposal
new f2e2a66 Fix: add missing includes in log.h
new 50fff4d Add SOCKS5 interface to connect
new 501ee46 Multiple changes accross the code base
new d2eec36 Add comments in torsocks.h
new 278960b Add hashtable from Tor code and add support for in with connection
new d00d7da Add registry lock API and connection's refcount
new d1d2a4a Change connection create function
new d3525f2 Implement the connect(2) torsocks call. Not final but working
new c5f350d Implement the gethostbyname(3) torsocks call
new 3a3c756 Fix: SOCKS5 connect reply was not receiving the correct len
new 5c5707e Implement the getaddrinfo(3) torsocks call
new 7b11dea Rename file so the Makefile does not complain
new cb980d0 Separate libc call in specific files
new c48811e Support the RESOLVE PTR Tor command in the socks5 API
new 6a0bc8b Add IPv6 support to Tor resolve command
new 04a5f2d Fix: set maximum possible buffer in SOCKS5 resolve req.
new c9beeaf Implement gethostbyname2() GNU extension call
new 4c90e9e Implement gethostbyaddr libc call
new b8cc3b6 Add domain name SOCKS5 connect support
new bf2db7b Add .onion address support
new 5358713 Fix: add missing include in header
new 22fda99 Add close(2) support
new 79003cf Update TODO for this rewrite
new 450abad Add support for gethostbyaddr_r(3)
new 70f79ab Fix: add missing optlen assignement in connect
new fb38875 Add getpeername(2) support
new c4f9f73 Add reentrant functions gethostby*
new c4c515b Don't compile test/
new fe4e898 Add socket(2) support
new ce460ba Add syscall(2) support
new 4a634b9 Add socketpair(2) support
new 0168b19 Remove unused code
new 0c7ad6d Update TODO
new eecc115 Add recvmsg() FD passing check
new bea4e0b Fix: support non blocking socket
new 98f5faa Update TODO list
new c623b98 Fix: gethostbyname IP address byte order
new 3922f91 Improve torsocks script in src/bin
new d6a9002 Remove old INSTALL file out of date
new 5e07cf7 Update INSTALL file and autogen.sh
new aeea98a Remove useless files
new 68bfd65 Add gpl v2 license file
new b4565d9 Add gpl, FAQ and Changelog file to extra dist
new 357b465 Deny unsupported syscall() number for safety
new 2c07a43 Fix: add generated torsocks to gitignore
new 826007d Optimize onion pool search by IP addr
new 7793cdb Update TODO list
new a87cd2e Set hidden visibility to most function calls
new a4dbb2d Fix: change ERR message to WARN
new 5d93644 Cleanup old test system
new dd3444c Remove old tests and add tap library
new 3f0e24d Add DNS resolution test
new 4c86527 Add tests to make check
new bf9fb3f Fix: add missing files for make dist
new 80c6973 Remove unused and old files
new 24cd794 Update torsocks.1 man page
new 6e60a47 Update torsocks.8 man page
new 00cf8b4 Update torsocks.conf man page and example
new 708fdf0 Update documentation Makefile
new 237f44e Add proper usage message to torsocks shell script
new f393897 Minor fixes in man pages
new c710eda Revert "Optimize onion pool search by IP addr"
new 990b362 Change torsocks config dir by adding /tor
new 8449e13 Remove unused configure options
new 1d153ed Fix: typo in man Makefile
new d59e566 Add version to torsocks script
new 9191e2d Update README
new 1a61501 Update version to v2.0.0-rc1
new f19b2e8 Use getsockname(2) for finding out socket address family
new 1ef5c3e Include <sys/socket.h> for AF_INET*.
new 9de86e4 Use SYS_ from <sys/syscall.h>.
new 1253f7f Define LIBC_SYSCALL_ for FreeBSD.
new 3876c94 Find out if we really need libdl.
new 5f91d0e Use AC_CHECK_FUNC rather than AC_LINK_IFELSE.
new 6297d85 Fix: explicitly ignore fileno return value
new 6c589a8 Make sure __darwin__ is defined
new b1394b8 Define LIBC_SYSCALL_ for OS X
new a25ae10 Use extern for tsocks_libc_* in torsocks.h
new 1ed979d Tests: add onion pool subsystem unit test
new 17b3d9b Fix: Improve README file
new fc928e4 Tests: add connection object unit test
new 6672e82 Fix: remove out of date and inaccurate FAQ
new 8b315c9 Fix: remove FAQ file from Makefile
new b68d61f Update version to v2.0.0-rc2
new d3b401f Tests: add utils unit tests
new 89194d2 Tests: add config-file tests
new a3bcafd Fix: torsocks.in libdir path with lib prefix
new 729ca3f Fix: check fileno returned value
new 5f86a24 Add git-buildpackage configuration
new 136fba2 Merge tag 'upstream/2.0.0_rc2' into experimental/master
new 6d94207 Imported Upstream version 2.0.0~rc2
new a0492da Update debian/copyright
new a398e08 Remove get-orig-source from debian/rules as we use pristine-tar
new de4c6a8 Adapt installation cleanup phase to the new upstream version
new 623bc80 Do not ship upstream changelog twice
new f7a1838 Bump Standards-Version to 3.9.4, no changes required
new a1532c9 Gracefully handle the move of torsocks.conf from /etc to /etc/tor
new 6436c97 Release version 2.0.0~rc2-1 to experimental
new a1ac8c0 Remove Pre-Depends as its already satisfied in oldstable
new 81b3260 Add a patch to prevent running tests that require network access
new 1980f46 Add a patch to fix undefined syscall values for x86
new b441262 Release version 2.0.0~rc2-2 to experimental
new 24f63e2 Fix: undefined syscall values for x86
new e55eae3 Fix: missing registry unlock on error
new 4129301 Add a patch to fix a deadlock in getpeername() error path
new f3a5968 Add a patch to add compatibility with GNU/kFreeBSD
new 3b2834b Add a patch to fix build on s390(x) architectures
new adddf80 Release version 2.0.0~rc2-3 to experimental
new 90eafaf Fix compatibility with s390 and s390x architectures
new 3eef007 Add compatibility with GNU/kFreeBSD
new 49200e3 Fix: bad ret value check for default logging
new d0f4415 Lookup symbols in libc in constructor
new 5cfa671 Fix: don't lookup symbol if already found
new aca1b55 Fix: remove DBG call in syscall()
new da9de24 Fix: add fixtures.h to makefile.am as EXTRA_DIST
new 59e51c1 Fix: add fixtures directory to EXTRA_DIST
new ae49ebb Update version to v2.0.0-rc3
new 053e33b Fix: typo in README
new d56dfb2 Imported Upstream version 2.0.0~rc3
new ff981ad Merge tag 'upstream/2.0.0_rc3' into experimental/master
new 6c9158d Remove obsolete patches
new ddf333c Release version 2.0.0~rc3-1 to experimental
new 293d484 Fix: explicitly remove src.old from tarball
new 98e382a Fix: install documentation in doc directory
new 6adfba8 Add NetBSD support
new 1065e55 Add __syscall support for *BSD systems
new 8a9212a Revert "Fix: explicitly remove src.old from tarball"
new 7ed0346 Fix: add missing errno to handle non-blocking connect()
new 467f3a8 Fix: fix localhost resolution address
new dbed09b Fix: reject IPv6 socket creation
new c5a7493 Fix: set loopback check in host byte order
new 88af304 Fix: put utils_is_ipv4_local static inline
new 8068776 Fix: check if address is local after onion lookup
new 31cbca3 Fix: change non TCP socket warning to debug
new 8bdc541 Fix: bad include and duplicate syscall values
new 90cd878 Fix: lookup libc name and pass it to dlopen()
new ebd6844 Fix: overload _exit and _Exit to cleanup library
new aa7b569 Fix: add a library cleanup flag
new 380c399 Fix: typo in exit.c comment
new 97fe939 Fix: cleanup configure.ac and add missing headers/functions
new 006178a Add hardening compile and linker flags
new 7719ee4 Add --version to torsocks.in
new 50a6aba Fix: quote torsocks script shell arguments
new d257cbb Tests: add travis build status image to README
new 50e7404 Add portable is localhost function
new 2812e21 Fix: bad libc detection on system with libcap.so
new af6a702 Fix: README typos
new 5ded9b2 Add localhost resolve utils function
new 6f8237c Fix: remove gethostent() usage
new aa13ff8 Test: add unit test for sockaddr_is_localhost
new d8649f5 Fix: bad reference in getaddrinfo() using inet_pton
new 1e3c81e Fix: socks5 connect use connection domain and correct len
new 82fd72d Fix: use libc close() when resolving through Tor
new 11152e1 Fix: fd leak on tor resolve error
new 3227c6c Fix: return right value with localhost resolve
new bf9bdf1 Fix: build status markdown
new 2da4625 Fix: assert conn->fd typo
new fbb2a9c Fix: IPv6 typo in socks5_send_resolve_ptr_request
new 6c003ef Fix: change socks5_send_ptr_request to use address type
new 13c7235 Fix: remove all variables with double underscore
new ebbcae0 Fix: deny connection to ANY address
new c54460b Fix: check strdup return value
new 151f49c Fix: better document connection registry mutex
new b6d1e19 Fix: handle socket creation with multiple types
new ec15af6 Fix: handle hints being NULL in getaddrinfo
new 3c5ba7b Deny libc function accept()/accept4()
new 554bb9d Deny libc function bind()
new b5adeb2 Fix: check is_suid flag before each getenv()
new 6f4b45b Fix: use strtok_r reentrant instead of strtok
new e1a0df6 Fix: use connection_get_ref on creation
new 906f5fe Fix: use unsigned char for socks5 ABI
new ff98d52 Tests: add one for utils_tokenize_ignore_comments
new e9d747f Fix: remove the use of IPv4 sockaddr in connect
new 94ac23e Fix: overload listen and not bind
new 8495857 Fix: make tsock_tor_resolve support IPv6
new 1246051 Fix: check strdup return value in config-file.c
new 713c707 Fix: handle conn. type domain name for socks5 connect
new 4f1a12e Add SOCKS5 username/password authentication
new 19ff1a8 Fix: assert conn->fd typo
new 20e0b38 Test: add socks5 tests
new 647bb22 Fix: check SOCKS5 user/pass before setting them in config
new f025090 Add -u/-p/-d to torsocks script
new 5658f61 Update torsocks.1 man page with new options and some fixes
new d8de94d Fix: move functions in file and set hidden attribute
new 4593534 Extras: add bash and zsh completion file
new b2de667 Update version to v2.0.0-rc4
new 4d526f5 Imported Upstream version 2.0.0~rc4
new e3948e2 Merge tag 'upstream/2.0.0_rc4' into experimental/master
new 3ef779e Update debian/rules now that documentation has moved
new d95cf01 Bump Standards-Version to 3.9.5, no changes required
new 5636ed0 Fix: handle NULL node in getaddrinfo
new e9f0be9 Add option to allow inbound connections
new 2469d79 Fix: add torsocks.conf option type
new 7dee92c Add fclose() support
new 506f1dc Fix: strict aliasing in library
new 3c86025 Update version to v2.0.0-rc5
new 17774c0 Fix: use socket fd and NOT sockaddr in accept
new 76fcebb Fix: set addr len for getsockname in accept
new f990d1c Update version to v2.0.0-rc6
new cb12989 Imported Upstream version 2.0.0~rc6
new 002230a Merge tag 'upstream/2.0.0_rc6' into experimental/master
new 4cf1ef8 Release version 2.0.0~rc6-1 to experimental
new 144827a Fix: support kfreebsd for mmap()
new 8cedb97 Fix: change TSOCKS_LOOPBACK bitness
new d53279b Fix: add autogen.sh to installation procedures
new 3b86879 Fix: socket() type check SOCK_STREAM
new 44748d5 Fix: socketpair() denied for INET[6] socket
new df40cea Tests: add socket() test
new 4e142e7 Tests: add connect() test
new aba207d Refactor the connect() code flow for clarity
new 62dab5b Fix: nullify constant that might be undefined
new f4f9ee8 Delete old source directory
new e702648 Fix: memory leak in connect error path
new dcbdeb2 Fix: fix NULL dereference on error
new 91c1486 Update version to v2.0.0-rc7
new f5f51fc Merge tag 'upstream/2.0.0_rc7' into experimental/master
new 26f6035 Imported Upstream version 2.0.0~rc7
new f5010d5 Refresh quilt patch.
new 12a9afa Use canonical URL in Vcs-Git.
new e6a019d torsocks (2.0.0~rc7-1)
new 3446495 Fix: add compilation requirements to README.md
new 6fcc74d Add placeholder that Lintian will complain about, to avoid forgetting documenting the configuration file format incompatibility between 1.x and 2.x.
new 394f92c Fix: add LICENSE file to repository
new 17ec92f Fix: compilation issue on Debian kfreebsd-i386
new ea105bb Update version to v2.0.0
new 4c414b1 Put under the umbrella of the Anonymity Tools Debian Maintainers team.
new 88a638b Merge branch 'experimental/master'
new 254858f Add watch file and upstream signing key
new e19353e Add debian/README.source
new 22e028e Imported Upstream version 2.0.0
new 04c1519 Merge tag 'upstream/2.0.0'
new 240a7c4 Add NEWS file
new a7f28a3 Update debian/changelog
new 2624e4d torsocks (2.0.0-1)
new 43b7e2c Disable automake silent rules.
new 61beff8 Add cscope files to gitignore
new 3a8d1f2 Add accept as an accepted value through syscall()
new 8cb7384 Test: fix memory leak in DNS test
new f5d5fba Test: possible double free in onion test
new b7854e0 Test: add missing connection destroy
new eb80d5c Fix: improve Unix socket passing detection
new 86e0424 Fix: improve getpeername to actually works
new 579ad0f Fix: typo in the listen macro declaration
new f97b07e Stop denying syscall() and add dangerous ones
new 8406ef8 Fix: use getsockname instead of getsockopt to get socket family
new 99b462f Declare compliance with Standards-Version 3.9.6 (no change required).
new 76d8e59 Use cgit URL in the Vcs-Browser control field.
new 14a97b1 Reformat debian/control with cme fix.
new ce9338a Revert "Disable automake silent rules."
new c80285a Fix-improve-Unix-socket-passing-detection.patch: new patch, cherry-picked from upstream (Closes: #766306).
new f836f5e torsocks (2.0.0-2)
new 28c5fb2 Fix-use-getsockname-instead-of-getsockopt-to-get-soc.patch: new patch, cherry-picked from upstream, that fixes FTBFS on kfreebsd-* introduced by Fix-improve-Unix-socket-passing-detection.patch (Closes: #768140).
new 415416e torsocks (2.0.0-3)
new ef1bc95 Merge branch 'master' into experimental/master
new 1788dba Disable automake silent rules.
new ab81544 Fix: syscall mmap for NetBSD
new 7cfcd61 Add AllowOutboundLocalhost.
new a9ed7e3 Fix: switch back to a syscall whitelist scheme
new 0dcfe37 Fix error messages about setuid/setgid executables
new a791f32 configure.ac: avoid tests which have both -pie and -static
new 52e191d Test: support out of tree make check
new bd6ae94 Allow TCP Fast Open clients go through tor
new e428ae4 Support certain Linux specific syscalls.
new 2c060e3 Fix the broken getpeername() implementation.
new 7501e3f Fix getaddrinfo() to respect AI_NUMERICHOST.
new 53b8569 Handle accept4(2) when invoked via syscall().
new 5e7d572 Support the various epoll routines when invoked via syscall().
new d6d79e3 Support the eventfd2(2) syscall.
new 824d88b Add support for the various inotify routines when invoked via syscall().
new d38e2c4 Merge remote-tracking branch 'yawning/getpeername'
new 2845ef5 Fix: indentation in getpeername test
new 2be927a Bump debhelper compat level to 9, accordingly bump the versioned build-dependency.
new 25d400d Don't include buildflags.mk by hand, debhelper v9 does it.
new 1803098 Adapt path to multi-arch file location.
new 8a6960a New snapshot.
new de143f5 Merge branch 'multiarch-v2' into experimental/master
new 85a42aa torsocks (2.0.0-4)
new bb972f4 Merge remote-tracking branch 'yawning/getaddrinfo' into getaddrinfo
new d45e4f2 Ensure that torsocks initializes itself in the presence of C++.
new 1875ef7 Add automatic per process isolation (IsolatePID)
new 2b8c1b7 Change IsolatePID password from 42 to 0
new 8846686 Send the SOCKS5 authentication for RESOLVE/RESOLVE_PTR requests.
new ed1e2c6 Move SOCKS5 auth in a seperate function
new b722c70 Fix: wrong label when auth_socks5 fail
new 7203962 Fix: socks5 resolve wasn't sending data correctly
new a43a365 Update version to v2.1.0
new c0c077c Merge branch 'experimental/master'
new de1f71a Imported Upstream version 2.1.0
new c7ba6a9 Merge tag 'upstream/2.1.0'
new e6fe1c2 Remove patches included in the new upstream release
new 1d5c430 Refresh exclude_test_requiring_network.patch
new 0b48db3 torsocks (2.1.0-1)
new 3b3cb65 hand over package to pkg-privacy team
The 591 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torsocks.git
More information about the Pkg-privacy-commits
mailing list