- Nov 03, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Since time is added by default, if a syscall() is called within the context of the libc, it could trigger a deadlock with the tzset lock already taken before calling localtime(). This deadlock can be triggered with Firefox and a loglevel set to 5. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
This is to make sure that before main() we get the libc pointer from the system library. This commit also adds mmap/munmap support for syscall(). A comment in lib/syscall.c explains for what specific case this is needed. Finally, stop looking up symbols that were already looked up in the constructor. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Oct 30, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Oct 25, 2013
-
-
Jérémy Bobbio authored
Signed-off-by: Jérémy Bobbio <lunar@debian.org> Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Jérémy Bobbio authored
Signed-off-by: Jérémy Bobbio <lunar@zelenka.debian.org> Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Oct 24, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Reference #11 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Oct 08, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Fixes #8 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Sep 24, 2013
-
-
Luke Gallagher authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Luke Gallagher authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Sep 02, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Sep 01, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Aug 31, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Aug 30, 2013
-
-
Luke Gallagher authored
Define tsocks_libc_* in the relevant source files and define them as external in torsocks.h to avoid duplicate symbol errors. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Luke Gallagher authored
OS X has the same declaration as FreeBSD. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Luke Gallagher authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Aug 28, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@efficios.com>
-
- Aug 26, 2013
-
-
Linus Nordberg authored
It does the same thing, only with less eye pain. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Linus Nordberg authored
Some systems (like FreeBSD) have dlopen(3) and friends in libc and don't need -ldl. Removing the AC_CHECK_LIB for -ldl. Can't see the need for that, nor the 'have_libdl' outcome. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Linus Nordberg authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Linus Nordberg authored
__NR_ are not portable. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Linus Nordberg authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
Linus Nordberg authored
Use this for portability. SO_DOMAIN seems to be a Linuxism. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
- Aug 24, 2013
-
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Without anything in the pool, this causes a segfault. Reverting patch completely. This reverts commit 826007d5.
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-