aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* sandbox: allow enough setsockopt to make ConstrainedSockets workNick Mathewson2014-05-29
* sandbox: permit listen(2)Nick Mathewson2014-05-27
* Log the errno value if seccomp_load() fails.Nick Mathewson2014-05-27
* Make sandbox.c compile on armNick Mathewson2014-05-27
* Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson2014-05-22
|\
| * Add --disable-mempools configure optionAndrea Shepard2014-05-12
* | sandbox: permit gettid, sched_getaffinityNick Mathewson2014-05-20
* | sandbox: support logfile rotationNick Mathewson2014-05-20
* | sandbox: Disallow options which would make us call exec()Nick Mathewson2014-05-20
* | whitespace fix, moreNick Mathewson2014-05-14
* | Merge branch 'bug11946'Nick Mathewson2014-05-14
|\ \
| * | Improved comments on bug11946 fixNick Mathewson2014-05-14
| * | Use tor_getpw{nam,uid} wrappers to fix bug 11946Nick Mathewson2014-05-14
| * | Add a pair of wrapper functions: tor_getpwnam() and tor_getpwuid()Nick Mathewson2014-05-14
* | | whitespace fixNick Mathewson2014-05-14
|/ /
* | Merge branch 'bug9781_v2'Nick Mathewson2014-05-12
|\ \
| * | Log an error reply from tor-fw-helper correctly.Nick Mathewson2014-05-12
| * | Split portfw-error-logging code into a new function.Nick Mathewson2014-05-06
* | | Fix compilation of test_status.c with MSVCGisle Vanem2014-05-12
* | | Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch2014-05-11
* | | Return success when get_total_system_memory() succeeds.Nick Mathewson2014-05-08
* | | Move code-generation scripts to scripts/codegenNick Mathewson2014-05-07
|/ /
* | Merge remote-tracking branch 'public/bug11233_diagnose'Nick Mathewson2014-05-01
|\ \
| * | Better log message when writing a CR in text mode on windowsNick Mathewson2014-03-27
* | | Merge remote-tracking branch 'public/bug4345a_024'Nick Mathewson2014-05-01
|\ \ \
| * | | More hacking around spawn_func issuesNick Mathewson2014-02-07
* | | | Merge remote-tracking branch 'public/bug11605_024'Nick Mathewson2014-04-29
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make compilation of tor_memdup_nulterm() with dmallocNick Mathewson2014-04-25
* | | | resolve a typo: sanboxing->sandboxing.Nick Mathewson2014-04-25
* | | | Merge branch 'scanbuild_fixes'Nick Mathewson2014-04-25
|\ \ \ \
| * | | | scan-build: memarea_strndup() undefined behaviorNick Mathewson2014-04-19
| * | | | scan-build: avoid undef behaior in tor_inet_ptonNick Mathewson2014-04-19
| * | | | scan-build: Add a check for result from getaddrinfoNick Mathewson2014-04-18
* | | | | Merge branch 'bug11396_v2_squashed'Nick Mathewson2014-04-24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | get_total_system_memory(): see how much RAM we haveNick Mathewson2014-04-24
* | | | | Improved message when running sandbox on Linux without libseccompNick Mathewson2014-04-18
* | | | | Merge remote-tracking branch 'public/ticket11528_024'Nick Mathewson2014-04-17
|\ \ \ \ \
| * | | | | Elevate server TLS cipher preferences over clientNick Mathewson2014-04-17
| | |/ / / | |/| | |
* | | | | Remove spurious libevent include in sandbox.cNick Mathewson2014-04-17
* | | | | Log the name of the failing syscall on failureNick Mathewson2014-04-16
* | | | | Sandbox: permit O_NONBLOCK and O_NOCTTY for files we refuseNick Mathewson2014-04-16
* | | | | Don't allow change to ConnLimit while sandbox is activeNick Mathewson2014-04-16
* | | | | Use SCMP_CMP_MASKED_EQ to allow flags, not force themNick Mathewson2014-04-16
* | | | | Get Libevent's PRNG functioning under the linux sandboxNick Mathewson2014-04-16
* | | | | Make sure everything using an interned string is preceded by a logNick Mathewson2014-04-16
* | | | | Introduce arg-counting macros to wrap seccomp_rule_add()Nick Mathewson2014-04-16
* | | | | Fix sandbox protection for renameNick Mathewson2014-04-16
* | | | | Upgrade warning about missing interned string for sandboxNick Mathewson2014-04-16
* | | | | Have sandbox string protection include multi-valued parmeters.Nick Mathewson2014-04-16
* | | | | Clean up sandbox structures a bitNick Mathewson2014-04-16