aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* | | | | | | | 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
* | | | | | | Add missing rename function for non-linux platformsNick Mathewson2014-04-16
* | | | | | | Drop 'fr' parameter from sandbox code.Nick Mathewson2014-04-16
* | | | | | | Add 'rename' to the sandboxed syscallsNick Mathewson2014-04-16
* | | | | | | Only intern one copy of each magic string for the sandboxNick Mathewson2014-04-16
* | | | | | | Fix some initial sandbox issues.Nick Mathewson2014-04-16
* | | | | | | Only expose clean_backtrace() if we'll implement itNick Mathewson2014-04-16
* | | | | | | Merge remote-tracking branch 'public/bug11465'Nick Mathewson2014-04-15
|\ \ \ \ \ \ \
| * | | | | | | Log a backtrace when the sandbox finds a failureNick Mathewson2014-04-10
| * | | | | | | Make the sandbox code allow the writev() syscall.Nick Mathewson2014-04-10
* | | | | | | | Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* | | | | | | | Merge remote-tracking branch 'public/bug11513_024'Nick Mathewson2014-04-15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | New sort order for server choice of ciphersuites.Nick Mathewson2014-04-14
| |/ / / / /
* | | | | | Merge remote-tracking branch 'public/update_ciphers_ff28'Nick Mathewson2014-04-08
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Update ciphers.inc to match ff28Nick Mathewson2014-04-08
| * | | | | Teach the get_mozilla_ciphers.py script to parse recent firefoxenNick Mathewson2014-04-08
| |/ / / /
* | | | | Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson2014-04-07
|\ \ \ \ \
| * | | | | Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson2014-04-07
* | | | | | Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson2014-04-05
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Make tor_addr_port_parse handle portless IPv6 addresses correctly.Nick Mathewson2014-04-05
| * | | | | Don't do a DNS lookup on a bridge line addressNick Mathewson2014-03-27
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'public/bug4645'Nick Mathewson2014-04-01
|\ \ \ \ \
| * | | | | Removing is_internal_IP() function. Resolves ticket 4645.rl19872014-02-03
* | | | | | Merge remote-tracking branch 'public/bug11232'Nick Mathewson2014-04-01
|\ \ \ \ \ \
| * | | | | | Fix a ubsan warning in addr_mask_get_bitsNick Mathewson2014-03-18
| * | | | | | Fix a ubsan warning in our ctypes replacementsNick Mathewson2014-03-18
| * | | | | | memarea.c: use flexible array member for memNick Mathewson2014-03-18
* | | | | | | Merge branch 'bug8787_squashed'Nick Mathewson2014-03-31
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Handle tor_munmap_file(NULL) consistentlyNick Mathewson2014-03-31
| * | | | | | Check strftime() return in tortls.cAndrea Shepard2014-03-31
| * | | | | | Eliminate lseek() with unchecked return in tor_mmap_file()Andrea Shepard2014-03-31
| * | | | | | Always check returns from unlink()Andrea Shepard2014-03-31
| * | | | | | Add return value and assert for null parameter to tor_munmap_file()Andrea Shepard2014-03-31
* | | | | | | Fix warnings from doxygenNick Mathewson2014-03-25